freebsd-nq/sys/sys
John Baldwin a08f1507f7 Oops, commit missed file from the previous change to enable multiple
queues in turnstiles.  Add a new thread member td_tsqueue which contains
the sub-queue of a turnstile that a thread is on when it is blocked on a
turnstile.
2006-01-27 23:04:43 +00:00
..
_iovec.h
_label.h
_lock.h Trim another pointer from struct lock_object (and thus from struct mtx and 2006-01-06 18:07:32 +00:00
_mutex.h
_null.h
_pthreadtypes.h
_semaphore.h Const-qualify ksem_timedwait's parameter abstime as it's only passed in. 2005-10-18 11:46:24 +00:00
_sigset.h
_task.h
_timespec.h
_timeval.h Make tv_sec a time_t on all platforms but alpha. Brings us more in line with 2005-12-24 22:22:17 +00:00
_types.h Bring in experimental kernel support for POSIX message queue. 2005-11-26 12:42:35 +00:00
aac_ioctl.h
acct.h
acl.h
agpio.h
aio.h Fix sigevent's POSIX incompatible problem by adding member fields 2005-10-30 02:12:49 +00:00
alq.h
assym.h
ata.h Update copyright header to match rest of ATA. 2006-01-23 08:49:50 +00:00
bio.h Correct division by zero error in comment. 2005-11-24 00:53:14 +00:00
bitstring.h
blist.h
buf.h Changes imported from XFS for FreeBSD project: 2005-12-07 03:39:08 +00:00
bufobj.h
bus_dma.h
bus.h
callout.h
cdefs.h Analogous to __printflike and __scanflike, add the macro __format_arg which 2006-01-26 20:53:40 +00:00
cdio.h
cdrio.h
chio.h
clist.h
clock.h
condvar.h Contributions from XFS for FreeBSD project: 2005-12-12 00:02:22 +00:00
conf.h
cons.h
consio.h
copyright.h Remove K&R vestige. It is no longer necessary to concatenate strings 2005-12-31 20:00:12 +00:00
cpu.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
dvdio.h
elf32.h Implement ELF symbol versioning using GNU semantics. This code aims 2005-12-18 19:43:33 +00:00
elf64.h Implement ELF symbol versioning using GNU semantics. This code aims 2005-12-18 19:43:33 +00:00
elf_common.h o Add the GNU symbol versioning section constants (SHT_GNU_verdef, 2005-12-19 20:20:36 +00:00
elf_generic.h Implement ELF symbol versioning using GNU semantics. This code aims 2005-12-18 19:43:33 +00:00
endian.h
errno.h
eui64.h
event.h Fix prototype to match the code and documentation. 2005-11-24 09:51:59 +00:00
eventhandler.h
eventvar.h
exec.h
extattr.h
fbio.h
fcntl.h
fdcio.h
file.h Bring in experimental kernel support for POSIX message queue. 2005-11-26 12:42:35 +00:00
filedesc.h
filio.h
fnv_hash.h
gmon.h
gpt.h
iconv.h
imgact_aout.h
imgact_elf.h Remove kern.elf32.can_exec_dyn sysctl. Instead extend Brandinfo structure 2005-12-26 21:23:57 +00:00
imgact.h
inflate.h
interrupt.h Add a swi_remove() function to teardown software interrupt handlers. For 2005-10-26 15:51:05 +00:00
ioccom.h
ioctl_compat.h Move the old BSD4.3 tty compatibility from (!BURN_BRIDGES && COMPAT_43) 2006-01-10 09:19:10 +00:00
ioctl.h Move the old BSD4.3 tty compatibility from (!BURN_BRIDGES && COMPAT_43) 2006-01-10 09:19:10 +00:00
ipc.h
jail.h
joystick.h
kbio.h Fix -Wundef. 2005-12-04 02:12:43 +00:00
kdb.h
kenv.h
kernel.h
kerneldump.h
kobj.h
kse.h
ksem.h
kthread.h
ktr.h Axe KTR_ALQ_MASK now that KTR_WITNESS is off unless you hack an #ifdef 2006-01-25 14:57:23 +00:00
ktrace.h Fix typo in comment. 2005-12-26 22:09:09 +00:00
libkern.h Backout strtok() addition to libkern, strsep() is enough and strtok() 2005-10-06 19:06:07 +00:00
limits.h Define MQ_PRIO_MAX, it seems it is the only place 2005-12-02 07:45:28 +00:00
linedisc.h
link_aout.h
link_elf.h
linker_set.h
linker.h Make our ELF64 type definitions match standards. In particular this 2005-12-18 04:52:37 +00:00
lock.h Add a new macro wrapper WITNESS_CHECK() around the witness_warn() function. 2006-01-27 22:20:15 +00:00
lockf.h - Fix leak of struct nlminfo on process exit. 2005-10-26 07:18:37 +00:00
lockmgr.h
mac_policy.h
mac.h
malloc.h Improve memguard a bit: 2005-12-30 11:45:07 +00:00
mbpool.h
mbuf.h Fix m_getjcl() the right way this time. 2006-01-20 13:43:11 +00:00
mchain.h
md4.h
md5.h Fix an 11 year old mistake: Let the hash functions take a void* instead 2006-01-17 15:35:57 +00:00
mdioctl.h Rename GEOM class kernel module g_md.ko to geom_md.ko for consistency 2005-11-11 11:31:23 +00:00
memrange.h
mman.h
module.h
mount.h Add marker vnodes to ensure that all vnodes associated with the mount point are 2006-01-09 20:42:19 +00:00
mouse.h Fix -Wundef. 2005-12-04 02:12:43 +00:00
mqueue.h Last step to make mq_notify conform to POSIX standard, If the process 2005-11-30 05:12:03 +00:00
msg.h
msgbuf.h
mtio.h
mutex.h Add a new file (kern/subr_lock.c) for holding code related to struct 2006-01-17 16:55:17 +00:00
namei.h
nlist_aout.h
param.h Version bump for pts import. 2006-01-26 18:23:16 +00:00
pciio.h
pcpu.h
pioctl.h
pipe.h
pmc.h Fix -Wundef. 2005-12-04 02:12:43 +00:00
pmckern.h
pmclog.h
poll.h
posix4.h
power.h
priority.h
proc.h Oops, commit missed file from the previous change to enable multiple 2006-01-27 23:04:43 +00:00
procfs.h
protosw.h Push the assignment of a new or updated so_qlimit from solisten() 2005-10-30 19:44:40 +00:00
ptio.h
ptrace.h
queue.h Userland applications may include queue.h and define INVARIANTS 2005-11-23 04:02:27 +00:00
random.h
reboot.h
refcount.h
regression.h
resource.h Correct description of RLIMIT_CPU. 2005-11-16 18:18:52 +00:00
resourcevar.h Change the addupc_*() functions to use the uintfptr_t type for pc rather 2005-12-16 22:08:32 +00:00
rman.h Eliminate __RMAN_RESOURCE_VISIBLE hack entirely by moving the struct 2005-10-06 21:49:31 +00:00
rtprio.h
runq.h
sbuf.h
sched.h
select.h Fix FD_ISSET() on LP64 platforms. The FD_ISSET() function/macro is 2006-01-06 22:12:46 +00:00
selinfo.h
sem.h
sema.h
semaphore.h
serial.h
sf_buf.h
shm.h
sigio.h
signal.h o Remove SI_KERNEL until I really implemented it. 2005-12-08 09:00:54 +00:00
signalvar.h Sync with signal.h. 2005-12-06 07:54:10 +00:00
sleepqueue.h
smp.h Rename the KDB_STOP_NMI kernel option to STOP_NMI and make it apply to all 2005-10-24 21:04:19 +00:00
snoop.h
socket.h
socketvar.h Add sosend_dgram(), a greatly reduced and simplified version of sosend() 2006-01-13 10:22:01 +00:00
sockio.h
soundcard.h
stack.h
stat.h
statvfs.h
stddef.h
stdint.h
sun_disklabel.h
sx.h
syscall.h Regen. 2006-01-22 06:01:48 +00:00
syscall.mk Regen. 2006-01-22 06:01:48 +00:00
syscallsubr.h Reformat socket control messages on input/output for 32bit compatibility 2005-10-31 21:09:56 +00:00
sysctl.h
sysent.h Calling setrlimit from 32bit apps could potentially increase certain 2005-11-02 21:18:07 +00:00
syslimits.h
syslog.h
sysproto.h Regen. 2006-01-22 06:01:48 +00:00
systm.h Add a new function msleep_spin() which is a slightly stripped down version 2005-12-29 20:57:45 +00:00
taskqueue.h Add the following to the taskqueue api: 2006-01-14 01:55:24 +00:00
termios.h
thr.h
tiio.h
time.h Add several aliases for existing clockid_t names to indicate that the 2005-11-27 00:55:18 +00:00
timeb.h
timepps.h
timers.h Remove itimers_event_hook, now it is a private function in kern_time.c. 2005-12-09 08:19:31 +00:00
times.h
timespec.h Implement POSIX timers. Current only CLOCK_REALTIME and CLOCK_MONOTONIC 2005-10-23 04:22:56 +00:00
timetc.h
timex.h
tree.h Add the RB_PROTOTYPE_STATIC and RB_GENERATE_STATIC macros. 2006-01-19 07:20:20 +00:00
tty.h Deorbit ttymalloc() in preference for ttyalloc() 2006-01-04 09:59:07 +00:00
ttychars.h Move the old BSD4.3 tty compatibility from (!BURN_BRIDGES && COMPAT_43) 2006-01-10 09:19:10 +00:00
ttycom.h Bring in a sysv-style pts implementation, as found in the rwatson_pts perforce branch. It works the same as its SysV/linux counterpart : You obtain a fd to the master pseudo terminal by opening /dev/ptmx, which craetes a node for the master as /dev/pty[num] and a node for the slave as /dev/pts/[num]. 2006-01-26 01:30:34 +00:00
ttydefaults.h
ttydev.h Move the old BSD4.3 tty compatibility from (!BURN_BRIDGES && COMPAT_43) 2006-01-10 09:19:10 +00:00
turnstile.h - Add support for having both a shared and exclusive queue of threads in 2006-01-27 22:42:12 +00:00
types.h Bring in experimental kernel support for POSIX message queue. 2005-11-26 12:42:35 +00:00
ucontext.h
ucred.h
uio.h
umtx.h do umtx_wake at userland thread exit address, so that others userland 2005-10-26 06:55:46 +00:00
un.h
unistd.h messqge queue has been implemented, set _POSIX_MESSAGE_PASSING to 200112L. 2005-12-02 02:52:17 +00:00
unpcb.h
user.h Return the thread name in the kinfo_proc structure. 2006-01-18 20:27:43 +00:00
utsname.h
uuid.h Add parse_uuid() that creates a binary representation of an UUID from 2005-10-07 13:37:10 +00:00
vmmeter.h
vnode.h Rename uid and gid arguments to vaccess() prototype to match vaccess() 2006-01-15 02:01:51 +00:00
wait.h Since union wait was removed in revision 1.17 (3 years, 5 months ago), 2005-11-10 05:00:20 +00:00
watchdog.h
xrpuio.h