summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Added functions fseeko() and ftello() (from susv2).dt1999-02-086-15/+83
* Document type for 'req' argument to clnt_control.alex1999-01-311-0/+1
* Typo: `kern.somaxconn' -> `kern.ipc.somaxconn'jkoshy1999-01-271-4/+4
* Clarify format of exit status code. Note when a return code of -1 canjkoshy1999-01-271-4/+8
* Mostly remove the VM_STACK OPTION.julian1999-01-261-0/+19
* Enable Linux threads support by default.julian1999-01-261-0/+6
* gethostbyname2() was broken for lookups via NIS on FreeBSD/alphagallatin1999-01-251-4/+7
* Backed out most of previous commit to go with backing out support forbde1999-01-241-4/+6
* Merge from vendor branch: timezone file structure changes and doco.wollman1999-01-213-25/+45
* Install man page link for strtok_r.jdp1999-01-191-1/+2
* Spell check and minor grammar fix.jdp1999-01-191-3/+3
* Document the errno return if the restrictions on the fcntl(F_SETOWN, ...)truckman1999-01-191-0/+7
* revoke(2) is supported on regular files under current. Change wordingjkoshy1999-01-181-6/+5
* Use the correct type for uid and gid in struct passwd. Document it.des1999-01-181-2/+2
* Make the implementation and documentation agree. Specifically:des1999-01-062-6/+11
* Make ctime_r, asctime_r, gmtime_r, and localtime_r available in libc.dt1999-01-042-13/+4
* Add STANDARDS section.wollman1999-01-031-6/+37
* Fix grammar in the description of timegm() by totally rewriting it. Removewollman1999-01-031-20/+29
* Ignore the fs_spec entry for "/" in /etc/fstab if the device whichbde1999-01-011-0/+29
* Updated type of ss_size in struct sigaltstack.bde1999-01-011-3/+2
* [This is a null commit to supply the correct log entry]dfr1998-12-232-2/+2
* Implement fpsetmask() and other fp*() functions. Programs should usedfr1998-12-239-32/+59
* Added documenation for the existing implementation of asctime_r,wes1998-12-201-0/+35
* Reviewed by: Luoqi Chen, Jordan Hubbardjulian1998-12-191-3/+5
* Note that dying on NULL is an implementation detail.eivind1998-12-171-5/+7
* Restore old semantics (broken in rev 1.47's buffer overflow fix).eivind1998-12-171-1/+3
* Adjust for kern.ps_strings and PS_STRINGS not being a pointer. This isbde1998-12-161-8/+7
* Add reminder to return memory allocated by this call.imp1998-12-161-1/+10
* Reviewed by: JKHwes1998-12-142-87/+217
* Commit out caveat about hardlinks to directories since they aresteve1998-12-131-27/+27
* PR: docs/9050dillon1998-12-131-0/+1
* CALL -> PCALL for sigaltstack for libc_r.jb1998-12-101-1/+1
* Removed unused include of <kvm.h>. It was alarming for libc to apparentlybde1998-12-071-3/+1
* - Fix modulo bug that was masked by the correct code in libgcc.a which isnate1998-11-301-1/+1
* Enable aio_read(2).jkoshy1998-11-241-2/+2
* Don't mention exit(3) in explanation; _exit(2) is a better choice.jkoshy1998-11-231-2/+2
* Man page for aio_read(2).jkoshy1998-11-191-0/+189
* Update to reflect reality.nectar1998-11-161-4/+4
* Fix a .Nm -> .Fn fix that was missed in the previous commit.jkoshy1998-11-091-1/+1
* Added info about non-blocking support.dg1998-11-061-1/+15
* Update manual page to reflect changes in rev 1.12 ofjkoshy1998-11-061-3/+6
* Added a manual page for sendfile(2).dg1998-11-052-2/+139
* Include mergesort() in description of errors.rnordier1998-11-041-1/+3
* Drop unused labels.rnordier1998-11-041-2/+2
* Handle a zero elements argument.rnordier1998-11-041-0/+3
* A feeble attempt at kld compatability. The mount_* programs assume thatpeter1998-11-031-1/+10
* Typo.jmz1998-10-301-1/+1
* Prevent buffer overflow in getpwnam()msmith1998-10-291-2/+2
* Clarify processing of the string argument by psignal().rnordier1998-10-291-1/+3
* (Whoops: make it better instead of worse this time). Clarifyrnordier1998-10-291-1/+1
OpenPOWER on IntegriCloud