aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* Use a cast to `void *' before casting to a pointer to a structureRobert Drehmel2002-08-021-5/+8
* Don't depend on namespace pollution from <netinet/in_pcb.h>.Dag-Erling Smørgrav2002-08-011-0/+2
* Implement the -l and -c options, which I'd forgotten.Dag-Erling Smørgrav2002-08-011-6/+17
* Rewrite sockstat(1) in C.Dag-Erling Smørgrav2002-07-314-257/+596
* Fix some bugs in in-place editing:Tony Finch2002-07-301-28/+26
* Ignore leading semicolons on commands; required by SUSv3.Tim J. Robbins2002-07-301-2/+8
* When translating and -C is specified, behave as if the complemented set wasTim J. Robbins2002-07-291-0/+26
* When translating and the -c option is specified, handle the case where theTim J. Robbins2002-07-291-6/+11
* Drop support for COPY, -c has been the default mode of install(1)Ruslan Ermilov2002-07-296-10/+10
* Ignore -C, -p, and -S options of install(1) when used with the -dRuslan Ermilov2002-07-291-1/+1
* fetch(1) is WARNS-5 clean (tested on i386 and Alpha)Dag-Erling Smørgrav2002-07-281-0/+1
* Use strtol(3) instead of a home-grown version, and fix a "possiblyDag-Erling Smørgrav2002-07-281-36/+24
* Add enough consts to keep everyone happy.David Malone2002-07-281-1/+1
* Don't reuse a const char * when we really want a char *.David Malone2002-07-281-5/+7
* Improve WARNS situation for kdump:David Malone2002-07-281-45/+58
* ANSIify function definitions to avoid a warning.David Malone2002-07-289-54/+31
* The return value of snprintf should be always nonnegative, so it shouldDavid Malone2002-07-281-1/+1
* ANSIify function definitions to avoid a warning.David Malone2002-07-282-39/+14
* ANSIify function definitions to avoid a warning.David Malone2002-07-281-14/+7
* ANSify function definitions to avoid a warning.David Malone2002-07-281-10/+7
* ANSIify function definitions to avoid a warning.David Malone2002-07-281-6/+3
* ANSIify function definitions to avoid a warning.David Malone2002-07-281-4/+2
* ANSIify function definitions to avoid a warning.David Malone2002-07-2810-46/+18
* ANSIify function definitions to avoid some warnings.David Malone2002-07-281-11/+5
* ANSIify function definitions to avoid a warning.David Malone2002-07-281-30/+16
* ANSIify function definitions to avoid a warning.David Malone2002-07-281-7/+4
* Search the include path for the argument to -f, to make lives easier forJuli Mallett2002-07-281-6/+13
* Add a -v option that prevents switching virtual terminals while thisDima Dorfman2002-07-282-13/+47
* Print a warning when we are given two scripts for one target. This is neitherJuli Mallett2002-07-281-0/+4
* Clarify J.S. Bach's life: he was only born once, and he died in Leipzig.Greg Lehey2002-07-281-3/+3
* Back out jmallett's realpath changes. They break a set of makefiles thatWarner Losh2002-07-261-0/+28
* Use sigaction(2) instead of signal(3) to avoid the signal handler beingTim J. Robbins2002-07-261-3/+10
* Define all paths in pathnames.hJohan Karlsson2002-07-252-2/+6
* Give an example showing how to change the mesg status of terminalsTim J. Robbins2002-07-251-0/+10
* style(9): - Put a space after the 'return' keyword.Robert Drehmel2002-07-241-5/+7
* Use an ANSI-C function definition rather than aRobert Drehmel2002-07-241-3/+1
* - Add a COMPATIBILITY section explaining that the defaultRobert Drehmel2002-07-241-2/+12
* Allow selection of the affected terminal using redirectionRobert Drehmel2002-07-242-1/+10
* Teach whereis(1) about games.Johan Karlsson2002-07-243-5/+9
* Widen struct sockbuf's sb_timeo member to int from short. WithJohn Polstra2002-07-248-13/+13
* Revert previous delta for cut(1) and calendar(1) as they were not appliedTom Rhodes2002-07-232-3/+11
* Remove duplicate __FBSDID() - spotted by trying to build with a non-GNUJuli Mallett2002-07-231-3/+0
* Dependencies are delimited by space not tab.Ruslan Ermilov2002-07-231-2/+2
* Handle directories correctly.Eric Melville2002-07-231-3/+6
* Revert last commit. Sorry for breaking thingsTom Rhodes2002-07-221-10/+10
* MFC: Fix some grammar, greater reduce diffs to HEADTom Rhodes2002-07-223-21/+13
* add -4 and -6 option to be able to specify an address family.Hajimu UMEMOTO2002-07-223-4/+22
* - Use MAXLOGNAME - 1 rather than UT_NAMESIZE.Robert Drehmel2002-07-221-3/+2
* - Use MAXLOGNAME - 1 instead of UT_NAMESIZE.Robert Drehmel2002-07-221-11/+5
* Correct syntax error, remove the unescaped newline between "||" and theTim J. Robbins2002-07-221-4/+2