| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | This adds support for -s to the m4(1) utility, which causes #line directives | jmallett | 2002-04-17 | 6 | -9/+82 |
* | Use the new functionalities provided by the kenv(2) syscall. | mux | 2002-04-17 | 3 | -66/+122 |
* | Don't attempt to chflags(1) non-existent executable. | ru | 2002-04-17 | 1 | -0/+2 |
* | Remove unused #define. | des | 2002-04-16 | 1 | -5/+0 |
* | Drop maintainership of this, it serves no purpose. | des | 2002-04-15 | 1 | -1/+0 |
* | Fix to WARNS=2 level. | obrien | 2002-04-15 | 3 | -25/+8 |
* | Don't unnecessarily include bsd.own.mk. | ru | 2002-04-15 | 1 | -1/+0 |
* | Style nits. | ru | 2002-04-15 | 1 | -3/+2 |
* | Don't unnecessarily include .mk files. | ru | 2002-04-15 | 1 | -4/+1 |
* | Remove malloc_type's ks_limit. | jeff | 2002-04-15 | 1 | -71/+17 |
* | PAMified passwd(1). Some NIS-related issues remain to be solved, but this | des | 2002-04-15 | 2 | -286/+118 |
* | Skip zombies. Add an option (-z) to revert to the historical behaviour | des | 2002-04-14 | 2 | -0/+11 |
* | Back out rev 1.17, it breaks dependencies. | obrien | 2002-04-14 | 1 | -15/+11 |
* | Clean up the 1/2 a** committing from Thu, 3 May 2001 11:05:39 -0700 (PDT). | obrien | 2002-04-14 | 2 | -4/+1010 |
* | Remove bogus dependency on rlogin. | des | 2002-04-13 | 1 | -4/+3 |
* | Warns cleanups: | dwmalone | 2002-04-13 | 1 | -6/+9 |
* | Remove previously unneeded and now incorrect cast of user_from_uid() | dwmalone | 2002-04-13 | 1 | -7/+7 |
* | Fix up vendor IDs. | dwmalone | 2002-04-13 | 1 | -7/+10 |
* | Revision 1.17 seems to break a subsequent buildworld (i.e. with the new | obrien | 2002-04-13 | 1 | -2/+5 |
* | Add some constness to make this WARNS clean again. | dwmalone | 2002-04-13 | 1 | -3/+3 |