freebsd-skq/share/man/man9
2000-10-30 09:16:18 +00:00
..
accept_filter.9 Correct who pioneered the accept filters and Yahoo!'s company name. 2000-10-06 10:51:24 +00:00
acl.9
at_exit.9
at_fork.9
bios.9
boot.9
buf.9
bus_alloc_resource.9
bus_generic_attach.9
bus_generic_detach.9
bus_generic_map_intr.9
bus_generic_print_child.9
bus_generic_read_ivar.9
bus_generic_shutdown.9
BUS_PRINT_CHILD.9
BUS_READ_IVAR.9
bus_release_resource.9
BUS_SETUP_INTR.9
cd.9
CONDSPLASSERT.9 Add a note that the spl() API is deprecated in favor of mutexes. 2000-10-26 23:30:01 +00:00
copy.9
devclass_add_driver.9
devclass_find.9
devclass_get_device.9
devclass_get_devices.9
devclass_get_maxunit.9
devclass_get_name.9
devclass_get_softc.9
devclass.9
devfs_add_devswf.9 Grammar police; "has been written by" --> "was written by". 2000-08-15 15:23:46 +00:00
devfs_link.9 Grammar police; "has been written by" --> "was written by". 2000-08-15 15:23:46 +00:00
devfs_remove_dev.9
device_add_child.9
DEVICE_ATTACH.9
device_delete_child.9
DEVICE_DETACH.9
device_enable.9
device_find_child.9
device_get_children.9
device_get_devclass.9
device_get_driver.9
device_get_ivars.9
device_get_softc.9 Correct the text for the return value. 2000-07-04 12:45:56 +00:00
device_get_state.9
device_get_unit.9
device_probe_and_attach.9
DEVICE_PROBE.9
device_quiet.9
device_set_desc.9
device_set_flags.9
DEVICE_SHUTDOWN.9
device.9
devstat.9
devtoname.9
DRIVER_MODULE.9 Add DRIVER_MODULE.9, the manual page describing the kernel driver 2000-09-17 12:15:12 +00:00
driver.9 Reference DRIVER_MODULE.9 2000-09-17 12:20:08 +00:00
extattr.9
fetch.9
ifnet.9
inittodr.9
intro.9
KASSERT.9
kernacc.9
kobj.9 Document kobj_class_compile_static(). 2000-08-28 21:17:46 +00:00
kthread.9 Typo fix. 2000-10-27 20:55:15 +00:00
lock.9 Add some very crude man pages to try to induce folk to work on them. 2000-10-24 03:33:24 +00:00
make_dev.9
Makefile Add pfil.9 manpage to build after a repository copy. 2000-10-30 09:16:18 +00:00
malloc.9 Introduce the M_ZERO flag to malloc(9) 2000-10-20 17:54:55 +00:00
mbuf.9 Add a prototype mbuf.9 man page. Probably needs work, but it's a good 2000-10-26 23:15:47 +00:00
MD5.9
mi_switch.9
microseq.9
microtime.9 Remove references to the (removed) kern.timecounter.method sysctl. 2000-07-23 11:12:59 +00:00
microuptime.9 Remove references to the defunct kern.timecounter.method sysctl variable. 2000-09-25 11:18:51 +00:00
mutex.9 - Document MUTEX_DECLARE and MTX_COLD 2000-10-26 23:53:12 +00:00
namei.9 Use FreeBSD.org, not freebsd.org, as has been the precedent. 2000-10-27 16:05:39 +00:00
panic.9
pfil.9
physio.9
posix4.9
psignal.9
random.9 Add a man page for part of the PRNG API. 2000-10-14 16:16:42 +00:00
resettodr.9
rtalloc.9
rtentry.9
sleep.9 Add scant documentation for msleep. 2000-09-11 00:52:31 +00:00
spl.9 Add a note that the spl() API is deprecated in favor of mutexes. 2000-10-26 23:30:01 +00:00
SPLASSERT.9 Add a note that the spl() API is deprecated in favor of mutexes. 2000-10-26 23:30:01 +00:00
store.9
style.9 Use EX_USAGE in an example, as the SAME manual page describes a 2000-10-28 10:02:23 +00:00
suser.9 Move suser() and suser_xxx() prototypes and a related #define from 2000-10-29 16:06:56 +00:00
sysctl_add_oid.9 Use FreeBSD.org, not freebsd.org, as has been the precedent. 2000-10-27 16:05:39 +00:00
sysctl_ctx_init.9 Use FreeBSD.org, not freebsd.org, as has been the precedent. 2000-10-27 16:05:39 +00:00
taskqueue.9
time.9
timeout.9 Mention more functions in the headers so whatis(1) can find them, and 2000-08-16 19:53:38 +00:00
tvtohz.9
uio.9 Grammar police; "has been written by" --> "was written by". 2000-08-15 15:23:46 +00:00
VFS_CHECKEXP.9
VFS_FHTOVP.9
VFS_INIT.9
VFS_MOUNT.9
VFS_QUOTACTL.9
VFS_ROOT.9
VFS_START.9
VFS_STATFS.9
VFS_SYNC.9
VFS_UNMOUNT.9
VFS_VGET.9
VFS_VPTOFH.9
VFS.9
vget.9
vnode.9
VOP_ACCESS.9
VOP_ACLCHECK.9
VOP_ADVLOCK.9
VOP_ATTRIB.9
VOP_BWRITE.9
VOP_CREATE.9
VOP_FSYNC.9
VOP_GETACL.9 o Bring VOP_GETACL(9) and VOP_GETEXTATTR(9) man page "LOCKS" sections in 2000-09-21 18:51:48 +00:00
VOP_GETEXTATTR.9 o Bring VOP_GETACL(9) and VOP_GETEXTATTR(9) man page "LOCKS" sections in 2000-09-21 18:51:48 +00:00
VOP_GETPAGES.9
VOP_INACTIVE.9
VOP_IOCTL.9
VOP_LEASE.9
VOP_LINK.9
VOP_LOCK.9
VOP_LOOKUP.9 "VFS entry point" -> "entry point", to be consistent with other VOP_*(9) 2000-07-15 22:28:16 +00:00
VOP_MMAP.9
VOP_OPENCLOSE.9
VOP_PATHCONF.9
VOP_PRINT.9
VOP_RDWR.9
VOP_READDIR.9
VOP_READLINK.9 Fix a cut&paste mistake. 2000-09-16 14:37:41 +00:00
VOP_REALLOCBLKS.9
VOP_REMOVE.9
VOP_RENAME.9
VOP_SETACL.9
VOP_SETEXTATTR.9
VOP_STRATEGY.9
VOP_VPTOFH.9
vput.9
vref.9
vrele.9
vslock.9