opnsense-src/sys/sys
Mike Barcroft ba5fe51088 Move __offsetof() macro from <machine/ansi.h> to <sys/cdefs.h>. It's
hardly MD, since all our platforms share the same macro.  It's not
really compiler dependent either, but this helps in reducing
<machine/ansi.h> to only type definitions.
2002-07-08 16:43:35 +00:00
..
_lock.h Renamed the idempotency identifier to match the file name. 2002-06-07 14:37:09 +00:00
_mutex.h Add mtx_ prefixes to the fields used for mutex profiling, and fix a bug 2002-07-03 01:50:27 +00:00
_posix.h
_sigset.h Quick fix for the type of the bitmap in sigset_t. It was an array of 2002-06-20 09:04:33 +00:00
_timespec.h
_types.h Implement the <sys/statvfs.h> header. Related changes to <sys/types.h> 2002-06-14 19:37:06 +00:00
aac_ioctl.h
acct.h
acl.h
agpio.h
aio.h
assym.h
ata.h
bio.h
bitstring.h
blist.h
buf.h Fixup uses of GETVOBJECT. 2002-07-06 08:59:52 +00:00
bus.h
bus_dma.h
bus_private.h
callout.h
ccdvar.h
cdefs.h Move __offsetof() macro from <machine/ansi.h> to <sys/cdefs.h>. It's 2002-07-08 16:43:35 +00:00
cdio.h
cdrio.h
chio.h
clist.h
clock.h
condvar.h Part 1 of KSE-III 2002-06-29 17:26:22 +00:00
conf.h
cons.h
consio.h
copyright.h
ctype.h
dataacq.h
device_port.h
devicestat.h
digiio.h
dir.h
dirent.h
disk.h
disklabel.h Remove the compat bits for the mis-aligned struct disklabel on alpha, 2002-06-19 08:37:02 +00:00
diskmbr.h Remove the compat bits for the mis-aligned struct disklabel on alpha, 2002-06-19 08:37:02 +00:00
diskpc98.h Remove the compat bits for the mis-aligned struct disklabel on alpha, 2002-06-19 08:37:02 +00:00
diskslice.h
dkstat.h
dmap.h
domain.h
dvdio.h
elf32.h Move the definition of ElfN_Hashelt to common headers. The only platform 2002-05-30 08:32:18 +00:00
elf64.h Move the definition of ElfN_Hashelt to common headers. The only platform 2002-05-30 08:32:18 +00:00
elf_common.h
elf_generic.h Move the definition of ElfN_Hashelt to common headers. The only platform 2002-05-30 08:32:18 +00:00
endian.h
errno.h
event.h Updated a comment. Namspace pollution in <sys/select.h> is now moot since 2002-06-29 19:14:52 +00:00
eventhandler.h
eventvar.h
exec.h
extattr.h
fbio.h
fcntl.h
fdcio.h
file.h More caddr_t removal, make fo_ioctl take a void * instead of a caddr_t. 2002-06-29 01:50:25 +00:00
filedesc.h
filio.h
fnv_hash.h
gmon.h
gpt.h Don't use an incomplete array type to mark the start of the padding 2002-05-31 01:07:13 +00:00
iconv.h
imgact.h Clean up execve locking: 2002-07-06 07:00:01 +00:00
imgact_aout.h
imgact_elf.h Fix typo in the BSD copyright: s/withough/without/ 2002-06-02 20:05:59 +00:00
inflate.h
interrupt.h
ioccom.h
ioctl.h
ioctl_bt848.h
ioctl_compat.h
ioctl_meteor.h
ipc.h
jail.h
joystick.h Fix typo in the BSD copyright: s/withough/without/ 2002-06-02 20:05:59 +00:00
jumbo.h Remove the advertising clause from the Duke BSD copyright on the 2002-07-06 02:44:15 +00:00
kbio.h
kenv.h
kernel.h Add a new SYSINIT subsystem for KTRACE. 2002-06-07 05:11:39 +00:00
kerneldump.h
kobj.h Convert hit and miss counters to unsigned values. Surely negative values 2002-06-10 22:40:26 +00:00
kse.h remove cruft 2002-06-29 07:16:24 +00:00
kthread.h
ktr.h KTR_CT* had one too many trailing zeroes, making KTR_CT5-8 too large for 2002-06-23 00:38:04 +00:00
ktrace.h Overhaul the ktrace subsystem a bit. For the most part, the actual vnode 2002-06-07 05:32:59 +00:00
libkern.h
linedisc.h
link_aout.h
link_elf.h
linker.h
linker_set.h
lock.h
lockf.h
lockmgr.h Record the file, line, and pid of the last successful shared lock holder. This 2002-05-30 05:55:22 +00:00
malloc.h fix whitespace botch in previous commit. 2002-06-19 01:23:54 +00:00
mbuf.h remove or replace caddr_t with void. 2002-06-28 23:48:23 +00:00
mchain.h
md4.h
md5.h Oops, this should have been part of my previous commit. 2002-06-24 14:18:39 +00:00
mdioctl.h
memrange.h
mman.h
module.h
mount.h Remove an unused argument in vfs_mountroot(). 2002-07-03 08:52:37 +00:00
mouse.h
msg.h
msgbuf.h
mtio.h
mutex.h
namei.h
nlist_aout.h
param.h NODEV is defined the same in _KERNEL and !_KERNEL case, so move it out from 2002-06-04 05:48:38 +00:00
pciio.h
pcpu.h
pioctl.h
pipe.h
poll.h Bring poll.h up to conformance with POSIX.1-2001 by adding some 2002-07-08 16:37:35 +00:00
posix4.h
power.h
priority.h
proc.h Remove OBE prototype for procrunnable() 2002-07-08 01:49:49 +00:00
procfs.h
protosw.h
ptio.h
ptrace.h
queue.h Move __offsetof() macro from <machine/ansi.h> to <sys/cdefs.h>. It's 2002-07-08 16:43:35 +00:00
random.h
reboot.h
regression.h
resource.h Part I of RLIMIT_VMEM implementation. Implement core functionality for 2002-06-26 00:29:28 +00:00
resourcevar.h
rman.h
rtprio.h
runq.h Make the run queue parameters machine dependent. Optimize 64 bit 2002-05-25 01:12:23 +00:00
sbuf.h
select.h Now that we have a separate header file for sigset_t, use it and avoid 2002-06-16 18:40:16 +00:00
selinfo.h
sem.h
sema.h
semaphore.h
shm.h
signal.h Use <sys/_sigset.h> to get declaration of sigset_t, which has been moved 2002-06-16 18:35:24 +00:00
signalvar.h Part 1 of KSE-III 2002-06-29 17:26:22 +00:00
smp.h
snoop.h Include <sys/types.h> in the !_KERNEL case so that this file is 2002-06-24 11:45:45 +00:00
socket.h Implement SO_NOSIGPIPE option for sockets. This allows one to request that 2002-06-20 18:52:54 +00:00
socketvar.h More caddr_t removal, make fo_ioctl take a void * instead of a caddr_t. 2002-06-29 01:50:25 +00:00
sockio.h
soundcard.h
stat.h This patch fixes a size problem with the stat structure for 2002-06-22 22:01:13 +00:00
statvfs.h Fix two syntax errors and add declarations of statvfs() and fstatvfs(). 2002-06-16 21:02:08 +00:00
stdint.h
sun_disklabel.h
sx.h
syscall.h Regen. 2002-06-13 23:44:50 +00:00
syscall.mk Regen. 2002-06-13 23:44:50 +00:00
sysctl.h
sysent.h
syslimits.h
syslog.h
sysproto.h Regen. 2002-06-13 23:44:50 +00:00
systm.h Add a hashdestroy() function to undo the actions of hashinit(). 2002-06-30 02:07:26 +00:00
taskqueue.h
termios.h
tiio.h At long last, commit the zero copy sockets code. 2002-06-26 03:37:47 +00:00
time.h Fix visibility issues; use <sys/timespec.h>. 2002-06-15 23:37:33 +00:00
timeb.h
timepps.h
timers.h
times.h
timespec.h
timetc.h
timex.h
tree.h Import OpenBSD's <sys/tree.h>, needed by OpenSSH. 2002-06-23 14:38:51 +00:00
tty.h Fixed some style bugs in recent commits. 2002-05-28 15:24:13 +00:00
ttychars.h
ttycom.h
ttydefaults.h
ttydev.h
types.h This commit adds basic support for the UFS2 filesystem. The UFS2 2002-06-21 06:18:05 +00:00
ucontext.h
ucred.h Backed out previous commit. It had nothing to do with KSE and just undid 2002-06-29 19:53:55 +00:00
uio.h At long last, commit the zero copy sockets code. 2002-06-26 03:37:47 +00:00
un.h Change spelling of u_char' to unsigned char' to avoid requiring 2002-06-19 19:05:41 +00:00
unistd.h
unpcb.h
user.h
utsname.h
uuid.h Add uuidgen(2) and uuidgen(1). 2002-05-28 06:16:08 +00:00
vmmeter.h Make a structure definition slightly more style(9) compliant (makes 2002-06-01 03:55:16 +00:00
vnioctl.h
vnode.h - VT_PSEUDOFS and VT_PROCFS support locking now 2002-07-08 01:53:14 +00:00
wait.h Remove the deprecated 4.2/4.3BSD wait union. 2002-06-05 02:21:01 +00:00
xrpuio.h