aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/gen
Commit message (Expand)AuthorAgeFilesLines
* Several sources including Unix98 say that semctl's fourthSteve Price1998-05-311-5/+24
* Remove references to getvfsbytype. Also remove getvfsbynameSteve Price1998-05-301-32/+13
* Remove a couple style bugs from the code snippet thatSteve Price1998-05-261-3/+3
* Update code example to reflect current practice.Steve Price1998-05-251-12/+10
* NetBSD doesn't have a __getcwd syscall, so set have__getcwd to `no'John Birrell1998-05-151-0/+4
* Remove extern int errno and #include <errno.h> to get the proper definition.John Birrell1998-05-051-1/+1
* Go back to version 1.16 - it was correct the way it was.Brian Somers1998-05-011-6/+6
* connect() returns -1 on error - not 0.Brian Somers1998-05-011-7/+7
* Stubs are required in libc so that it can be used with libpthreadJohn Birrell1998-04-291-1/+5
* Oops, revert part of a diff that wasn't supposed to have been committed.David Greenman1998-04-281-2/+2
* Cache the results of the ps_strings sysctl so that it doesn't have to beDavid Greenman1998-04-281-10/+12
* Improve description.Robert Nordier1998-04-221-5/+6
* Typo policeBrian Somers1998-04-171-1/+1
* Change in name of the static initializer define.John Birrell1998-04-041-1/+1
* Finish _POSIX_PRIORITY_SCHEDULING. Needs P1003_1B andPeter Dufault1998-03-281-53/+54
* Fixed bitrot in synopsis. Didn't fix bitrot elsewhere.Bruce Evans1998-03-231-6/+7
* .Sh AUTHOR -> .Sh AUTHORS. Use .An/.AqPhilippe Charnier1998-03-194-16/+16
* Change MACHINE to MACHINE_ARCH.John Birrell1998-03-091-12/+4
* Stub functions for thread locking with weak symbols so that they areJohn Birrell1998-03-091-0/+60
* NetBSD implements semctl using a __semctl syscall instead of theJohn Birrell1998-03-091-0/+4
* getvfsbyname() doesn't existing NetBSD, so return ENOSYS if compiledJohn Birrell1998-03-091-1/+5
* Change a variable to type size_t to suit the sysctl prototype.John Birrell1998-03-091-2/+4
* Cast pointer to a long instead of an int to keep a 64-bit compilerJohn Birrell1998-03-091-1/+1
* Reviewed by: bdePeter Dufault1998-03-081-2/+2
* Add support for ELF.John Polstra1998-03-071-34/+106
* We don't need to NUL terminate our sun_path.Brian Somers1998-03-061-4/+3
* Nul terminate sockaddr_un::sun_pathBrian Somers1998-03-061-3/+4
* Make SyslogAddr a sockaddr_un rather than a sockaddr.Brian Somers1998-03-051-10/+12
* Reviewed by: msmith, bde long agoPeter Dufault1998-03-041-0/+107
* Replace previous commit with a check disallowing ptr from runningSteve Price1998-03-011-14/+7
* Strings are terminated by NUL, not NULL.James Raynard1998-02-281-3/+3
* Remove the config_* routines with permission from Poul-Henning Kamp,Steve Price1998-02-283-265/+3
* The NetBSD getlogin syscall has a different name.John Birrell1998-02-201-0/+4
* Fix a bogus cast for a bogus pointer check. This only checks if theJohn Birrell1998-02-201-1/+1
* NetBSD kernels don't have issetugid(), so #ifdef this out whenJohn Birrell1998-02-201-1/+5
* Need to #include <unistd.h> for nice(3).Steve Price1998-02-181-0/+1
* Submitted by: Jeremy Allison (jallison@whistle.com)Julian Elischer1998-02-181-3/+1
* Mention when bidirectional features first appeared.Jordan K. Hubbard1998-02-171-0/+4
* signal() returns SIG_ERR, not just -1. The sys/signal.h header fileJohn Birrell1998-02-151-1/+1
* Describe signal handling. Don't describe the old implementation. Don'tBruce Evans1998-02-131-35/+17
* Describe signal handling. Don't describe the old implementation. CleanedBruce Evans1998-02-131-30/+23
* Fixed disordering of MLINKS in previous commit. Fixed old disorder inBruce Evans1998-02-121-17/+15
* Fix _listmatch() again so that it works with group lists containing onlyBill Paul1998-02-121-7/+14
* Do signal handlig he Posix wayGuido van Rooij1998-02-101-40/+11
* Move the trampolines for dlopen and related functions from crt0.oJohn Polstra1998-02-094-3/+460
* Document the fpgetprec/fpsetprec functions in their man page.Jonathan Lemon1998-02-041-0/+1
* Cleanup the manpage now that setpwent has a void return type.Steve Price1998-02-011-7/+7
* XOpen says the void setpwent(void) is correct. Also call setpassent(0)Steve Price1998-02-011-7/+2
* Fix a cast from a pointer to a long instead of an int which was enoughJohn Birrell1998-01-241-2/+2
* Eliminate sprintfWarner Losh1998-01-211-1/+2