freebsd-skq/sys/sys
Sam Leffler 6e0186d5ee add callout_schedule; besides being useful it also improves
compatibility with other systems

Reviewed by:	ed, battlez
2008-08-02 17:42:38 +00:00
..
_bus_dma.h
_iovec.h
_lock.h
_lockmgr.h
_mutex.h
_null.h
_pthreadtypes.h
_rmlock.h
_rwlock.h
_semaphore.h
_sigset.h
_stack.h
_sx.h
_task.h revert changes accidentally included in last commit 2008-07-18 06:22:57 +00:00
_timespec.h
_timeval.h
_types.h
aac_ioctl.h
acct.h
acl.h
agpio.h
aio.h
alq.h
apm.h Define APM_ENT_NAMELEN and APM_ENT_TYPELEN for general use. 2008-06-12 04:37:37 +00:00
assym.h
ata.h
bio.h
bitstring.h
blist.h
buf.h
bufobj.h
bus_dma.h
bus.h Split out the probing magic of device_probe_and_attach into 2008-06-20 16:58:15 +00:00
callout.h add callout_schedule; besides being useful it also improves 2008-08-02 17:42:38 +00:00
cdefs.h
cdio.h
cdrio.h
chio.h
clist.h Fix the build by including <sys/param.h> in <sys/clist.h>. 2008-05-23 18:34:33 +00:00
clock.h
condvar.h
conf.h Struct cdev is always the member of the struct cdev_priv. When devfs 2008-06-16 17:34:59 +00:00
cons.h Move TTY unrelated bits out of <sys/tty.h>. 2008-05-23 16:06:35 +00:00
consio.h
copyright.h
cpu.h
cpuset.h
ctype.h
dataacq.h
device_port.h
devicestat.h
digiio.h
dir.h
dirent.h
disk.h
disklabel.h
diskmbr.h
diskpc98.h
dkstat.h
domain.h
dtrace_bsd.h
dvdio.h
elf32.h
elf64.h
elf_common.h Add ELF relocation types for mips. 2008-08-02 01:20:10 +00:00
elf_generic.h
elf.h
endian.h
errno.h
eui64.h
event.h The kqueue_register() function assumes that it is called from the top of 2008-07-07 09:30:11 +00:00
eventhandler.h Add an event handler to the vlan driver so the NIC driver 2008-07-14 18:38:52 +00:00
eventvar.h
exec.h
extattr.h
fbio.h
fcntl.h Re-implement the client side of rpc.lockd in the kernel. This implementation 2008-06-26 10:21:54 +00:00
fdcio.h
file.h Rework the lifetime management of the kernel implementation of POSIX 2008-06-27 05:39:04 +00:00
filedesc.h
filio.h
firmware.h
fnv_hash.h
gmon.h
gpt.h
hash.h
iconv.h
imgact_aout.h
imgact_elf.h
imgact.h Pair the VOP_OPEN call from do_execve() with the reciprocal VOP_CLOSE. 2008-07-17 16:44:07 +00:00
inflate.h
interrupt.h revert changes accidentally included in last commit 2008-07-18 06:22:57 +00:00
ioccom.h
ioctl_compat.h Remove OTTYDISC, NETLDISC and NTTYDISC definitions. 2008-07-16 11:20:04 +00:00
ioctl.h Turn sgtty into a binary-only compatibility interface. 2008-06-14 10:42:18 +00:00
ipc.h
ipmi.h
jail.h Revert rev. 178124 as requested by kris@. Having jail id not being 2008-06-19 21:41:57 +00:00
joystick.h
kbio.h
kdb.h
kenv.h
kernel.h Implement the following macros for completeness: 2008-07-21 15:05:25 +00:00
kerneldump.h
kobj.h
ksem.h Rework the lifetime management of the kernel implementation of POSIX 2008-06-27 05:39:04 +00:00
kthread.h
ktr.h
ktrace.h
libkern.h Match the implementation of the inline function from libkern.h. 2008-07-14 21:36:02 +00:00
limits.h
linedisc.h
link_aout.h
link_elf.h Revert r180431. 2008-07-11 01:10:40 +00:00
linker_set.h
linker.h
lock_profile.h
lock.h
lockf.h Re-implement the client side of rpc.lockd in the kernel. This implementation 2008-06-26 10:21:54 +00:00
lockmgr.h
mac.h
malloc.h
mbpool.h
mbuf.h
mchain.h
md4.h
md5.h
mdioctl.h
memrange.h
mman.h
module.h
mount.h Provide the mutual exclusion between the nfs export list modifications 2008-06-09 10:31:38 +00:00
mouse.h
mpt_ioctl.h
mqueue.h
msg.h
msgbuf.h
mtio.h
mutex.h
namei.h
nlist_aout.h
param.h Bump __FreeBSD_version for arc4random_buf() and arc4random_uniform() 2008-07-22 13:38:17 +00:00
pciio.h
pcpu.h
pioctl.h
pipe.h Another problem caused by the knlist_cleardel() potentially dropping 2008-05-23 11:14:03 +00:00
pmc.h
pmckern.h
pmclog.h
poll.h
posix4.h
power.h
priority.h
priv.h Add a new priv 'PRIV_SCHED_CPUSET' to check if manipulating cpusets is 2008-06-29 17:58:16 +00:00
proc.h Call pargs_drop() unconditionally in do_execve(), the function correctly 2008-07-25 11:55:32 +00:00
procfs.h Change the type of psaddr_t from void* to uintptr_t. A pointer 2008-07-30 00:59:19 +00:00
protosw.h
ptio.h
ptrace.h
queue.h
random.h
reboot.h
refcount.h Remove debugging cruft. 2008-07-23 16:44:20 +00:00
regression.h
resource.h
resourcevar.h
rman.h
rmlock.h
rtprio.h
runq.h
rwlock.h
sbuf.h
sched.h
sdt.h
select.h
selinfo.h
sem.h
sema.h
semaphore.h Change SEM_VALUE_MAX (maximum value of a POSIX semaphore) from UINT_MAX 2008-06-26 13:51:25 +00:00
serial.h
sf_buf.h
shm.h
sigio.h
signal.h
signalvar.h
sleepqueue.h
smp.h Allow a rendezvous with just a specified CPU too. 2008-05-23 04:05:26 +00:00
snoop.h
sockbuf.h move sockbuf locking macros in to sockbuf.h 2008-07-31 20:27:50 +00:00
socket.h Add accessor functions for socket fields. 2008-07-21 00:49:34 +00:00
socketvar.h move sockbuf locking macros in to sockbuf.h 2008-07-31 20:27:50 +00:00
sockio.h Trim some noise from some #ifdef's. This had leaked into the compat32 2008-07-30 21:01:51 +00:00
sockopt.h Factor sockbuf, sockopt, and sockstate out of socketvar.h in to separate headers. 2008-07-29 07:45:05 +00:00
sockstate.h Factor sockbuf, sockopt, and sockstate out of socketvar.h in to separate headers. 2008-07-29 07:45:05 +00:00
soundcard.h
stack.h
stat.h
statvfs.h
stddef.h
stdint.h
sun_disklabel.h
sx.h
syscall.h
syscall.mk
syscallsubr.h
sysctl.h Implement the following macros for completeness: 2008-07-21 15:05:25 +00:00
sysent.h
syslimits.h
syslog.h
sysproto.h
systm.h Turn dev2unit(), minor(), unit2minor() and minor2unit() into macro's. 2008-06-12 08:30:54 +00:00
taskqueue.h revert changes accidentally included in last commit 2008-07-18 06:22:57 +00:00
termios.h Move the TCSA* definitions out of _KERNEL. They are processed in libc. 2008-07-16 12:36:39 +00:00
thr.h
tiio.h
time.h
timeb.h
timepps.h
timers.h
times.h
timespec.h
timetc.h
timex.h
tree.h
tty.h Move TTY unrelated bits out of <sys/tty.h>. 2008-05-23 16:06:35 +00:00
ttycom.h Sort the ioctl's in <sys/ttycom.h> by number. 2008-07-16 11:23:15 +00:00
ttydefaults.h Fix faulty character to control-character conversion for CTRL(). 2008-06-05 17:44:18 +00:00
turnstile.h
types.h
ucontext.h
ucred.h
uio.h
umtx.h Add two commands to _umtx_op system call to allow a simple mutex to be 2008-06-24 07:32:12 +00:00
un.h
unistd.h
unpcb.h
user.h Rework the lifetime management of the kernel implementation of POSIX 2008-06-27 05:39:04 +00:00
utsname.h
uuid.h
vmmeter.h Correct the description of v_cache_count. Eliminate an unused function. 2008-07-19 22:35:13 +00:00
vnode.h Currently, BSM audit pathname token generation for chrooted or jailed 2008-07-31 16:57:41 +00:00
vtoc.h
wait.h
watchdog.h