summaryrefslogtreecommitdiff
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/3.0.0_cvscvs2svn1999-01-21389-448/+452
* This commit was manufactured by cvs2svn to create tagrelease/3.0.0cvs2svn1999-01-2151-994/+333
* This commit was manufactured by cvs2svn to create branch 'RELENG_3'.cvs2svn1999-01-2139-4333/+0
* Install man page link for strtok_r.John Polstra1999-01-191-1/+2
* Spell check and minor grammar fix.John Polstra1999-01-191-3/+3
* Document the errno return if the restrictions on the fcntl(F_SETOWN, ...)Don Lewis1999-01-191-0/+7
* revoke(2) is supported on regular files under current. Change wordingJoseph Koshy1999-01-181-6/+5
* Use the correct type for uid and gid in struct passwd. Document it.Dag-Erling Smørgrav1999-01-181-2/+2
* Make the implementation and documentation agree. Specifically:Dag-Erling Smørgrav1999-01-062-6/+11
* Make ctime_r, asctime_r, gmtime_r, and localtime_r available in libc.Dmitrij Tejblum1999-01-042-13/+4
* Add STANDARDS section.Garrett Wollman1999-01-031-6/+37
* Fix grammar in the description of timegm() by totally rewriting it. RemoveGarrett Wollman1999-01-031-20/+29
* Ignore the fs_spec entry for "/" in /etc/fstab if the device whichBruce Evans1999-01-011-0/+29
* Updated type of ss_size in struct sigaltstack.Bruce Evans1999-01-011-3/+2
* [This is a null commit to supply the correct log entry]Doug Rabson1998-12-232-2/+2
* Implement fpsetmask() and other fp*() functions. Programs should useDoug Rabson1998-12-239-32/+59
* Added documenation for the existing implementation of asctime_r,Wes Peters1998-12-201-0/+35
* Reviewed by: Luoqi Chen, Jordan HubbardJulian Elischer1998-12-191-3/+5
* Note that dying on NULL is an implementation detail.Eivind Eklund1998-12-171-5/+7
* Restore old semantics (broken in rev 1.47's buffer overflow fix).Eivind Eklund1998-12-171-1/+3
* Adjust for kern.ps_strings and PS_STRINGS not being a pointer. This isBruce Evans1998-12-161-8/+7
* Add reminder to return memory allocated by this call.Warner Losh1998-12-161-1/+10
* Reviewed by: JKHWes Peters1998-12-142-86/+216
* Commit out caveat about hardlinks to directories since they areSteve Price1998-12-131-27/+27
* PR: docs/9050Matthew Dillon1998-12-131-0/+1
* CALL -> PCALL for sigaltstack for libc_r.John Birrell1998-12-101-1/+1
* Removed unused include of <kvm.h>. It was alarming for libc to apparentlyBruce Evans1998-12-071-3/+1
* - Fix modulo bug that was masked by the correct code in libgcc.a which isNate Williams1998-11-301-1/+1
* Enable aio_read(2).Joseph Koshy1998-11-241-2/+2
* Don't mention exit(3) in explanation; _exit(2) is a better choice.Joseph Koshy1998-11-231-2/+2
* Man page for aio_read(2).Joseph Koshy1998-11-191-0/+189
* Update to reflect reality.Jacques Vidrine1998-11-161-4/+4
* Fix a .Nm -> .Fn fix that was missed in the previous commit.Joseph Koshy1998-11-091-1/+1
* Added info about non-blocking support.David Greenman1998-11-061-1/+15
* Update manual page to reflect changes in rev 1.12 ofJoseph Koshy1998-11-061-3/+6
* Added a manual page for sendfile(2).David Greenman1998-11-052-2/+139
* Include mergesort() in description of errors.Robert Nordier1998-11-041-1/+3
* Drop unused labels.Robert Nordier1998-11-041-2/+2
* Handle a zero elements argument.Robert Nordier1998-11-041-0/+3
* A feeble attempt at kld compatability. The mount_* programs assume thatPeter Wemm1998-11-031-1/+10
* Typo.Jean-Marc Zucconi1998-10-301-1/+1
* Prevent buffer overflow in getpwnam()Mike Smith1998-10-291-2/+2
* Clarify processing of the string argument by psignal().Robert Nordier1998-10-291-1/+3
* (Whoops: make it better instead of worse this time). ClarifyRobert Nordier1998-10-291-1/+1
* Clarify processing of the string argument by perror().Robert Nordier1998-10-291-8/+5
* Check for a zero-length as well as a NULL string argument.Robert Nordier1998-10-291-1/+1
* The man page implies that the string argument to psignal() may beRobert Nordier1998-10-291-4/+2
* Handle ELF symbols better. This fixes "vmstat -i" for the caseJohn Polstra1998-10-281-59/+77
* (`'): and (`'); -> (`:') and (`;')Bill Fenner1998-10-261-2/+2
* Slight style police.David E. O'Brien1998-10-251-3/+13