summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys
Commit message (Expand)AuthorAgeFilesLines
* Add xref for timeradd(3).dwhite2002-01-141-0/+1
* Document behaviour with respect to interval timers.sheldonh2002-01-091-0/+4
* We are munmap(2), so there's no need to list ourselves in the SEE ALSOdd2002-01-071-1/+1
* Nuke the paragraph that says "One can obtain user connection requestdd2002-01-071-17/+0
* Minor grammar and punctuation fixesyar2002-01-041-2/+2
* State clearly that one should call listen(2) on a socketyar2002-01-041-0/+11
* Add xref to jail(2).mpp2001-12-281-1/+2
* The VM_STACK option is long dead. MAP_STACK is available everywhere.peter2001-12-211-12/+0
* Document that rfork() will return EINVAL if flags not listed in thejhb2001-12-191-0/+2
* Fix a typo.ru2001-12-071-1/+1
* mdoc(7) police: markup the previous delta.ru2001-12-041-1/+3
* Bump p1003.1-90 to p1003.1-96.green2001-11-291-1/+1
* rename() can't guarantee "to" always exists if it didn't exist in the firstgshapiro2001-11-291-1/+3
* Return a more meaningful errno when the length of the interpreterjwd2001-11-281-0/+3
* mdoc(7) police: general cleanup.ru2001-11-211-40/+55
* Remove a sentence from the BUGS section that claims non page-alignediedowse2001-11-181-3/+1
* Note that the manpage is incorrect about the vector argument.peter2001-11-091-0/+3
* - There is no such thing as a socket structure. sockets are integers.jhb2001-11-051-2/+2
* Document ENETDOWN.dd2001-11-051-0/+2
* Remove the internal implementation details of wrapping syscalls,ru2001-10-2619-505/+0
* Refer to chflags(2) instead of chflags(1) (since we're a section 2dd2001-10-231-3/+2
* mdoc(7) police: join OS version with the corresponding macro.ru2001-10-191-2/+2
* Fix reference to aio_read, should be aio_writealfred2001-10-161-1/+1
* link(2) may fail with EPERM if name1 is immutable or append-only.dd2001-10-141-1/+4
* Add warning about zeroing-out the socket structure before populating it.dillon2001-10-131-0/+4
* - Bump document date for eaccess(2) addition.ru2001-10-111-27/+35
* Fix SysV Semaphore Handling.mr2001-10-112-27/+124
* Fixed misspelled arg type in synopsis.bde2001-10-031-1/+1
* Fixed missing include in synopsis.bde2001-10-031-0/+1
* mdoc(7) police: Use the new .In macro for #include statements.ru2001-10-01144-246/+246
* - Correct capitalization of a function name.murray2001-09-241-2/+3
* o Modify access(2) man page to describe eaccess(2), and add a symlinkrwatson2001-09-212-4/+20
* Typo: s/conatains/contains/guido2001-09-121-1/+1
* Fix all the ambiguous or erroneous statements of the brk(2)yar2001-09-061-55/+87
* This does not describe sched_{get,set}scheduler.dd2001-09-031-2/+3
* Don't capitalize jail(2) in the middle of a sentence.dd2001-09-031-1/+1
* PT_STEP in ptrace(2) man page is described as 'addr and data fieldsmurray2001-09-031-3/+3
* Remove MLINKS seek.2 to lseek.2, we don't have seek.2 syscallache2001-09-021-1/+0
* Another punctuation fix (missing comma ending preposition).chris2001-09-011-1/+1
* o Mention the fact that specifying a fileid of 0 searches all loadedchris2001-09-011-1/+4
* Describe EOVERFLOW I implement per POSIX.ache2001-08-311-9/+17
* Use ``.Rv -std'' wherever possible.ru2001-08-3128-138/+46
* Add Xref to make.conf(5).alex2001-08-301-1/+2
* There shuldn't be whitespace before a question mark.dd2001-08-271-1/+1
* mdoc(7) police: removed whitespace at EOL.ru2001-08-271-2/+2
* mdoc(7) police: markup and spelling fixes.ru2001-08-271-15/+25
* mdoc(7) police: removed whitespace at EOL, sorted SEE ALSO xrefs.ru2001-08-271-2/+2
* Remove grammatical bogon.sobomax2001-08-271-1/+0
* Ok, third time is the charm. VM_INHERIT_XXX -> INHERIT_XX (use the samedillon2001-08-241-3/+3
* Oops, minherit() uses VM_INHERIT_XXX as the argument, not MAP_XXX. Properlydillon2001-08-241-5/+10
OpenPOWER on IntegriCloud