aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Make libdisk see the existing partitiions on the alpha.Doug Rabson1999-05-081-1/+2
* Hookup compat22/a.out libs.David E. O'Brien1999-05-081-1/+4
* Compatability libraries for 2.2.x binaries.David E. O'Brien1999-05-0835-0/+25300
* Back out patch for cond_timedwait() bug from -current, since other changesJason Evans1999-05-083-30/+3
* Revive the pam_deny and pam_permit modules from Linux-PAM. They areJohn Polstra1999-05-086-2/+163
* PR: 10918Foxfair Hu1999-05-071-2/+2
* Apply patch included in bin/8872. This fixes a bug that occurs whenJason Evans1999-05-073-6/+33
* Correct prototype for tigetstr().Joseph Koshy1999-05-051-1/+1
* Clean up after another half-Danish.Mike Smith1999-05-042-3/+5
* writev(2) can return EDESTADDRREQ when attempting to write to aGuy Helmer1999-05-041-0/+6
* Show "#include <machine/param.h>" in SYNOPSIS to get declaration ofGuy Helmer1999-05-043-3/+6
* Note the effect of close(2) on fcntl(2) record locks.Guy Helmer1999-05-041-1/+9
* Add missing ``.''.Brian Somers1999-05-041-1/+1
* Declare the return address for __divX, __remX so that gdb can step overDoug Rabson1999-05-021-1/+1
* Change references from "passwordperiod" to "passwordtime", sinceTim Vanderhoek1999-04-301-3/+5
* Document ishexnumber, isideogram, isnumber, isphonogram, isrune,Guy Helmer1999-04-291-2/+20
* The accept(2) call can fail with EINTR (at least in the threaded context).Guy Helmer1999-04-291-1/+5
* This Implements the mumbled about "Jail" feature.Poul-Henning Kamp1999-04-282-2/+89
* Mention that you can only create a block or char special file usingJoerg Wunsch1999-04-281-0/+5
* Mention that set-id bits are not honoured for shell scripts andTim Vanderhoek1999-04-271-1/+8
* More egcs warning fixes:Warner Losh1999-04-258-18/+13
* Re-fixed to start at 1969 per the actual Posix requirement. AlsoWes Peters1999-04-252-7/+7
* Bring two-digit years up-to-date with POSIX requirements.Wes Peters1999-04-252-2/+12
* Add missing strings.Poul-Henning Kamp1999-04-241-0/+7
* oops, add pwd!=NULL check to previous fixAndrey A. Chernov1999-04-241-11/+17
* Switch to user UID/GID before checking/reading its ~/.login_confAndrey A. Chernov1999-04-241-1/+14
* add MLINKS for two functions used from login_auth.cAndrey A. Chernov1999-04-242-19/+20
* Remove some left-over stuff from NetBSD that we don't need. ThisJohn Polstra1999-04-242-29/+7
* Add libf2c.so.2 for our FORTRAN friends.David E. O'Brien1999-04-222-2/+792
* Don't build with -g. The a.out egcs can't handle it at the moment.John Polstra1999-04-221-2/+2
* Fix all the mipseb Makefiles. They were broken when I checked them inWarner Losh1999-04-228-6/+166
* Back out my change from 6 April PDT that added a new dlversion()John Polstra1999-04-222-33/+1
* Work around an egcs optimizer bug (i386). This should fix the active ftpLuoqi Chen1999-04-211-2/+4
* Remove the old libf2c. libg2c is now serving us well.David E. O'Brien1999-04-21164-9259/+0
* Revise for KLD's.Guy Helmer1999-04-201-55/+8
* Add the compat3x series of uuencoded, gziped balls of fun.David E. O'Brien1999-04-201-1/+4
* Welcome to the compat3x series.David E. O'Brien1999-04-203-0/+4616
* vfsload maps into kldload only now, no more fork/exec of modload(8).Peter Wemm1999-04-191-85/+1
* Turn off libf2c. Superseeded by EGCS's libg2c.David E. O'Brien1999-04-181-2/+2
* Remove references to libg++ and libf2c that aren't needed post-EGCS.David E. O'Brien1999-04-141-2/+2
* Document pread() and pwrite().Dmitrij Tejblum1999-04-113-11/+68
* Contains the paraNik Clayton1999-04-101-9/+1
* Oops, the previous log message should have been:Bruce Evans1999-04-101-1/+1
* Various language and style concerns fixed.Warner Losh1999-04-091-11/+18
* Declare mkstemps().Bruce Evans1999-04-091-4/+5
* Fixed missing include in synopsis.Bruce Evans1999-04-096-21/+13
* Ugh. I didn't know this Makefile was reaching over into the dynamicJohn Polstra1999-04-091-2/+4
* If given host.domain:nn[.nn], trimdomain() now reduces it toBrian Somers1999-04-092-10/+54
* bcopy -> memmoveBrian Somers1999-04-081-2/+2
* Tidy up trimdomain() and document it.Brian Somers1999-04-073-12/+76