NetBSD/sys/compat
simonb 38cc1b3975 Add new sysctl node "KERN_SYSVIPC_INFO" with "KERN_SYSVIPC_MSG_INFO",
"KERN_SYSVIPC_SEM_INFO" and "KERN_SYSVIPC_SHM_INFO" to return the
info and data structures for the relevent SysV IPC types.  The return
structures use fixed-size types and should be compat32 safe.  All
user-visible changes are protected with
	#if !defined(_POSIX_C_SOURCE) && !defined(_XOPEN_SOURCE)

Make all variable declarations extern in msg.h, sem.h and shm.h and
add relevent variable declarations to sysv_*.c and remove unneeded
header files from those .c files.

Make compat14 SysV IPC conversion functions and sysctl_file() static.

Change the data pointer to "void *" in sysctl_clockrate(),
sysctl_ntptime(), sysctl_file() and sysctl_doeproc().
2000-06-02 15:53:03 +00:00
..
aout Regen 2000-05-04 21:56:47 +00:00
common Add new sysctl node "KERN_SYSVIPC_INFO" with "KERN_SYSVIPC_MSG_INFO", 2000-06-02 15:53:03 +00:00
freebsd Add names for many syscalls not yet implemented, including those in 2000-05-23 16:05:51 +00:00
hpux Reduce use of curproc in several places: 2000-05-27 00:40:29 +00:00
ibcs2 add a new function vn_marktext() for exec code to let others know 2000-04-11 04:37:47 +00:00
linux Rather than starting init and creating kthreads by forking and then 2000-05-28 05:48:59 +00:00
m68k4k add a new function vn_marktext() for exec code to let others know 2000-04-11 04:37:47 +00:00
netbsd32 Include "opt_DDB.h" to enable the DDB sysctls. 2000-05-30 20:54:26 +00:00
osf1 add a cast for clarity. 2000-04-11 05:26:27 +00:00
ossaudio Fix typo in comment. From Brad <brad@openbsd.org> 1999-11-19 23:50:21 +00:00
sunos add a new function vn_marktext() for exec code to let others know 2000-04-11 04:37:47 +00:00
svr4 Rather than starting init and creating kthreads by forking and then 2000-05-28 05:48:59 +00:00
ultrix The size of the members of struct ultrix_utsname were nothing like 2000-04-28 12:52:52 +00:00
vax1k expunge vm_offset_t/vm_size_t 2000-03-04 07:28:44 +00:00
Makefile Don't install includes 1998-10-03 20:30:50 +00:00