NetBSD/sys/sys
2005-01-13 11:53:34 +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 From FreeBSD: Fix an off-by-bit error in the AGP_MODE_[GS]ET_RATE() macros. 2003-02-24 21:59:52 +00:00
ansi.h Replace the statfs() family of system calls with statvfs(). 2004-04-21 01:05:31 +00:00
ataio.h Rename the ATABUSIO* ioctls from ('A', x) to ('A', 5x), as the former collide 2004-08-02 19:47:11 +00:00
audioio.h Add AudioNvideo, AudioNcenter, AudioNdepth, and AudioNlfe 2002-10-12 07:39:00 +00:00
boot_flag.h Add two new boot flags: 2003-11-03 16:39:07 +00:00
bootblock.h Convert the sgimips section to use int types from <sys/stdint.h> 2004-11-26 21:51:50 +00:00
bswap.h
buf.h Define debug-printing arrays next to their respective enums/bit definitions. 2004-12-18 03:08:48 +00:00
bufq.h lookup bufq using link_set rather than a switch statement. 2004-11-25 04:52:23 +00:00
callout.h Make callout_setfunc() a CPP macro. Suggested by enami. 2003-10-30 04:32:56 +00:00
cc_microtime.h move some per-cpu data definitions to MI place so that they can be modified 2004-09-22 11:32:02 +00:00
cdefs_aout.h analogous to cfefs_elf.h, use __used for link set entries (untested) 2004-06-07 18:42:18 +00:00
cdefs_elf.h use the __used attribute for link set entries to avoid them being 2004-06-07 18:41:38 +00:00
cdefs.h kill gcc specific version of __UNCONST. Does not work to unconst 2004-12-11 05:59:00 +00:00
cdio.h make it clear that ENTRIES = ENTRYS :-) 2004-05-10 15:14:12 +00:00
chio.h
clockctl.h - Protect clockctl.h consistently with the correct ifdef. 2003-09-30 20:38:38 +00:00
conf.h Make VOP_STRATEGY(bp) a real VOP as discussed on tech-kern. 2004-01-25 18:06:48 +00:00
core.h
cpu_data.h a relatively lightweight implementation of kernel_lock. 2004-10-26 00:14:46 +00:00
device.h - Centralize the declaration of booted_device and booted_partition. 2004-10-23 17:14:11 +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 Make exposure of MAXNAMLEN conditional on _NETBSD_SOURCE rather than on 2004-12-30 19:43:25 +00:00
disk.h - Adjust minor number usage for wedges; minor number directly maps to 2004-10-23 17:16:45 +00:00
disklabel_acorn.h protect against multiple inclusion. 2003-01-11 18:54:19 +00:00
disklabel_gpt.h Definitions for the EFI GUID Partition Table partition table format. 2004-09-25 03:29:32 +00:00
disklabel.h Add a dtype for flash memory disks. 2005-01-07 18:29:15 +00:00
dkbad.h Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
dkio.h Work-in-progress implementation of "wedges", a new way to represent 2004-09-25 03:30:44 +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 Eliminate several uses of `curproc' from the socket-layer code and from NFS. 2004-05-22 22:52:13 +00:00
drvctlio.h add a "drvctl" pseudo-device as userland interface to the autoconf 2004-08-18 12:19:29 +00:00
dvdio.h
endian.h Const-ify last change properly. 2004-09-13 10:52:34 +00:00
envsys.h - comma at the end of an enum list is illegal in ansi c 2003-02-20 20:57:56 +00:00
errno.h Add ENOATTR ("Attribute not found"). From FreeBSD. 2005-01-02 18:54:51 +00:00
event.h Initialise (most) pools from a link set instead of explicit calls 2004-04-25 16:42:40 +00:00
eventvar.h Protect the event queue with a simple mutex; this only partially addresses 2003-02-23 22:05:35 +00:00
exec_aout.h Reshuffle MIDs value so that conflicts with binutils are avoided and 2004-02-11 01:03:35 +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 Use uint32_t casts, rather than Elf_Byte, in ELF_ST_BIND() and ELF_ST_TYPE() 2004-12-28 00:07:31 +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
exec.h make STACKGAPLEN 4k, since struct statvfs is more than 2k. 2004-05-01 22:42:51 +00:00
extattr.h Add the system call and VFS infrastructure for file system extended 2005-01-02 16:08:28 +00:00
extent.h Add extensible malloc types, adapted from FreeBSD. This turns 2003-02-01 06:23:35 +00:00
fcntl.h Add F_CLOSEM, F_MAXFD. 2004-01-05 00:35:53 +00:00
fdio.h
featuretest.h NetBSD.ORG -> NetBSD.org 2003-12-04 12:42:54 +00:00
file.h Add an array of dtype names. 2004-12-18 08:43:08 +00:00
filedesc.h #include sys/lock.h for struct simplelock definition. 2004-06-10 06:15:23 +00:00
filio.h Add support for FIONWRITE and FIONSPACE ioctls. FIONWRITE reports 2004-11-06 02:03:20 +00:00
float_ieee754.h Add a note how this file is to be used. 2003-10-26 16:44:20 +00:00
fstypes.h Fixing age old cruft: 2004-08-15 07:19:54 +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 parameter with two es. From Peter Postma. 2004-02-24 15:22:01 +00:00
ioctl_compat.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
ipc.h Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
joystick.h the port's joystick.h are all identical, so use a common one 2004-07-02 17:00:31 +00:00
kcont.h Misc. style fix; white-space usage, comment style, ansify, multiple 2004-03-25 23:02:58 +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 o Fix a bug in ksyms that changed the real meaning of st_name entries for 2003-11-17 10:16:18 +00:00
kthread.h
ktrace.h Create kernel thread and let it to issue the write request. We can't 2004-09-22 22:15:03 +00:00
lkm.h Add some casts to u_long, since -1 is not really unsigned. 2004-11-13 10:17:24 +00:00
localedef.h - No need to include sys/param.h and sys/types.h here. 2002-11-19 09:53:16 +00:00
lock.h don't reference kernel_lock directly. 2004-10-23 21:27:33 +00:00
lockf.h Initialise (most) pools from a link set instead of explicit calls 2004-04-25 16:42:40 +00:00
lwp.h remove unneeded include. 2004-07-18 21:26:52 +00:00
Makefile Add the system call and VFS infrastructure for file system extended 2005-01-02 16:08:28 +00:00
malloc.h IPv4 PIM support, based on a submission from Pavlin Radoslavov posted on 2004-09-04 23:29:44 +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 introduce M_EXT_RW to allow mbuf external storage R/W. 2004-09-21 21:57:30 +00:00
md4.h NetBSD.ORG -> NetBSD.org 2003-12-04 12:42:54 +00:00
md5.h NetBSD.ORG -> NetBSD.org 2003-12-04 12:42:54 +00:00
midiio.h netbsd.org -> NetBSD.org 2003-12-04 13:57:30 +00:00
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 system call and VFS infrastructure for file system extended 2005-01-02 16:08:28 +00:00
msg.h g/c extern definitions for some variables which are actually static 2004-10-06 15:33:49 +00:00
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 introduce a new function, cache_lookup_raw(), for filesystems which 2004-06-27 08:50:44 +00:00
null.h Update comment after the #endif for recent change. 2003-10-24 21:45:09 +00:00
param.h bump to 2.99.14. for uvm_km_free_wakeup. 2005-01-13 11:53:34 +00:00
pipe.h Initialise (most) pools from a link set instead of explicit calls 2004-04-25 16:42:40 +00:00
pmc.h
poll.h Add a new feature-test macro, _NETBSD_SOURCE. If this is defined 2003-04-28 23:16:11 +00:00
pool.h introduce a new flag for pool_init, PR_NOTOUCH. 2005-01-01 21:04:39 +00:00
power.h Add event type for AC adapter. 2004-05-03 07:41:47 +00:00
proc.h introduce a function, proclist_foreach_call, to iterate all procs on 2004-10-01 16:30:52 +00:00
properties.h prototypes must not have variable name 2003-07-04 07:42:04 +00:00
protosw.h Eliminate space between function name and prototype. 2004-04-22 01:34:17 +00:00
ptrace.h Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
pty.h Add a method to set the vattr of the granted pty, so that ptyfs can set it 2004-11-24 22:18:35 +00:00
queue.h Consistently arrange order of definitions for each type. Specifically: 2004-04-18 14:25:34 +00:00
radioio.h
ras.h put RAS_DECL() back to declaring a function by default (since SH5 2004-07-19 03:12:31 +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 Namespace police: wrap RLIM_NLIMITS inside _NETBSD_SOURCE since it's an 2004-04-26 10:33:38 +00:00
resourcevar.h Provide a mutex for the process limits data structure. 2004-05-06 22:20:30 +00:00
rnd.h Fix signed/unsigned comparison warnings. 2002-11-10 03:28:59 +00:00
sa.h kernel part of no-syscall upcall stack return: libpthread registers 2004-01-02 18:52:17 +00:00
savar.h add kernel part of concurrency support for SA on MP systems 2004-03-14 01:08:47 +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 g/c unneeded/obsolete extern variable definitions 2004-10-06 15:39:19 +00:00
sha1.h prototype must not have variable name 2003-07-08 06:17:59 +00:00
shm.h add flag for shmget(2) to specify that later shmat(2) for the shared memory 2004-09-28 19:05:19 +00:00
siginfo.h Add the notion of an "empty" ksiginfo_t (one where on signo is filled in). 2004-04-03 19:43:08 +00:00
signal.h Update namespace protection for siginfo; originally from Christos. 2004-05-07 23:54:48 +00:00
signalvar.h now takes an optional filename. 2005-01-09 19:23:26 +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 add a per-socket counter for dropped UDP packets when the internal buffers 2004-09-03 18:14:09 +00:00
socketvar.h add a per-socket counter for dropped UDP packets when the internal buffers 2004-09-03 18:14:09 +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 Add ffs internal snapshots. Written by Marshall Kirk McKusick for FreeBSD. 2004-05-25 14:54:55 +00:00
statvfs.h improve description of struct statvfs members 2004-10-06 04:30:04 +00:00
stdint.h Factor out W{CHAR,INT}_{MAX,MIN} into their own header file. 2004-05-08 21:51:47 +00:00
swap.h
syscall.h Regen for extended attribute system calls. 2005-01-02 17:47:29 +00:00
syscallargs.h Regen for extended attribute system calls. 2005-01-02 17:47:29 +00:00
sysctl.h #if SYSCTL_INCLUDE_DESCR -> #ifdef SYSCTL_INCLUDE_DESCR 2004-08-09 08:35:23 +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 reference kernel_lock directly. 2004-10-23 21:27:33 +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 Wrap TIMEVAL_TO_TIMESPEC and TIMESPEC_TO_TIMEVAL macros in 2004-11-14 03:30:08 +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 Fix NTP PPSAPI support (enabled with "options PPS_SYNC"): 2004-01-23 05:01:19 +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 Replace the statfs() family of system calls with statvfs(). 2004-04-21 01:05:31 +00:00
tree.h avoid generating compiler warnings; reported by des@des.no; solution 2004-03-28 19:38:30 +00:00
tty.h Constify the table argument to ttspeedtab. 2004-04-25 06:13:38 +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 Remove _TTY_GID 2004-11-24 22:17:51 +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 Cast the sizeof operator to unsigned int in the __NFDBITS macro because it 2005-01-02 18:33:14 +00:00
ucontext.h add a no-op default value for _UC_UCONTEXT_ALIGN if MD code doesn't set it. 2004-07-18 21:26:00 +00:00
ucred.h Silence gcc -W ("static void __inline__" -> "static __inline__ void"). 2004-07-10 06:07:52 +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 Eliminate several uses of `curproc' from the socket-layer code and from NFS. 2004-05-22 22:52:13 +00:00
unistd.h Implement sysconf(3) _SC_GETGR_R_SIZE_MAX and _SC_GETPW_R_SIZE_MAX for 2004-11-10 04:02:52 +00:00
unpcb.h Restore a change that made AF_LOCAL sockets block on connect(2) until 2003-11-29 10:02:42 +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 update comment to match reality: sparc64 uses mi_userret 2004-03-29 21:15:03 +00:00
utsname.h Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
uuid.h - Define a constant to describe the length of a printed UUID string. 2004-08-30 02:56:03 +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_if.h Regen for extended attribute VOPs. 2005-01-02 17:46:41 +00:00
vnode.h Add IO_NORMAL and IO_EXT flags, that will be used by file system extended 2005-01-03 16:33:33 +00:00
wait.h correctly define _W_INT ifdef _KERNEL 2003-09-20 14:59:56 +00:00
wdog.h Add a software watchdog timer facility. Because this slightly 2005-01-09 22:51:32 +00:00