summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen
Commit message (Expand)AuthorAgeFilesLines
...
* The NetBSD getlogin syscall has a different name.jb1998-02-201-0/+4
* Fix a bogus cast for a bogus pointer check. This only checks if thejb1998-02-201-1/+1
* NetBSD kernels don't have issetugid(), so #ifdef this out whenjb1998-02-201-1/+5
* Need to #include <unistd.h> for nice(3).steve1998-02-181-0/+1
* Submitted by: Jeremy Allison (jallison@whistle.com)julian1998-02-181-3/+1
* Mention when bidirectional features first appeared.jkh1998-02-171-0/+4
* signal() returns SIG_ERR, not just -1. The sys/signal.h header filejb1998-02-151-1/+1
* Describe signal handling. Don't describe the old implementation. Don'tbde1998-02-131-35/+17
* Describe signal handling. Don't describe the old implementation. Cleanedbde1998-02-131-30/+23
* Fixed disordering of MLINKS in previous commit. Fixed old disorder inbde1998-02-121-17/+15
* Fix _listmatch() again so that it works with group lists containing onlywpaul1998-02-121-7/+14
* Do signal handlig he Posix wayguido1998-02-101-40/+11
* Move the trampolines for dlopen and related functions from crt0.ojdp1998-02-094-3/+460
* Document the fpgetprec/fpsetprec functions in their man page.jlemon1998-02-041-0/+1
* Cleanup the manpage now that setpwent has a void return type.steve1998-02-011-7/+7
* XOpen says the void setpwent(void) is correct. Also call setpassent(0)steve1998-02-011-7/+2
* Fix a cast from a pointer to a long instead of an int which was enoughjb1998-01-241-2/+2
* Eliminate sprintfimp1998-01-211-1/+2
* Moved most of the (source-level) compatibility hacks for the vfsconfbde1998-01-201-2/+4
* Started getting rid of the compatibility cruft for the Lite1 mount()bde1998-01-171-0/+2
* Fixed missing return type in a prototype.bde1998-01-161-0/+1
* 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
OpenPOWER on IntegriCloud