NetBSD/sys/sys
2008-01-28 15:38:13 +00:00
..
acct.h
agpio.h
aio.h Unify the license: All rights reserved. 2007-11-28 19:30:55 +00:00
ansi.h
ataio.h Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. 2007-03-04 05:59:00 +00:00
atomic.h Standalone programs (via libkern) end up pulling this header in, so 2008-01-18 01:20:48 +00:00
audioio.h Add a new ioctl AUDIO_GETBUFINFO. It works like AUDIO_GETINFO, but 2007-06-11 13:05:46 +00:00
bitops.h Add ffs, fls and integer log function. 2007-11-02 21:01:29 +00:00
blist.h
boot_flag.h
bootblock.h Add an extra flag to indicate that the bootselect code wants an ascii 2008-01-19 20:53:49 +00:00
bswap.h
buf.h Merge vmlocking2 to head. 2008-01-02 11:48:20 +00:00
bufq_impl.h
bufq.h
bus_proto.h x86 changes for pcc and LKMs. 2007-09-26 19:48:34 +00:00
bus.h Add a dummy bus.h that pulls in machine/bus.h. In the future we may 2007-10-19 11:49:22 +00:00
callback.h Merge some of the less invasive changes from the vmlocking branch: 2007-07-09 20:51:58 +00:00
callout.h Make netstat build again. I don't see why it has any business dumping 2007-07-10 21:12:32 +00:00
cc_microtime.h Now that __HAVE_TIMECOUNTER and __HAVE_GENERIC_TODR are invariants, 2008-01-20 18:09:03 +00:00
cctr.h Add sys/kern/kern_cctr.c, which contains MI cpu cyclecounter based 2007-07-21 11:47:07 +00:00
cdefs_aout.h
cdefs_elf.h Mark __COPYRIGHT strings as __used to bring them back, as gcc4 2007-10-06 00:42:19 +00:00
cdefs.h Separate handling of __attribute__, __dead and __pure: 2007-11-26 14:52:34 +00:00
cdio.h Pullup fixes from UDF write development project. This patch fixes a 2007-11-27 18:06:37 +00:00
chio.h
clockctl.h Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. 2007-03-04 05:59:00 +00:00
condvar.h Fix decl of lbolt. 2007-11-06 00:25:48 +00:00
conf.h Merge tty changes from the vmlocking branch. 2007-11-07 15:56:11 +00:00
core.h
cpu_data.h remove a special allocator for uareas, which is no longer necessary. 2008-01-28 12:22:46 +00:00
cpu.h Introduce optional cpu_offline_md to execute MD actions at the end of 2008-01-15 14:50:07 +00:00
cpuio.h Add cpuctl(8). For now this is not much more than a toy for debugging and 2007-08-04 11:02:56 +00:00
debug.h Merge newlock2 to head. 2007-02-09 21:55:00 +00:00
device.h don't include <sys/pmf.h> for userland programs, saves some recompilation 2007-12-16 23:24:21 +00:00
dir.h
dirent.h
disk.h As discussed on tech-userlevel, add NetBSD GPT partition types for 2007-12-28 19:53:09 +00:00
disklabel_acorn.h
disklabel_gpt.h As discussed on tech-userlevel, add NetBSD GPT partition types for 2007-12-28 19:53:09 +00:00
disklabel.h Add read-only support for SGI's Extent File System. 2007-06-29 23:30:16 +00:00
dkbad.h
dkio.h struct plistref does not reference other proplib data types, so split it 2007-08-17 11:05:03 +00:00
dkstat.h
domain.h 1) Introduce a new socket option, (SOL_SOCKET, SO_NOHEADER), that 2007-09-19 04:33:42 +00:00
drvctlio.h Patch /dev/drvctl and drvctl(8) to let us suspend/resume device 2008-01-27 01:38:33 +00:00
dvdio.h
endian.h PR/36668: Matthias Kretschmer: Silence lint -aa complaints about "may lose 2007-07-20 15:07:15 +00:00
envsys.h Add ENVSYS_DRIVE_MIGRATING for ENVSYS_DRIVE sensors, this is for RAID 2007-12-07 11:47:49 +00:00
errno.h
evcnt.h #include <sys/stdint.h> for uint64_t. 2007-12-16 20:45:59 +00:00
event.h Some boys take a beautiful seltrue_filtops and hide her away from 2007-12-03 15:21:57 +00:00
eventvar.h Pull in sys/simplelock.h to fix build on sparc. 2007-10-08 15:45:54 +00:00
exec_aout.h
exec_coff.h
exec_ecoff.h
exec_elf.h Add PaX ASLR (Address Space Layout Randomization) [from elad and myself] 2007-12-26 22:11:47 +00:00
exec_macho.h
exec_script.h
exec.h Don't allocated the stackgap during exec (but do allocate 32 bytes 2008-01-20 10:15:50 +00:00
extattr.h
extent.h Start detangling lock.h from intr.h. This is likely to cause short term 2008-01-04 21:17:40 +00:00
fcntl.h
fd_set.h
fdio.h
featuretest.h
file.h Add FILE_LOCK() and FILE_UNLOCK() defines. 2008-01-05 18:52:16 +00:00
fileassoc.h Some Veriexec stuff that's been rotting in my tree for months. 2007-05-15 19:47:43 +00:00
filedesc.h Move the prototype for do_posix_fadvise() somewhere useful. 2008-01-27 19:48:52 +00:00
filio.h
float_ieee754.h
fstrans.h Merge vmlocking2 to head. 2008-01-02 11:48:20 +00:00
fstypes.h Merge from vmlocking: 2007-10-10 20:42:20 +00:00
gcq.h Add NetBSD tag. 2007-08-19 07:35:32 +00:00
gennameih.awk Autogenerate namei.h from namei.src to get duplicate values for some 2007-08-15 14:08:11 +00:00
gmon.h
gpio.h Add GPIO_PIN_PULLDOWN, GPIO_PIN_INVIN and GPIO_PIN_INVOUT for gcscpcib(4), 2008-01-09 15:11:30 +00:00
hash.h
idle.h merge yamt-idlelwp branch. asked by core@. some ports still needs work. 2007-05-17 14:51:11 +00:00
ieee754.h add constants used by gdtoa 2007-02-02 23:08:22 +00:00
intr.h For the slow path soft interrupts, arrange to have the priority of a 2007-12-03 17:14:59 +00:00
inttypes.h
ioccom.h Add a sockaddr_storage member to "struct ifreq" maintaining backwards 2007-05-29 21:32:27 +00:00
ioctl_compat.h
ioctl.h
iostat.h Start detangling lock.h from intr.h. This is likely to cause short term 2008-01-04 21:17:40 +00:00
ipc.h
joystick.h
kauth.h Tons of process scope changes. 2008-01-23 15:04:38 +00:00
kcore.h
kernel.h Now that __HAVE_TIMECOUNTER and __HAVE_GENERIC_TODR are invariants, 2008-01-20 18:09:03 +00:00
kgdb.h
kmem.h Make values of PR_WAITOK/PR_NOWAIT match KM_SLEEP/KM_NOSLEEP. This makes it 2007-12-24 16:45:16 +00:00
kobj.h Add a function to look up a section by name and return address/size, and 2008-01-12 23:34:48 +00:00
kprintf.h - Always include kprintf_slock. 2008-01-04 18:21:06 +00:00
ksem.h
ksyms.h Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. 2007-03-04 05:59:00 +00:00
kthread.h Convert many of the uses of __attribute__ to equivalent 2007-12-25 18:33:32 +00:00
ktrace.h Add a few buckets of 'const' and 'static' to the system call trace code. 2007-12-22 11:38:54 +00:00
lkm.h LKMs don't care about the MULTIPROCESSOR option any more. 2008-01-02 17:52:02 +00:00
localedef.h Drop `const' from a couple of declarations to comply with the latest 2007-03-30 15:55:38 +00:00
lock.h - Fix a memory order problem with non-interlocked mutex release. 2008-01-10 20:14:10 +00:00
lockdebug.h __FUNCTION__ -> __func__ 2007-12-15 00:39:14 +00:00
lockf.h
lwp.h sched_setparam: fix the case when incorrect (according to the class) 2008-01-26 17:55:29 +00:00
lwpctl.h Add _lwp_ctl() system call: provides a bidirectional, per-LWP communication 2007-11-13 00:22:12 +00:00
Makefile Pull in my modules code for review/test/hacking. 2008-01-16 12:34:50 +00:00
malloc.h Change some initialization of static queues to compile time. 2007-11-11 23:22:23 +00:00
mallocvar.h Use C99 structure initializers. 2007-11-07 16:12:25 +00:00
mbuf.h make some mbuf related statistics per-cpu. 2008-01-17 14:49:28 +00:00
md4.h
md5.h
midiio.h
mman.h Add native mremap system call based on the UVM implementation for 2007-07-17 17:42:07 +00:00
module.h Pull in my modules code for review/test/hacking. 2008-01-16 12:34:50 +00:00
mount.h Fix some race conditions in rename. 2008-01-28 14:31:15 +00:00
mqueue.h Unify the license: All rights reserved. 2007-11-28 19:30:55 +00:00
msg.h Merge newlock2 to head. 2007-02-09 21:55:00 +00:00
msgbuf.h Merge from vmlocking. 2007-11-07 00:19:08 +00:00
mtio.h
mutex.h Add back mutex_owner() for Solaris compat. 2007-12-24 14:57:56 +00:00
namei.h regen 2007-12-08 19:30:19 +00:00
namei.src Remove cn_lwp from struct componentname. curlwp should be used 2007-12-08 19:29:36 +00:00
null.h
once.h sys/lock.h -> sys/simplelock.h 2008-01-04 18:18:31 +00:00
optstr.h Replace the Mach-derived boolean_t type with the C99 bool type. A 2007-02-21 22:59:35 +00:00
param.h update name to 4.99.51 (hi dh ;) 2008-01-28 15:38:13 +00:00
pax.h PAX_ASLR_DELTA_PROG_LEN -> PAX_ASLR_DELTA_EXEC_LEN, and put it in pax.h. 2007-12-27 15:21:52 +00:00
percpu_types.h add a per-cpu storage allocator. 2008-01-14 12:40:02 +00:00
percpu.h - add a cpu_info pointer argument to percpu_callback_t. 2008-01-17 09:01:57 +00:00
pipe.h remove PIPE_WANTW, PIPE_WANTR and PIPE_WANTCLOSE. cv_waiters is enough. 2008-01-02 19:16:00 +00:00
pmc.h
pmf.h Introduce pmf_system_bus_resume. In the ACPI S3 resume path, use this to 2007-12-14 01:29:29 +00:00
poll.h
pool.h Merge more changes from vmlocking2, mainly: 2007-12-26 16:01:34 +00:00
power.h Handle hotkey events using /etc/powerd/scripts/hotkey_button, ok xtraeme 2007-12-22 18:35:13 +00:00
proc.h Start detangling lock.h from intr.h. This is likely to cause short term 2008-01-04 21:17:40 +00:00
prot.h Make sys_getgroups() and sys_setgroups() use the newly added functions 2007-06-23 09:08:37 +00:00
protosw.h change declaration for protosw.h const symbolic strings to static, so that 2007-03-31 18:17:13 +00:00
pset.h sched_setparam: fix the case when incorrect (according to the class) 2008-01-26 17:55:29 +00:00
ptrace.h Don't pass curlwp into process_stoptrace() 2008-01-05 12:41:43 +00:00
pty.h
queue.h Add TAILQ_CONCAT() and STAILQ_CONCAT(), from FreeBSD. 2007-12-11 11:24:21 +00:00
radioio.h
ras.h Make ras_lookup() lockless. 2007-10-24 14:50:38 +00:00
reboot.h Convert many of the uses of __attribute__ to equivalent 2007-12-25 18:33:32 +00:00
resource.h
resourcevar.h Merge more changes from vmlocking2, mainly: 2007-12-26 16:01:34 +00:00
rmd160.h
rnd.h
rwlock.h - Prevent LOCKDEBUG from complaining if we do rw_tryenter() on a lock 2008-01-25 19:02:31 +00:00
scanio.h
sched.h sched_setparam: fix the case when incorrect (according to the class) 2008-01-26 17:55:29 +00:00
scsiio.h Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. 2007-03-04 05:59:00 +00:00
select.h Merge from vmlocking: 2007-10-10 20:42:20 +00:00
selinfo.h Include stdbool.h for !_KERNEL. 2007-07-09 22:19:04 +00:00
sem.h Support for dynamic changing of SysV message queues and semaphores limits. 2007-11-04 11:20:34 +00:00
sha1.h
sha2.h
shm.h Merge vmlocking2 to head. 2008-01-02 11:48:20 +00:00
siginfo.h rename si_sigval -> si_value to match POSIX RTS. 2007-05-21 15:35:47 +00:00
signal.h
signalvar.h Start detangling lock.h from intr.h. This is likely to cause short term 2008-01-04 21:17:40 +00:00
sigtypes.h
simplelock.h Remove vestiges of simplelock debugging. 2008-01-07 00:27:35 +00:00
sleepq.h Merge from vmlocking: 2007-11-07 00:23:13 +00:00
socket.h 1) Introduce a new socket option, (SOL_SOCKET, SO_NOHEADER), that 2007-09-19 04:33:42 +00:00
socketvar.h Make solisten() take an lwp pointer like the rest, so it can be passed down 2007-12-16 21:25:59 +00:00
sockio.h Add a sockaddr_storage member to "struct ifreq" maintaining backwards 2007-05-29 21:32:27 +00:00
specificdata.h Merge from vmlocking: 2007-11-07 00:23:13 +00:00
spl.h Interrupt handling changes, in discussion since February: 2007-12-03 15:33:00 +00:00
stat.h kill _NETBSD_TOOLS. 2007-10-19 15:58:52 +00:00
statvfs.h malloc -> kmem_alloc. 2007-11-10 07:23:10 +00:00
stdint.h
swap.h
syncobj.h - Fix sleepq_block() to return EINTR if the LWP is cancelled. Pointed out 2007-09-06 23:58:56 +00:00
syscall_stats.h Don't include opt_xxx when _LKM is defined. 2007-11-11 17:48:51 +00:00
syscall.h regen. 2008-01-28 10:33:32 +00:00
syscallargs.h regen. 2008-01-28 10:33:32 +00:00
sysctl.h Patch up sysctl locking: 2008-01-07 16:12:52 +00:00
syslimits.h
syslog.h Don't expose _ss functions for 4.0. Requested by core. 2006-11-22 17:23:24 +00:00
systm.h Now that __HAVE_TIMECOUNTER and __HAVE_GENERIC_TODR are invariants, 2008-01-20 18:09:03 +00:00
tape.h
termios.h
time.h pacify lint with casts. 2008-01-08 20:56:22 +00:00
timeb.h
timepps.h Now that __HAVE_TIMECOUNTER and __HAVE_GENERIC_TODR are invariants, 2008-01-20 18:09:03 +00:00
times.h
timetc.h Add tc_detach() for detaching a timecounter. It is good enough to 2008-01-03 04:42:13 +00:00
timevar.h Now that __HAVE_TIMECOUNTER and __HAVE_GENERIC_TODR are invariants, 2008-01-20 18:09:03 +00:00
timex.h Now that __HAVE_TIMECOUNTER and __HAVE_GENERIC_TODR are invariants, 2008-01-20 18:09:03 +00:00
tprintf.h
trace.h
tree.h Add _RB_NFIND: finds the first node greater than or equal to the search key. 2007-09-06 23:26:50 +00:00
tty.h Put back ttclos, a lot of the drivers use it. 2007-12-31 23:33:08 +00:00
ttychars.h
ttycom.h
ttydefaults.h
ttydev.h
types.h Move the cpuid_t type-defintion out of the _NETBSD_SOURCE condition. Should 2008-01-21 00:27:24 +00:00
ucontext.h
ucred.h u_short -> unsigned short 2007-08-29 10:32:01 +00:00
uio.h
un.h Add a new socket option for unix domain sockets: LOCAL_PEEREID, to make 2007-08-09 15:23:01 +00:00
unistd.h Implementation of processor-sets, affinity and POSIX real-time extensions. 2008-01-15 03:37:10 +00:00
unpcb.h Add a new socket option for unix domain sockets: LOCAL_PEEREID, to make 2007-08-09 15:23:01 +00:00
user.h
userconf.h
userret.h Merge scheduler changes from the vmlocking branch. All discussed on 2007-11-06 00:42:39 +00:00
utsname.h
uuid.h Merge some of the less invasive changes from the vmlocking branch: 2007-07-09 20:51:58 +00:00
vadvise.h
verified_exec.h - remove pathname_ interface. 2007-05-19 22:11:22 +00:00
vfs_syscalls.h Export do_sys_unlink, do_sys_rename to the rest of the kernel. 2007-12-24 15:04:19 +00:00
vmem.h add ddb "whatis" command. inspired from solaris ::whatis dcmd. 2007-12-13 02:45:09 +00:00
vmmeter.h
vnode_if.h Regen. 2008-01-25 14:32:46 +00:00
vnode.h Replace vrelel() 010101-mania with a flags parameter. However, 2008-01-27 22:47:31 +00:00
wait.h Split sys_wait4() so that compat code can fiddle with the returned 'status' 2007-05-07 16:53:17 +00:00
wdog.h
workqueue.h machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h 2007-10-19 11:59:34 +00:00
xattr.h
xcall.h Merge file descriptor locking, cwdi locking and cross-call changes 2007-10-08 15:12:05 +00:00