Re: Syscall numbers for BProc

Richard B. Johnson (root@chaos.analogic.com)
Mon, 14 Apr 2003 13:32:58 -0400 (EDT)


FYI, these syscall numbers are "available", at least for
private tests:

break() = -1 ENOSYS (Function not implemented)
stty(0x1, 0x1) = -1 ENOSYS (Function not implemented)
gtty(0x2, 0x2) = -1 ENOSYS (Function not implemented)
ftime() = -1 ENOSYS (Function not implemented)
prof() = -1 ENOSYS (Function not implemented)
acct(0x8048e4a) = -1 ENOSYS (Function not implemented)
lock() = -1 ENOSYS (Function not implemented)
mpx() = -1 ENOSYS (Function not implemented)

Note that nobody can even call break() from the 'C' language. The
name is reserved ;^) This is probably a good candidate for the
next permanent name change.

Cheers,
Dick Johnson
Penguin : Linux version 2.4.20 on an i686 machine (797.90 BogoMips).
Why is the government concerned about the lunatic fringe? Think about it.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/