summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
...
* Fix some easy warnings; ANSIfy, constify.markm2002-04-281-55/+48
* ANSIfy functions, and move extern declarations into a shared headermarkm2002-04-285-42/+87
* Fix VCS inclusions.markm2002-04-283-6/+9
* More low hanging warnings fruit; ANSIfy, de-register, constify.markm2002-04-281-19/+17
* Fix some low-hanging fruit in the warnings department; ANSIfy functions,markm2002-04-281-88/+59
* Easy warns fixes; use const, mark unused function parameters. Removemarkm2002-04-281-14/+13
* Remove GCC-specific flags.markm2002-04-281-1/+0
* Trivial warnings fixes; staticise and use unsigned.markm2002-04-281-13/+16
* Use __FBSDID, ANSIfy functions, fix const string.markm2002-04-281-44/+37
* Use __FBSDID(), ANSIfy headings, use const/unsigned in minor butmarkm2002-04-281-24/+16
* Style only; format function declarations, sort header includes, andmarkm2002-04-281-20/+26
* Backout copyright notice I broke by my previous commit.ume2002-04-261-1/+1
* 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
OpenPOWER on IntegriCloud