.. |
_iovec.h
|
|
|
_label.h
|
|
|
_lock.h
|
|
|
_mutex.h
|
|
|
_null.h
|
|
|
_semaphore.h
|
|
|
_sigset.h
|
|
|
_task.h
|
Remove (at least temporarily) the check that prevents us from including
|
2004-07-28 09:12:54 +00:00 |
_timespec.h
|
|
|
_timeval.h
|
|
|
_types.h
|
|
|
aac_ioctl.h
|
|
|
acct.h
|
|
|
acl.h
|
|
|
agpio.h
|
|
|
aio.h
|
|
|
alq.h
|
|
|
assym.h
|
|
|
ata.h
|
|
|
bio.h
|
Add bioq_takefirst().
|
2004-08-19 19:51:51 +00:00 |
bitstring.h
|
|
|
blist.h
|
|
|
buf.h
|
Eliminate unused second argument to reassignbuf() and simplify it
|
2004-07-25 21:24:23 +00:00 |
bus_dma.h
|
|
|
bus.h
|
Add doxygen doc comments for most of newbus and the BUS interface.
|
2004-07-18 16:30:31 +00:00 |
callout.h
|
|
|
cdefs.h
|
Add a macro to define the size of a subsection of a structure.
|
2004-08-13 00:53:40 +00:00 |
cdio.h
|
|
|
cdrio.h
|
|
|
chio.h
|
|
|
clist.h
|
|
|
clock.h
|
|
|
condvar.h
|
|
|
conf.h
|
Remove the last bits of SPECHASH.
|
2004-07-11 23:03:37 +00:00 |
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
|
|
|
diskmbr.h
|
|
|
diskpc98.h
|
|
|
dkstat.h
|
|
|
domain.h
|
|
|
dvdio.h
|
|
|
elf32.h
|
|
|
elf64.h
|
|
|
elf_common.h
|
|
|
elf_generic.h
|
|
|
endian.h
|
|
|
errno.h
|
|
|
eui64.h
|
|
|
event.h
|
move the declaration of struct kqlist into the non-KERNEL visable section
|
2004-08-15 15:36:18 +00:00 |
eventhandler.h
|
|
|
eventvar.h
|
Add locking to the kqueue subsystem. This also makes the kqueue subsystem
|
2004-08-15 06:24:42 +00:00 |
exec.h
|
Do a pass over all modules in the kernel and make them return EOPNOTSUPP
|
2004-07-15 08:26:07 +00:00 |
extattr.h
|
|
|
fbio.h
|
|
|
fcntl.h
|
|
|
fdcio.h
|
Restore FD_DEBUG for pc98.
|
2004-08-23 11:59:32 +00:00 |
file.h
|
|
|
filedesc.h
|
Add locking to the kqueue subsystem. This also makes the kqueue subsystem
|
2004-08-15 06:24:42 +00:00 |
filio.h
|
|
|
fnv_hash.h
|
|
|
gmon.h
|
|
|
gpt.h
|
Remove GPT_ENT_TYPE_FREEBSD_UFS2. It was speculatively added before
|
2004-08-02 18:46:52 +00:00 |
iconv.h
|
|
|
imgact_aout.h
|
|
|
imgact_elf.h
|
Add __elfN(dump_thread). This function is called from __elfN(coredump)
|
2004-08-11 02:35:06 +00:00 |
imgact.h
|
|
|
inflate.h
|
|
|
interrupt.h
|
|
|
ioccom.h
|
|
|
ioctl_compat.h
|
|
|
ioctl.h
|
|
|
ipc.h
|
|
|
jail.h
|
|
|
joystick.h
|
|
|
jumbo.h
|
|
|
kbio.h
|
|
|
kdb.h
|
Add kdb_thr_from_pid(), which given a PID returns the first thread
|
2004-07-21 04:49:48 +00:00 |
kenv.h
|
|
|
kernel.h
|
Change the default disposition of debug.mpsafenet from 0 to 1, which
|
2004-08-28 15:11:13 +00:00 |
kerneldump.h
|
|
|
kobj.h
|
|
|
kse.h
|
1.Add KSE_INTR_DBSUSPEND command for kse_thr_interrupt to suspend a bound
|
2004-08-08 22:32:20 +00:00 |
kthread.h
|
|
|
ktr.h
|
Assign KTR flag constants for UMA events and callouts.
|
2004-08-06 21:46:51 +00:00 |
ktrace.h
|
|
|
libkern.h
|
Copy qsort_r(3) from libc to libkern.
|
2004-07-15 23:58:23 +00:00 |
limits.h
|
|
|
linedisc.h
|
|
|
link_aout.h
|
|
|
link_elf.h
|
|
|
linker_set.h
|
Emply __used attribute to prevent compiler from removing unreferenced
|
2004-07-28 07:07:16 +00:00 |
linker.h
|
Add a new module information type MODINFOMD_SHDR that will be used
|
2004-08-27 01:10:16 +00:00 |
lock.h
|
|
|
lockf.h
|
|
|
lockmgr.h
|
|
|
mac_policy.h
|
|
|
mac.h
|
|
|
malloc.h
|
Reimplement contigmalloc(9) with an algorithm which stands a greatly-
|
2004-07-19 06:21:27 +00:00 |
mbpool.h
|
|
|
mbuf.h
|
Convert ipfw to use PFIL_HOOKS. This is change is transparent to userland
|
2004-08-17 22:05:54 +00:00 |
mchain.h
|
|
|
md4.h
|
|
|
md5.h
|
|
|
mdioctl.h
|
change the name of the md module, to g_md, introduce a define with the
|
2004-08-09 06:45:20 +00:00 |
memrange.h
|
Fix module builds for i386 and amd64.
|
2004-08-04 18:30:31 +00:00 |
mman.h
|
|
|
module.h
|
Give kldunload a -f(orce) argument.
|
2004-07-13 19:36:59 +00:00 |
mount.h
|
o Fix a typo in the comment.
|
2004-08-04 18:57:41 +00:00 |
mouse.h
|
Add support for the Synaptics Touchpad mouse driver. I reworked the
|
2004-07-30 00:59:40 +00:00 |
msg.h
|
|
|
msgbuf.h
|
|
|
mtio.h
|
|
|
mutex.h
|
Cache the value of curthread in the _get_sleep_lock() and _get_spin_lock()
|
2004-08-04 20:18:45 +00:00 |
namei.h
|
|
|
nlist_aout.h
|
|
|
param.h
|
Bump __FreeBSD_version to indicate permanent PFIL_HOOKS.
|
2004-08-27 19:23:24 +00:00 |
pciio.h
|
|
|
pcpu.h
|
|
|
pioctl.h
|
|
|
pipe.h
|
An a #error discouraging people from using pipe.h from places outside
|
2004-07-21 03:11:41 +00:00 |
poll.h
|
|
|
posix4.h
|
|
|
power.h
|
|
|
priority.h
|
|
|
proc.h
|
Move TDF_CAN_UNBIND to thread private flags td_pflags, this eliminates
|
2004-08-28 04:08:05 +00:00 |
procfs.h
|
type prgregset_t really should be an array. this is odd, however, other
|
2004-07-15 03:52:17 +00:00 |
protosw.h
|
|
|
ptio.h
|
|
|
ptrace.h
|
Add pl_flags to ptrace_lwpinfo, two flags PL_FLAG_SA and PL_FLAG_BOUND
|
2004-08-08 22:26:11 +00:00 |
queue.h
|
|
|
random.h
|
|
|
reboot.h
|
|
|
regression.h
|
|
|
resource.h
|
|
|
resourcevar.h
|
Annotate locking strategy for 'struct uidinfo'.
|
2004-08-04 18:14:19 +00:00 |
rman.h
|
|
|
rtprio.h
|
|
|
runq.h
|
|
|
sbuf.h
|
|
|
sched.h
|
When calling scheduler entrypoints for creating new threads and processes,
|
2004-07-18 23:36:13 +00:00 |
select.h
|
|
|
selinfo.h
|
Add locking to the kqueue subsystem. This also makes the kqueue subsystem
|
2004-08-15 06:24:42 +00:00 |
sem.h
|
|
|
sema.h
|
|
|
semaphore.h
|
|
|
serial.h
|
|
|
sf_buf.h
|
|
|
shm.h
|
|
|
sigio.h
|
|
|
signal.h
|
|
|
signalvar.h
|
Add code to support debugging threaded process.
|
2004-07-13 07:20:10 +00:00 |
sleepqueue.h
|
Now that the return value semantics of cv's for multithreaded processes
|
2004-08-19 11:31:42 +00:00 |
smp.h
|
s/smp_rv_mtx/smp_ipi_mtx/g
|
2004-08-28 00:49:55 +00:00 |
snoop.h
|
|
|
socket.h
|
RFC 2292 requires to check msg_controllen, in case that the kernel returns
|
2004-08-11 10:18:49 +00:00 |
socketvar.h
|
Rename Alfred's kern_setsockopt to so_setsockopt, as this seems a
|
2004-07-12 21:42:33 +00:00 |
sockio.h
|
|
|
soundcard.h
|
|
|
stat.h
|
|
|
statvfs.h
|
|
|
stddef.h
|
|
|
stdint.h
|
|
|
sun_disklabel.h
|
|
|
sx.h
|
Add sx_unlock() macro as a frontend to both sx_sunlock() and sx_xunlock(),
|
2004-07-11 16:07:07 +00:00 |
syscall.h
|
Give kldunload a -f(orce) argument.
|
2004-07-13 19:36:59 +00:00 |
syscall.mk
|
Give kldunload a -f(orce) argument.
|
2004-07-13 19:36:59 +00:00 |
syscallsubr.h
|
Add a kern_setsockopt and kern_getsockopt which can read the option
|
2004-07-17 21:06:36 +00:00 |
sysctl.h
|
Introduce SYSCTL_CHILDREN_SET macro which can be used in place of
|
2004-07-28 07:08:39 +00:00 |
sysent.h
|
|
|
syslimits.h
|
|
|
syslog.h
|
|
|
sysproto.h
|
Give kldunload a -f(orce) argument.
|
2004-07-13 19:36:59 +00:00 |
systm.h
|
Remove the last remnants of HW_WDOG (no, really!)
|
2004-08-29 19:19:38 +00:00 |
taskqueue.h
|
rearange some code that handles the thread taskqueue so that it is more
|
2004-08-08 02:37:22 +00:00 |
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
|
Preparation commit for the tty cleanups that will follow in the near
|
2004-07-15 20:47:41 +00:00 |
ttychars.h
|
|
|
ttycom.h
|
|
|
ttydefaults.h
|
|
|
ttydev.h
|
|
|
turnstile.h
|
|
|
types.h
|
|
|
ucontext.h
|
|
|
ucred.h
|
|
|
uio.h
|
|
|
umtx.h
|
|
|
un.h
|
|
|
unistd.h
|
|
|
unpcb.h
|
|
|
user.h
|
Reserve a pointer "ki_udata" in kinfo_proc as a convenience for userland.
|
2004-07-12 04:53:33 +00:00 |
utsname.h
|
|
|
uuid.h
|
|
|
vmmeter.h
|
|
|
vnode.h
|
Add locking to the kqueue subsystem. This also makes the kqueue subsystem
|
2004-08-15 06:24:42 +00:00 |
wait.h
|
|
|
watchdog.h
|
|
|
xrpuio.h
|
|
|