freebsd-dev/sys/sys
Marcel Moolenaar d2d42f89d5 o Add explicit alignment to linker set definitions. On i386, data
declarations will not be aligned by default.
o  Remove the alignment work-around for alpha. Our current alpha
   as(1) does not assume alignment after section switching, nor
   does the ia64 as(1).
2001-01-29 01:46:50 +00:00
..
_posix.h
_sigset.h Provide a new interface for the user of aio_read() and aio_write() to request 2000-11-21 19:36:36 +00:00
_timespec.h Synchronize with some of my local changes. To quote: 2001-01-23 04:40:54 +00:00
aac_ioctl.h Major bugfix and minor update. This should resolve the current issues 2000-12-27 13:14:56 +00:00
acct.h
acl.h o Correct typos in comment fields. 2001-01-07 19:21:06 +00:00
agpio.h
aio.h Undo rev 1.8: This commit actually added a second declaration 2000-11-25 19:35:49 +00:00
assym.h
bio.h A bit of sanity-checking in bioqdisksort(): panic if we recurse. 2001-01-14 18:48:42 +00:00
bitstring.h Cleanup of bitstring.h: 2000-10-09 12:34:51 +00:00
blist.h
buf.h Use PCPU_GET, PCPU_PTR and PCPU_SET to access all per-cpu variables 2001-01-10 04:43:51 +00:00
bus_dma.h Axe the barrier_{read,write,rw}() helper functions as this method of 2000-10-20 06:45:48 +00:00
bus_private.h Implement a trivial but effective interface for obtaining the kernel's 2000-11-09 10:21:23 +00:00
bus.h Alter the return value and arguments of the GET_RESOURCE_LIST bus method. 2000-11-28 06:49:15 +00:00
callout.h Revert the last commit to the callout interface, and add a flag to 2000-11-25 06:22:16 +00:00
capability.h o Simplify capability types away from an array of ints to a single 2000-10-13 17:12:58 +00:00
ccdvar.h
cdefs.h
cdio.h
cdrio.h Add session argument to *CLOSEDISK, allowing to set session type on fixate. 2001-01-10 19:17:38 +00:00
chio.h
clist.h
condvar.h Remove CV_DECLARE(), which serves no useful purpose. 2001-01-25 07:29:54 +00:00
conf.h Deprecate devsw->d_bmaj entirely. 2000-10-31 10:58:14 +00:00
cons.h
consio.h
copyright.h We are now in the year 2001, so ajust copyrights. 2001-01-01 08:05:48 +00:00
ctype.h
dataacq.h
device_port.h Add PC-Card/ISA SCSI host adpater drivers from NetBSD/pc98 2000-10-23 12:55:51 +00:00
devicestat.h
dir.h
dirent.h
disk.h Add disk_enumerate() for finding names of disks. Vinum and libh will 2000-06-15 20:30:53 +00:00
disklabel.h Use ANSI prototype and function definition for dkcksum so that this 2001-01-14 05:14:37 +00:00
diskmbr.h Use ANSI prototype and function definition for dkcksum so that this 2001-01-14 05:14:37 +00:00
diskpc98.h Use ANSI prototype and function definition for dkcksum so that this 2001-01-14 05:14:37 +00:00
diskslice.h Write support for the cd(4) driver. 2000-10-30 07:03:00 +00:00
dkstat.h Redeclare cp_time. It's no longer static, and linprocfs needs it. 2000-09-07 16:38:04 +00:00
dmap.h
domain.h
dvdio.h
elf32.h
elf64.h
elf_common.h Update the e_machine values to include x86-64, PowerPC and [Strong]ARM; 2001-01-01 21:56:57 +00:00
elf_generic.h
errno.h
event.h Simplify kqueue API slightly. 2000-07-18 19:31:52 +00:00
eventhandler.h - Convert the per-eventhandler list mutex to a lockmgr lock so that it can 2000-12-12 04:01:35 +00:00
eventvar.h Simplify kqueue API slightly. 2000-07-18 19:31:52 +00:00
exec.h
extattr.h
fbio.h
fcntl.h
fdcio.h
file.h
filedesc.h This patchset fixes a large number of file descriptor race conditions. 2000-11-18 21:01:04 +00:00
filio.h
gmon.h
imgact_aout.h
imgact_elf.h
imgact.h Make size of dynamic loader argument variable to support 2000-09-26 05:09:21 +00:00
inflate.h
interrupt.h - Overhaul the software interrupt code to use interrupt threads for each 2000-10-25 05:19:40 +00:00
inttypes.h
ioccom.h
ioctl_bt848.h Fix typo in comments 2000-10-31 14:30:29 +00:00
ioctl_compat.h
ioctl_meteor.h
ioctl.h
ipc.h sysvipc loadable. 2000-12-01 08:57:47 +00:00
ipl.h Remove unused declarations for spending and sdelayed, and remove unused 2000-12-08 10:39:00 +00:00
jail.h o Deny access to System V IPC from within jail by default, as in the 2000-10-31 01:34:00 +00:00
joystick.h
kbio.h Add the ability to define a "shutdown" and "shutdown and poweroff" key 2000-09-11 20:37:42 +00:00
kernel.h Bah, as my luck would have it, I had a kernel source tree in the window 2001-01-27 06:01:48 +00:00
kobj.h Add kobj_class_compile_static() to allow classes to be initialised 2000-08-28 21:11:12 +00:00
kthread.h Stick the kthread API in a kthread_* namespace, and the specialized kproc 2000-12-15 20:08:20 +00:00
ktr.h - Remove much of the inlining of the KTR tracepoints into a ktr_tracepoint() 2000-11-07 01:49:48 +00:00
ktrace.h Limit size of passed in data for utrace function. 2001-01-06 09:34:20 +00:00
libkern.h revert addition of strlcpy/strlcat 2000-12-18 13:28:12 +00:00
linedisc.h Deprecate devsw->d_bmaj entirely. 2000-10-31 10:58:14 +00:00
link_aout.h Update the prototype for "r_brk" to correspond with the change in 2000-09-18 20:40:32 +00:00
link_elf.h Update the prototype for "r_brk" to correspond with the change in 2000-09-18 20:40:32 +00:00
linker_set.h o Add explicit alignment to linker set definitions. On i386, data 2001-01-29 01:46:50 +00:00
linker.h Correct a warning where the r_debug_state() dummy function used to trigger 2000-10-06 05:20:02 +00:00
lock.h Convert all simplelocks to mutexes and remove the simplelock implementations. 2001-01-24 12:35:55 +00:00
lockf.h
lockmgr.h Convert all simplelocks to mutexes and remove the simplelock implementations. 2001-01-24 12:35:55 +00:00
malloc.h Introduce the M_ZERO flag to malloc(9) 2000-10-20 17:54:55 +00:00
mbuf.h When short of mbufs or mbuf clusters, we sleep on appropriate "counters." 2001-01-20 21:29:10 +00:00
md5.h
mdioctl.h Add padding space and a version number to the md_ioctl structre for future 2001-01-01 23:08:26 +00:00
memrange.h
mman.h
module.h
mount.h remove struct mount from useland visibility 2000-12-04 09:21:05 +00:00
mouse.h Initiate deorbit burn sequence for <machine/mouse.h>. 2000-10-09 08:08:36 +00:00
msg.h
msgbuf.h Replace logwakeup() with "int msgbuftrigger". There is little 2000-12-20 21:50:37 +00:00
mtio.h Make residuals signed. 2001-01-21 01:34:14 +00:00
mutex.h - Don't use a union and fun tricks to shave one extra pointer off of struct 2001-01-24 10:57:01 +00:00
namei.h Add new flag PDIRUNLOCK to the component.cn_flags which should be set by 2000-09-17 07:26:42 +00:00
nlist_aout.h
param.h Bump FreeBSD version to reflect changes to libc and libc_r. 2001-01-24 13:08:12 +00:00
pciio.h
pioctl.h
pipe.h select() DKI is now in <sys/selinfo.h>. 2001-01-09 04:33:49 +00:00
poll.h Synchronize the poll() prototype with the one provided in the 2000-08-21 12:25:09 +00:00
posix4.h
proc.h Fix fork_exit() to take a pointer to a function that returns void as its 2001-01-26 23:51:41 +00:00
procfs.h
protosw.h backout previous change for now 2000-08-16 13:59:50 +00:00
ptio.h
ptrace.h - Move the prototype for proc_reparent from sys/ptrace.h to sys/proc.h 2000-10-19 18:55:22 +00:00
queue.h CIRCLEQs are a disgrace to everything Knuth taught us in Volume 1 Chapter 2. 2000-12-29 09:55:40 +00:00
random.h Add a constant for the (to be committed at a later time) irq-entropy 2000-11-25 16:51:16 +00:00
reboot.h
resource.h
resourcevar.h use a oppurtunistic locking strategy with the uidinfo structures to avoid 2000-11-30 19:15:22 +00:00
rman.h Convert all simplelocks to mutexes and remove the simplelock implementations. 2001-01-24 12:35:55 +00:00
rtprio.h Major update to the way synchronization is done in the kernel. Highlights 2000-09-07 01:33:02 +00:00
sbuf.h Add sbuf_clear() and sbuf_overflowed(). 2001-01-28 00:13:01 +00:00
select.h Do not recursively include <sys/selinfo.h> from <sys/select.h>; all in-tree 2001-01-20 03:11:47 +00:00
selinfo.h Move `struct selinfo' and related functions to <sys/selinfo.h>. 2001-01-04 03:29:16 +00:00
sem.h
semaphore.h
shm.h
signal.h Provide a new interface for the user of aio_read() and aio_write() to request 2000-11-21 19:36:36 +00:00
signalvar.h Declare sigexit() as non-returning. 2000-09-17 15:23:10 +00:00
smp.h Defer assignment of low level interrupt handlers for PCI interrupts 2001-01-28 01:07:54 +00:00
snoop.h
socket.h remove pfctlinput 2000-12-19 08:09:36 +00:00
socketvar.h select() DKI is now in <sys/selinfo.h>. 2001-01-09 04:33:49 +00:00
sockio.h sync with kame tree as of july00. tons of bug fixes/improvements. 2000-07-04 16:35:15 +00:00
soundcard.h add 32bit formats and a couple of ioctls 2000-09-01 17:38:32 +00:00
stat.h Get userland visible flags added for snapshots to give a few days 2000-07-04 04:58:34 +00:00
syscall-hide.h Regen. 2000-12-02 05:45:32 +00:00
syscall.h Regen. 2000-12-02 05:45:32 +00:00
syscall.mk Regen. 2000-12-02 05:45:32 +00:00
sysctl.h Add function prototype for libc function sysctlnametomib() 2001-01-23 03:42:20 +00:00
sysent.h sysvipc loadable. 2000-12-01 08:57:47 +00:00
syslimits.h
syslog.h Add the "LOG_CONSOLE" facility and tell syslogd to not log it on 2000-11-25 21:00:58 +00:00
sysproto.h Regen. 2000-12-02 05:45:32 +00:00
systm.h Remove unused splsoftcambio(), splsoftcamnet(), splq() and splz() inlines. 2001-01-19 10:46:58 +00:00
taskqueue.h
termios.h Kernel support for erase2 character. 2000-11-28 20:03:23 +00:00
time.h
timeb.h
timepps.h
timers.h
times.h
timespec.h This file declares `struct timespec' so that we can have a single, 2001-01-23 04:44:04 +00:00
timetc.h
timex.h Update the NTP kernel PLL code to the 2000-08-29 version of Dave Mills 2000-09-04 08:19:32 +00:00
tty.h select() DKI is now in <sys/selinfo.h>. 2001-01-09 04:33:49 +00:00
ttychars.h
ttycom.h
ttydefaults.h Kernel support for erase2 character. 2000-11-28 20:03:23 +00:00
ttydev.h
types.h Convert all users of fldoff() to offsetof(). fldoff() is bad 2000-10-27 11:45:49 +00:00
ucontext.h
ucred.h make crfree into a function rather than a macro to avoid bloat because of 2000-11-30 19:09:48 +00:00
uio.h
un.h
unistd.h Major update to the way synchronization is done in the kernel. Highlights 2000-09-07 01:33:02 +00:00
unpcb.h
user.h Add a new item to kinfo_proc: ki_sflag to mirror p_sflag. 2001-01-24 12:49:52 +00:00
utsname.h
vmmeter.h Add mibs to hold the number of forks since boot. New mibs are: 2001-01-23 14:32:01 +00:00
vnioctl.h
vnode.h Convert all simplelocks to mutexes and remove the simplelock implementations. 2001-01-24 12:35:55 +00:00
wait.h
xrpuio.h