summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Disable the "Hint" option in phkmalloc as default. Recent VM systemphk1999-03-282-4/+4
* Partial fix for the forking problem: if we can't access the master maps,des1999-03-271-4/+11
* Rename when building libc_r.dfr1999-03-251-2/+2
* Fix a (relatively harmless) braino. I confused myself over the for() looppeter1999-03-241-3/+2
* Remove last remaining references to malloc/realloc and functions thatpeter1999-03-231-50/+40
* Add a sysctl variable which can help stop chroot(2) escapes.phk1999-03-231-2/+29
* Typo fix.jkoshy1999-03-231-1/+1
* Don't be so selective about which errors cause us to continue andimp1999-03-211-7/+2
* EACESS -> EACCESalex1999-03-153-5/+5
* Add support for long long modifier (e.g. %llx, %lld).dfr1999-03-111-3/+9
* PID_MAX is now 99999.roberto1999-03-101-1/+1
* Explain ENXIO error status with respect to fifos.ghelmer1999-03-071-0/+4
* Don't bogotify the synopsis by attempting to describe err_set_file() there.bde1999-03-051-11/+19
* Fixed references to unmount(2) specified as umount.alex1999-03-051-4/+4
* Fixed disordering and incoinsistent style in previous commit.bde1999-03-051-3/+3
* The pseudocode in the synopsis didn't come close to actuallybde1999-03-051-4/+6
* Don't use undocumented markup "{}". Use 32767 instead of LINK_MAX tobde1999-03-051-4/+3
* Backed out most of rev.1.4. I didn't submit it; I only submitted abde1999-03-051-7/+8
* Use sysctlbyname() instead of sysctl().phk1999-03-051-6/+2
* Forgot to add $Id$ and change date in previous commit.bde1999-03-051-1/+2
* Changed the type of quotactl()'s 4th arg from `char *' to `void *'bde1999-03-051-1/+1
* These were missing from the previous commit.imp1999-03-0312-0/+12
* Bring in initial libc support for mips. These files were taken fromimp1999-03-0348-0/+2684
* Correct synopsys: getsubopt is declared in unistd.h, not stdlib.h.ghelmer1999-03-021-1/+1
* Mention that getservbyport requires its port parameter to be inghelmer1999-03-021-2/+3
* Corrected use of backslash escaping in sample code.ghelmer1999-02-271-3/+3
* 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
OpenPOWER on IntegriCloud