archie
4ff8306186
Add realloc() and reallocf(), and make free(NULL, ...) acceptable.
...
Reviewed by: alfred
2002-03-13 01:42:33 +00:00
mike
95a814930f
Create a manual to document the new kernel byte order conversion
...
functions.
Reviewed by: tmm
2002-03-06 01:53:35 +00:00
dd
0b0f95c996
Document cru2x().
2002-03-03 03:27:28 +00:00
dd
b7924cd5f6
The routine is dev_depends(); consistently spell it that way.
...
PR: 34047
Submitted by: Maxime Henrion <mux@sneakerz.org>
Pointy hat to: dd
2002-02-11 01:21:29 +00:00
markm
2dc342bfcc
Document entropy device bits.
2002-02-06 21:38:20 +00:00
green
9eaa74ab48
Add a manpage for VOP_REVOKE(9).
...
Sponsored by: DARPA, NAI Labs
2002-02-05 16:08:49 +00:00
davidc
988a2bb359
Merged all of the lockmgr functions into a single file (lock.9); as well,
...
some content and layout changes were made.
lock.9 had existed before but was never added to Makefile, so it was
never installed. That is why the duplicate files were created in the
first place.
Reviewed by: ru, alfred
2002-01-26 00:09:41 +00:00
ru
f9e4bda43c
get_cyclecounter.9 has been repo-copied to get_cyclecount.9.
2002-01-10 12:21:06 +00:00
kbyanc
362933df23
Document sbuf_trim() and sbuf_vprintf(); add MLINKs.
...
Clarify that the contents of a caller-supplied buffer are undefined and
should not be examined directly.
Reviewed by: des
2002-01-06 08:40:42 +00:00
jhb
f565bf39a4
Fully catch up to the recent critical section API change. Update the
...
content of the manpage and document cpu_critical_enter/exit.
2002-01-04 23:56:17 +00:00
davidc
be29456bc4
Add a man page describing the fuctions directly related to network domains.
...
Reviewed by: alfred
2001-12-07 20:58:07 +00:00
alfred
398478b467
More kernel vfs docco.
...
Xref vfs_mount(9) from vfs_mount(9)
Submitted by: Chad David <davidc@acns.ab.ca>
PR: docs/32431
2001-12-03 00:25:04 +00:00
alfred
686c6d137f
Add manpages describing various vfs and vm APIs.
...
Submitted by: Chad David <davidc@acns.ab.ca>
2001-12-02 02:13:35 +00:00
ru
bfc02ffff8
Bring the ucred(9) manpage in sync with the source.
...
Specifically, document the crshared() function and
fix the prototype and description of the crcopy()
function.
PR: docs/32275
Submitted by: Chad David <davidc@acns.ab.ca>
Reviewed by: jhb
2001-11-26 18:37:50 +00:00
jhb
4ec47be8ec
Document sx_assert(9).
2001-10-23 22:51:59 +00:00
bde
5bfc140e1b
Second round of spelling fixes for vm_page_io_finised. The function name
...
is actually vm_page_io_finish.
2001-10-04 10:10:56 +00:00
bde
b96f5fd1cb
Removed garbage:
...
- bus_generic_map_intr.9. This has been undead for more than 3 years
following the changes in rev.1.4 of sys/bus.h.
- CONDSPLASSERT.9, SPLASSERT.9. These have been undead since SMPng.
They were even less useful than most section 9 man pages -- the
interfaces described in them have never been used in the FreeBSD
source tree.
2001-10-04 09:46:01 +00:00
des
398f5f6a0f
Token man page for pseudofs(9).
2001-09-30 18:07:55 +00:00
rwatson
15ef553e24
o Attach vaccess_acl_posix1e.9 to the build.
...
o Cross-reference vaccess_acl_posix1e.9 from vaccess.9.
Obtained from: TrustedBSD Project
2001-08-27 17:45:06 +00:00
rwatson
66c6247e4d
o Hook up vaccess.9 to the build.
...
Submitted by: ru
2001-08-27 13:57:49 +00:00
jhb
98adb2ab0c
Remove references to asleep/await.
2001-08-23 23:37:31 +00:00
alex
26dac18112
Link MULTI_DRIVER_MODULE.9 to DRIVER_MODULE.9
2001-08-21 22:17:47 +00:00
jasone
0133f95fe7
Implement kernel semaphores.
...
Reviewed by: jhb
2001-08-14 22:13:14 +00:00
jasone
74c140cf82
Add sx_try_upgrade() and sx_downgrade().
...
Submitted by: Alexander Kabaev <ak03@gte.com>
2001-08-13 21:25:30 +00:00
ru
8eb3df1c5a
Add manpage for pgfind(9).
...
PR: docs/29552
Submitted by: Evan Sarmiento <kaworu@sektor7.ath.cx>
2001-08-10 07:19:55 +00:00
tmm
026a7a5f64
Document zdestroy().
...
Reviewed by: des
2001-08-09 16:01:27 +00:00
ru
cbb23a895e
s/vm_page_io_finised/vm_page_io_finished/
...
Submitted by: Chad David <davidc@colnta.acns.ab.ca>
2001-08-08 08:27:19 +00:00
jasone
0619ea75c3
Document sx_try_[sx]lock().
2001-08-07 04:29:53 +00:00
alfred
55ce885ee7
More updates from Chad.
...
Submitted by: Chad David <davidc@acns.ab.ca>
Reviewed by: sheldonh
2001-07-30 22:14:23 +00:00
chris
4cce0e890b
Add a short man page describing the vfs_unmountall() function.
...
MFC after: 1 week
2001-07-27 03:54:59 +00:00
alfred
94d7ec8a21
Install and provide MLINKS for:
...
pbuf.9 vm_page_alloc.9 vm_page_copy.9 vm_page_flag.9 vm_page_hold.9
vm_page_insert.9 vm_page_io.9 vm_page_lookup.9 vm_page_protect.9
vm_page_sleep_busy.9 vm_page_wakeup.9 vm_page_wire.9
vm_page_zero_fill.9 vm_set_page_size.9
2001-07-18 06:10:33 +00:00
ru
a1e3fd29f6
Manpage for pfind() and zpfind().
...
Submitted by: Evan Sarmiento <kaworu@sektor7.ath.cx>
2001-07-16 07:04:09 +00:00
schweikh
511e378b14
Removed whitespace at end-of-line; no content changes. I simply did
...
cd src/share; find man[1-9] -type f|xargs perl -pi -e 's/[ \t]+$//'
BTW, what editors are the culprits? I'm using vim and it shows
me whitespace at EOL in troff files with a thick blue block...
Reviewed by: Silence from cvs diff -b
MFC after: 7 days
2001-07-14 19:41:16 +00:00
ru
15292fece4
Add a few more manpages from Chad.
...
Fold major.9, minor.9, umajor.9, and uminor.9 into a single device_ids.9.
2001-07-13 18:35:48 +00:00
alfred
8656c478c6
Sort MAN= section.
2001-07-10 07:42:35 +00:00
alfred
89285c51d6
Install:
...
cdevsw_add.9 cdevsw_remove.9 devsw.9
major.9 minor.9 umajor.9 uminor.9 vn_isdisk.9
2001-07-10 07:28:11 +00:00
alfred
8f5c37664a
Link in new manpages:
...
BUF_LOCK.9 BUF_LOCKFREE.9 BUF_LOCKINIT.9
BUF_REFCNT.9 BUF_TIMELOCK.9 BUF_UNLOCK.9
lockcount.9 lockdestroy.9 lockmgr.9 lockmgr_printinfo.9 lockstatus.9
2001-07-10 04:35:22 +00:00
alfred
ea8d486d2b
Link in manpages for vfs_busy, vfs_mount, vfs_unbusy, and vinvalbuf.
2001-07-09 07:15:51 +00:00
jhb
0ad072d2df
Add a new manpage to document the CTRx macros used when adding new KTR
...
tracepoints to kernel code.
2001-06-28 07:20:05 +00:00
dd
ec69eb884c
Link make_dev.9 to make_dev_alias.9 and depends_dev.9.
2001-05-29 04:17:36 +00:00
dd
6fd4ea8be9
Remove obsolete DEVFS manual pages. The routines they describe don't
...
exist in the new (phk's) DEVFS.
Approved by: phk
2001-05-28 20:27:23 +00:00
dd
4ac9ed2901
Add printf.9, and add links to tprintf.9 and uprintf.9.
2001-05-05 00:25:39 +00:00
alex
2e63ceabba
Add SYSCALL_MODULE.9, a manpage for the SYSCALL_MODULE wrapper macro
...
for syscall klds.
Some text of this manpage is based on the comments in the example
syscall module written by Assar Westerlund.
Reviewed by: ru
2001-04-28 13:18:40 +00:00
jhb
21062a0848
Correct the MLINKS for mutex.9 to reflect the API change and add a new
...
MLINK for mtx_initialized.
Reminded by: rwatson
2001-03-30 23:00:00 +00:00
jhb
640834f755
Add a manpage for the critical_enter/exit() functions.
2001-03-28 07:30:58 +00:00
ru
a27d1d954d
MAN[1-9] -> MAN.
2001-03-27 13:48:25 +00:00
alex
085bf061f4
Add a manpage for the DEV_MODULE kernel macro.
2001-03-11 17:30:08 +00:00
alex
6610a558f7
Add MODULE_DEPEND.9 and MODULE_VERSION.9
2001-03-11 14:42:38 +00:00
alex
af8db25151
Add DEVICE_IDENTIFY.9
2001-03-10 19:37:27 +00:00
bp
e9b6e3c42c
Add documentation for mchain API.
...
Reviewed by: asmodai, ru (mbchain.9)
2001-03-10 06:10:48 +00:00