.. |
Makefile
|
Rename <sys/float_ieee.h> to <sys/float_ieee754.h>, following libc's
|
2003-05-12 15:22:53 +00:00 |
acct.h
|
…
|
|
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
|
…
|
|
ataio.h
|
"definitions" has lots of 'i's, but that's not reason to leave one out.
|
2002-09-29 23:23:56 +00:00 |
audioio.h
|
Add AudioNvideo, AudioNcenter, AudioNdepth, and AudioNlfe
|
2002-10-12 07:39:00 +00:00 |
boot_flag.h
|
…
|
|
bootblock.h
|
Add definitions for i386 boot parameters
|
2003-04-15 13:59:35 +00:00 |
bswap.h
|
…
|
|
buf.h
|
remove B_NEEDCOMMIT as it's no longer used.
|
2003-04-09 12:55:50 +00:00 |
callout.h
|
New callout implementation. This is based on callwheel implementation
|
2003-02-04 01:21:03 +00:00 |
cdefs.h
|
"Utilize" has exactly the same meaning as "use," but it is more
|
2003-02-05 00:02:24 +00:00 |
cdefs_aout.h
|
Add an __unused attribute to the variable in the __link_set_make_entry()
|
2003-02-23 04:50:18 +00:00 |
cdefs_elf.h
|
Merge the nathanw_sa branch.
|
2003-01-18 08:51:40 +00:00 |
cdio.h
|
…
|
|
chio.h
|
…
|
|
clockctl.h
|
clockctlattach takes only an int.
|
2003-02-11 01:44:16 +00:00 |
conf.h
|
now that mem_no is emitted by config(8), there is no reason to keep
|
2002-10-26 13:50:17 +00:00 |
core.h
|
…
|
|
device.h
|
Add an EVCNT_ATTACH_STATIC() macro which gathers static evcnts
|
2002-11-24 17:33:43 +00:00 |
dir.h
|
…
|
|
dirent.h
|
expose DIRENT_SIZE to userland if _NETBSD_SOURCE
|
2003-05-28 20:04:48 +00:00 |
disk.h
|
Implement (and document!) "dkctl <dev> badsector .." to `manage' the bad
|
2003-04-15 18:27:26 +00:00 |
disklabel.h
|
Change bounds_check_with_label() to take a pointer to the disk structure,
|
2003-05-10 23:12:28 +00:00 |
disklabel_acorn.h
|
protect against multiple inclusion.
|
2003-01-11 18:54:19 +00:00 |
disklabel_mbr.h
|
Move some definitions from fdisk.c to disklabel_mbr.h so they don't have
|
2003-04-30 10:29:51 +00:00 |
dkbad.h
|
…
|
|
dkio.h
|
Implement (and document!) "dkctl <dev> badsector .." to `manage' the bad
|
2003-04-15 18:27:26 +00:00 |
dkstat.h
|
G/c DK_NDRIVE.
|
2003-06-11 17:11:13 +00:00 |
domain.h
|
Add MBUFTRACE kernel option.
|
2003-02-26 06:31:08 +00:00 |
dvdio.h
|
…
|
|
endian.h
|
Add a new feature-test macro, _NETBSD_SOURCE. If this is defined
|
2003-04-28 23:16:11 +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 ETIME, per POSIX-2001.
|
2003-05-27 22:37:33 +00:00 |
event.h
|
Add a new feature-test macro, _NETBSD_SOURCE. If this is defined
|
2003-04-28 23:16:11 +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.h
|
Remove VMCMD_TOPDOWN since it's no longer. Redo my last rework. Move
|
2003-02-27 01:58:56 +00:00 |
exec_aout.h
|
Rename __LDPGSZ to AOUT_LDPGSZ, to accurately reflect what it is.
|
2002-12-10 17:14:02 +00:00 |
exec_coff.h
|
…
|
|
exec_ecoff.h
|
Merge the nathanw_sa branch.
|
2003-01-18 08:51:40 +00:00 |
exec_elf.h
|
Add a field to netbsd_elfcore_procinfo that identifies the LWP targeted
|
2003-05-20 17:39:18 +00:00 |
exec_macho.h
|
back out the previous change, which is useless. Darwin loads the libraries
|
2002-11-29 15:49:09 +00:00 |
exec_script.h
|
grow #! line length -- patch from cgd, fixes PR kern/20112 from Todd Vierling
|
2003-04-02 00:58:56 +00:00 |
extent.h
|
Add extensible malloc types, adapted from FreeBSD. This turns
|
2003-02-01 06:23:35 +00:00 |
fcntl.h
|
space -> tab in one place.
|
2003-05-01 12:45:31 +00:00 |
fdio.h
|
…
|
|
featuretest.h
|
Mention XNS 5.2 (_XOPEN_SOURCE == 520) in comments.
|
2003-04-29 12:50:16 +00:00 |
file.h
|
Change 'data' argument to fo_ioctl and fo_fcntl from 'caddr_t' to 'void *'.
|
2003-03-21 21:13:50 +00:00 |
filedesc.h
|
move declaration of getcwd_common and constant to the header file.
|
2003-04-16 20:00:03 +00:00 |
filio.h
|
Bump daddr_t to 64 bits. Replace it with int32_t in all places where
|
2003-01-24 21:55:02 +00:00 |
float_ieee754.h
|
Rename <sys/float_ieee.h> to <sys/float_ieee754.h>, following libc's
|
2003-05-12 15:22:53 +00:00 |
gmon.h
|
…
|
|
hash.h
|
…
|
|
inttypes.h
|
…
|
|
ioccom.h
|
…
|
|
ioctl.h
|
Include <sys/ioctl_compat.h> when COMPAT_IBCS2
|
2003-01-16 18:23:36 +00:00 |
ioctl_compat.h
|
Reorder things so that multiple inclusion protection so optional
|
2002-12-01 22:57:17 +00:00 |
ipc.h
|
Add a new feature-test macro, _NETBSD_SOURCE. If this is defined
|
2003-04-28 23:16:11 +00:00 |
kcore.h
|
…
|
|
kernel.h
|
New callout implementation. This is based on callwheel implementation
|
2003-02-04 01:21:03 +00:00 |
kgdb.h
|
…
|
|
kprintf.h
|
Make sure to include opt_foo.h if a defflag option FOO is used.
|
2003-06-23 11:00:59 +00:00 |
ksem.h
|
Cosmetic changes.
|
2003-01-23 23:52:38 +00:00 |
ksyms.h
|
One more const.
|
2003-05-11 12:37:20 +00:00 |
kthread.h
|
…
|
|
ktrace.h
|
ktrace rval[1] - in order to get both fd numbers for pipe()
|
2003-05-15 12:56:16 +00:00 |
lkm.h
|
desupport LMRESERV_O, anything using it doesn't have chance of working
|
2003-04-10 19:06:04 +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
|
Add a LOCK_INITIALIZER() macro to statically initialize a struct lock.
|
2003-06-13 05:13:43 +00:00 |
lockf.h
|
ANSIfy.
|
2003-05-01 13:06:59 +00:00 |
lwp.h
|
constify wait channels of ltsleep/wakeup. they are never dereferenced.
|
2003-02-04 13:41:48 +00:00 |
malloc.h
|
Need to include <sys/lock.h> for MALLOC(). Addresses PR#21502.
|
2003-05-24 06:25:39 +00:00 |
mallocvar.h
|
correctly protect mallocvar.h against multiple inclusion [hi thorpej]
|
2003-02-02 02:21:43 +00:00 |
mbuf.h
|
sync packet tag w/openbsd
|
2003-06-26 09:55:10 +00:00 |
md4.h
|
…
|
|
md5.h
|
…
|
|
midiio.h
|
Rather then messing around with _POSIX_SOURCE and abusing
|
2003-04-26 13:31:37 +00:00 |
mman.h
|
PR/21948: Todd Vierling: Implement MAP_TRYFIXED for linux emulation.
|
2003-06-23 21:32:33 +00:00 |
mount.h
|
Make sure to include opt_foo.h if a defflag option FOO is used.
|
2003-06-23 11:00:59 +00:00 |
msg.h
|
Add a new feature-test macro, _NETBSD_SOURCE. If this is defined
|
2003-04-28 23:16:11 +00:00 |
msgbuf.h
|
…
|
|
mtio.h
|
Bump daddr_t to 64 bits. Replace it with int32_t in all places where
|
2003-01-24 21:55:02 +00:00 |
namei.h
|
Add extensible malloc types, adapted from FreeBSD. This turns
|
2003-02-01 06:23:35 +00:00 |
null.h
|
…
|
|
param.h
|
Bump version to 1.6U, because of PCI attach args changes.
|
2003-06-15 23:11:25 +00:00 |
pipe.h
|
Make the pipe code mostly MP-safe. There are a few unaddressed race
|
2003-02-12 21:54:15 +00:00 |
pmc.h
|
Expose <machine/pmc.h> to userland.
|
2002-08-08 16:23:19 +00:00 |
poll.h
|
Add a new feature-test macro, _NETBSD_SOURCE. If this is defined
|
2003-04-28 23:16:11 +00:00 |
pool.h
|
Add the ability for pool caches to cache the physical address of
|
2003-04-09 18:22:13 +00:00 |
power.h
|
Add a "reset button" type.
|
2003-04-20 20:48:27 +00:00 |
proc.h
|
pad the flag arguments to 8 hex chars.
|
2003-06-03 18:50:59 +00:00 |
properties.h
|
…
|
|
protosw.h
|
Spelling police. "DETATCH" is not the right speling.
|
2002-12-20 20:57:26 +00:00 |
ptrace.h
|
Add a ptrace interface for iterating over and collecting information
|
2003-05-20 18:16:08 +00:00 |
queue.h
|
Add STAILQ_*. Really the same as SIMPLEQ, but this syncs the API with FreeBSD.
|
2002-12-06 22:23:34 +00:00 |
radioio.h
|
…
|
|
ras.h
|
MI kernel support for user-level Restartable Atomic Sequences (RAS).
|
2002-08-28 07:16:33 +00:00 |
reboot.h
|
Add the following message printing routines, designed for printing
|
2002-12-31 17:48:03 +00:00 |
resource.h
|
Add a new feature-test macro, _NETBSD_SOURCE. If this is defined
|
2003-04-28 23:16:11 +00:00 |
resourcevar.h
|
Merge the nathanw_sa branch.
|
2003-01-18 08:51:40 +00:00 |
rnd.h
|
Fix signed/unsigned comparison warnings.
|
2002-11-10 03:28:59 +00:00 |
sa.h
|
Merge the nathanw_sa branch.
|
2003-01-18 08:51:40 +00:00 |
savar.h
|
only include mallocvar.h if _KERNEL is defined [hi thorpej]
|
2003-02-02 02:22:14 +00:00 |
scanio.h
|
…
|
|
sched.h
|
Add a new feature-test macro, _NETBSD_SOURCE. If this is defined
|
2003-04-28 23:16:11 +00:00 |
scsiio.h
|
Fix two typos in comments. From OpenBSD.
|
2002-07-10 21:56:42 +00:00 |
select.h
|
ktrace ioctl data buffers
|
2003-05-12 15:17:36 +00:00 |
sem.h
|
Add a new feature-test macro, _NETBSD_SOURCE. If this is defined
|
2003-04-28 23:16:11 +00:00 |
sha1.h
|
…
|
|
shm.h
|
Burn the namespace heretic!
|
2003-05-31 11:49:26 +00:00 |
siginfo.h
|
This is not used yet.
|
2002-11-26 19:06:38 +00:00 |
signal.h
|
Add a new feature-test macro, _NETBSD_SOURCE. If this is defined
|
2003-04-28 23:16:11 +00:00 |
signalvar.h
|
Track the LWP ID of a synchronous (trap) signal, and report it in core dumps.
|
2003-05-20 17:42:51 +00:00 |
sigtypes.h
|
Add a new feature-test macro, _NETBSD_SOURCE. If this is defined
|
2003-04-28 23:16:11 +00:00 |
socket.h
|
Add a new feature-test macro, _NETBSD_SOURCE. If this is defined
|
2003-04-28 23:16:11 +00:00 |
socketvar.h
|
export some of sosend loan routines for nfsd.
|
2003-05-03 17:53:17 +00:00 |
sockio.h
|
kill the ASYNCMAP ones1
|
2003-04-12 05:01:01 +00:00 |
stat.h
|
Add a new feature-test macro, _NETBSD_SOURCE. If this is defined
|
2003-04-28 23:16:11 +00:00 |
stdint.h
|
…
|
|
swap.h
|
…
|
|
syscall.h
|
regen
|
2003-03-18 18:09:48 +00:00 |
syscallargs.h
|
regen
|
2003-03-18 18:09:48 +00:00 |
sysctl.h
|
Based on the feedback on wasabisystems.com!bsd-api-discuss (sure wish
|
2003-03-06 20:32:59 +00:00 |
syslimits.h
|
Add a new feature-test macro, _NETBSD_SOURCE. If this is defined
|
2003-04-28 23:16:11 +00:00 |
syslog.h
|
Add a new feature-test macro, _NETBSD_SOURCE. If this is defined
|
2003-04-28 23:16:11 +00:00 |
systm.h
|
Make sure to include opt_foo.h if a defflag option FOO is used.
|
2003-06-23 11:00:59 +00:00 |
systrace.h
|
allow the kernel to free policies for users; kernel informs userland
|
2003-06-03 05:24:00 +00:00 |
tablet.h
|
…
|
|
termios.h
|
Add a new feature-test macro, _NETBSD_SOURCE. If this is defined
|
2003-04-28 23:16:11 +00:00 |
time.h
|
Add a new feature-test macro, _NETBSD_SOURCE. If this is defined
|
2003-04-28 23:16:11 +00:00 |
timeb.h
|
…
|
|
timepps.h
|
…
|
|
times.h
|
Version times() so that programs compiled before the recent change to make
|
2002-06-30 09:45:39 +00:00 |
timex.h
|
…
|
|
tprintf.h
|
Add multiple inclusion protection.
|
2002-12-01 21:25:10 +00:00 |
trace.h
|
…
|
|
tree.h
|
/*CONTCOND*/ while (0)'ed macros
|
2002-11-02 07:30:55 +00:00 |
tty.h
|
tputchar grows a flags argument.
|
2003-02-17 22:19:28 +00:00 |
ttychars.h
|
Reorder things so that multiple inclusion protection so optional
|
2002-12-01 22:57:17 +00:00 |
ttycom.h
|
…
|
|
ttydefaults.h
|
Only declare ttydefchars if _KERNEL is defined.
|
2002-12-02 05:11:02 +00:00 |
ttydev.h
|
…
|
|
types.h
|
Add a new feature-test macro, _NETBSD_SOURCE. If this is defined
|
2003-04-28 23:16:11 +00:00 |
ucontext.h
|
Merge the nathanw_sa branch.
|
2003-01-18 08:51:40 +00:00 |
ucred.h
|
add a crcmp() function.
|
2003-05-16 13:55:18 +00:00 |
uio.h
|
Add a new feature-test macro, _NETBSD_SOURCE. If this is defined
|
2003-04-28 23:16:11 +00:00 |
un.h
|
Add a new feature-test macro, _NETBSD_SOURCE. If this is defined
|
2003-04-28 23:16:11 +00:00 |
unistd.h
|
Mention places where _SC_* values are hard-coded, so people who might
|
2003-05-31 11:50:15 +00:00 |
unpcb.h
|
…
|
|
user.h
|
Merge the nathanw_sa branch.
|
2003-01-18 08:51:40 +00:00 |
userconf.h
|
…
|
|
utsname.h
|
Add a new feature-test macro, _NETBSD_SOURCE. If this is defined
|
2003-04-28 23:16:11 +00:00 |
vadvise.h
|
…
|
|
verified_exec.h
|
Added support for fingerprinted executables aka verified exec
|
2002-10-29 12:31:20 +00:00 |
vmmeter.h
|
…
|
|
vnode.h
|
Xref vfssubr(9)
|
2003-04-06 07:02:08 +00:00 |
vnode_if.h
|
regen:
|
2003-04-10 20:38:12 +00:00 |
wait.h
|
Add a new feature-test macro, _NETBSD_SOURCE. If this is defined
|
2003-04-28 23:16:11 +00:00 |
wdog.h
|
…
|
|