summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Expanded cross references.alex1998-01-029-8/+20
* 1. EOF was returned when the buffer size was larger than INT_MAX. Thisache1998-01-012-10/+10
* Drop the use of caddr_t in conjunction with mmap(2).alex1997-12-311-4/+4
* Convert caddr_t --> void * for sys/mman.h functions.alex1997-12-319-16/+16
* Fixed formatting of the MADV_FREE flag description.alex1997-12-301-3/+3
* Typo fix.alex1997-12-301-2/+2
* Document MS_SYNC.alex1997-12-301-0/+1
* The terminating character in strings is `NUL', not `NULL'.wosch1997-12-282-2/+2
* fork() checks RLIMIT_NPROC, not RLIMIT_NOFILE.hoek1997-12-261-1/+1
* Removed unnecessary initialization of hp in gethostbyaddr_r.alex1997-12-251-3/+3
* Add overflow checks: if output size becomes bigger than INT_MAX,ache1997-12-251-2/+13
* Correct type of stored argument place (from previous fix)ache1997-12-242-4/+4
* 1) Restore back comment about snprintf()ache1997-12-241-7/+10
* Return back to BSD snprintf semantics which recent C9x standard adoptsache1997-12-243-21/+23
* 1) Oops! Insert again if (n == 0) return 0.ache1997-12-242-10/+10
* Back out part related to "return 0 if n == 0" and return EOF as before.ache1997-12-242-6/+2
* Fix snprintf(...%n...)ache1997-12-241-5/+9
* Remove wrong comment about snprintf:ache1997-12-241-5/+4
* snprintf return value fixes to conform Single Unix specs:ache1997-12-242-6/+16
* Comment that long double is poorly implemented, not that it is unimplemented.bde1997-12-191-2/+3
* Put the .PATH statement first as in all other libc Makefile.inc's.bde1997-12-191-3/+2
* Format the MLINKS statement the same as in most other libc Makefile.inc's.bde1997-12-191-2/+3
* Fix recursion problem which occurs when a signal is received duringjb1997-12-151-3/+12
* Fixed spelling of EACCES.bde1997-11-235-12/+19
* Fixed long double formats. They were mostly not implemented exceptbde1997-11-231-4/+7
* Fix bit-twiddling in sigismember(3).jraynard1997-11-211-1/+1
* Don't check for the unlikely case of useconds == 0 here. The kernelbde1997-11-201-7/+4
* stat() the correct file in execvp() so that the fine tuned errno handlingbde1997-11-201-2/+2
* Add cross-references to rfork(2).jdp1997-11-182-1/+3
* Close PR #4867: improve _listmatch() to avoid returning false positives.wpaul1997-11-161-9/+16
* Reviewed by: hackers@freebsd.org in generaljulian1997-11-132-1/+32
* Reviewed by: various.julian1997-11-121-3/+2
* Describe MNT_NOCLUSTER{R,W} flags.kato1997-11-091-0/+4
* changed prototype to match textjmg1997-11-051-8/+4
* Correct description of which runes are encoded as two bytes.steve1997-11-052-4/+4
* In clntudp_call(), it is possible that xdr_replymsg() might failwpaul1997-10-261-0/+14
* Typo.helbig1997-10-261-1/+1
* Change L_SET to SEEK_SET for POSIX compliance.jdp1997-10-261-1/+1
* Back out part of OpenGroup specs about limiting max arg since it may breakache1997-10-222-17/+4
* Reflect usleep code changes:ache1997-10-221-1/+24
* Changes in spirit of OpenGroup Singe Unix specs:ache1997-10-221-5/+11
* Document EINVAL as a possible return value from open(2).joerg1997-10-221-0/+7
* Sorted lists.bde1997-10-2111-144/+146
* Removed unused file. It just forces a return value of 0 on successbde1997-10-181-48/+0
* Add $Idache1997-10-171-0/+4
* Fix LONG_MAX overflowingache1997-10-171-10/+21
* Fix two bugs which caused various RPC programs (mountd, nfsd, ...)jdp1997-10-171-3/+3
* Copy time_to_sleep to time_remaining since it can be leftache1997-10-161-0/+1
* Handle machine-dependent (stdlib) sources more automatically.bde1997-10-162-4/+4
* Removed bogus .PATH statement.bde1997-10-162-6/+2
OpenPOWER on IntegriCloud