aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Don't add non-generated sources to CLEANFILES. There was no problemBruce Evans1998-02-251-2/+2
* Don't add OBJS to CLEANFILES. bsd.obj.mk does it. Some objects wereBruce Evans1998-02-251-3/+1
* Change tty-related capability names to match the implementation ("ttys.",Bill Fenner1998-02-211-10/+10
* Change MACHINE references to MACHINE_ARCH.John Birrell1998-02-201-3/+3
* Change MACHINE references to MACHINE_ARCH.John Birrell1998-02-204-11/+11
* Add #include <string.h> to get prototypes.John Birrell1998-02-201-1/+2
* 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
* Add alpha support. m68k crept in too. Oops. 8-)John Birrell1998-02-201-1/+16
* Avoid an uninitialised variable warning from gcc. I bet some peopleJohn Birrell1998-02-201-1/+1
* Need to #include <unistd.h> for nice(3).Steve Price1998-02-181-0/+1
* MF22: add login_auth.3 to man page list.Jordan K. Hubbard1998-02-181-2/+2
* Submitted by: Jeremy Allison (jallison@whistle.com)Julian Elischer1998-02-182-6/+6
* correct a typo I just noticed.Jordan K. Hubbard1998-02-171-1/+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
* Note that '+' and '?' are not special characters in basic REs but theySteve Price1998-02-141-2/+5
* Correctly document h and m modifiers to the time format.Steve Price1998-02-141-1/+3
* 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
* Many security improvements from OpenBSD:Warner Losh1998-02-133-35/+113
* Fixes from Jeremy Allison and Terry Lambert for pthreads:Julian Elischer1998-02-1318-43/+346
* 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
* - Bump the minor # due to the addition of the stringlist functions.Nate Williams1998-02-121-2/+2
* Remove the include of <dlfcn.h> from crt0.c; it is not needed nowJohn Polstra1998-02-113-79/+3
* Do signal handlig he Posix wayGuido van Rooij1998-02-101-40/+11
* Be more verbose if we can't determine device major/minor.Jordan K. Hubbard1998-02-101-1/+2
* environment variables missing from ftpio(3) man pageJordan K. Hubbard1998-02-101-1/+12
* Move the trampolines for dlopen and related functions from crt0.oJohn Polstra1998-02-096-128/+122
* Implement dladdr.John Polstra1998-02-064-13/+169
* slight cleanup in handling sockets and file descriptors.Julian Elischer1998-02-051-3/+13
* Document the fpgetprec/fpsetprec functions in their man page.Jonathan Lemon1998-02-044-2/+14
* 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
* Kill lfs files that were causing make world to fail.Warner Losh1998-01-311-3/+2
* PR: 5573Daniel O'Callaghan1998-01-272-2/+4
* Fix a cast from a pointer to a long instead of an int which was enoughJohn Birrell1998-01-241-2/+2
* Don't swap carriage return and new line in quoted mode (after ^V).Wolfgang Helbig1998-01-221-2/+2
* Eliminate sprintfWarner Losh1998-01-211-1/+2
* Fixed #includes in the synopsis and in an example. <sys/socket.h>Bruce Evans1998-01-202-3/+3
* Moved most of the (source-level) compatibility hacks for the vfsconfBruce Evans1998-01-201-2/+4
* Added cross references to mincore(2) and minherit(2).Alexander Langer1998-01-201-0/+3
* Added #include <sys/types.h> to synopsis.Alexander Langer1998-01-202-1/+4
* Started getting rid of the compatibility cruft for the Lite1 mount()Bruce Evans1998-01-171-0/+2
* Don't install the tcl implementation headers. The tcl distributionBruce Evans1998-01-171-9/+1
* Updated shlib version to 80.4 in the correct place.Bruce Evans1998-01-171-2/+2
* Fixed bitrot in the prototype for logwtmp().Bruce Evans1998-01-161-2/+2
* Fixed bugs in the conversion of kvm to to use procfs in rev.1.3. AllBruce Evans1998-01-161-9/+14