summaryrefslogtreecommitdiff
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* 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
* A poll(2) manpage.Peter Wemm1997-09-142-2/+190
* Generate poll syscall stubPeter Wemm1997-09-141-2/+2
* Document SA_NOCLDWAIT.Joerg Wunsch1997-09-131-17/+38
* Removed superfluous quoting of function args.Bruce Evans1997-09-074-6/+6
* Fixed style bug in pseudocode.Bruce Evans1997-09-071-1/+1
* Fixed synopsis. The envp arg for execle() can't be given in the prototype.Bruce Evans1997-09-031-2/+2
* Add "options no_tld_query" to resolv.conf.Brian Somers1997-09-012-4/+6
* Fixed inclomplete function type in synopsis.Bruce Evans1997-08-311-1/+1
* Another 32bits of 64bits conformance.Poul-Henning Kamp1997-08-311-2/+2
* Initial elf nlist support, mostly stolen from OpenBSD (they use standardPeter Wemm1997-08-312-3/+228
* Added HW_MACHINE_ARCH.KATO Takenori1997-08-301-0/+3
* Merge in the safe chdir changes from Todd Miller's mods to the OpenBSDWarner Losh1997-08-292-40/+128
* Add a stub version of getpublickey(), in order to eliminate anJohn Polstra1997-08-282-1/+47
* Use getpwnam(getlogin()) before getpwuid(getuid())Andrey A. Chernov1997-08-271-3/+5
* Improvement of type independency for the bitmap.Poul-Henning Kamp1997-08-271-3/+4
* Malloc option H is now default.Poul-Henning Kamp1997-08-272-4/+5
* Don't getenv(HOME) when set[ug]od. This can lead to a buffer overflow andWarner Losh1997-08-271-3/+4