summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Decapitalize function name by prepending with word "The".hoek1999-02-261-3/+6
* Fixed tab lossage in previous commit.bde1999-02-251-2/+2
* remove ctype.c - unused and confusingache1999-02-232-74/+2
* Add a note about ELF executables requiring to be linked with -export-dynamicjkoshy1999-02-171-0/+8
* EOPNOTSUPP also applies to fchflags().bde1999-02-151-0/+3
* Mention that chflags can fail with EOPNOTSUPP.des1999-02-141-0/+2
* remove BUGS section, now behaviour is predictable enoughache1999-02-131-2/+0
* more words about return valueache1999-02-131-1/+5
* re-phrase things a bitache1999-02-121-4/+5
* fix wrong return resultache1999-02-122-23/+43
* fix tabs lost apparently in copy&pasteache1999-02-121-5/+5
* Removed occurrences of consecutive repeated words (such as "the the").alex1999-02-123-4/+3
* 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
OpenPOWER on IntegriCloud