summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen
Commit message (Expand)AuthorAgeFilesLines
* Return the correct errno from getcwd() even if free() or closedir()mckay1998-01-151-0/+4
* Return type and argument to sleep are unsigned int.alex1998-01-131-2/+3
* Make a couple of the stat flags dependent on the sys/stat.h header filejb1998-01-093-3/+27
* Fixed spelling of EACCES.bde1997-11-234-9/+16
* Fix bit-twiddling in sigismember(3).jraynard1997-11-211-1/+1
* Don't check for the unlikely case of useconds == 0 here. The kernelbde1997-11-201-7/+4
* stat() the correct file in execvp() so that the fine tuned errno handlingbde1997-11-201-2/+2
* Close PR #4867: improve _listmatch() to avoid returning false positives.wpaul1997-11-161-9/+16
* Change L_SET to SEEK_SET for POSIX compliance.jdp1997-10-261-1/+1
* Back out part of OpenGroup specs about limiting max arg since it may breakache1997-10-222-17/+4
* Reflect usleep code changes:ache1997-10-221-1/+24
* Changes in spirit of OpenGroup Singe Unix specs:ache1997-10-221-5/+11
* 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
OpenPOWER on IntegriCloud