summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen
Commit message (Expand)AuthorAgeFilesLines
* Update to use the new elf headers.dfr1998-08-171-15/+28
* isnetworktty -> isnettty. ttyent.h has already gone through 3bde1998-08-032-6/+6
* Fixed printf format errors.bde1998-08-021-1/+1
* Add lockf().dt1998-07-081-3/+3
* Make this look more FreeBSDish.dt1998-07-081-8/+2
* This commit was generated by cvs2svn to compensate for changes in r37510,dt1998-07-082-0/+345
|\
| * An implementation of lockf() function call.dt1998-07-082-0/+345
* fts_close calls free(sp), the ISSET(FTS_NOCHDIR) which is a macro thatphk1998-07-032-6/+8
* Cross-reference to sysconf(3).eivind1998-06-301-1/+2
* Fixed printf format errors.bde1998-06-301-1/+1
* Make nlist() understand elf unconditionallypeter1998-06-122-5/+2
* Move ftok() from libcompat to libc, so that it can be closer to itsjdp1998-06-101-3/+3
* This is a null commit to log the fact that I have done a repositoryjdp1998-06-102-2/+2
* Implement compile time debug mode for thread locks.jb1998-06-093-11/+11
* Fix this so that it compiles in the !__STDC__ case.steve1998-06-061-1/+5
* Mention that tftpd(8) also uses syslog(3).jkoshy1998-06-051-2/+3
* Correct wrong claim about `telldir()' cookie lifetimes.jkoshy1998-06-031-16/+11
* Add a trivial mechanism for returning a useful default value if one ismsmith1998-06-011-1/+4
* Several sources including Unix98 say that semctl's fourthsteve1998-05-311-5/+24
* Remove references to getvfsbytype. Also remove getvfsbynamesteve1998-05-301-32/+13
* Remove a couple style bugs from the code snippet thatsteve1998-05-261-3/+3
* Update code example to reflect current practice.steve1998-05-251-12/+10
* NetBSD doesn't have a __getcwd syscall, so set have__getcwd to `no'jb1998-05-151-0/+4
* Remove extern int errno and #include <errno.h> to get the proper definition.jb1998-05-051-1/+1
* Go back to version 1.16 - it was correct the way it was.brian1998-05-011-6/+6
* connect() returns -1 on error - not 0.brian1998-05-011-7/+7
* Stubs are required in libc so that it can be used with libpthreadjb1998-04-291-1/+5
* Oops, revert part of a diff that wasn't supposed to have been committed.dg1998-04-281-2/+2
* Cache the results of the ps_strings sysctl so that it doesn't have to bedg1998-04-281-10/+12
* Improve description.rnordier1998-04-221-5/+6
* Typo policebrian1998-04-171-1/+1
* Change in name of the static initializer define.jb1998-04-041-1/+1
* Finish _POSIX_PRIORITY_SCHEDULING. Needs P1003_1B anddufault1998-03-281-53/+54
* Fixed bitrot in synopsis. Didn't fix bitrot elsewhere.bde1998-03-231-6/+7
* .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aqcharnier1998-03-194-16/+16
* Change MACHINE to MACHINE_ARCH.jb1998-03-091-12/+4
* Stub functions for thread locking with weak symbols so that they arejb1998-03-091-0/+60
* NetBSD implements semctl using a __semctl syscall instead of thejb1998-03-091-0/+4
* getvfsbyname() doesn't existing NetBSD, so return ENOSYS if compiledjb1998-03-091-1/+5
* Change a variable to type size_t to suit the sysctl prototype.jb1998-03-091-2/+4
* Cast pointer to a long instead of an int to keep a 64-bit compilerjb1998-03-091-1/+1
* 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
OpenPOWER on IntegriCloud