aboutsummaryrefslogtreecommitdiff
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Changes in spirit of OpenGroup Singe Unix specs:Andrey A. Chernov1997-10-221-5/+11
* Document EINVAL as a possible return value from open(2).Joerg Wunsch1997-10-221-0/+7
* Sorted lists.Bruce Evans1997-10-2111-144/+146
* Removed unused file. It just forces a return value of 0 on successBruce Evans1997-10-181-48/+0
* Add $IdAndrey A. Chernov1997-10-171-0/+4
* Fix LONG_MAX overflowingAndrey A. Chernov1997-10-171-10/+21
* Fix two bugs which caused various RPC programs (mountd, nfsd, ...)John Polstra1997-10-171-3/+3
* Copy time_to_sleep to time_remaining since it can be leftAndrey A. Chernov1997-10-161-0/+1
* Handle machine-dependent (stdlib) sources more automatically.Bruce Evans1997-10-162-4/+4
* Removed bogus .PATH statement.Bruce Evans1997-10-162-6/+2
* Removed the subdirectory paths from the definitions of MAN[1-9]. TheyBruce Evans1997-10-163-10/+7
* Handle machine-dependent (m-d) (string) sources more automatically.Bruce Evans1997-10-163-80/+23
* Reflect current sleep/usleep implementations stateAndrey A. Chernov1997-10-162-9/+5
* Cleanup #includesAndrey A. Chernov1997-10-162-5/+2
* Proper spacing in the Synopsis.Masafumi Max NAKANE1997-10-161-2/+2
* Include the machine-dependent Makefile.inc for sys in the correct place.Bruce Evans1997-10-152-3/+4
* Removed the subdirectory paths from the definitions of MAN[1-9]. TheyBruce Evans1997-10-1514-132/+87
* Added some 2-line source files to get a direct correspondenceBruce Evans1997-10-155-0/+10
* Remove old SIGALRM absorbing back-compat code. It wasn't working at allPeter Wemm1997-10-151-83/+1
* Give up on the "try and compensate for broken programs" cruft and revertPeter Wemm1997-10-151-70/+0
* Correct a bug in the 'allow arbitrary number of socket descriptors' changesBill Paul1997-10-141-4/+4
* Moved `SRCS+= frexp.c' to the correct Makefile.inc.Bruce Evans1997-10-142-6/+6
* Moved `SRCS+= frexp.c' to the correct Makefile.inc.Bruce Evans1997-10-141-2/+2
* Fixed searching of $PATH in execvp(). Do what sh(1) should do accordingBruce Evans1997-10-142-26/+87
* Improve the innetgr() NIS+ compat kludge. We should only fail over to theBill Paul1997-10-131-18/+25
* NIS+ compatibility kludge. A long time ago, I set up innetgr() soBill Paul1997-10-111-0/+7
* Staticize usage(). Cosmetics.Philippe Charnier1997-10-101-2/+5
* Add the AIO/LIO to libc. They aren't fully done yet, but have been in theJohn Dyson1997-10-101-2/+4
* Merged in better support of ISO 8601 from elsie.nci.nih.gov.Wolfgang Helbig1997-10-032-62/+118
* Sort cross refereces in section SEE ALSO.Wolfram Schneider1997-09-299-16/+16
* Revert the previous prototype un-typo. Add a brief comment warning thatMike Smith1997-09-281-1/+3
* Typo fixMike Smith1997-09-281-1/+1
* Fix typo in signal() prototypeMike Smith1997-09-281-1/+1
* Use revived __maskrune for digittointAndrey A. Chernov1997-09-271-2/+2
* Move it under XPG4 defineAndrey A. Chernov1997-09-251-0/+2
* Move MSKanji under XPG4 defineAndrey A. Chernov1997-09-251-8/+8
* __maskrune --> __istypeAndrey A. Chernov1997-09-251-1/+1
* Submitted by: Sin'ichiro MIYATANI / Phase One, Inc <siu@phaseone.co.jp>Julian Elischer1997-09-245-3/+119
* Apply fts() fix from PR#4593Peter Wemm1997-09-222-2/+2
* Make selection logic more strict. Only select AF_INET loopback interfacesBill Paul1997-09-211-3/+6
* Many places in the code NULL is used in integer context, wherePoul-Henning Kamp1997-09-183-4/+4
* environmental -> environment.Philippe Charnier1997-09-182-3/+3
* Some adjustments for the resolver use of poll(). For some reason I thoughtPeter Wemm1997-09-161-7/+8
* Put a system call not present checking wrapper around the call toPeter Wemm1997-09-161-9/+35
* Fix yet a minor stylistic nit from Bruce.Wolfram Schneider1997-09-151-4/+4
* Fix yet a minor stylistic nit from Bruce (Doesn't he have morePoul-Henning Kamp1997-09-151-7/+9
* Fix a buglet and a couple of stylistic nits from Bruce.Poul-Henning Kamp1997-09-151-3/+2
* Potential bufferflow in getpwent(), getpwnam() and getpwuid()Wolfram Schneider1997-09-141-2/+7
* Add __getcwd() syscall, and have getcwd() take a shot at it.Poul-Henning Kamp1997-09-142-2/+13
* Call poll(2) from within the resolver but adapt to older kernels without itPeter Wemm1997-09-141-26/+68