summaryrefslogtreecommitdiffstats
path: root/share/man/man9
Commit message (Expand)AuthorAgeFilesLines
* update to better reflect reality:sam2002-10-141-51/+65
* - Add a reference to ktrdump(8)jeff2002-10-121-12/+2
* SWI_SWITCH and SWI_NOSWITCH were OBE a long time ago.jhb2002-10-111-12/+5
* Change iov_base's type from `char *' to the standard `void *'. Allmike2002-10-111-1/+1
* Slight overhaul of arc4random() and friends.phk2002-10-111-6/+24
* de-__P()alfred2002-10-104-12/+9
* manual pages for the new kernel crypto support (need work)sam2002-10-042-1/+592
* Add the new function "sbuf_done()" which returns non-zero if the sbuf isphk2002-10-041-0/+5
* Correct minor errors in the code examples.dd2002-10-011-3/+2
* Document that ENOTTY is the correct "default" error return;phk2002-09-261-1/+4
* Remove all mention of MTX_NOSWITCH. It was obsoleted a long time ago.jhb2002-09-241-36/+7
* The file vnode passed to VOP_LINK() should now be locked before the call.truckman2002-09-191-29/+7
* Convert descriptions in the ERRORS section to full sentences if theytruckman2002-09-1811-18/+23
* Add m_fixhdr() and m_length().phk2002-09-181-0/+10
* Style and markup changes only.truckman2002-09-1813-28/+29
* Update man page to reflect current implementation.truckman2002-09-171-6/+12
* Fix a hard sentence break.truckman2002-09-171-2/+2
* Start new sentence with newline.njl2002-09-161-2/+2
* Update man page for enum -> const char * change for v_tagnjl2002-09-161-2/+3
* s/VOP_NULL/VATTR_NULL/rwatson2002-09-141-1/+1
* Add a paragraph which should clarify the separation of asterisksrobert2002-09-101-0/+6
* Remove a sentence about wrapping macro definitions in bare braces,fanf2002-09-101-6/+5
* Note that siginit() does not cause every signal to be ignored only thedavidc2002-09-071-3/+16
* Expand a contraction in the text of style(9) for consistency.robert2002-09-061-1/+1
* Last missed bit of user-setable promisc mode.sobomax2002-08-281-1/+5
* Remove a repeated word.chris2002-08-251-1/+1
* Suggest that function prototypes in kernel headers be alphabetical,imp2002-08-211-0/+3
* Increase size of ifnet.if_flags from 16 bits (short) to 32 bits (int). To avoidsobomax2002-08-181-1/+1
* Fix typo.mux2002-08-151-1/+1
* mdoc(7) police: nits.ru2002-08-131-4/+6
* mdoc(7) police: typos.ru2002-08-131-2/+2
* mdoc(7) police: nit.ru2002-08-131-1/+1
* mdoc(7) police: tidy up formatting.ru2002-08-131-11/+13
* Clarify the sizeof(var) rule. This is the result of the consensus inimp2002-07-251-0/+5
* Mention SAVENAME and SAVESTART in the namei(9) operation flag descriptionrwatson2002-07-231-0/+11
* Update ucred.9 to talk a bit more about correct use of credentials,rwatson2002-07-231-8/+58
* link in the man page for thread_exitjulian2002-07-081-7/+6
* Add a man page. Style comments welcome. I have a bunch-o-new-pagesjulian2002-07-081-0/+63
* Slight changes to reflect some of the changes in -current.julian2002-07-082-20/+51
* Clarify version 1.68 to more accurately describe the intent of the change toimp2002-07-021-1/+2
* Fix a tyopbrian2002-07-021-1/+1
* Document what splnet and splimp are in FreeBSDimp2002-07-011-0/+2
* At long last, commit the zero copy sockets code.ken2002-06-263-1/+301
* Remove references to UIO_USERISPACE which no longer exists.peter2002-06-201-4/+1
* Fix up the wording thoughout, and document locking.davidc2002-06-101-16/+25
* Fix wording and spelling in the trapsignal() description.davidc2002-06-101-1/+1
* Document the cred_update_thread() function, and fix the RETURN VALUES.davidc2002-06-101-2/+19
* The moduledata_t argument is not a pointer, and sysstem_sub_id shoulddavidc2002-06-101-2/+2
* Add signal.9 and friends.davidc2002-06-101-1/+11
* New man page that documents many of the kernel related signal functions.davidc2002-06-101-0/+411
OpenPOWER on IntegriCloud