freebsd-skq/sys/sys
Poul-Henning Kamp 56de0c9a17 Add new CONSOLE_DRIVER macro which takes just the name of the console
and constructs the member function names with CPPs' ##.

Do not include the checkc entry as it is going away.
2006-05-26 10:58:39 +00:00
..
_iovec.h
_label.h
_lock.h
_mutex.h
_null.h
_pthreadtypes.h
_rwlock.h
_semaphore.h
_sigset.h
_task.h
_timespec.h
_timeval.h Remove various bits of conditional Alpha code and fixup a few comments. 2006-05-12 05:04:46 +00:00
_types.h
aac_ioctl.h
acct.h
acl.h
agpio.h
aio.h
alq.h
assym.h
ata.h
bio.h
bitstring.h
blist.h
buf.h
bufobj.h - Add a BO_NEEDSGIANT flag to the bufobj. This flag forces all child 2006-04-28 01:05:31 +00:00
bus_dma.h
bus.h const'ify resource_spec to note that we won't be changing anything while 2006-04-20 01:44:16 +00:00
callout.h
cdefs.h
cdio.h
cdrio.h
chio.h
clist.h
clock.h
condvar.h
conf.h drop D_MEMDISK, not used in the tree... 2006-05-12 19:40:54 +00:00
cons.h Add new CONSOLE_DRIVER macro which takes just the name of the console 2006-05-26 10:58:39 +00:00
consio.h
copyright.h
cpu.h
ctype.h
dataacq.h
device_port.h
devicestat.h
digiio.h
dir.h
dirent.h
disk.h
disklabel.h Remove various bits of conditional Alpha code and fixup a few comments. 2006-05-12 05:04:46 +00:00
diskmbr.h
diskpc98.h
dkstat.h
domain.h
dvdio.h
elf32.h
elf64.h Remove various bits of conditional Alpha code and fixup a few comments. 2006-05-12 05:04:46 +00:00
elf_common.h
elf_generic.h
endian.h
errno.h
eui64.h
event.h
eventhandler.h Allow for nmbclusters and maxsockets to be increased via sysctl. 2006-04-21 09:25:40 +00:00
eventvar.h
exec.h
extattr.h
fbio.h
fcntl.h
fdcio.h
file.h Allow concurrent read(2)/readv(2) access to a file. 2006-05-16 07:50:54 +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
inflate.h
interrupt.h
ioccom.h
ioctl_compat.h
ioctl.h
ipc.h
ipmi.h
jail.h
joystick.h
kbio.h
kdb.h
kenv.h
kernel.h Be less harsh on brueffers eyes :-) 2006-05-26 10:23:05 +00:00
kerneldump.h
kobj.h
kse.h
ksem.h
kthread.h
ktr.h
ktrace.h
libkern.h
limits.h
linedisc.h
link_aout.h
link_elf.h
linker_set.h
linker.h
lock.h
lockf.h
lockmgr.h
mac_policy.h Reconstitute struct mac_policy_ops by breaking out individual function 2006-04-26 14:18:55 +00:00
mac.h
malloc.h
mbpool.h
mbuf.h
mchain.h
md4.h
md5.h
mdioctl.h
memrange.h
mman.h
module.h
mount.h Avoid dereferencing NULL pointer. 2006-05-05 19:32:35 +00:00
mouse.h
mqueue.h
msg.h
msgbuf.h
mtio.h
mutex.h
namei.h
nlist_aout.h
param.h Update UPDATING and bump __FreeBSD_version for the ip6fw removal. 2006-05-13 06:08:25 +00:00
pciio.h
pcpu.h
pioctl.h
pipe.h
pmc.h
pmckern.h
pmclog.h
poll.h
posix4.h
power.h
priority.h
proc.h Move flag TDF_UMTXQ into structure umtxq, this eliminates the requirement 2006-05-18 08:43:46 +00:00
procfs.h
protosw.h
ptio.h
ptrace.h
queue.h QUEUE_MACRO_DEBUG is intended for userland code, so don't include checks 2006-05-26 02:26:53 +00:00
random.h
reboot.h
refcount.h
regression.h
resource.h
resourcevar.h
rman.h Remove the puc-specific hacks. The puc(4) driver now properly uses 2006-04-28 21:23:09 +00:00
rtprio.h
runq.h
rwlock.h Implement rw_try_upgrade() and rw_downgrade(). rw_try_upgrade() makes a 2006-04-19 21:06:52 +00:00
sbuf.h
sched.h
select.h
selinfo.h
sem.h
sema.h
semaphore.h
serial.h
sf_buf.h
shm.h
sigio.h
signal.h Remove various bits of conditional Alpha code and fixup a few comments. 2006-05-12 05:04:46 +00:00
signalvar.h
sleepqueue.h
smp.h
snoop.h
socket.h
socketvar.h
sockio.h
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
sysent.h
syslimits.h
syslog.h
sysproto.h
systm.h
taskqueue.h
termios.h
thr.h
tiio.h
time.h
timeb.h
timepps.h
timers.h
times.h
timespec.h
timetc.h
timex.h
tree.h
tty.h
ttychars.h
ttycom.h
ttydefaults.h
ttydev.h
turnstile.h Update comments to mention that each turnstile contains two queues and to 2006-04-18 18:21:38 +00:00
types.h
ucontext.h Remove various bits of conditional Alpha code and fixup a few comments. 2006-05-12 05:04:46 +00:00
ucred.h
uio.h
umtx.h
un.h
unistd.h
unpcb.h
user.h Switch to a 64bit time_t, while it's not a big problem to do so. 2006-05-15 00:17:27 +00:00
utsname.h
uuid.h
vmmeter.h
vnode.h In vfs_hash_get(): mount point should never be changed 2006-04-18 08:05:08 +00:00
wait.h
watchdog.h
xrpuio.h