aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* Perl support in vi is broken if perl has thread support built in.Mark Murray1999-09-041-2/+2
* Build this from contrib/ now.Mark Murray1999-09-047-657/+3
* Thorough revamp of how input commands are processed. This allows customizationTim Vanderhoek1999-09-0321-818/+2777
* Correct the information about Lincoln's assasination (shot on 14-4, diedNik Clayton1999-09-031-3/+3
* column counter (cnt) not reset to 0 on display of '\r' which could causeDaniel Baker1999-09-011-1/+4
* Properly document -P and -p flags.Chris Costello1999-09-012-1/+4
* Remove unused variable `ch'.Chris Costello1999-09-011-1/+0
* Corrected apparent omission in program logic which was causing theDaniel Baker1999-09-011-1/+2
* Slay a grammar gremlin.Tim Vanderhoek1999-09-011-1/+1
* unifdef -Uvax -Uhp300 -Uluna68k -Umips -UtahoePoul-Henning Kamp1999-09-011-48/+0
* FreeBSD District court of Appeals - TN3270 vs PortsMark Murray1999-08-3196-18752/+0
* Remove tn3270 from the build, preparatory to a short trial and aMark Murray1999-08-301-1/+0
* Nearly missed this one. Turn off -DTERMCAP otherwise it defines a bunchPeter Wemm1999-08-301-1/+1
* We're using ncurses now.Peter Wemm1999-08-301-3/+3
* Take a shot at making this work under termcap/terminfo ncurses. ItPeter Wemm1999-08-304-25/+33
* Make this compile.. (Why do we have tn3270 in the tree anyway?)Peter Wemm1999-08-301-0/+4
* talk depended on side effects of curses includes.Peter Wemm1999-08-302-0/+2
* systat is way too comfortable with curses internals...Peter Wemm1999-08-304-13/+13
* tconv is broken, it's libmytinfo dependent.Peter Wemm1999-08-301-1/+1
* Yet another previously forgotten merge from Lite2. (DescribeBruce Evans1999-08-301-4/+5
* Add $FreeBSD$ lines to man pages that are missing them to make itMike Pritchard1999-08-283-0/+6
* $Header$ -> $FreeBSD$Peter Wemm1999-08-2830-34/+37
* $Id$ -> $FreeBSD$Peter Wemm1999-08-28795-807/+807
* $Id$ -> $FreeBSD$Peter Wemm1999-08-272-2/+2
* Add -m option to specify a creation mode whcih is not affected bySheldon Hearn1999-08-272-9/+59
* Add ``-i'' option, which is the same as ``-''. The -i option is theSheldon Hearn1999-08-272-8/+19
* 1. Add support for months and years in relative time spec (now + 1 year)Nick Sayer1999-08-262-52/+35
* Declaration of strtouq() is not missing from stdlib.h, so don't redeclareDmitrij Tejblum1999-08-251-3/+0
* Use the final version of the patch for the overflow, not the next toWarner Losh1999-08-221-7/+9
* Fix a temp file race occurring only when -j is used.Tim Vanderhoek1999-08-222-15/+17
* Mention rwhod(8) in the SEE ALSO sectionBrian Somers1999-08-211-2/+3
* Fix possible buffer overflow with finger and fingerd.Warner Losh1999-08-211-16/+27
* Clear all file flags when taking ownership of devices. Do not ignoreWarner Losh1999-08-212-3/+16
* Fix a bunch of broken cross-referencesChris Costello1999-08-181-2/+2
* Don't assume all ctags are meant to match a whole line ("^...line...$").Tim Vanderhoek1999-08-171-5/+44
* Merge style- and trivial- only changes from OpenBSD (dated 1999/07/29-19:55+1).Tim Vanderhoek1999-08-1723-290/+535
* Fixed editing error in previous commit. `-lmd' (link libmd) became `-md'Bruce Evans1999-08-151-4/+4
* Various man page cleanup:Mike Pritchard1999-08-158-23/+23
* Fix bad references:Chris Costello1999-08-141-3/+3
* Bad reference of getcwd(2) changed to getcwd(3).Chris Costello1999-08-141-2/+2
* Bad reference of setrlimit(3) changed to setrlimit(2).Chris Costello1999-08-141-2/+2
* Specify that `ruptime' data is broadcast once every three minutes, notChris Costello1999-08-141-2/+2
* Axe LOGIN_CAP_AUTH.Sheldon Hearn1999-08-132-65/+6
* Correct style issues with the previous commit.Sheldon Hearn1999-08-131-19/+16
* Use our floppy device names rather than BSD/OS's.David E. O'Brien1999-08-132-3/+5
* Make VPATH explanation more concise. I apparently was not thinkingChris Costello1999-08-121-11/+4
* Move ${VPATH} explanation under the .PATH rule section.Chris Costello1999-08-121-16/+13
* Bugfix to last commit: Correctly intuit when an lhs is a string vs. number.Tim Vanderhoek1999-08-121-2/+3
* Pass as argv[0] the name of the shell executed instead of "sh".Sheldon Hearn1999-08-111-2/+2
* Document the use of the -a flag in conjunction with the -r flag.Nik Clayton1999-08-112-3/+11