| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Fix a minor lint warning. | obrien | 2002-04-13 | 1 | -0/+2 |
* | Prefer BSDmakefile over makefile and Makefile. | obrien | 2002-04-13 | 5 | -7/+9 |
* | Fix copyrights, and undo SCS ID damage. | obrien | 2002-04-13 | 21 | -30/+49 |
* | Fix a missed conversion of lld to llu for the uint64_t ks_calls and cast | asmodai | 2002-04-13 | 1 | -6/+7 |
* | Update SCM ID method. | obrien | 2002-04-13 | 15 | -44/+16 |
* | Make str_concat handle NULL arguments properly (a-la how ODE-2.3.6 make does). | obrien | 2002-04-13 | 1 | -12/+13 |
* | De'register. | obrien | 2002-04-13 | 14 | -129/+128 |
* | Constify str_concat() | obrien | 2002-04-13 | 1 | -3/+3 |
* | Check to make sure fdopen() succeeds in make(1). | obrien | 2002-04-13 | 1 | -0/+2 |
* | Do not print error message twice. | charnier | 2002-04-12 | 2 | -6/+10 |
* | .Ar filename ... is equivalent to .Ar. | charnier | 2002-04-12 | 1 | -2/+2 |
* | Replace err() with errx(), errno is garbage in this context. | charnier | 2002-04-12 | 1 | -1/+1 |
* | Reduce the number of spelling mistakes. | charnier | 2002-04-12 | 9 | -22/+22 |
* | Fix an ages-old bug in sed(1), which resulted in the absolutely valid | sobomax | 2002-04-12 | 1 | -1/+1 |
* | Revert last change, to be revisited later. | ru | 2002-04-12 | 1 | -0/+1 |
* | Un.Ar makefile. The add of .Ar was part of my last commit. | charnier | 2002-04-12 | 1 | -3/+1 |
* | Reorder #include. Cast arg #2 of lseek to an off_t when constant. No need to | charnier | 2002-04-12 | 3 | -31/+27 |
* | Make `make WARNS=3' succeed, notably, use %d to printf daddr_t value. | charnier | 2002-04-12 | 2 | -33/+33 |
* | Document that only superuser can use -c option. Add FBSDID. Make use of uid_t | charnier | 2002-04-12 | 2 | -13/+19 |
* | Add FBSDID. Do not put spaces inside [] in usage string. Test memory allocation | charnier | 2002-04-12 | 2 | -12/+13 |
* | Temporarily unconnect "doscmd" from build until I can fix | ru | 2002-04-12 | 1 | -1/+0 |
* | IPv6 support for tftp/tftpd. | ume | 2002-04-11 | 4 | -94/+155 |
* | I now don't seem to be able to reproduce the -DNOCLEAN buildworld | ru | 2002-04-11 | 2 | -9/+1 |
* | find.1 does not encourage users to DTRT when piping to xargs(1) | trhodes | 2002-04-10 | 1 | -0/+7 |
* | o Fix an arguments number check in -n case. | maxim | 2002-04-10 | 1 | -6/+1 |
* | Implement POSIX -n option, cleanup an arguments parsing a bit. | maxim | 2002-04-10 | 2 | -8/+55 |
* | style(9) cleanup. | maxim | 2002-04-10 | 1 | -22/+22 |
* | Style. | obrien | 2002-04-10 | 1 | -3/+3 |
* | Quiet uninitialized warnings. | obrien | 2002-04-10 | 2 | -0/+2 |
* | compress(1) has an erroneous description of zcat, fixed. | trhodes | 2002-04-09 | 1 | -8/+7 |
* | Introduce NO_RCMNDS flag so as to not compile rsh, rlogin, and rcp on will, | bmilekic | 2002-04-09 | 1 | -2/+5 |
* | No longer needed to #ifdef __FBSDID, this is now handled by Makefile.inc1. | ru | 2002-04-09 | 15 | -33/+0 |
* | Style. | ru | 2002-04-09 | 1 | -7/+7 |
* | Make this compile in a standalone environment. | ru | 2002-04-09 | 1 | -3/+2 |
* | Cast totreq to unsigned long long, as needed on 64-bit machines. | asmodai | 2002-04-08 | 1 | -1/+2 |
* | Remove it in favour of GNU sort | ache | 2002-04-08 | 1 | -11/+0 |
* | Disconnect sort | ache | 2002-04-08 | 1 | -1/+0 |
* | Some things don't compile on ia64 and sparc64 yet. | obrien | 2002-04-08 | 1 | -2/+5 |
* | Align for const poisoning in -lutil. | ru | 2002-04-08 | 1 | -6/+7 |
* | Change totreq to uint64_t from a long (the PR has an int64_t, which didn't | asmodai | 2002-04-08 | 1 | -3/+4 |
* | GCC 3.1 cleanup - add a break after default: at the end of a switch | murray | 2002-04-08 | 2 | -0/+2 |
* | FreeBSD prior to 4.4-RELEASE and older versions of 5.0-CURRENT do | ru | 2002-04-07 | 2 | -10/+6 |
* | Later versions of gcc object very strongly to the -C flag being passed | peter | 2002-04-07 | 1 | -1/+1 |
* | Fix sed(1) in the case where a last line is specified and hold space is not | jmallett | 2002-04-07 | 1 | -3/+5 |
* | Use the new features of cdefs.h. | obrien | 2002-04-06 | 1 | -1/+1 |