aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Typo.Pierre Beyssac1999-05-251-2/+2
* Added Posix rand_r function.Wes Peters1999-05-242-5/+74
* Added a missing comma to the static condition variable initialisationJohn Birrell1999-05-243-3/+3
* Remove the static declaration from the line[] variable to allowJohn Birrell1999-05-241-2/+2
* brucifyBrian Somers1999-05-231-2/+2
* Fix a problem with static initialisation of mutexes and conditionJohn Birrell1999-05-239-6/+120
* Cope with non page-aligned arguments to ioperm.Doug Rabson1999-05-222-14/+19
* I seem to be having some CVS problems... I don't know why this wasn'tDavid E. O'Brien1999-05-221-0/+702
* Add an a.out ld.so so these distributions are standalone.David E. O'Brien1999-05-214-8/+1416
* Need a few more dependacies.David E. O'Brien1999-05-211-3/+3
* Add usr/libexec/ld.soDavid E. O'Brien1999-05-211-2/+4
* Chflags was clearing all flags supplied on the command line after aJean-Marc Zucconi1999-05-214-8/+8
* Print SPANS addresses in the correct byte order.Mike Spengler1999-05-201-3/+3
* Make incoming packets work as keepalives, too. This should fix problemsEivind Eklund1999-05-201-0/+1
* Fixed disordering and duplication of MLINKS in previous commit toBruce Evans1999-05-192-3/+3
* Add a strsignal(3) (like strerror(3)) for libc compatability with otherPeter Wemm1999-05-184-6/+95
* Add a note that when a stream opened via fdopen() is closed via fclose(),Archie Cobbs1999-05-171-0/+4
* $ brucify -deblunderPoul-Henning Kamp1999-05-161-2/+2
* Ensure that an existing thread gets it's state set to PS_DEAD toJohn Birrell1999-05-163-3/+21
* - Fixed bug where we NULL'd before we freed the data causing a memory leak.Nate Williams1999-05-143-3/+3
* Removed extraneous comma in xrefs.Alexander Langer1999-05-144-8/+8
* Added missing comma in xrefs.Alexander Langer1999-05-142-4/+4
* fix potential memory overwrite in escape parsingAndrey A. Chernov1999-05-131-2/+2
* Fix my own Pie Floater.Mike Smith1999-05-121-2/+2
* Tidy up references to <sys/rlist.h> and support for the old swap managementPeter Wemm1999-05-111-88/+9
* More typos.Kris Kennaway1999-05-091-2/+2
* Typo.Kris Kennaway1999-05-091-1/+1
* Back out the last change to disk.c - a kernel change removed the need.Doug Rabson1999-05-092-3/+6
* Mutex test program.John Birrell1999-05-092-0/+1556
* Add mutex test program.John Birrell1999-05-093-6/+6
* 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