aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* Some commands are shell builtins. Execute the builtins by the shellWolfram Schneider1998-05-121-1/+50
* Fixed missing dependencies on headers generated by rpcgen, as usual.Bruce Evans1998-05-101-11/+9
* Fix my last change: the .Fx macro doesn't do anything useful without anGarrett Wollman1998-05-091-2/+2
* Documentation fix: delete references to T/TCP as they are not relevantGarrett Wollman1998-05-092-12/+36
* Arrggghhhh... forgot to strip the / after outputting %2fDag-Erling Smørgrav1998-05-091-3/+6
* Map a leading / in -c argument to %2f instead of dropping it silently.Dag-Erling Smørgrav1998-05-091-9/+4
* Describe absolute paths in FTP URL's. This patch has been sittingBill Fenner1998-05-091-3/+16
* In the SEE ALSO section, {get,set}rlimit are said to be in the sectionMasafumi Max NAKANE1998-05-081-3/+3
* Added y.tab.h to SRCS. This should have been used to get dependenciesBruce Evans1998-05-053-6/+6
* Put y.tab.h back in SRCS. This used to be the best way to getBruce Evans1998-05-051-1/+2
* Add usage() and rcsid. Remove unused #include. -Wall.Philippe Charnier1998-05-052-19/+27
* Permit double digit year values to be used in the next millenium.Alexander Langer1998-05-051-1/+17
* Make compatible with standard what command:Robert Nordier1998-05-042-27/+54
* Fixed races in `make -jN' using new yacc rules.Bruce Evans1998-05-044-18/+8
* Simplified by using new yacc rules and by not generating y.tab.h.Bruce Evans1998-05-041-3/+3
* Simplified by using new yacc rules. The new lex rules can't be usedBruce Evans1998-05-041-13/+3
* Simplified using new yacc rules and by not generating y.tab.h. TheBruce Evans1998-05-041-3/+4
* Be picky about the format of the commandline and cleanupSteve Price1998-05-031-6/+16
* Add the year to the 'wtmp begins...' line.Steve Price1998-05-031-2/+2
* Remove (now) invalid .Xr trsp 8Steve Price1998-05-031-1/+0
* Update for bind-8Peter Wemm1998-05-033-10/+10
* Add ELF support.Doug Rabson1998-05-012-11/+62
* *blush*, typo during last minute editing..Peter Wemm1998-04-301-2/+2
* Change euid while reading the user's .login_cap file in case the homedirPeter Wemm1998-04-301-2/+8
* Use NL_CAT_LOCALE to activate LC_MESSAGESAndrey A. Chernov1998-04-301-3/+3
* Add (unsigned char) cast to ctype macrosAndrey A. Chernov1998-04-301-12/+12
* Make 'y' command 8bit cleanAndrey A. Chernov1998-04-291-2/+2
* Use historically correct error message in some cases, optionally.Warner Losh1998-04-281-2/+11
* Check that user really typed "who am {I,i}", and that no strayDag-Erling Smørgrav1998-04-261-1/+5
* Fixed `make -j9' by putting generated headers in ${SRCS}. Removed bogusBruce Evans1998-04-261-10/+10
* When all transformation rules to or from a suffix disappeared, make triesPoul-Henning Kamp1998-04-261-21/+7
* fix ncal.1 grammarPoul-Henning Kamp1998-04-261-5/+6
* Output mbuf clusters as current/peak/max. Requires new kern.ipc.nmbclustersDavid Greenman1998-04-241-5/+11
* netstat truncates info in sockaddr* between kgetsa and p_sockaddrPoul-Henning Kamp1998-04-221-12/+14
* Add a forgotten 'static'.Eivind Eklund1998-04-211-2/+2
* Make brandelf test for known brands, and introduce a '-f' option toEivind Eklund1998-04-212-8/+40
* Define '\t' as a printable character, so it can be displayed on theJoerg Wunsch1998-04-201-1/+1
* Correctly operate on hardlink when source and destination are not on the samePhilippe Charnier1998-04-203-27/+62
* Like most Unices FreeBSD should have a larger tty field at leastPoul-Henning Kamp1998-04-191-3/+4
* The current version of netstat does not print the interfacePoul-Henning Kamp1998-04-191-52/+71
* Ctags write to buffer beyond the end of it when the source filePoul-Henning Kamp1998-04-191-1/+1
* mt should report the compression status.Poul-Henning Kamp1998-04-191-3/+3
* PR: 4866Daniel O'Callaghan1998-04-141-11/+9
* Add mktemp directoryPeter Wemm1998-04-141-2/+2
* Bring in an old faithful tool I've been using for just over 4 years nowPeter Wemm1998-04-143-0/+330
* Better SYNOPSISPoul-Henning Kamp1998-04-141-2/+3
* add strings(1) to what(1) "SEE ALSO"Poul-Henning Kamp1998-04-141-2/+3
* Document the use of sendmail options on the commandline.Steve Price1998-04-141-2/+3
* Don't let secs variable wrap if <= 2.Steve Price1998-04-141-2/+3
* Add a new -F flag which is a superset of -f. It will cause tail toPeter Wemm1998-04-064-4/+42