NetBSD/sys/sys
dsl 6ac09f276d Move some definitions from fdisk.c to disklabel_mbr.h so they don't have
to be duplicated elsewhere (eg in mbr.S).
Modify fdisk.c so that it builds with the new disklabel.h
2003-04-30 10:29:51 +00:00
..
Makefile Add a float_ieee.h file for all IEEE compliant archs to include. 2003-04-19 23:06:33 +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
audioio.h
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
core.h
device.h
dir.h
dirent.h Add a new feature-test macro, _NETBSD_SOURCE. If this is defined 2003-04-28 23:16:11 +00:00
disk.h Implement (and document!) "dkctl <dev> badsector .." to `manage' the bad 2003-04-15 18:27:26 +00:00
disklabel.h Add prototype for bounds_check_with_mediasize 2003-04-03 22:18:46 +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
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 a new feature-test macro, _NETBSD_SOURCE. If this is defined 2003-04-28 23:16:11 +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
exec_coff.h
exec_ecoff.h Merge the nathanw_sa branch. 2003-01-18 08:51:40 +00:00
exec_elf.h Merge the nathanw_sa branch. 2003-01-18 08:51:40 +00:00
exec_macho.h
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 Add a new feature-test macro, _NETBSD_SOURCE. If this is defined 2003-04-28 23:16:11 +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_ieee.h no __i386__ here. charles explained that the value is correct. 2003-04-21 00:07:25 +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
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 grow a NOLOCK flag. 2003-02-17 22:19:13 +00:00
ksem.h Cosmetic changes. 2003-01-23 23:52:38 +00:00
ksyms.h Make ksymms_init() take void * parameters instead of caddr_t. 2003-04-26 10:24:58 +00:00
kthread.h
ktrace.h
lkm.h desupport LMRESERV_O, anything using it doesn't have chance of working 2003-04-10 19:06:04 +00:00
localedef.h
lock.h Merge the nathanw_sa branch. 2003-01-18 08:51:40 +00:00
lockf.h DANGER WILL ROBINSON! 2003-03-05 18:28:22 +00:00
lwp.h constify wait channels of ltsleep/wakeup. they are never dereferenced. 2003-02-04 13:41:48 +00:00
malloc.h Make the memory allocation code MP-safe. 2003-02-14 21:51:36 +00:00
mallocvar.h correctly protect mallocvar.h against multiple inclusion [hi thorpej] 2003-02-02 02:21:43 +00:00
mbuf.h Fix a problem first reported by Simon Burge when paddr_t is 64-bits on an 2003-04-17 16:15:36 +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 Add a new feature-test macro, _NETBSD_SOURCE. If this is defined 2003-04-28 23:16:11 +00:00
mount.h Add a new feature-test macro, _NETBSD_SOURCE. If this is defined 2003-04-28 23:16:11 +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 to 1.6R -- mbuf and pool changes. 2003-04-09 19:28:06 +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
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 for NO_PGID, use ((pid_t)-1) rather than (-(pid_t)1) 2003-03-22 14:35:38 +00:00
properties.h
protosw.h
ptrace.h PT_DUMPCORE support. 2003-01-23 17:35:18 +00:00
queue.h
radioio.h
ras.h
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
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
select.h
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 Add a new feature-test macro, _NETBSD_SOURCE. If this is defined 2003-04-28 23:16:11 +00:00
siginfo.h
signal.h Add a new feature-test macro, _NETBSD_SOURCE. If this is defined 2003-04-28 23:16:11 +00:00
signalvar.h add __sigtimedwait(2) - wait for specified set of signals, with optional 2003-02-15 20:54:38 +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 Change 'data' argument to fo_ioctl and fo_fcntl from 'caddr_t' to 'void *'. 2003-03-21 21:13:50 +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 Management, not managment. Mostly from jmc@openbsd. 2003-04-26 22:07:12 +00:00
systrace.h avoid a panic due to recent changes in kern_fork.c; prepare for lwp by 2003-03-30 00:40:05 +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
timex.h
tprintf.h
trace.h
tree.h
tty.h tputchar grows a flags argument. 2003-02-17 22:19:28 +00:00
ttychars.h
ttycom.h
ttydefaults.h
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 definitions for do_setres{u,g}id() to common up various system calls that 2003-03-05 18:39:17 +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 Add a new feature-test macro, _NETBSD_SOURCE. If this is defined 2003-04-28 23:16:11 +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
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