- VM_KERN_NOPAGEZERO feature is gone
- sys_getbiosbuffer feature is gone (from kernel; available from vm) - bump version number because munmap() calls that newly compiled binaries will do trigger an ugly (but harmless) error message in older VM's - some new VM calls and flags, the new IPC calls - some new CR0 register bits - added files for shared memory
This commit is contained in:
@@ -121,6 +121,8 @@ _PROTOTYPE( char *getlogin, (void) );
|
||||
_PROTOTYPE( pid_t getpgrp, (void) );
|
||||
_PROTOTYPE( pid_t getpid, (void) );
|
||||
_PROTOTYPE( pid_t getnpid, (int proc_nr) );
|
||||
_PROTOTYPE( uid_t getnuid, (int proc_nr) );
|
||||
_PROTOTYPE( gid_t getngid, (int proc_nr) );
|
||||
_PROTOTYPE( pid_t getppid, (void) );
|
||||
_PROTOTYPE( uid_t getuid, (void) );
|
||||
_PROTOTYPE( int isatty, (int _fd) );
|
||||
|
||||
Reference in New Issue
Block a user