| Commit message (Expand) | Author | Age | Files | Lines |
* | s/with historical makefils//. Also, relocate and change the description | hoek | 1999-09-11 | 1 | -7/+15 |
* | Remove the #include of sys/param.h. It was meant to improve portability | hoek | 1999-09-11 | 1 | -1/+0 |
* | Unduplicate IDs from comments, do $Id -> $FreeBSD$ (submitted-by: bde) | hoek | 1999-09-11 | 13 | -36/+10 |
* | Remove assertion of Shigio Yamaguchi's copyright, by request in bin/13607. | hoek | 1999-09-10 | 1 | -1/+0 |
* | Allow 'make' to check out elements within archive libraries. | julian | 1999-09-10 | 2 | -2/+6 |
* | Unbroke `make -s' case. | ru | 1999-09-10 | 1 | -3/+3 |
* | Improve shell documentation: | sheldonh | 1999-09-08 | 6 | -33/+51 |
* | Fix Common Error brokenness. | markm | 1999-09-06 | 3 | -6/+6 |
* | -Wall: remove unused variable, initialize variable to avoid gcc stupidity. | billf | 1999-09-06 | 1 | -1/+3 |
* | Don't depend on the fact that variables default to int. | billf | 1999-09-06 | 2 | -5/+5 |
* | Cast pw_change and pw_expire to long and fix the format specifier accordingly. | billf | 1999-09-06 | 1 | -2/+2 |
* | Unifdef -DPASSWD_IGNORE_COMMENTS. This wasn't really optional and | peter | 1999-09-06 | 3 | -4/+2 |
* | Add xrefs to the {f,net,sock}stat.1 manpages. While I'm in there, fix | sheldonh | 1999-09-06 | 3 | -1/+8 |
* | Zap $Locker$ | peter | 1999-09-06 | 1 | -1/+0 |
* | Zap $Source$ | peter | 1999-09-06 | 1 | -1/+0 |
* | $Revision$ -> $FreeBSD$ | peter | 1999-09-06 | 1 | -1/+1 |
* | Zap $Revision$ | peter | 1999-09-06 | 1 | -1/+1 |
* | Tidy up $Log$ debris | peter | 1999-09-06 | 1 | -3/+0 |
* | Remove unused variables. | chris | 1999-09-05 | 1 | -3/+1 |
* | $Id$ -> $FreeBSD$ | peter | 1999-09-05 | 2 | -2/+2 |
* | mdoc(7) style fixes | phantom | 1999-09-05 | 1 | -1/+3 |
* | Perl support in vi is broken if perl has thread support built in. | markm | 1999-09-04 | 1 | -2/+2 |
* | Build this from contrib/ now. | markm | 1999-09-04 | 7 | -657/+3 |
* | Thorough revamp of how input commands are processed. This allows customization | hoek | 1999-09-03 | 21 | -818/+2777 |
* | Correct the information about Lincoln's assasination (shot on 14-4, died | nik | 1999-09-03 | 1 | -3/+3 |
* | column counter (cnt) not reset to 0 on display of '\r' which could cause | dbaker | 1999-09-01 | 1 | -1/+4 |
* | Properly document -P and -p flags. | chris | 1999-09-01 | 2 | -1/+4 |
* | Remove unused variable `ch'. | chris | 1999-09-01 | 1 | -1/+0 |
* | Corrected apparent omission in program logic which was causing the | dbaker | 1999-09-01 | 1 | -1/+2 |
* | Slay a grammar gremlin. | hoek | 1999-09-01 | 1 | -1/+1 |
* | unifdef -Uvax -Uhp300 -Uluna68k -Umips -Utahoe | phk | 1999-09-01 | 1 | -48/+0 |
* | FreeBSD District court of Appeals - TN3270 vs Ports | markm | 1999-08-31 | 96 | -18752/+0 |
* | Remove tn3270 from the build, preparatory to a short trial and a | markm | 1999-08-30 | 1 | -1/+0 |
* | Nearly missed this one. Turn off -DTERMCAP otherwise it defines a bunch | peter | 1999-08-30 | 1 | -1/+1 |
* | We're using ncurses now. | peter | 1999-08-30 | 1 | -3/+3 |
* | Take a shot at making this work under termcap/terminfo ncurses. It | peter | 1999-08-30 | 4 | -25/+33 |
* | Make this compile.. (Why do we have tn3270 in the tree anyway?) | peter | 1999-08-30 | 1 | -0/+4 |
* | talk depended on side effects of curses includes. | peter | 1999-08-30 | 2 | -0/+2 |
* | systat is way too comfortable with curses internals... | peter | 1999-08-30 | 4 | -13/+13 |
* | tconv is broken, it's libmytinfo dependent. | peter | 1999-08-30 | 1 | -1/+1 |
* | Yet another previously forgotten merge from Lite2. (Describe | bde | 1999-08-30 | 1 | -4/+5 |
* | Add $FreeBSD$ lines to man pages that are missing them to make it | mpp | 1999-08-28 | 3 | -0/+6 |
* | $Header$ -> $FreeBSD$ | peter | 1999-08-28 | 30 | -34/+37 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 795 | -807/+807 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-27 | 2 | -2/+2 |
* | Add -m option to specify a creation mode whcih is not affected by | sheldonh | 1999-08-27 | 2 | -9/+59 |
* | Add ``-i'' option, which is the same as ``-''. The -i option is the | sheldonh | 1999-08-27 | 2 | -8/+19 |
* | 1. Add support for months and years in relative time spec (now + 1 year) | nsayer | 1999-08-26 | 2 | -52/+35 |
* | Declaration of strtouq() is not missing from stdlib.h, so don't redeclare | dt | 1999-08-25 | 1 | -3/+0 |
* | Use the final version of the patch for the overflow, not the next to | imp | 1999-08-22 | 1 | -7/+9 |