summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys
Commit message (Expand)AuthorAgeFilesLines
* change first release date to 4.1-R as 5.0-R won't be out for at least ajmg2000-06-261-1/+1
* The argument is not mcontext_t but ucontext_t.alex2000-06-261-1/+1
* Repair a cross-reference to sync(1) that should refer to sync(8).chris2000-06-231-1/+1
* Properly separate paragraphs by using `.Pp' instead of a blank line.chris2000-06-233-6/+6
* Remove blank lines.chris2000-06-234-4/+0
* Mark up errno as a variable (Va), not as a defined value (Dv).sheldonh2000-06-231-3/+3
* Apply the accepted line breaking rules.sheldonh2000-06-231-7/+10
* Replace .Va, .Ar and .Nm with .Fa or .Va where necessary, examples:chris2000-06-2329-145/+145
* Replace an erroneous `.Va error' with `.Va errno'.chris2000-06-231-1/+1
* Replace ``FreeBSD 4.0'' with ``.Fx 4.0'' and remove a useless empty linechris2000-06-231-2/+2
* Replace .Va references to function arguments to .Fa references.chris2000-06-231-2/+2
* Make a note of fflagstostr and strtofflags in the 'see also' section.joe2000-06-171-0/+2
* Fix typo: turn of -> turn off.alex2000-06-131-1/+1
* add a BUGS section on how we can only watch VNODE's on a UFS file systemjmg2000-06-071-0/+4
* Replace a `manual(section)' reference with a proper .Xr statement.chris2000-05-311-1/+2
* fix up the kqueue documentation... comment some things that were leftjmg2000-05-241-0/+21
* Back out NOTE_EXIT status reporting pending discussion.green2000-05-211-4/+0
* Remove a superfluous `.Pp' occuring directly afterchris2000-05-191-1/+0
* Add a note under IMPLEMENTATION NOTES about the behavior of sendfile()chris2000-05-191-0/+27
* List ECONNRESET as a return value. EINVAL was not documented either.peter2000-05-192-0/+4
* Put the wait(2) exit status in "data" for NOTE_EXIT kevents.green2000-05-171-0/+4
* Fixed missing include in synopsis.bde2000-05-111-2/+2
* When "any" acts as a subject, the verb must agree with whatever any is of.hoek2000-05-111-2/+2
* Content-free commit: only remove trailing whitespacehoek2000-05-111-6/+6
* The accept() function is a call, not an argument. Also, add: serialhoek2000-05-111-5/+5
* Some mdoc cleanups for the manual page.jlemon2000-05-062-7/+11
* Add a kqueue(2) manual page.jlemon2000-05-042-1/+401
* Use `Er' variable to define first column width in ERRORS section. It wasphantom2000-05-0453-54/+54
* mdoc(7) cleanup:phantom2000-05-041-6/+5
* Add missing man pages. Fix various compliance bugs, mostly having to do withjasone2000-05-021-0/+85
* Fix typo. Use `.Fa' to denote a function argument.jkoshy2000-04-261-2/+4
* Spell MAP_NOSYNC correctly.wollman2000-04-231-1/+1
* .Lb-ifywollman2000-04-231-0/+2
* Add shm_open(3) and shm_unlink(3). The documentation could use a goodwollman2000-04-221-0/+192
* Introduce ".Lb" macro to libc manpages.phantom2000-04-21138-1/+277
* Document EWOULDBLOCK as a possible errno return value.archie2000-04-091-0/+7
* Fixed wrong arg type in synopsis.bde2000-03-231-1/+1
* Add a man page for aio_waitcomplete(). Update the aio_cancel() man page tojasone2000-03-213-19/+179
* Remove more single-space hard sentence breaks.sheldonh2000-03-021-2/+4
* Remove single-space hard sentence breaks. These degrade the qualitysheldonh2000-03-0219-44/+88
* Add MAP_NOCORE to mmap(2), and MADV_NOCORE and MADV_CORE to madvise(2).ps2000-02-282-0/+8
* Fix null-pointer dereference crash when the system is intentionallydillon2000-02-161-1/+2
* Replace `.Os BSD' which caused a troff error with `.Bx' which alsochris2000-02-141-1/+1
* Document the support in the kernel for hardware debug registers on theobrien2000-02-121-1/+20
* We _do_ support MS_ASYNCguido2000-01-241-1/+1
* Clarify that we don't offer hard realtime.alfred2000-01-241-3/+8
* Add HISTORY.sheldonh2000-01-181-0/+2
* Fixed missing backslash in previous commit. Adding setresuid.2 has takenbde2000-01-181-1/+1
* Fix line too long style bug in the previous commit (which, by thesheldonh2000-01-181-2/+2
* add setresuid.2ache2000-01-181-1/+1
OpenPOWER on IntegriCloud