aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/sys
Commit message (Expand)AuthorAgeFilesLines
* Fix small bogon.Jonathan Lemon2001-06-111-1/+1
* I neglected to notice that the change text had already been added in aWarner Losh2001-06-051-3/+0
* Fix cross-references:Maxim Sobolev2001-06-051-1/+1
* Document what happens when the real id is changed.Warner Losh2001-06-052-0/+6
* Remove vestiges of MFS.Ruslan Ermilov2001-06-012-25/+3
* This patch implements O_DIRECT about 80% of the way. It takes a patchsetMatthew Dillon2001-05-242-0/+12
* Rename (after a repo-copy) some mount(8) programs:Ruslan Ermilov2001-05-232-2/+2
* Document ECONNREFUSED.Archie Cobbs2001-05-201-0/+4
* mdoc(7) police: normalize .Nd.Ruslan Ermilov2001-04-183-3/+3
* mdoc(7) police: add missing .El call.Ruslan Ermilov2001-04-161-0/+1
* Grammar police: "its", not "it's", is the possessive form of "it".Dima Dorfman2001-04-152-2/+2
* Make links from setresuid.2 to getresgid.2 and getresuid.2.Dima Dorfman2001-04-151-1/+1
* Document getresgid and getresuid calls.Dima Dorfman2001-04-151-2/+21
* Add ``RETURN VALUES'' and ``ERRORS'' sections since getpgid(2) canDima Dorfman2001-04-141-1/+18
* To be consistent, use the __weak_reference macro from <sys/cdefs.h>Daniel Eischen2001-04-101-1/+1
* Mention that locks are inherited across an exec.Dima Dorfman2001-04-081-0/+6
* Install links to extattr_(get|set|delete)_fd.2 (from extattr_get_file.2).Dima Dorfman2001-04-081-2/+5
* Document the extattr_(get|set|delete)_fd calls, and add a note warningDima Dorfman2001-04-051-4/+52
* Hook the extattr_get_file.2 manual page into the build. Add MLINKSDima Dorfman2001-04-011-1/+3
* A manual page for the extattr_get_file, extattr_set_file, andDima Dorfman2001-04-011-0/+154
* Catch up with a comment that changed in rev1.73 of mount.hBen Smithurst2001-03-291-1/+1
* The f_syncreads and f_asyncreads entries are missing from the man page.Poul-Henning Kamp2001-03-281-3/+4
* MAN[1-9] -> MAN.Ruslan Ermilov2001-03-271-2/+2
* Make it clear who can and can't set the UF_NODUMP, UF_OPAQUE, andDima Dorfman2001-03-191-4/+7
* Fix type-oMatthew Dillon2001-03-161-1/+1
* Correct descriptions of SOCK_RDM and SOCK_SEQPACKET.Dima Dorfman2001-03-161-2/+2
* Correct spelling of MNT_ASYNC.David Malone2001-03-151-2/+2
* .St -p1003.1g -> .St -p1003.1g-2000.Ruslan Ermilov2001-03-121-2/+2
* This is the getsid() we are talking about, not setsid().Ruslan Ermilov2001-03-091-1/+1
* In soshutdown(), use SHUT_{RD,WR,RDWR} instead of FREAD and FWRITE.Ruslan Ermilov2001-02-271-23/+30
* /^\.St/ s/-iso9945-1/-p1003.1-96/Ruslan Ermilov2001-02-262-3/+3
* ``.St -p1003.1b'' -> ``.St -p1003.1b-93''.Ruslan Ermilov2001-02-261-1/+1
* Document the EINTR error.Jason Evans2001-02-261-0/+2
* Document various changes to kq:Jonathan Lemon2001-02-261-10/+44
* Fix my ambiguous message about ECONNABORTED.Jimmy Olgeni2001-02-251-1/+2
* Add ECONNABORTED to the ERRORS section.Jimmy Olgeni2001-02-251-0/+2
* List the SA_RESTART flag rather than burying it in another paragraph.Peter Wemm2001-02-141-0/+2
* Add include <sys/time.h> because kevent uses struct timespecGuido van Rooij2001-02-141-0/+1
* Sort PROT_* and MAP_* lists, logically and alphabetically respectively.Ruslan Ermilov2001-02-121-44/+68
* Mention PROT_NONE in the list of possible protections.Nik Clayton2001-02-111-0/+2
* Note that mmap(2) can allocate memory, as well as mapping existing files,Nik Clayton2001-02-111-1/+1
* mdoc(7) police: prevent generation of the extraRuslan Ermilov2001-02-091-6/+3
* Document the cases in which setreuid changes the saved-user-ID.Jacques Vidrine2001-02-081-0/+5
* mdoc(7) police: Change -filled displays (which just happenRuslan Ermilov2001-02-071-1/+1
* Spelling.Stephen McKay2001-02-041-1/+1
* mdoc(7) police: split punctuation characters + misc fixes.Ruslan Ermilov2001-02-0116-54/+68
* Clean up syscall generation in libc by removing HIDDEN_SYSCALLSDaniel Eischen2001-01-291-28/+7
* Remove _THREAD_SAFE and make libc thread-safe by default byDaniel Eischen2001-01-243-32/+7
* Document EHOSTDOWN error.Ben Smithurst2001-01-171-0/+2
* The bit about sigpending not detecting any errors is a lie, it can returnBen Smithurst2001-01-161-2/+7