aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* Backout copyright notice I broke by my previous commit.Hajimu UMEMOTO2002-04-261-1/+1
* Some minor nits exposed by the Open Group's VSC Lite verification suite:Tim J. Robbins2002-04-251-18/+25
* Handle numbers larger than QUAD_MAX for unsigned conversions correctly.Tim J. Robbins2002-04-251-50/+96
* Back out the NO_RCMNDS knob.David E. O'Brien2002-04-231-5/+2
* Restore some of the original variable names, but fix the warnings theirDavid E. O'Brien2002-04-231-21/+19
* Add the -t option, which allows tab stop positions to be specified similarlyTim J. Robbins2002-04-232-52/+132
* - printf shouldn't bail out if a conversion fails, it should just keepJuli Mallett2002-04-232-42/+93
* Add myselfEric Anholt2002-04-221-0/+1
* Usage style sweep: spell "usage" with a small 'u'.Dag-Erling Smørgrav2002-04-2214-27/+26
* Don't use PAM_SILENT unless hushlogin is set (perforce change 10123)Dag-Erling Smørgrav2002-04-221-0/+2
* Add a Makefile for this.Jake Burkholder2002-04-221-0/+6
* Use fseeko and uintptr_t to make sure that we get a sensible offsetDavid Malone2002-04-211-2/+2
* Remove duplicated text.Giorgos Keramidas2002-04-211-2/+1
* Dot terminate a sentence. Rearrange to not use .Nm at the beginningPhilippe Charnier2002-04-211-3/+2
* Fixed some style bugs ("From:" in vendor id line, disordered MAN line, andBruce Evans2002-04-211-5/+2
* Use %zu to print a size_t, not %u and definitely not %d.Juli Mallett2002-04-202-2/+1
* .Nm is not required at the begining of this sentence.Philippe Charnier2002-04-201-4/+3
* Use `The .Nm utility'. Add section number to .Xr.Philippe Charnier2002-04-201-3/+4
* Print a size_t as %u not %d.Juli Mallett2002-04-201-1/+1
* Include <arpa/inet.h> for prototype of ntohl() used in the N_BADMAG()Mike Barcroft2002-04-202-0/+2
* Use `The .Nm utility'Philippe Charnier2002-04-2092-335/+509
* In the BUGS section, mention that the ballooning of size mentioned here isJuli Mallett2002-04-201-2/+2
* Use fwrite(3) to write out the decoded information, as the b64 decoding stuffJuli Mallett2002-04-201-1/+1
* base64_decode() was feeding \r and \n to the decoding function, and thatJuli Mallett2002-04-201-0/+4
* Remove <ctype.h> - not neededAndrey A. Chernov2002-04-201-1/+0
* Prevent sign extension (again)Andrey A. Chernov2002-04-201-1/+1
* Allow space between -a and its argument. Honour locale collating orderTim J. Robbins2002-04-202-16/+12
* Crank WARNS.Juli Mallett2002-04-209-42/+47
* Bump WARNS to 4.Juli Mallett2002-04-202-0/+2
* In the case where we can't open /dev/tty, fall back to -t behaviour.Juli Mallett2002-04-191-9/+7
* Bump WARNS to 4.Juli Mallett2002-04-191-0/+1
* Use `The .Nm utility'Philippe Charnier2002-04-1926-112/+159
* Compound two fprintf(3)s into 1 using string concatenation.Juli Mallett2002-04-191-2/+1
* After 3 months...Juli Mallett2002-04-194-44/+272
* Use `The .Nm utility'. Introduce options with well known sentence.Philippe Charnier2002-04-191-8/+11
* Add .Pp before enumerating optionsPhilippe Charnier2002-04-192-0/+2
* Prevent sign extension on characters with 8bit setAndrey A. Chernov2002-04-191-1/+1
* Add __FBSDID, this file was unmodified so it was missed in the initial sweep.Juli Mallett2002-04-191-0/+3
* Bring OpenBSD m4(1) off of the OPENBSD vendor branch, and add the -s option,Juli Mallett2002-04-1912-643/+1442
* Merge differences and correct the manual page.Juli Mallett2002-04-191-144/+309
* Localize it, LC_CTYPEAndrey A. Chernov2002-04-191-1/+4
* Use LC_ALL to pick collateAndrey A. Chernov2002-04-191-1/+1
* Move the sysV variable substitution up with the BSD feature that replaced it.David E. O'Brien2002-04-191-2/+2
* Add a reference to the kenv(2) manpage.Maxime Henrion2002-04-181-0/+1
* Fixed some style bugs:Bruce Evans2002-04-181-3/+4
* Backed out the style bugs in rev.1.17:Bruce Evans2002-04-181-41/+41
* Do not reset MAKEFILE when reading ".depend" as this ratherRuslan Ermilov2002-04-181-1/+6
* Replaced exists() tests with two equivalent defined().Ruslan Ermilov2002-04-182-2/+2
* Add the -b option (break at byte position, not column number) and the -sTim J. Robbins2002-04-182-29/+97
* mdoc police: use .El to end the list in the ENVIRONMENT section.Bill Fenner2002-04-171-0/+1