98a68a586f
32229 telnet CALL mmap(0,0x8000,0x3,0x1002,0xffffffff,0,0,0) 32229 telnet CALL open(0x2807bc28,0,0x1b6) 32229 telnet CALL socket(0x2,0x2,0) to 32229 telnet CALL mmap(0,0x8000,PROT_READ|PROT_WRITE,MAP_PRIVATE|MAP_ANON,0xffffffff,0,0,0) 32229 telnet CALL open(0x2807bc28,O_RDONLY,<unused>0x1b6) 32229 telnet CALL socket(PF_INET,SOCK_DGRAM,0) David wanted to implement the suggestions which came up at the review from arch@ too, but real life rejected this proposal. So I commit what we already got and let another volunteer pick the remaining work from the ideas list. Submitted by: "David Kirchner" <dpk@dpk.net> Suggested by: FreeBSD ideas list page Reviewed by: arch
47 lines
1.1 KiB
C
47 lines
1.1 KiB
C
/* $FreeBSD$ */
|
|
|
|
void signame (int);
|
|
void semctlname (int);
|
|
void shmctlname (int);
|
|
void semgetname (int);
|
|
void fcntlcmdname (int, int, int);
|
|
void rtprioname (int);
|
|
void modename (int);
|
|
void flagsname (int);
|
|
void flagsandmodename (int, int, int);
|
|
void accessmodename (int);
|
|
void mmapprotname (int);
|
|
void mmapflagsname (int);
|
|
void wait4optname (int);
|
|
void sendrecvflagsname (int);
|
|
void getfsstatflagsname (int);
|
|
void mountflagsname (int);
|
|
void rebootoptname (int);
|
|
void flockname (int);
|
|
void sockoptname (int);
|
|
void sockoptlevelname (int, int);
|
|
void sockdomainname (int);
|
|
void socktypename (int);
|
|
void thrcreateflagsname (int);
|
|
void mlockallname (int);
|
|
void shmatname (int);
|
|
void rforkname (int);
|
|
void nfssvcname (int);
|
|
void whencename (int);
|
|
void rlimitname (int);
|
|
void shutdownhowname (int);
|
|
void prioname (int);
|
|
void madvisebehavname (int);
|
|
void msyncflagsname (int);
|
|
void schedpolicyname (int);
|
|
void kldunloadfflagsname (int);
|
|
void ksethrcmdname (int);
|
|
void extattrctlname (int);
|
|
void kldsymcmdname (int);
|
|
void sendfileflagsname (int);
|
|
void acltypename (int);
|
|
void sigprocmaskhowname (int);
|
|
void lio_listioname (int);
|
|
void minheritname (int);
|
|
void quotactlname (int);
|