NetBSD/sys/sys
jdolecek 8f8952e2b1 add a macro to copy ksiginfo_t, and use it in kern_sig.c:ksiginfo_put()
change suggested by Christian Limpach
2003-11-01 17:59:57 +00:00
..
Makefile Have a common place for definitions related to IEEE 754 single-precision 2003-10-26 20:48:17 +00:00
acct.h Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
agpio.h
ansi.h
ataio.h
audioio.h
boot_flag.h
bootblock.h move structs nextstep_disklabel/cpu_partition and appendant #defines 2003-10-27 16:48:08 +00:00
bswap.h
buf.h Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
callout.h Make callout_setfunc() a CPP macro. Suggested by enami. 2003-10-30 04:32:56 +00:00
cdefs.h trim leading whitespace from an #error, shuts up warning from 2003-10-29 01:11:16 +00:00
cdefs_aout.h
cdefs_elf.h ; -> \n\t in a few more places. Fixes problems with HPPA, where ; is the 2003-10-29 21:56:02 +00:00
cdio.h
chio.h
clockctl.h - Protect clockctl.h consistently with the correct ifdef. 2003-09-30 20:38:38 +00:00
conf.h switch ARM to use same minor for /dev/zero as other archs 2003-10-16 12:02:58 +00:00
core.h
device.h Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
dir.h Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
dirent.h Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
disk.h Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
disklabel.h Include FS_VINUM in FS_MAXTYPES. 2003-10-20 13:41:28 +00:00
disklabel_acorn.h
dkbad.h Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
dkio.h Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
dkstat.h Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
domain.h Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
dvdio.h
endian.h Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
envsys.h
errno.h Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
event.h prototype must not have variable name 2003-07-08 06:17:59 +00:00
eventvar.h
exec.h Expand NEW_VMCMD() macro to a real function new_vmcmd() for the 2003-08-29 01:44:02 +00:00
exec_aout.h - Add execsw es_setup_stack 2003-08-08 18:54:16 +00:00
exec_coff.h - Add execsw es_setup_stack 2003-08-08 18:54:16 +00:00
exec_ecoff.h - Add execsw es_setup_stack 2003-08-08 18:54:16 +00:00
exec_elf.h introduce another "magic" ELF address to tell that the file has to be 2003-10-31 13:54:39 +00:00
exec_macho.h Support Darwin static binaries (I should say: support the only Darwin 2003-10-19 07:52:22 +00:00
exec_script.h Back out the lwp/ktrace changes. They contained a lot of colateral damage, 2003-06-29 22:28:00 +00:00
extent.h
fcntl.h Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
fdio.h
featuretest.h _ISO_C99_SOURCE -> _ISOC99_SOURCE 2003-10-22 15:51:18 +00:00
file.h - pass signo to fownsignal [ok by jd] 2003-09-22 12:59:55 +00:00
filedesc.h use a two-level bitmap as suggested by mogul and banga for fdalloc; 2003-10-30 07:27:02 +00:00
filio.h Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
float_ieee754.h Add a note how this file is to be used. 2003-10-26 16:44:20 +00:00
gmon.h Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
hash.h
ieee754.h Use "#if" to compare two tokens, not "#ifdef". 2003-10-27 02:30:26 +00:00
inttypes.h
ioccom.h Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
ioctl.h Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
ioctl_compat.h Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
ipc.h Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
kcore.h
kernel.h define symbols also if _STANDALONE because arc4random needs mono_time. This 2003-10-02 12:14:00 +00:00
kgdb.h Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
kprintf.h Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
ksem.h Don't make declarations visible from userland, unless _LIBC is defined, 2003-09-30 20:37:36 +00:00
ksyms.h no variable in prototype 2003-07-08 06:28:52 +00:00
kthread.h
ktrace.h constify sendsig/trapsignal [suggested by gimpy] 2003-09-25 21:58:12 +00:00
lkm.h Add MALLOCLOG 2003-11-01 06:50:13 +00:00
localedef.h
lock.h Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
lockf.h Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
lwp.h fix SA/pthread pagefault failure: 2003-09-16 13:46:24 +00:00
malloc.h Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
mallocvar.h Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
mbuf.h Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
md4.h
md5.h
midiio.h
mman.h Add a MAP_WIRED flag to mmap(2), which causes the new mapping to be 2003-10-07 00:17:09 +00:00
mount.h Add the gating of system calls that cause modifications to the underlying 2003-10-15 11:28:59 +00:00
msg.h
msgbuf.h Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
mtio.h Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
namei.h PR/15397: Jason Thorpe: directory operations on pathnames that refer to 2003-09-11 17:33:42 +00:00
null.h Update comment after the #endif for recent change. 2003-10-24 21:45:09 +00:00
param.h bump version to 1.6ZE - struct sigctx change 2003-10-25 17:00:35 +00:00
pipe.h
pmc.h
poll.h
pool.h remove variable names from prototype for consistency. 2003-09-07 11:37:13 +00:00
power.h
proc.h tweak curproc not to reference curlwp twice. 2003-10-09 14:00:34 +00:00
properties.h prototypes must not have variable name 2003-07-04 07:42:04 +00:00
protosw.h Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
ptrace.h Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
queue.h Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
radioio.h
ras.h Declare ras_pool in <sys/ras.h> instead of an extern declaration in 2003-06-28 14:52:10 +00:00
reboot.h Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
resource.h Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
resourcevar.h Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
rnd.h
sa.h prototype must not carry variable name 2003-07-08 06:49:19 +00:00
savar.h Avoid sneaking past signal delivery in sa_upcall_userret(): 2003-11-01 01:38:46 +00:00
scanio.h
sched.h Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
scsiio.h
select.h Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
sem.h Back out the lwp/ktrace changes. They contained a lot of colateral damage, 2003-06-29 22:28:00 +00:00
sha1.h prototype must not have variable name 2003-07-08 06:17:59 +00:00
shm.h Need to make sure __sysconf() has C linkage. 2003-10-20 22:16:33 +00:00
siginfo.h add a macro to copy ksiginfo_t, and use it in kern_sig.c:ksiginfo_put() 2003-11-01 17:59:57 +00:00
signal.h Per 1003.1-2001 XSI, make available ucontext_t (via <sys/ucontext.h>). 2003-09-13 14:45:44 +00:00
signalvar.h Gah, ksiginfo_t isn't actually exported to userland, so use 2003-10-25 20:12:19 +00:00
sigtypes.h Define a few 32bit compat types (if COMPAT_NETBSD32, not exported to 2003-10-13 18:50:43 +00:00
socket.h Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
socketvar.h Cache the "adjusted" value of sb_max when sb_max is changed, in order 2003-10-21 22:55:47 +00:00
sockio.h Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
stat.h Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
stdint.h
swap.h
syscall.h Regen 2003-09-30 20:36:40 +00:00
syscallargs.h Regen 2003-09-30 20:36:40 +00:00
sysctl.h Simon has persuaded me to remove the 'sizeof kinfo_drivers' field. 2003-09-28 13:02:19 +00:00
syslimits.h Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
syslog.h Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
systm.h Don't pass the (unused) return value args to the 2003-10-31 03:28:12 +00:00
systrace.h Don't pass the (unused) return value args to the 2003-10-31 03:28:12 +00:00
tablet.h Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
termios.h Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
time.h SA_SIGINFO changes. This is 1.5Z 2003-09-06 22:01:20 +00:00
timeb.h Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
timepps.h prototype must not have variable name 2003-07-08 06:17:59 +00:00
times.h Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
timex.h
tprintf.h Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
trace.h Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
tree.h
tty.h Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
ttychars.h Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
ttycom.h Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
ttydefaults.h Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
ttydev.h Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
types.h Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
ucontext.h Define a few 32bit compat types (if COMPAT_NETBSD32, not exported to 2003-10-13 18:50:43 +00:00
ucred.h Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
uio.h PR# standards/16143: hide struct uio from userland behind a __UIO_EXPOSE 2003-09-13 16:59:29 +00:00
un.h Change the behavor of AF_LOCAL connect() to sleep until the server has 2003-09-03 21:30:12 +00:00
unistd.h Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
unpcb.h Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
user.h Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
userconf.h
userret.h Avoid sneaking past signal delivery in sa_upcall_userret(): 2003-11-01 01:38:46 +00:00
utsname.h Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
vadvise.h Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
verified_exec.h prototype must not carry variable name 2003-07-08 06:49:19 +00:00
vmmeter.h Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
vnode.h Add the gating of system calls that cause modifications to the underlying 2003-10-15 11:28:59 +00:00
vnode_if.h Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
wait.h correctly define _W_INT ifdef _KERNEL 2003-09-20 14:59:56 +00:00
wdog.h