| Commit message (Expand) | Author | Age | Files | Lines |
* | Backout copyright notice I broke by my previous commit. | ume | 2002-04-26 | 1 | -1/+1 |
* | Some minor nits exposed by the Open Group's VSC Lite verification suite: | tjr | 2002-04-25 | 1 | -18/+25 |
* | Handle numbers larger than QUAD_MAX for unsigned conversions correctly. | tjr | 2002-04-25 | 1 | -50/+96 |
* | Back out the NO_RCMNDS knob. | obrien | 2002-04-23 | 1 | -5/+2 |
* | Restore some of the original variable names, but fix the warnings their | obrien | 2002-04-23 | 1 | -21/+19 |
* | Add the -t option, which allows tab stop positions to be specified similarly | tjr | 2002-04-23 | 2 | -52/+132 |
* | - printf shouldn't bail out if a conversion fails, it should just keep | jmallett | 2002-04-23 | 2 | -42/+93 |
* | Add myself | anholt | 2002-04-22 | 1 | -0/+1 |
* | Usage style sweep: spell "usage" with a small 'u'. | des | 2002-04-22 | 14 | -27/+26 |
* | Don't use PAM_SILENT unless hushlogin is set (perforce change 10123) | des | 2002-04-22 | 1 | -0/+2 |
* | Add a Makefile for this. | jake | 2002-04-22 | 1 | -0/+6 |
* | Use fseeko and uintptr_t to make sure that we get a sensible offset | dwmalone | 2002-04-21 | 1 | -2/+2 |
* | Remove duplicated text. | keramida | 2002-04-21 | 1 | -2/+1 |
* | Dot terminate a sentence. Rearrange to not use .Nm at the beginning | charnier | 2002-04-21 | 1 | -3/+2 |
* | Fixed some style bugs ("From:" in vendor id line, disordered MAN line, and | bde | 2002-04-21 | 1 | -5/+2 |
* | Use %zu to print a size_t, not %u and definitely not %d. | jmallett | 2002-04-20 | 2 | -2/+1 |
* | .Nm is not required at the begining of this sentence. | charnier | 2002-04-20 | 1 | -4/+3 |
* | Use `The .Nm utility'. Add section number to .Xr. | charnier | 2002-04-20 | 1 | -3/+4 |
* | Print a size_t as %u not %d. | jmallett | 2002-04-20 | 1 | -1/+1 |
* | Include <arpa/inet.h> for prototype of ntohl() used in the N_BADMAG() | mike | 2002-04-20 | 2 | -0/+2 |
* | Use `The .Nm utility' | charnier | 2002-04-20 | 92 | -335/+509 |
* | In the BUGS section, mention that the ballooning of size mentioned here is | jmallett | 2002-04-20 | 1 | -2/+2 |
* | Use fwrite(3) to write out the decoded information, as the b64 decoding stuff | jmallett | 2002-04-20 | 1 | -1/+1 |
* | base64_decode() was feeding \r and \n to the decoding function, and that | jmallett | 2002-04-20 | 1 | -0/+4 |
* | Remove <ctype.h> - not needed | ache | 2002-04-20 | 1 | -1/+0 |
* | Prevent sign extension (again) | ache | 2002-04-20 | 1 | -1/+1 |
* | Allow space between -a and its argument. Honour locale collating order | tjr | 2002-04-20 | 2 | -16/+12 |
* | Crank WARNS. | jmallett | 2002-04-20 | 9 | -42/+47 |
* | Bump WARNS to 4. | jmallett | 2002-04-20 | 2 | -0/+2 |
* | In the case where we can't open /dev/tty, fall back to -t behaviour. | jmallett | 2002-04-19 | 1 | -9/+7 |
* | Bump WARNS to 4. | jmallett | 2002-04-19 | 1 | -0/+1 |
* | Use `The .Nm utility' | charnier | 2002-04-19 | 26 | -112/+159 |
* | Compound two fprintf(3)s into 1 using string concatenation. | jmallett | 2002-04-19 | 1 | -2/+1 |
* | After 3 months... | jmallett | 2002-04-19 | 4 | -44/+272 |
* | Use `The .Nm utility'. Introduce options with well known sentence. | charnier | 2002-04-19 | 1 | -8/+11 |
* | Add .Pp before enumerating options | charnier | 2002-04-19 | 2 | -0/+2 |
* | Prevent sign extension on characters with 8bit set | ache | 2002-04-19 | 1 | -1/+1 |
* | Add __FBSDID, this file was unmodified so it was missed in the initial sweep. | jmallett | 2002-04-19 | 1 | -0/+3 |
* | Bring OpenBSD m4(1) off of the OPENBSD vendor branch, and add the -s option, | jmallett | 2002-04-19 | 12 | -643/+1442 |
* | Merge differences and correct the manual page. | jmallett | 2002-04-19 | 1 | -144/+309 |
* | Localize it, LC_CTYPE | ache | 2002-04-19 | 1 | -1/+4 |
* | Use LC_ALL to pick collate | ache | 2002-04-19 | 1 | -1/+1 |
* | Move the sysV variable substitution up with the BSD feature that replaced it. | obrien | 2002-04-19 | 1 | -2/+2 |
* | Add a reference to the kenv(2) manpage. | mux | 2002-04-18 | 1 | -0/+1 |
* | Fixed some style bugs: | bde | 2002-04-18 | 1 | -3/+4 |
* | Backed out the style bugs in rev.1.17: | bde | 2002-04-18 | 1 | -41/+41 |
* | Do not reset MAKEFILE when reading ".depend" as this rather | ru | 2002-04-18 | 1 | -1/+6 |
* | Replaced exists() tests with two equivalent defined(). | ru | 2002-04-18 | 2 | -2/+2 |
* | Add the -b option (break at byte position, not column number) and the -s | tjr | 2002-04-18 | 2 | -29/+97 |
* | mdoc police: use .El to end the list in the ENVIRONMENT section. | fenner | 2002-04-17 | 1 | -0/+1 |