summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen
Commit message (Expand)AuthorAgeFilesLines
* Sorted lists.bde1997-10-211-45/+45
* Add $Idache1997-10-171-0/+4
* Fix LONG_MAX overflowingache1997-10-171-10/+21
* Copy time_to_sleep to time_remaining since it can be leftache1997-10-161-0/+1
* Reflect current sleep/usleep implementations stateache1997-10-162-9/+5
* Cleanup #includesache1997-10-162-5/+2
* Removed the subdirectory paths from the definitions of MAN[1-9]. Theybde1997-10-151-24/+18
* Remove old SIGALRM absorbing back-compat code. It wasn't working at allpeter1997-10-151-83/+1
* Give up on the "try and compensate for broken programs" cruft and revertpeter1997-10-151-70/+0
* Moved `SRCS+= frexp.c' to the correct Makefile.inc.bde1997-10-141-2/+2
* Fixed searching of $PATH in execvp(). Do what sh(1) should do accordingbde1997-10-142-26/+87
* Improve the innetgr() NIS+ compat kludge. We should only fail over to thewpaul1997-10-131-18/+25
* NIS+ compatibility kludge. A long time ago, I set up innetgr() sowpaul1997-10-111-0/+7
* Staticize usage(). Cosmetics.charnier1997-10-101-2/+5
* Sort cross refereces in section SEE ALSO.wosch1997-09-294-8/+8
* Revert the previous prototype un-typo. Add a brief comment warning thatmsmith1997-09-281-1/+3
* Fix typo in signal() prototypemsmith1997-09-281-1/+1
* Apply fts() fix from PR#4593peter1997-09-222-2/+2
* Many places in the code NULL is used in integer context, wherephk1997-09-182-3/+3
* 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-141-0/+11
* Fixed synopsis. The envp arg for execle() can't be given in the prototype.bde1997-09-031-2/+2
* Fixed inclomplete function type in synopsis.bde1997-08-311-1/+1
* 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
* Use getpwnam(getlogin()) before getpwuid(getuid())ache1997-08-271-3/+5
* Don't getenv(HOME) when set[ug]od. This can lead to a buffer overflow andimp1997-08-271-3/+4
* Fixed file descriptor leak that occurs after certain types of failures.dg1997-08-151-2/+5
* 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
* 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
* 1) Make usleep() terminateable by alarm (or ualarm) as supposedache1997-08-121-4/+8
* Change to reflect -current sleep implementation realityache1997-08-121-28/+13
* Make itimerfix hack better: return the time we can't sleep at onceache1997-08-121-12/+20
* Hack^H^H^H^Hworkaround for itimerfix(9) gratuitously limiting thejoerg1997-08-101-0/+16
* Observe precedence set by Phillippe Charnier in adding ansteve1997-08-073-9/+15
OpenPOWER on IntegriCloud