summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* Some minor nits exposed by the Open Group's VSC Lite verification suite:tjr2002-04-251-18/+25
* Handle numbers larger than QUAD_MAX for unsigned conversions correctly.tjr2002-04-251-50/+96
* Back out the NO_RCMNDS knob.obrien2002-04-231-5/+2
* Restore some of the original variable names, but fix the warnings theirobrien2002-04-231-21/+19
* Add the -t option, which allows tab stop positions to be specified similarlytjr2002-04-232-52/+132
* - printf shouldn't bail out if a conversion fails, it should just keepjmallett2002-04-232-42/+93
* Add myselfanholt2002-04-221-0/+1
* Usage style sweep: spell "usage" with a small 'u'.des2002-04-2214-27/+26
* Don't use PAM_SILENT unless hushlogin is set (perforce change 10123)des2002-04-221-0/+2
* Add a Makefile for this.jake2002-04-221-0/+6
* Use fseeko and uintptr_t to make sure that we get a sensible offsetdwmalone2002-04-211-2/+2
* Remove duplicated text.keramida2002-04-211-2/+1
* Dot terminate a sentence. Rearrange to not use .Nm at the beginningcharnier2002-04-211-3/+2
* Fixed some style bugs ("From:" in vendor id line, disordered MAN line, andbde2002-04-211-5/+2
* Use %zu to print a size_t, not %u and definitely not %d.jmallett2002-04-202-2/+1
* .Nm is not required at the begining of this sentence.charnier2002-04-201-4/+3
* Use `The .Nm utility'. Add section number to .Xr.charnier2002-04-201-3/+4
* Print a size_t as %u not %d.jmallett2002-04-201-1/+1
* Include <arpa/inet.h> for prototype of ntohl() used in the N_BADMAG()mike2002-04-202-0/+2
* Use `The .Nm utility'charnier2002-04-2092-335/+509
* In the BUGS section, mention that the ballooning of size mentioned here isjmallett2002-04-201-2/+2
* Use fwrite(3) to write out the decoded information, as the b64 decoding stuffjmallett2002-04-201-1/+1
* base64_decode() was feeding \r and \n to the decoding function, and thatjmallett2002-04-201-0/+4
* Remove <ctype.h> - not neededache2002-04-201-1/+0
* Prevent sign extension (again)ache2002-04-201-1/+1
* Allow space between -a and its argument. Honour locale collating ordertjr2002-04-202-16/+12
* Crank WARNS.jmallett2002-04-209-42/+47
* Bump WARNS to 4.jmallett2002-04-202-0/+2
* In the case where we can't open /dev/tty, fall back to -t behaviour.jmallett2002-04-191-9/+7
* Bump WARNS to 4.jmallett2002-04-191-0/+1
* Use `The .Nm utility'charnier2002-04-1926-112/+159
* Compound two fprintf(3)s into 1 using string concatenation.jmallett2002-04-191-2/+1
* After 3 months...jmallett2002-04-194-44/+272
* Use `The .Nm utility'. Introduce options with well known sentence.charnier2002-04-191-8/+11
* Add .Pp before enumerating optionscharnier2002-04-192-0/+2
* Prevent sign extension on characters with 8bit setache2002-04-191-1/+1
* Add __FBSDID, this file was unmodified so it was missed in the initial sweep.jmallett2002-04-191-0/+3
* Bring OpenBSD m4(1) off of the OPENBSD vendor branch, and add the -s option,jmallett2002-04-1912-643/+1442
* Merge differences and correct the manual page.jmallett2002-04-191-144/+309
* Localize it, LC_CTYPEache2002-04-191-1/+4
* Use LC_ALL to pick collateache2002-04-191-1/+1
* Move the sysV variable substitution up with the BSD feature that replaced it.obrien2002-04-191-2/+2
* Add a reference to the kenv(2) manpage.mux2002-04-181-0/+1
* Fixed some style bugs:bde2002-04-181-3/+4
* Backed out the style bugs in rev.1.17:bde2002-04-181-41/+41
* Do not reset MAKEFILE when reading ".depend" as this ratherru2002-04-181-1/+6
* Replaced exists() tests with two equivalent defined().ru2002-04-182-2/+2
* Add the -b option (break at byte position, not column number) and the -stjr2002-04-182-29/+97
* mdoc police: use .El to end the list in the ENVIRONMENT section.fenner2002-04-171-0/+1
* This adds support for -s to the m4(1) utility, which causes #line directivesjmallett2002-04-176-9/+82
OpenPOWER on IntegriCloud