- 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:
@@ -75,6 +75,7 @@ extern int errno; /* place where the error numbers go */
|
||||
#define ENOTEMPTY (_SIGN 39) /* directory not empty */
|
||||
#define ELOOP (_SIGN 40) /* too many levels of symlinks detected */
|
||||
#define ERESTART (_SIGN 41) /* driver restarted */
|
||||
#define EIDRM (_SIGN 43) /* Identifier removed */
|
||||
|
||||
/* The following errors relate to networking. */
|
||||
#define EPACKSIZE (_SIGN 50) /* invalid packet size for some protocol */
|
||||
|
||||
Reference in New Issue
Block a user