| Commit message (Expand) | Author | Age | Files | Lines |
* | Add support for multibyte characters in input files and delimiter | tjr | 2004-06-25 | 2 | -31/+48 |
* | Document the fact that uniq(1) does not recognize multibyte characters. | tjr | 2004-06-24 | 1 | -1/+5 |
* | Document the fact that join(1) does not recognize multibyte characters. | tjr | 2004-06-24 | 1 | -1/+6 |
* | Copy the warning about incorrect multibyte character handling from vis(3). | tjr | 2004-06-24 | 1 | -1/+9 |
* | Document the fact that comm(1) does not recognize multibyte characters | tjr | 2004-06-24 | 1 | -1/+7 |
* | Add support for multibyte characters and characters that take up more | tjr | 2004-06-24 | 1 | -24/+27 |
* | Add support for multibyte characters and for characters that take up | tjr | 2004-06-24 | 1 | -19/+27 |
* | The description of the -S option in the man page says we won't fail if the | des | 2004-06-24 | 1 | -1/+0 |
* | Add support for multibyte characters and for characters that take up | tjr | 2004-06-24 | 1 | -12/+23 |
* | Prefix the names of members of _RuneLocale and its sub-structures | tjr | 2004-06-23 | 1 | -33/+37 |
* | Retire support for gprof's -c option. All our currently supported | stefanf | 2004-06-20 | 12 | -111/+1 |
* | Second half of the dev_t cleanup. | phk | 2004-06-17 | 3 | -8/+8 |
* | Commit userland part of pf version 3.5 from OpenBSD (OPENBSD_3_5_BASE). | mlaier | 2004-06-16 | 1 | -0/+1 |
* | Make netstat(1) more closely follow documented behaviour. If a TCP | bms | 2004-06-16 | 1 | -1/+2 |
* | Oops. My last commit included a bug that would make "su -m" always | markm | 2004-06-15 | 1 | -2/+0 |
* | mdoc(7) police | bms | 2004-06-15 | 1 | -1/+1 |
* | Update some internal comments about the --no-same-permissions option. | kientzle | 2004-06-15 | 1 | -1/+6 |
* | As near as I can tell, --no-same-permissions is a no-op in | kientzle | 2004-06-15 | 1 | -0/+7 |
* | Oops. bsdtar's old -X option didn't take an argument; the new | kientzle | 2004-06-15 | 1 | -1/+1 |
* | Add gtar-compatible -X/--exclude-from | kientzle | 2004-06-15 | 3 | -0/+43 |
* | Fix build. | kientzle | 2004-06-15 | 1 | -1/+1 |
* | Rename -X to --one-file-system, as GNU tar uses -X for | kientzle | 2004-06-15 | 1 | -5/+9 |
* | Clean up usage message(s): | kientzle | 2004-06-15 | 1 | -9/+29 |
* | Change the default behaviour of talk(1) to use "localhost" as the | bms | 2004-06-14 | 2 | -1/+18 |
* | Teach fstat(1) about new location for socket state flags relating to | rwatson | 2004-06-14 | 1 | -2/+2 |
* | Add -b to usage. | bms | 2004-06-14 | 1 | -1/+1 |
* | Add whois.abuse.net to whois(1). | bms | 2004-06-14 | 2 | -2/+10 |
* | Date bump. | bms | 2004-06-14 | 1 | -1/+1 |
* | Add whois.iana.org to the whois(1) utility, under the -I option. | bms | 2004-06-14 | 2 | -3/+12 |
* | Fix unterminated RCSID. | bms | 2004-06-13 | 1 | -1/+1 |
* | Paranoia, WARNS fixes and lint. | markm | 2004-06-13 | 1 | -19/+19 |
* | A first stab at truss support for amd64, basically cogged from i386. | dwmalone | 2004-06-12 | 4 | -1/+353 |
* | Document the STRIPBIN environment variable. This includes adding a | marcel | 2004-06-11 | 1 | -0/+12 |
* | COMPAT_SUNOS is gone. | phk | 2004-06-11 | 1 | -5/+3 |
* | Oops: gtar's --dereference should be a synonym for bsdtar's -L, not -H. | kientzle | 2004-06-11 | 2 | -3/+3 |
* | Set program exit value to 1 if there are any of various errors when | kientzle | 2004-06-07 | 1 | -0/+4 |
* | Fix the symlink-detection code. Don't squawk if we're just replacing | kientzle | 2004-06-07 | 1 | -6/+22 |
* | The --include='pattern' option is the natural counterpart to | kientzle | 2004-06-07 | 2 | -0/+25 |
* | Ooops! Previous commit added an over-zealous error check. | kientzle | 2004-06-07 | 1 | -0/+2 |
* | If -b is specified, then force full padding for the last block. | kientzle | 2004-06-07 | 4 | -6/+30 |
* | Per style(9), don't use double spaces in expressions. | kientzle | 2004-06-07 | 2 | -3/+3 |
* | Do not use KERN_PROC_PROC with kvm_getproc(3); instead, if only process | green | 2004-06-06 | 1 | -4/+17 |
* | s/latter/former/ | das | 2004-06-05 | 1 | -1/+1 |
* | - Document the %a, %A, and %F format specifiers. | das | 2004-06-05 | 1 | -3/+31 |
* | Enable support for the %a, %A, and %F format specifiers. | das | 2004-06-05 | 1 | -1/+4 |
* | Add austrian calendar as install target. | josef | 2004-06-04 | 1 | -1/+2 |
* | Pointy hat: sticky bit 't' or 'T' is shown over IXOTH bit, not IXGRP. <sigh> | kientzle | 2004-06-03 | 2 | -2/+2 |
* | Plug a file descriptor leak. | brian | 2004-06-03 | 1 | -7/+13 |
* | Improve help handling: | kientzle | 2004-06-02 | 1 | -0/+13 |
* | Add missing dot and newline in a message. | fjoe | 2004-06-02 | 1 | -1/+1 |