summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Describe itimerfix upper limitache1997-08-141-0/+8
* Describe upper limit based on itimerfix restrictionache1997-08-142-4/+17
* Oops, fix logic for previous commitache1997-08-141-5/+5
* Remove wrong machine-dependent phrase about maximum microsecondsache1997-08-141-6/+5
* Break loop if error != EINTR occurse or it can take forever withache1997-08-141-2/+5
* Note that default behaviour (restarting signals) is only for signal(3)ache1997-08-131-1/+4
* Handle syscalls error return slightly betterache1997-08-131-6/+12
* Back out itimerfix hack since nanosleep1 fixed nowache1997-08-131-58/+19
* Add unsigned char cast to all ctype callsache1997-08-131-27/+27
* Rearrange itimerfix loop doing it inside SIGALRM handling sectionache1997-08-121-19/+20
* Solve itimerfix() problem completely by using loop in 100000000 secs chunksache1997-08-121-0/+19
* Reflect blocked SIGALRM changesache1997-08-122-3/+3
* Back out my installation of SIGALRM handler even if it is blockedache1997-08-122-38/+58
* Reflect -current implementationsache1997-08-122-20/+24
OpenPOWER on IntegriCloud