aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* Make dirty, rotten hack really work. As of rev. 1.16, ${BINDIR}Ruslan Ermilov2002-07-121-2/+2
* Complete rewrite, once again.Joerg Wunsch2002-07-115-339/+720
* Set NO_WERROR to ignore the following warning which is emitted onBruce Evans2002-07-111-0/+1
* Bring getconf back in from the cold.Peter Wemm2002-07-111-2/+0
* Correct a comment: Typing in the root password at the "Key:" promptDima Dorfman2002-07-101-2/+2
* Fix indentation: Don't use space where tabs will do; specifically,Dima Dorfman2002-07-101-30/+30
* Remove tcsetpgrp() stuff across suspend/continue because it cause upper levelAndrey A. Chernov2002-07-091-3/+1
* Add definitions for the industry-standard DLT density codes.Joerg Wunsch2002-07-092-0/+10
* The rate between EUR and USD has never been as large as our old valueJoerg Wunsch2002-07-091-2/+2
* Add ability to only beep when mail arrives.Johan Karlsson2002-07-092-10/+22
* Add DIAGNOSTICS section to describe exit values.Johan Karlsson2002-07-091-0/+12
* Make cspace()'s second argument const. Make `escapes' in lputs() const.Tim J. Robbins2002-07-082-3/+4
* Silence WARNS=4 by passing a non-const buffer to regerror(). Since itTim J. Robbins2002-07-081-1/+1
* Remove a debug output statement.Robert Drehmel2002-07-071-4/+0
* - Fix the code in sbuf_need() to double the allocation size untilRobert Drehmel2002-07-071-9/+17
* Don't depend on pollution in <limits.h> for the definition ofMike Barcroft2002-07-051-0/+1
* Correct the History section; uniq(1) appeared at least as early as V3.Tim J. Robbins2002-07-051-4/+5
* Remove redundant description of input_file and output_file arguments.Tim J. Robbins2002-07-051-4/+0
* Use err instead of errx when malloc fails. "malloc" is not a helpfulTim J. Robbins2002-07-053-7/+13
* Restore copyright and RCSID.Johan Karlsson2002-07-041-6/+11
* Update another mention of <CR><CR> I missed the first time around (rev 1.2)Tim J. Robbins2002-07-041-1/+1
* Reconnect whereisJohan Karlsson2002-07-031-0/+1
* Switch to c versionJohan Karlsson2002-07-031-1/+1
* compact synopsisJohan Karlsson2002-07-032-3/+2
* Remove -p flag.Johan Karlsson2002-07-032-33/+16
* Add __FBSDID.Johan Karlsson2002-07-031-7/+2
* Change to NetBSDs version of whereis.Johan Karlsson2002-07-032-86/+160
* Disconnect whereis while importing version from NetBSDJohan Karlsson2002-07-031-1/+0
* Note that two carriage returns aren't required after entering theTim J. Robbins2002-07-031-2/+3
* Avoid checking whether each line is the last line of the file when we don'tTim J. Robbins2002-07-033-25/+29
* Don't let the pattern space become null if the `x' command is used when theTim J. Robbins2002-07-031-0/+2
* mdoc(7) police: added missing markup bits, lowercased argument names.Ruslan Ermilov2002-07-031-5/+7
* fixed typo.SUZUKI Shinsuke2002-07-031-2/+2
* Fix grammar in 1 sentenceTom Rhodes2002-07-021-3/+3
* Reimplemented bsd.nls.mk using bsd.files.mk and bsd.links.mk.Ruslan Ermilov2002-07-021-8/+3
* Add -g option, which restricts printing of the gecos fields to just the user'sJonathan Mini2002-07-025-5/+23
* Back out my minorly disputed and possibly not well thought out changes to howJuli Mallett2002-07-011-7/+7
* Modernise; ISOify, use __FBSDID(), use headers instead of hand-declaring.Mark Murray2002-07-011-12/+13
* Add my DoBJohan Karlsson2002-07-011-0/+1
* Declare environ as char **environ like in environ(7), not char *environ[].Tim J. Robbins2002-07-011-1/+1
* Nuke src/usr.bin/help in favor of projects/sccs/help (repo copied).Juli Mallett2002-06-302-174/+0
* Minor cleanup: ANSI C function declarations, use argc after getopt(3) to checkJuli Mallett2002-06-301-11/+12
* Make it possible to have this (basename(1)) perform basename(3) on multipleJuli Mallett2002-06-302-8/+50
* Consistently wrap CSRG SCM ID.David E. O'Brien2002-06-303-4/+6
* Handle relative and absolute pathnames (anything with a `/' in it) in the sameTim J. Robbins2002-06-301-1/+1
* Treat empty PATH elements as "." for tradition and consistency with theTim J. Robbins2002-06-301-1/+3
* Consistently use FBSDIDDavid E. O'Brien2002-06-301-2/+2
* Consistently use FBSDIDDavid E. O'Brien2002-06-30109-208/+222
* Untie help and sccs from the build. sccs has been repo copied intoJuli Mallett2002-06-297-3689/+0
* Avoid truncating filenames with snprintf().Tim J. Robbins2002-06-291-2/+5