| Commit message (Expand) | Author | Age | Files | Lines |
* | Add an a.out ld.so so these distributions are standalone. | obrien | 1999-05-21 | 4 | -8/+1416 |
* | Need a few more dependacies. | obrien | 1999-05-21 | 1 | -3/+3 |
* | Add usr/libexec/ld.so | obrien | 1999-05-21 | 1 | -2/+4 |
* | Chflags was clearing all flags supplied on the command line after a | jmz | 1999-05-21 | 4 | -8/+8 |
* | Print SPANS addresses in the correct byte order. | mks | 1999-05-20 | 1 | -3/+3 |
* | Make incoming packets work as keepalives, too. This should fix problems | eivind | 1999-05-20 | 1 | -0/+1 |
* | Fixed disordering and duplication of MLINKS in previous commit to | bde | 1999-05-19 | 2 | -3/+3 |
* | Add a strsignal(3) (like strerror(3)) for libc compatability with other | peter | 1999-05-18 | 4 | -6/+95 |
* | Add a note that when a stream opened via fdopen() is closed via fclose(), | archie | 1999-05-17 | 1 | -0/+4 |
* | $ brucify -deblunder | phk | 1999-05-16 | 1 | -2/+2 |
* | Ensure that an existing thread gets it's state set to PS_DEAD to | jb | 1999-05-16 | 3 | -3/+21 |
* | - Fixed bug where we NULL'd before we freed the data causing a memory leak. | nate | 1999-05-14 | 3 | -3/+3 |
* | Removed extraneous comma in xrefs. | alex | 1999-05-14 | 4 | -8/+8 |
* | Added missing comma in xrefs. | alex | 1999-05-14 | 2 | -4/+4 |
* | fix potential memory overwrite in escape parsing | ache | 1999-05-13 | 1 | -2/+2 |
* | Fix my own Pie Floater. | msmith | 1999-05-12 | 1 | -2/+2 |
* | Tidy up references to <sys/rlist.h> and support for the old swap management | peter | 1999-05-11 | 1 | -88/+9 |
* | More typos. | kris | 1999-05-09 | 1 | -2/+2 |
* | Typo. | kris | 1999-05-09 | 1 | -1/+1 |
* | Back out the last change to disk.c - a kernel change removed the need. | dfr | 1999-05-09 | 2 | -3/+6 |
* | Mutex test program. | jb | 1999-05-09 | 2 | -0/+1556 |
* | Add mutex test program. | jb | 1999-05-09 | 3 | -6/+6 |
* | Make libdisk see the existing partitiions on the alpha. | dfr | 1999-05-08 | 1 | -1/+2 |
* | Hookup compat22/a.out libs. | obrien | 1999-05-08 | 1 | -1/+4 |
* | Compatability libraries for 2.2.x binaries. | obrien | 1999-05-08 | 35 | -0/+25300 |
* | Back out patch for cond_timedwait() bug from -current, since other changes | jasone | 1999-05-08 | 3 | -30/+3 |
* | Revive the pam_deny and pam_permit modules from Linux-PAM. They are | jdp | 1999-05-08 | 6 | -2/+163 |
* | PR: 10918 | foxfair | 1999-05-07 | 1 | -2/+2 |
* | Apply patch included in bin/8872. This fixes a bug that occurs when | jasone | 1999-05-07 | 3 | -6/+33 |
* | Correct prototype for tigetstr(). | jkoshy | 1999-05-05 | 1 | -1/+1 |
* | Clean up after another half-Danish. | msmith | 1999-05-04 | 2 | -3/+5 |
* | writev(2) can return EDESTADDRREQ when attempting to write to a | ghelmer | 1999-05-04 | 1 | -0/+6 |
* | Show "#include <machine/param.h>" in SYNOPSIS to get declaration of | ghelmer | 1999-05-04 | 3 | -3/+6 |
* | Note the effect of close(2) on fcntl(2) record locks. | ghelmer | 1999-05-04 | 1 | -1/+9 |
* | Add missing ``.''. | brian | 1999-05-04 | 1 | -1/+1 |
* | Declare the return address for __divX, __remX so that gdb can step over | dfr | 1999-05-02 | 1 | -1/+1 |
* | Change references from "passwordperiod" to "passwordtime", since | hoek | 1999-04-30 | 1 | -3/+5 |
* | Document ishexnumber, isideogram, isnumber, isphonogram, isrune, | ghelmer | 1999-04-29 | 1 | -2/+20 |
* | The accept(2) call can fail with EINTR (at least in the threaded context). | ghelmer | 1999-04-29 | 1 | -1/+5 |
* | This Implements the mumbled about "Jail" feature. | phk | 1999-04-28 | 2 | -2/+89 |
* | Mention that you can only create a block or char special file using | joerg | 1999-04-28 | 1 | -0/+5 |
* | Mention that set-id bits are not honoured for shell scripts and | hoek | 1999-04-27 | 1 | -1/+8 |
* | More egcs warning fixes: | imp | 1999-04-25 | 8 | -18/+13 |
* | Re-fixed to start at 1969 per the actual Posix requirement. Also | wes | 1999-04-25 | 2 | -7/+7 |
* | Bring two-digit years up-to-date with POSIX requirements. | wes | 1999-04-25 | 2 | -2/+12 |
* | Add missing strings. | phk | 1999-04-24 | 1 | -0/+7 |
* | oops, add pwd!=NULL check to previous fix | ache | 1999-04-24 | 1 | -11/+17 |
* | Switch to user UID/GID before checking/reading its ~/.login_conf | ache | 1999-04-24 | 1 | -1/+14 |
* | add MLINKS for two functions used from login_auth.c | ache | 1999-04-24 | 2 | -19/+20 |
* | Remove some left-over stuff from NetBSD that we don't need. This | jdp | 1999-04-24 | 2 | -29/+7 |