aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* Adjust the size passed to readlink so that the null terminationDoug Barton2002-10-251-4/+2
* Fix problem with my ability to tell the difference between 'r' and 'l'... WeJuli Mallett2002-10-241-1/+1
* When expanding a specific [1-char] variable, only expand said specificJuli Mallett2002-10-241-1/+1
* Duplicate the variable name in the v->name field, as otherwise it points toJuli Mallett2002-10-241-1/+3
* Remove efree(), it isn't used consistently enough to even pretend that itJuli Mallett2002-10-2310-27/+24
* Change the type of an unused variable to appease a warning.Mark Murray2002-10-231-1/+2
* Adjust for getbsize argument type change.Mark Murray2002-10-231-1/+3
* Remove unneeded function prototypes.Mark Murray2002-10-231-3/+0
* Need to run lint1 from ${WORLDTMP}/usr/libexec during buildworld.Ruslan Ermilov2002-10-231-1/+1
* Add a new '-s' option to su(1): if the flag is present, attempt toRobert Watson2002-10-232-5/+23
* De-obfuscate and correct the include path handling for SysV style includes.Juli Mallett2002-10-231-35/+4
* Use more verbose diagnostics for wrong DIGIT rangeAndrey A. Chernov2002-10-201-5/+5
* Add checks for DIGIT set consistency to prevent common misinterpretationAndrey A. Chernov2002-10-201-11/+53
* Improve the way base64 mode is enabled based on the program name,Tony Finch2002-10-201-1/+2
* Add my birthday.Tilman Keskinoz2002-10-201-0/+1
* Sort by date.Greg Lehey2002-10-201-124/+122
* Clarify holidays which apply only to the USAGreg Lehey2002-10-201-35/+21
* Fix a problem with RTLD_TRACE flag to dlopen(3), which sometimes can returnMaxim Sobolev2002-10-191-5/+4
* Revert last delta. SGR support in grotty(1) is disabled system-wideRuslan Ermilov2002-10-181-1/+1
* When a user gets refused because the password is wrong, use theMark Murray2002-10-181-0/+4
* Add myselfAdam Weinberger2002-10-181-0/+1
* Everyone else is doing it! (adding their birthdays)Tom Rhodes2002-10-181-0/+1
* New committer's first commit(birthday).Maho Nakata2002-10-181-0/+1
* New committer first committion.Daichi GOTO2002-10-181-0/+1
* Style: use sa_handler instead of __sigaction_u.__sa_handler.Tim J. Robbins2002-10-171-1/+1
* Use .Fl/Ar for flags and arguments.Philippe Charnier2002-10-171-4/+6
* Introduce option enumeration the standard way.Philippe Charnier2002-10-171-2/+4
* Dekerberise. The corresponding userland stuff has been dekerberisedMark Murray2002-10-162-172/+7
* Dekerberise. The corresponding userland stuff has been dekerberisedMark Murray2002-10-162-175/+24
* Add section number to .Xr directive.Philippe Charnier2002-10-161-6/+6
* The .Nm utilityPhilippe Charnier2002-10-161-1/+2
* Introduce enumerate of options using the standard way.Philippe Charnier2002-10-161-12/+10
* Introduce enumerate of options using the standard way:Philippe Charnier2002-10-162-4/+8
* Do not reuse flag name in its definition. Remove inadequate sentence.Philippe Charnier2002-10-162-14/+6
* SpellingPhilippe Charnier2002-10-165-10/+13
* Remove done() which was just exit() so use of warn()/err() can be made. AbortPhilippe Charnier2002-10-1620-198/+238
* Add locale(1). I have used it for while as useful debugging toolAlexey Zelkin2002-10-162-0/+220
* Normalize FILES section by using .Bl/.El enumerate.Philippe Charnier2002-10-161-1/+3
* Test getopt() against -1 instead of EOF.Philippe Charnier2002-10-161-3/+2
* Spelling.Philippe Charnier2002-10-162-28/+32
* Do not repeat option name in its definition. Use .Nm. In the sequence ``~.'',Philippe Charnier2002-10-162-44/+34
* Be consistent about functions being static.Poul-Henning Kamp2002-10-151-4/+4
* Add information about the SDLT density codes.Joerg Wunsch2002-10-152-0/+7
* Remove an unused variable.Poul-Henning Kamp2002-10-141-2/+0
* Add Big5, MSKanji and UTF-8 to the list of supported encodings.Tim J. Robbins2002-10-141-10/+29
* Clarify that a number of incidents relate to Germany.Greg Lehey2002-10-141-15/+14
* Add self.Anders Nordby2002-10-121-0/+1
* The -a and -d flags are mutually exclusive, show them as such in usage() andJuli Mallett2002-10-122-2/+6
* Clarify details of the birth of Richard I of England.Greg Lehey2002-10-121-1/+1
* Change iov_base's type from `char *' to the standard `void *'. AllMike Barcroft2002-10-111-1/+1