| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Add libf2c.so.2 for our FORTRAN friends. | obrien | 1999-04-22 | 2 | -2/+792 |
* | Don't build with -g. The a.out egcs can't handle it at the moment. | jdp | 1999-04-22 | 1 | -2/+2 |
* | Fix all the mipseb Makefiles. They were broken when I checked them in | imp | 1999-04-22 | 8 | -6/+166 |
* | Back out my change from 6 April PDT that added a new dlversion() | jdp | 1999-04-22 | 2 | -33/+1 |
* | Work around an egcs optimizer bug (i386). This should fix the active ftp | luoqi | 1999-04-21 | 1 | -2/+4 |
* | Remove the old libf2c. libg2c is now serving us well. | obrien | 1999-04-21 | 164 | -9259/+0 |
* | Revise for KLD's. | ghelmer | 1999-04-20 | 1 | -55/+8 |
* | Add the compat3x series of uuencoded, gziped balls of fun. | obrien | 1999-04-20 | 1 | -1/+4 |
* | Welcome to the compat3x series. | obrien | 1999-04-20 | 3 | -0/+4616 |
* | vfsload maps into kldload only now, no more fork/exec of modload(8). | peter | 1999-04-19 | 1 | -85/+1 |
* | Turn off libf2c. Superseeded by EGCS's libg2c. | obrien | 1999-04-18 | 1 | -2/+2 |
* | Remove references to libg++ and libf2c that aren't needed post-EGCS. | obrien | 1999-04-14 | 1 | -2/+2 |
* | Document pread() and pwrite(). | dt | 1999-04-11 | 3 | -11/+68 |
* | Contains the para | nik | 1999-04-10 | 1 | -9/+1 |
* | Oops, the previous log message should have been: | bde | 1999-04-10 | 1 | -1/+1 |
* | Various language and style concerns fixed. | imp | 1999-04-09 | 1 | -11/+18 |
* | Declare mkstemps(). | bde | 1999-04-09 | 1 | -4/+5 |
* | Fixed missing include in synopsis. | bde | 1999-04-09 | 6 | -21/+13 |
* | Ugh. I didn't know this Makefile was reaching over into the dynamic | jdp | 1999-04-09 | 1 | -2/+4 |
* | If given host.domain:nn[.nn], trimdomain() now reduces it to | brian | 1999-04-09 | 2 | -10/+54 |
* | bcopy -> memmove | brian | 1999-04-08 | 1 | -2/+2 |
* | Tidy up trimdomain() and document it. | brian | 1999-04-07 | 3 | -12/+76 |
* | Add aout to the links also. | jhay | 1999-04-07 | 1 | -2/+3 |
* | Handle hostnames up to MAXHOSTNAMELEN-1 in length. | brian | 1999-04-07 | 1 | -10/+9 |
* | Put parenthesis around sizeof args. | brian | 1999-04-07 | 1 | -6/+6 |
* | Add manpage link for dlversion(3). | jdp | 1999-04-07 | 1 | -2/+3 |
* | Add a new function dlversion() which returns the version number of | jdp | 1999-04-07 | 2 | -2/+34 |
* | Add realhostname() - a function to correctly lookup | brian | 1999-04-06 | 4 | -3/+190 |
* | Fix bug that prevented accounts with empty passwords from logging | jdp | 1999-04-06 | 1 | -1/+1 |