summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* Use more verbose diagnostics for wrong DIGIT rangeache2002-10-201-5/+5
* Add checks for DIGIT set consistency to prevent common misinterpretationache2002-10-201-11/+53
* Improve the way base64 mode is enabled based on the program name,fanf2002-10-201-1/+2
* Add my birthday.arved2002-10-201-0/+1
* Sort by date.grog2002-10-201-124/+122
* Clarify holidays which apply only to the USAgrog2002-10-201-35/+21
* Fix a problem with RTLD_TRACE flag to dlopen(3), which sometimes can returnsobomax2002-10-191-5/+4
* Revert last delta. SGR support in grotty(1) is disabled system-wideru2002-10-181-1/+1
* When a user gets refused because the password is wrong, use themarkm2002-10-181-0/+4
* Add myselfadamw2002-10-181-0/+1
* Everyone else is doing it! (adding their birthdays)trhodes2002-10-181-0/+1
* New committer's first commit(birthday).maho2002-10-181-0/+1
* New committer first committion.daichi2002-10-181-0/+1
* Style: use sa_handler instead of __sigaction_u.__sa_handler.tjr2002-10-171-1/+1
* Use .Fl/Ar for flags and arguments.charnier2002-10-171-4/+6
* Introduce option enumeration the standard way.charnier2002-10-171-2/+4
* Dekerberise. The corresponding userland stuff has been dekerberisedmarkm2002-10-162-172/+7
* Dekerberise. The corresponding userland stuff has been dekerberisedmarkm2002-10-162-175/+24
* Add section number to .Xr directive.charnier2002-10-161-6/+6
* The .Nm utilitycharnier2002-10-161-1/+2
* Introduce enumerate of options using the standard way.charnier2002-10-161-12/+10
* Introduce enumerate of options using the standard way:charnier2002-10-162-4/+8
* Do not reuse flag name in its definition. Remove inadequate sentence.charnier2002-10-162-14/+6
* Spellingcharnier2002-10-165-10/+13
* Remove done() which was just exit() so use of warn()/err() can be made. Abortcharnier2002-10-1620-198/+238
* Add locale(1). I have used it for while as useful debugging toolphantom2002-10-162-0/+220
* Normalize FILES section by using .Bl/.El enumerate.charnier2002-10-161-1/+3
* Test getopt() against -1 instead of EOF.charnier2002-10-161-3/+2
* Spelling.charnier2002-10-162-28/+32
* Do not repeat option name in its definition. Use .Nm. In the sequence ``~.'',charnier2002-10-162-44/+34
* Be consistent about functions being static.phk2002-10-151-4/+4
* Add information about the SDLT density codes.joerg2002-10-152-0/+7
* Remove an unused variable.phk2002-10-141-2/+0
* Add Big5, MSKanji and UTF-8 to the list of supported encodings.tjr2002-10-141-10/+29
* Clarify that a number of incidents relate to Germany.grog2002-10-141-15/+14
* Add self.anders2002-10-121-0/+1
* The -a and -d flags are mutually exclusive, show them as such in usage() andjmallett2002-10-122-2/+6
* Clarify details of the birth of Richard I of England.grog2002-10-121-1/+1
* Change iov_base's type from `char *' to the standard `void *'. Allmike2002-10-111-1/+1
* Add myself.cognet2002-10-111-0/+1
* Groff 1.18.1 comes in with ANSI color support, enabled by default.ru2002-10-111-1/+1
* Move utilitarian routines to util.c, which isn't the same as the oldjmallett2002-10-104-234/+288
* Convert make(1) to use ANSI style function declarations. Variablejmallett2002-10-0915-771/+340
* Use __FBSDID in the lst.lib files, to match to main make(1) files. It isjmallett2002-10-0926-26/+26
* Remove extern declarations from functions and source files where they wouldjmallett2002-10-094-3/+4
* Remove unused local-locals, where upper-level locals may safely be used.jmallett2002-10-091-8/+8
* Reference the correct local variable in all parts of a for loop, so wejmallett2002-10-081-1/+1
* Re-add the code which maps POSIX standard library names into the onestjr2002-10-081-4/+49
* Add the c99(1) utility, which is nothing more than a synonym fortjr2002-10-074-0/+277
* Use strlcpy() instead of strcpy() to not overflow static buffers.kris2002-10-061-2/+6
OpenPOWER on IntegriCloud