| Commit message (Expand) | Author | Age | Files | Lines |
| * | Style. | David E. O'Brien | 2002-04-10 | 1 | -3/+3 |
| * | Quiet uninitialized warnings. | David E. O'Brien | 2002-04-10 | 2 | -0/+2 |
| * | compress(1) has an erroneous description of zcat, fixed. | Tom Rhodes | 2002-04-09 | 1 | -8/+7 |
| * | Introduce NO_RCMNDS flag so as to not compile rsh, rlogin, and rcp on will, | Bosko Milekic | 2002-04-09 | 1 | -2/+5 |
| * | No longer needed to #ifdef __FBSDID, this is now handled by Makefile.inc1. | Ruslan Ermilov | 2002-04-09 | 15 | -33/+0 |
| * | Style. | Ruslan Ermilov | 2002-04-09 | 1 | -7/+7 |
| * | Make this compile in a standalone environment. | Ruslan Ermilov | 2002-04-09 | 1 | -3/+2 |
| * | Cast totreq to unsigned long long, as needed on 64-bit machines. | Jeroen Ruigrok van der Werven | 2002-04-08 | 1 | -1/+2 |
| * | Remove it in favour of GNU sort | Andrey A. Chernov | 2002-04-08 | 1 | -11/+0 |
| * | Disconnect sort | Andrey A. Chernov | 2002-04-08 | 1 | -1/+0 |
| * | Some things don't compile on ia64 and sparc64 yet. | David E. O'Brien | 2002-04-08 | 1 | -2/+5 |
| * | Align for const poisoning in -lutil. | Ruslan Ermilov | 2002-04-08 | 1 | -6/+7 |
| * | Change totreq to uint64_t from a long (the PR has an int64_t, which didn't | Jeroen Ruigrok van der Werven | 2002-04-08 | 1 | -3/+4 |
| * | GCC 3.1 cleanup - add a break after default: at the end of a switch | Murray Stokely | 2002-04-08 | 2 | -0/+2 |
| * | FreeBSD prior to 4.4-RELEASE and older versions of 5.0-CURRENT do | Ruslan Ermilov | 2002-04-07 | 2 | -10/+6 |
| * | Later versions of gcc object very strongly to the -C flag being passed | Peter Wemm | 2002-04-07 | 1 | -1/+1 |
| * | Fix sed(1) in the case where a last line is specified and hold space is not | Juli Mallett | 2002-04-07 | 1 | -3/+5 |
| * | Use the new features of cdefs.h. | David E. O'Brien | 2002-04-06 | 1 | -1/+1 |
| * | Fix style. | David E. O'Brien | 2002-04-06 | 2 | -7/+2 |
| * | Remove old sort files to _actually_ build it from contrib sources | Andrey A. Chernov | 2002-04-06 | 13 | -3384/+0 |
| * | Rename a couple of local variables to avoid warnings. | Dag-Erling Smørgrav | 2002-04-06 | 1 | -26/+26 |
| * | Build a working version of sort(1) from contrib. Use netbsd.h as a hack | Dag-Erling Smørgrav | 2002-04-06 | 2 | -2/+11 |
| * | Print IFT_ETHER addresses with ether_ntoa(3) (with leading zeros). | Ruslan Ermilov | 2002-04-06 | 1 | -13/+6 |
| * | Exclude xlint for ia64. For the time being, there are enough gcc | Peter Wemm | 2002-04-06 | 1 | -1/+4 |
| * | style(9) cosmetique of my changes | Andrey A. Chernov | 2002-04-06 | 1 | -18/+18 |
| * | Add note about double-character letters like "ss" into BUGS section | Andrey A. Chernov | 2002-04-05 | 1 | -0/+3 |
| * | Fix sed(1) behaviour for 'G' when given null holdspace by making sure it | Juli Mallett | 2002-04-05 | 1 | -0/+2 |
| * | Revert the "tell the program name in diagnostics". What was I thinking?? | David E. O'Brien | 2002-04-05 | 2 | -66/+58 |
| * | Minor reordering of declarations to reduce diffs to OpenBSD/NetBSD. | David E. O'Brien | 2002-04-04 | 2 | -17/+18 |
| * | Allow to compile errorlessly with GCC 3.1. | David E. O'Brien | 2002-04-04 | 1 | -3/+1 |
| * | Fix signal race. | David E. O'Brien | 2002-04-04 | 1 | -4/+8 |
| * | Revert revision 1.3. This is WARNS=4 clean w/o it and it only increases | David E. O'Brien | 2002-04-04 | 1 | -1/+1 |
| * | Fix style regression introduced in rev 1.11 during a WARNS cleanup. | David E. O'Brien | 2002-04-04 | 1 | -1/+2 |
| * | Cast ctype macros char arg to u_char to prevent sign extension | Andrey A. Chernov | 2002-04-04 | 1 | -6/+6 |
| * | Add STANDARDS, ENVIRONMENT, and TABLES sections. | David E. O'Brien | 2002-04-04 | 1 | -11/+39 |
| * | Minor word smithing. | David E. O'Brien | 2002-04-04 | 1 | -1/+1 |
| * | Follow suit with OpenBSD and NetBSD and tell the program name in diagnostics. | David E. O'Brien | 2002-04-04 | 1 | -6/+6 |
| * | Follow suit with OpenBSD and NetBSD and tell the program name in diagnostics. | David E. O'Brien | 2002-04-04 | 1 | -53/+59 |
| * | For -n use decimal point from locale | Andrey A. Chernov | 2002-04-04 | 1 | -1/+5 |
| * | Remove __P | Andrey A. Chernov | 2002-04-04 | 7 | -52/+49 |
| * | Implement collating sort | Andrey A. Chernov | 2002-04-04 | 1 | -9/+29 |
| * | Fix to handle REC_D > 127 and fold case sorting of high letters | Andrey A. Chernov | 2002-04-03 | 1 | -33/+132 |
| * | There is breakage in parsedate, so revert to get_date until this can be | Mark Murray | 2002-04-02 | 3 | -3/+8 |
| * | Fix find -exec with no command specified (i.e.: find . -exec ';') | Juli Mallett | 2002-04-02 | 1 | -0/+3 |
| * | Connect ktrdump to the build. <cringe>. | Jake Burkholder | 2002-04-02 | 1 | -0/+1 |
| * | Add a man page. | Jake Burkholder | 2002-04-02 | 2 | -1/+83 |
| * | 1. Add missing include of stdint.h. | Jake Burkholder | 2002-04-02 | 1 | -2/+3 |
| * | Add myself. | Norikatsu Shigemura | 2002-04-02 | 1 | -0/+1 |
| * | Fix SCM IDs. | David E. O'Brien | 2002-04-01 | 7 | -18/+14 |
| * | Allow to compile a YACC produced file with GCC 3.1 (which has different | David E. O'Brien | 2002-04-01 | 1 | -0/+1 |