| Commit message (Expand) | Author | Age | Files | Lines |
| * | Typo. | Pierre Beyssac | 1999-05-25 | 1 | -2/+2 |
| * | Added Posix rand_r function. | Wes Peters | 1999-05-24 | 2 | -5/+74 |
| * | Added a missing comma to the static condition variable initialisation | John Birrell | 1999-05-24 | 3 | -3/+3 |
| * | Remove the static declaration from the line[] variable to allow | John Birrell | 1999-05-24 | 1 | -2/+2 |
| * | brucify | Brian Somers | 1999-05-23 | 1 | -2/+2 |
| * | Fix a problem with static initialisation of mutexes and condition | John Birrell | 1999-05-23 | 9 | -6/+120 |
| * | Cope with non page-aligned arguments to ioperm. | Doug Rabson | 1999-05-22 | 2 | -14/+19 |
| * | I seem to be having some CVS problems... I don't know why this wasn't | David E. O'Brien | 1999-05-22 | 1 | -0/+702 |
| * | Add an a.out ld.so so these distributions are standalone. | David E. O'Brien | 1999-05-21 | 4 | -8/+1416 |
| * | Need a few more dependacies. | David E. O'Brien | 1999-05-21 | 1 | -3/+3 |
| * | Add usr/libexec/ld.so | David E. O'Brien | 1999-05-21 | 1 | -2/+4 |
| * | Chflags was clearing all flags supplied on the command line after a | Jean-Marc Zucconi | 1999-05-21 | 4 | -8/+8 |
| * | Print SPANS addresses in the correct byte order. | Mike Spengler | 1999-05-20 | 1 | -3/+3 |
| * | Make incoming packets work as keepalives, too. This should fix problems | Eivind Eklund | 1999-05-20 | 1 | -0/+1 |
| * | Fixed disordering and duplication of MLINKS in previous commit to | Bruce Evans | 1999-05-19 | 2 | -3/+3 |
| * | Add a strsignal(3) (like strerror(3)) for libc compatability with other | Peter Wemm | 1999-05-18 | 4 | -6/+95 |
| * | Add a note that when a stream opened via fdopen() is closed via fclose(), | Archie Cobbs | 1999-05-17 | 1 | -0/+4 |
| * | $ brucify -deblunder | Poul-Henning Kamp | 1999-05-16 | 1 | -2/+2 |
| * | Ensure that an existing thread gets it's state set to PS_DEAD to | John Birrell | 1999-05-16 | 3 | -3/+21 |
| * | - Fixed bug where we NULL'd before we freed the data causing a memory leak. | Nate Williams | 1999-05-14 | 3 | -3/+3 |
| * | Removed extraneous comma in xrefs. | Alexander Langer | 1999-05-14 | 4 | -8/+8 |
| * | Added missing comma in xrefs. | Alexander Langer | 1999-05-14 | 2 | -4/+4 |
| * | fix potential memory overwrite in escape parsing | Andrey A. Chernov | 1999-05-13 | 1 | -2/+2 |
| * | Fix my own Pie Floater. | Mike Smith | 1999-05-12 | 1 | -2/+2 |
| * | Tidy up references to <sys/rlist.h> and support for the old swap management | Peter Wemm | 1999-05-11 | 1 | -88/+9 |
| * | More typos. | Kris Kennaway | 1999-05-09 | 1 | -2/+2 |
| * | Typo. | Kris Kennaway | 1999-05-09 | 1 | -1/+1 |
| * | Back out the last change to disk.c - a kernel change removed the need. | Doug Rabson | 1999-05-09 | 2 | -3/+6 |
| * | Mutex test program. | John Birrell | 1999-05-09 | 2 | -0/+1556 |
| * | Add mutex test program. | John Birrell | 1999-05-09 | 3 | -6/+6 |
| * | Make libdisk see the existing partitiions on the alpha. | Doug Rabson | 1999-05-08 | 1 | -1/+2 |
| * | Hookup compat22/a.out libs. | David E. O'Brien | 1999-05-08 | 1 | -1/+4 |
| * | Compatability libraries for 2.2.x binaries. | David E. O'Brien | 1999-05-08 | 35 | -0/+25300 |
| * | Back out patch for cond_timedwait() bug from -current, since other changes | Jason Evans | 1999-05-08 | 3 | -30/+3 |
| * | Revive the pam_deny and pam_permit modules from Linux-PAM. They are | John Polstra | 1999-05-08 | 6 | -2/+163 |
| * | PR: 10918 | Foxfair Hu | 1999-05-07 | 1 | -2/+2 |
| * | Apply patch included in bin/8872. This fixes a bug that occurs when | Jason Evans | 1999-05-07 | 3 | -6/+33 |
| * | Correct prototype for tigetstr(). | Joseph Koshy | 1999-05-05 | 1 | -1/+1 |
| * | Clean up after another half-Danish. | Mike Smith | 1999-05-04 | 2 | -3/+5 |
| * | writev(2) can return EDESTADDRREQ when attempting to write to a | Guy Helmer | 1999-05-04 | 1 | -0/+6 |
| * | Show "#include <machine/param.h>" in SYNOPSIS to get declaration of | Guy Helmer | 1999-05-04 | 3 | -3/+6 |
| * | Note the effect of close(2) on fcntl(2) record locks. | Guy Helmer | 1999-05-04 | 1 | -1/+9 |
| * | Add missing ``.''. | Brian Somers | 1999-05-04 | 1 | -1/+1 |
| * | Declare the return address for __divX, __remX so that gdb can step over | Doug Rabson | 1999-05-02 | 1 | -1/+1 |
| * | Change references from "passwordperiod" to "passwordtime", since | Tim Vanderhoek | 1999-04-30 | 1 | -3/+5 |
| * | Document ishexnumber, isideogram, isnumber, isphonogram, isrune, | Guy Helmer | 1999-04-29 | 1 | -2/+20 |
| * | The accept(2) call can fail with EINTR (at least in the threaded context). | Guy Helmer | 1999-04-29 | 1 | -1/+5 |
| * | This Implements the mumbled about "Jail" feature. | Poul-Henning Kamp | 1999-04-28 | 2 | -2/+89 |
| * | Mention that you can only create a block or char special file using | Joerg Wunsch | 1999-04-28 | 1 | -0/+5 |
| * | Mention that set-id bits are not honoured for shell scripts and | Tim Vanderhoek | 1999-04-27 | 1 | -1/+8 |