summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys
Commit message (Expand)AuthorAgeFilesLines
* Restored sigaction's name in its prototype.bde2002-10-241-1/+1
* * Modernize aio(4), providing instructions for static and dynamic kernelsheldonh2002-10-247-147/+8
* Add cross-references to the aio(4) manual page.des2002-10-246-0/+6
* Explain to users that they may want to kldload aio.alfred2002-10-227-22/+175
* Document that write(2) et al can return EROFS for attempts to write theschweikh2002-10-101-0/+7
* de-__P()alfred2002-10-091-2/+1
* Add brief mention of the extattr_*_link() system call variants.rwatson2002-10-091-0/+16
* Add note that there is a kernel-imposed limit on the number of threadsarchie2002-10-081-0/+7
* Add MLINKS to kse.2.archie2002-10-081-0/+2
* Add restrict type-qualifier to sem_getvalue().mike2002-10-041-1/+1
* Correct the regressive part of my last commit to these files:robert2002-10-042-7/+4
* Add a man page for the KSE system calls.archie2002-10-022-1/+586
* Add the 'restrict' type qualifier to the prototypes of `sigaction',robert2002-10-024-4/+9
* Remove the "special processes" section. It has rotted, and the ideadd2002-10-021-7/+0
* Don't claim to return the fileid which we unloaded. The kerneldd2002-10-011-9/+1
* <sys/types.h> is no longer needed.mike2002-09-251-1/+0
* Welcome the sem_ API to libc!alfred2002-09-192-1/+355
* Update to reflect reality.archie2002-09-112-31/+8
* Adjust to reflect reality, which is that sigaltstack() takes stack_t *'s.archie2002-09-101-6/+6
* Note that <sys/types.h> in no longer a prerequisite for <utime.h> andmike2002-08-247-7/+0
* s/EDOFUS/EDOOFUS/phk2002-08-211-1/+1
* can not -> cannot.ru2002-08-131-1/+1
* Update with new error return code.phk2002-08-091-0/+4
* mdoc(7) police: punctuation.ru2002-08-091-1/+1
* mdoc(7) police: sort xrefs.ru2002-08-091-2/+2
* Implement POSIX.1-2001 (XSI)'s ulimit(3).mike2002-08-081-0/+1
* Document file descriptor reopening and current standardization status.wollman2002-08-071-0/+19
* Grammar (`was' -> `were')chris2002-07-311-1/+1
* Update docs to reflect change in count of procs reserved for rootsilby2002-07-302-2/+2
* Change utimes to set the file creation time (for filesystems thatmckusick2002-07-171-0/+9
* The .Fn function.keramida2002-07-1511-36/+68
* The .Fn functionkeramida2002-07-151-3/+6
* Add a missing 'function' word.keramida2002-07-151-2/+2
* The .Fn functionkeramida2002-07-153-11/+18
* Fix whitespace in .Bd -literal display of S_IXXX constants.keramida2002-07-151-15/+15
* Typo fix: Setlogin() -> setlogin().mux2002-07-081-1/+1
* Bring poll.h up to conformance with POSIX.1-2001 by adding somemike2002-07-081-3/+2
* s/unavilable/unavailable/dannyboy2002-07-071-1/+1
* Correct a call to fcntl(F_SETFD) to use `FD_CLOEXEC' instead of `1'.chris2002-07-031-1/+1
* Add a SECURITY CONSIDERATIONS example: make note that access to openchris2002-07-031-0/+33
* Fix typo (SIGEV_EVENT -> SIGEV_KEVENT).mp2002-07-021-1/+1
* Rename `CAVEAT' to `SECURITY CONSIDERATIONS' and move it up tochris2002-07-011-10/+10
* Add mdoc bits for the new waitpid() WCONTINUED option, andmike2002-06-011-0/+12
* mdoc(7) police: kill hard sentence break.ru2002-05-301-4/+4
* mdoc(7) police: markup nits.ru2002-05-291-10/+17
* mdoc(7) police: bump document date on behalf of previous delta.ru2002-05-291-1/+1
* mdoc(7) police: sort xrefs.ru2002-05-291-2/+2
* Add uuidgen(2) and uuidgen(1).marcel2002-05-282-1/+84
* Remove extra word.dd2002-05-261-1/+1
* Update the EINVAL description again - it turns out that EINVALroam2002-05-171-3/+4
OpenPOWER on IntegriCloud