summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen
Commit message (Expand)AuthorAgeFilesLines
* Reviewed by: bdedufault1998-03-081-2/+2
* Add support for ELF.jdp1998-03-071-34/+106
* We don't need to NUL terminate our sun_path.brian1998-03-061-4/+3
* Nul terminate sockaddr_un::sun_pathbrian1998-03-061-3/+4
* Make SyslogAddr a sockaddr_un rather than a sockaddr.brian1998-03-051-10/+12
* Reviewed by: msmith, bde long agodufault1998-03-041-0/+107
* Replace previous commit with a check disallowing ptr from runningsteve1998-03-011-14/+7
* Strings are terminated by NUL, not NULL.jraynard1998-02-281-3/+3
* Remove the config_* routines with permission from Poul-Henning Kamp,steve1998-02-283-265/+3
* 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
OpenPOWER on IntegriCloud