aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* Do not print error message twice.Philippe Charnier2002-04-122-6/+10
* .Ar filename ... is equivalent to .Ar.Philippe Charnier2002-04-121-2/+2
* Replace err() with errx(), errno is garbage in this context.Philippe Charnier2002-04-121-1/+1
* Reduce the number of spelling mistakes.Philippe Charnier2002-04-129-22/+22
* Fix an ages-old bug in sed(1), which resulted in the absolutely validMaxim Sobolev2002-04-121-1/+1
* Revert last change, to be revisited later.Ruslan Ermilov2002-04-121-0/+1
* Un.Ar makefile. The add of .Ar was part of my last commit.Philippe Charnier2002-04-121-3/+1
* Reorder #include. Cast arg #2 of lseek to an off_t when constant. No need toPhilippe Charnier2002-04-123-31/+27
* Make `make WARNS=3' succeed, notably, use %d to printf daddr_t value.Philippe Charnier2002-04-122-33/+33
* Document that only superuser can use -c option. Add FBSDID. Make use of uid_tPhilippe Charnier2002-04-122-13/+19
* Add FBSDID. Do not put spaces inside [] in usage string. Test memory allocationPhilippe Charnier2002-04-122-12/+13
* Temporarily unconnect "doscmd" from build until I can fixRuslan Ermilov2002-04-121-1/+0
* IPv6 support for tftp/tftpd.Hajimu UMEMOTO2002-04-114-94/+155
* I now don't seem to be able to reproduce the -DNOCLEAN buildworldRuslan Ermilov2002-04-112-9/+1
* find.1 does not encourage users to DTRT when piping to xargs(1)Tom Rhodes2002-04-101-0/+7
* o Fix an arguments number check in -n case.Maxim Konovalov2002-04-101-6/+1
* Implement POSIX -n option, cleanup an arguments parsing a bit.Maxim Konovalov2002-04-102-8/+55
* style(9) cleanup.Maxim Konovalov2002-04-101-22/+22
* Style.David E. O'Brien2002-04-101-3/+3
* Quiet uninitialized warnings.David E. O'Brien2002-04-102-0/+2
* compress(1) has an erroneous description of zcat, fixed.Tom Rhodes2002-04-091-8/+7
* Introduce NO_RCMNDS flag so as to not compile rsh, rlogin, and rcp on will,Bosko Milekic2002-04-091-2/+5
* No longer needed to #ifdef __FBSDID, this is now handled by Makefile.inc1.Ruslan Ermilov2002-04-0915-33/+0
* Style.Ruslan Ermilov2002-04-091-7/+7
* Make this compile in a standalone environment.Ruslan Ermilov2002-04-091-3/+2
* Cast totreq to unsigned long long, as needed on 64-bit machines.Jeroen Ruigrok van der Werven2002-04-081-1/+2
* Remove it in favour of GNU sortAndrey A. Chernov2002-04-081-11/+0
* Disconnect sortAndrey A. Chernov2002-04-081-1/+0
* Some things don't compile on ia64 and sparc64 yet.David E. O'Brien2002-04-081-2/+5
* Align for const poisoning in -lutil.Ruslan Ermilov2002-04-081-6/+7
* Change totreq to uint64_t from a long (the PR has an int64_t, which didn'tJeroen Ruigrok van der Werven2002-04-081-3/+4
* GCC 3.1 cleanup - add a break after default: at the end of a switchMurray Stokely2002-04-082-0/+2
* FreeBSD prior to 4.4-RELEASE and older versions of 5.0-CURRENT doRuslan Ermilov2002-04-072-10/+6
* Later versions of gcc object very strongly to the -C flag being passedPeter Wemm2002-04-071-1/+1
* Fix sed(1) in the case where a last line is specified and hold space is notJuli Mallett2002-04-071-3/+5
* Use the new features of cdefs.h.David E. O'Brien2002-04-061-1/+1
* Fix style.David E. O'Brien2002-04-062-7/+2
* Remove old sort files to _actually_ build it from contrib sourcesAndrey A. Chernov2002-04-0613-3384/+0
* Rename a couple of local variables to avoid warnings.Dag-Erling Smørgrav2002-04-061-26/+26
* Build a working version of sort(1) from contrib. Use netbsd.h as a hackDag-Erling Smørgrav2002-04-062-2/+11
* Print IFT_ETHER addresses with ether_ntoa(3) (with leading zeros).Ruslan Ermilov2002-04-061-13/+6
* Exclude xlint for ia64. For the time being, there are enough gccPeter Wemm2002-04-061-1/+4
* style(9) cosmetique of my changesAndrey A. Chernov2002-04-061-18/+18
* Add note about double-character letters like "ss" into BUGS sectionAndrey A. Chernov2002-04-051-0/+3
* Fix sed(1) behaviour for 'G' when given null holdspace by making sure itJuli Mallett2002-04-051-0/+2
* Revert the "tell the program name in diagnostics". What was I thinking??David E. O'Brien2002-04-052-66/+58
* Minor reordering of declarations to reduce diffs to OpenBSD/NetBSD.David E. O'Brien2002-04-042-17/+18
* Allow to compile errorlessly with GCC 3.1.David E. O'Brien2002-04-041-3/+1
* Fix signal race.David E. O'Brien2002-04-041-4/+8
* Revert revision 1.3. This is WARNS=4 clean w/o it and it only increasesDavid E. O'Brien2002-04-041-1/+1