summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Merged in better support of ISO 8601 from elsie.nci.nih.gov.helbig1997-10-032-62/+118
* Sort cross refereces in section SEE ALSO.wosch1997-09-299-16/+16
* Revert the previous prototype un-typo. Add a brief comment warning thatmsmith1997-09-281-1/+3
* Typo fixmsmith1997-09-281-1/+1
* Fix typo in signal() prototypemsmith1997-09-281-1/+1
* Use revived __maskrune for digittointache1997-09-271-2/+2
* Move it under XPG4 defineache1997-09-251-0/+2
* Move MSKanji under XPG4 defineache1997-09-251-8/+8
* __maskrune --> __istypeache1997-09-251-1/+1
* Submitted by: Sin'ichiro MIYATANI / Phase One, Inc <siu@phaseone.co.jp>julian1997-09-245-3/+119
* Apply fts() fix from PR#4593peter1997-09-222-2/+2
* Make selection logic more strict. Only select AF_INET loopback interfaceswpaul1997-09-211-3/+6
* Many places in the code NULL is used in integer context, wherephk1997-09-183-4/+4
* environmental -> environment.charnier1997-09-182-3/+3
* Some adjustments for the resolver use of poll(). For some reason I thoughtpeter1997-09-161-7/+8
* Put a system call not present checking wrapper around the call topeter1997-09-161-9/+35
* Fix yet a minor stylistic nit from Bruce.wosch1997-09-151-4/+4
* Fix yet a minor stylistic nit from Bruce (Doesn't he have morephk1997-09-151-7/+9
* Fix a buglet and a couple of stylistic nits from Bruce.phk1997-09-151-3/+2
* Potential bufferflow in getpwent(), getpwnam() and getpwuid()wosch1997-09-141-2/+7
* Add __getcwd() syscall, and have getcwd() take a shot at it.phk1997-09-142-2/+13
* Call poll(2) from within the resolver but adapt to older kernels without itpeter1997-09-141-26/+68
* A poll(2) manpage.peter1997-09-142-2/+190
* Generate poll syscall stubpeter1997-09-141-2/+2
* Document SA_NOCLDWAIT.joerg1997-09-131-17/+38
* Removed superfluous quoting of function args.bde1997-09-074-6/+6
* Fixed style bug in pseudocode.bde1997-09-071-1/+1
* Fixed synopsis. The envp arg for execle() can't be given in the prototype.bde1997-09-031-2/+2
* Add "options no_tld_query" to resolv.conf.brian1997-09-012-4/+6
* Fixed inclomplete function type in synopsis.bde1997-08-311-1/+1
* Another 32bits of 64bits conformance.phk1997-08-311-2/+2
* Initial elf nlist support, mostly stolen from OpenBSD (they use standardpeter1997-08-312-3/+228
* Added HW_MACHINE_ARCH.kato1997-08-301-0/+3
* Merge in the safe chdir changes from Todd Miller's mods to the OpenBSDimp1997-08-292-40/+128
* Add a stub version of getpublickey(), in order to eliminate anjdp1997-08-282-1/+47
* Use getpwnam(getlogin()) before getpwuid(getuid())ache1997-08-271-3/+5
* Improvement of type independency for the bitmap.phk1997-08-271-3/+4
* Malloc option H is now default.phk1997-08-272-4/+5
* Don't getenv(HOME) when set[ug]od. This can lead to a buffer overflow andimp1997-08-271-3/+4
* Get rid of integer overflow warning.steve1997-08-232-2/+2
* Reference the correct version of BSD at the bottom of thesteve1997-08-231-1/+1
* Fixed off by 1 error.bde1997-08-211-2/+3
* Manpage for getsid(2).peter1997-08-192-2/+80
* Forgot to mention what getpgid(0) does.peter1997-08-191-0/+5
* Manpage for getpgid(2), wording taken from NetBSD.peter1997-08-192-3/+17
* Syscall stubs for getpgid()/getsid().peter1997-08-191-3/+3
* Reflect reality of sticky bits and UFS-based filesystems.steve1997-08-171-3/+10
* Describe the QCMD macro and its parameters.steve1997-08-171-5/+9
* Fixed file descriptor leak that occurs after certain types of failures.dg1997-08-151-2/+5
* Explicitly point that it_value == 0 disables timer regardles ofache1997-08-141-1/+3
OpenPOWER on IntegriCloud