summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* When translating and -C is specified, behave as if the complemented set wastjr2002-07-291-0/+26
* When translating and the -c option is specified, handle the case where thetjr2002-07-291-6/+11
* Drop support for COPY, -c has been the default mode of install(1)ru2002-07-296-10/+10
* Ignore -C, -p, and -S options of install(1) when used with the -dru2002-07-291-1/+1
* fetch(1) is WARNS-5 clean (tested on i386 and Alpha)des2002-07-281-0/+1
* Use strtol(3) instead of a home-grown version, and fix a "possiblydes2002-07-281-36/+24
* Add enough consts to keep everyone happy.dwmalone2002-07-281-1/+1
* Don't reuse a const char * when we really want a char *.dwmalone2002-07-281-5/+7
* Improve WARNS situation for kdump:dwmalone2002-07-281-45/+58
* ANSIify function definitions to avoid a warning.dwmalone2002-07-289-54/+31
* The return value of snprintf should be always nonnegative, so it shoulddwmalone2002-07-281-1/+1
* ANSIify function definitions to avoid a warning.dwmalone2002-07-282-39/+14
* ANSIify function definitions to avoid a warning.dwmalone2002-07-281-14/+7
* ANSify function definitions to avoid a warning.dwmalone2002-07-281-10/+7
* ANSIify function definitions to avoid a warning.dwmalone2002-07-281-6/+3
* ANSIify function definitions to avoid a warning.dwmalone2002-07-281-4/+2
* ANSIify function definitions to avoid a warning.dwmalone2002-07-2810-46/+18
* ANSIify function definitions to avoid some warnings.dwmalone2002-07-281-11/+5
* ANSIify function definitions to avoid a warning.dwmalone2002-07-281-30/+16
* ANSIify function definitions to avoid a warning.dwmalone2002-07-281-7/+4
* Search the include path for the argument to -f, to make lives easier forjmallett2002-07-281-6/+13
* Add a -v option that prevents switching virtual terminals while thisdd2002-07-282-13/+47
* Print a warning when we are given two scripts for one target. This is neitherjmallett2002-07-281-0/+4
* Clarify J.S. Bach's life: he was only born once, and he died in Leipzig.grog2002-07-281-3/+3
* Back out jmallett's realpath changes. They break a set of makefiles thatimp2002-07-261-0/+28
* Use sigaction(2) instead of signal(3) to avoid the signal handler beingtjr2002-07-261-3/+10
* Define all paths in pathnames.hjohan2002-07-252-2/+6
* Give an example showing how to change the mesg status of terminalstjr2002-07-251-0/+10
* style(9): - Put a space after the 'return' keyword.robert2002-07-241-5/+7
* Use an ANSI-C function definition rather than arobert2002-07-241-3/+1
* - Add a COMPATIBILITY section explaining that the defaultrobert2002-07-241-2/+12
* Allow selection of the affected terminal using redirectionrobert2002-07-242-1/+10
* Teach whereis(1) about games.johan2002-07-243-5/+9
* Widen struct sockbuf's sb_timeo member to int from short. Withjdp2002-07-248-13/+13
* Revert previous delta for cut(1) and calendar(1) as they were not appliedtrhodes2002-07-232-3/+11
* Remove duplicate __FBSDID() - spotted by trying to build with a non-GNUjmallett2002-07-231-3/+0
* Dependencies are delimited by space not tab.ru2002-07-231-2/+2
* Handle directories correctly.eric2002-07-231-3/+6
* Revert last commit. Sorry for breaking thingstrhodes2002-07-221-10/+10
* MFC: Fix some grammar, greater reduce diffs to HEADtrhodes2002-07-223-21/+13
* add -4 and -6 option to be able to specify an address family.ume2002-07-223-4/+22
* - Use MAXLOGNAME - 1 rather than UT_NAMESIZE.robert2002-07-221-3/+2
* - Use MAXLOGNAME - 1 instead of UT_NAMESIZE.robert2002-07-221-11/+5
* Correct syntax error, remove the unescaped newline between "||" and thetjr2002-07-221-4/+2
* Fixed improper SCRIPTS assignment that broke `clean'.ru2002-07-211-1/+1
* Only use one %s when there is only one argument to print.johan2002-07-211-1/+1
* Removal of spaces at EOL. Add __FBSDID. New function xmalloc, xrealloc,charnier2002-07-2114-209/+244
* s/A last utility last appeared/A last utility appeared/ (horikawa).charnier2002-07-211-4/+8
* Add the tcps_sndrexmitbad statistic, keep track of late acks that causeddillon2002-07-191-0/+2
* Merge conflicts.markm2002-07-194-42/+50
OpenPOWER on IntegriCloud