| Commit message (Expand) | Author | Age | Files | Lines |
* | we don't have <sys/disk.h> anymore. | phk | 1999-05-08 | 1 | -1/+0 |
* | Impliment elements of TCP Wrappers's `safe_finger'. | obrien | 1999-05-08 | 3 | -2/+46 |
* | Install the right man page. | jkh | 1999-05-05 | 1 | -1/+2 |
* | Add gensetdefs.8 man page. | ghelmer | 1999-05-04 | 2 | -2/+45 |
* | Add missing parenthesis. Change "hardware block" to "SCSI logical block". | ghelmer | 1999-05-04 | 1 | -4/+4 |
* | Clarify when the user gets a prompt for the old password, and that | grog | 1999-05-03 | 1 | -13/+33 |
* | Document another (less-virulent) CRLF-related bug. | hoek | 1999-05-02 | 1 | -0/+2 |
* | Don't use STDOUT_TOP. | des | 1999-05-01 | 1 | -3/+3 |
* | Change references from "passwordperiod" to "passwordtime", since | hoek | 1999-04-30 | 1 | -2/+2 |
* | Tcopy uses 32 bit unsigned to accumulate a count of bytes read/written. | phk | 1999-04-30 | 2 | -15/+51 |
* | Remove documentation of CRLF bug from more.1. Sync code with manpage. | hoek | 1999-04-29 | 3 | -26/+18 |
* | Correct reference to '/dev/rst0' to the more correct "/dev/rsa0". | jkoshy | 1999-04-28 | 1 | -1/+1 |
* | Add support for printing bridging statistics with ``-p bdg '' . | luigi | 1999-04-26 | 4 | -2/+42 |
* | Move an option outside of a nested list and up a bit to live free among | kris | 1999-04-26 | 1 | -3/+3 |
* | More egcs warning fixes: | imp | 1999-04-25 | 10 | -16/+23 |
* | The infrastructure to build these fellows has been replaced with kld. | peter | 1999-04-24 | 4 | -292/+0 |
* | remove uid switching before login_getpwclass, now done inside libutil | ache | 1999-04-24 | 1 | -3/+6 |
* | fix -n with 16-chars hostnames, modified patch from PR | ache | 1999-04-22 | 1 | -4/+7 |
* | Fix the display of the "nice" value of processes like ntpd that use the | jhay | 1999-04-22 | 1 | -2/+2 |
* | IPX address formatting nit. | billf | 1999-04-20 | 1 | -2/+2 |
* | Clarify wording to indicate that the arguments to find(1) are path names | jkoshy | 1999-04-19 | 1 | -6/+6 |
* | Add :Q to quote variable expansion to all proper expansion of | imp | 1999-04-19 | 2 | -2/+49 |
* | Use const where appropriate. | steve | 1999-04-19 | 1 | -2/+2 |
* | Disconnect modload/modunload/modstat from their Makefiles.. | peter | 1999-04-18 | 1 | -2/+1 |
* | Clean up the skeleton code a little. There was a #ifdef to avoid | peter | 1999-04-18 | 1 | -9/+1 |
* | Turn off f2c. Superseeded by EGCS's g77. | obrien | 1999-04-18 | 1 | -2/+1 |
* | X11 include directory may not actually contain any header file, check for | luoqi | 1999-04-17 | 1 | -2/+2 |
* | Nuke lsock(1). | des | 1999-04-15 | 3 | -146/+0 |
* | lsock(1) -> sockstat(1) | des | 1999-04-15 | 1 | -2/+2 |
* | Rename lsock(1) to sockstat(1). | des | 1999-04-15 | 3 | -0/+146 |
* | Activate lsock(1). | des | 1999-04-14 | 1 | -1/+2 |
* | Import lsock(1), a Perl script for listing open Internet sockets. | des | 1999-04-14 | 3 | -0/+146 |
* | Typo fix. | ghelmer | 1999-04-13 | 1 | -2/+2 |
* | Correct a link problem with zh_TW.BIG5, make the display reasonable. | foxfair | 1999-04-10 | 1 | -2/+8 |
* | Don't perform the trimdomain() functionality twice, | brian | 1999-04-07 | 1 | -12/+3 |
* | Rename a function to avoid conflict with the new syscall 'pwrite'. | dt | 1999-04-04 | 4 | -18/+18 |
* | Further backouts and changes to the example. | cracauer | 1999-04-04 | 1 | -8/+22 |
* | Back out part of previous commit. | cracauer | 1999-04-04 | 2 | -27/+16 |
* | 1) Fix the case where a shellscript using getopt is called with a | cracauer | 1999-04-03 | 2 | -18/+39 |
* | fix sign extension bug | ache | 1999-04-01 | 1 | -1/+1 |
* | Get things right for tty names of length UT_LINESIZE. | brian | 1999-03-31 | 1 | -16/+15 |
* | malloc(3) need to allocate one byte more. | phk | 1999-03-29 | 1 | -2/+2 |
* | Due to the switch form Julian to Gregorian calender, | helbig | 1999-03-27 | 1 | -9/+14 |
* | Display floats with format %*.0f instead of as "*****" if there is | bde | 1999-03-22 | 1 | -1/+5 |
* | An even number of nodes, not node pairs are required for tsort(1) to work. | billf | 1999-03-20 | 1 | -1/+1 |
* | Supporting locale for Chinese Big5 completely. | foxfair | 1999-03-20 | 1 | -2/+2 |
* | Disable setgid kmem for now. | imp | 1999-03-16 | 1 | -2/+2 |
* | Reference the sysctl variables related to various limits. | ghelmer | 1999-03-15 | 1 | -4/+13 |
* | Grammar nits, double negatives | billf | 1999-03-15 | 1 | -4/+4 |
* | Fixes alignment of blocksize field to be prettier if | mjacob | 1999-03-10 | 1 | -7/+7 |