Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bumped the document date. | ru | 2004-05-19 | 2 | -2/+2 |
| | |||||
* | Bumped the document date. | ru | 2004-05-19 | 1 | -2/+2 |
| | | | | Fixed the grammar nit. | ||||
* | Bumped document date. | ru | 2004-05-19 | 1 | -2/+2 |
| | | | | Fixed markup nit. | ||||
* | Bumped document date. | ru | 2004-05-19 | 1 | -2/+2 |
| | | | | Fixed the grammar nit. | ||||
* | Markup nits. | ru | 2004-05-19 | 1 | -7/+7 |
| | |||||
* | Bumped document date. | ru | 2004-05-19 | 1 | -6/+8 |
| | | | | Dealt with hard sentence breaks and whitespace at EOL. | ||||
* | Fixed document date. | ru | 2004-05-19 | 1 | -1/+1 |
| | |||||
* | Bumped document date. | ru | 2004-05-19 | 1 | -16/+16 |
| | | | | | Fixed a bunch of hyphen misspellings. Fixed one warning. | ||||
* | Restore part of the word that got (accidentally) removed. | ru | 2004-05-19 | 1 | -2/+2 |
| | | | | Removed whitespace at EOL. | ||||
* | Markup nits. | ru | 2004-05-19 | 1 | -8/+5 |
| | |||||
* | Bumped document date. | ru | 2004-05-19 | 1 | -2/+3 |
| | | | | Removed hard sentence break. | ||||
* | Default is to restore timestamps, even when operating as root. <sigh> | kientzle | 2004-05-19 | 1 | -1/+1 |
| | |||||
* | Fix a segfault when looking up a non-existent group. | kientzle | 2004-05-18 | 1 | -1/+1 |
| | |||||
* | Bump document date on behalf of the -e option. | ru | 2004-05-18 | 1 | -2/+2 |
| | | | | Spell "ID" correctly. | ||||
* | Bump document date on behalf of the -E option. | ru | 2004-05-18 | 1 | -1/+1 |
| | |||||
* | Added -u to the SYNOPSIS. | ru | 2004-05-18 | 1 | -0/+1 |
| | |||||
* | Bump document date on behalf of the -u option. | ru | 2004-05-18 | 1 | -2/+2 |
| | |||||
* | Bump document date on behalf of the -M option. | ru | 2004-05-18 | 1 | -1/+1 |
| | |||||
* | Build/install gprof on amd64 as well, after repocopying the MD bits. | peter | 2004-05-18 | 2 | -1/+4 |
| | | | | Not that it has anything to process yet, but that comes next. | ||||
* | Accept (but ignore) GNU tar's -B option. bsdtar never | kientzle | 2004-05-18 | 1 | -2/+8 |
| | | | | needs it, but it does no harm for people to specify it. | ||||
* | Don't depend on NULL's expansion being a pointer, cast it before it is passed | stefanf | 2004-05-18 | 1 | -1/+1 |
| | | | | | | to variadic functions. Approved by: das (mentor) | ||||
* | Set errno to 0 before calling getpwuid/getgrgid, so that error | kientzle | 2004-05-17 | 1 | -0/+2 |
| | | | | messages will be displayed only when there is, in fact, an error. | ||||
* | Speed up safe_fprintf by copying to a temp buffer, then writing | kientzle | 2004-05-17 | 1 | -13/+32 |
| | | | | blocks at a time, rather than using putc(). | ||||
* | Propagate struct bsdtar down into a lot more places. | kientzle | 2004-05-17 | 6 | -138/+137 |
| | | | | Move global progname variable into struct bsdtar. | ||||
* | Refactor name caching to use a common piece of code for uname_cache and | kientzle | 2004-05-17 | 2 | -88/+113 |
| | | | | | gname_cache. Cache negative lookups to dramatically improve performance building archives containing nonexistent uid/gid. | ||||
* | Make symlink protection a bit more useful: | kientzle | 2004-05-17 | 3 | -4/+17 |
| | | | | | | * Remove terminal symlinks so they can be replaced. * If -U, remove intermediate symlinks as well * Otherwise, refuse the extraction | ||||
* | Update manpage to track new security features. | kientzle | 2004-05-17 | 1 | -28/+125 |
| | |||||
* | Remove spurious semicolons. Outside of functions they are actually errors but | stefanf | 2004-05-16 | 1 | -1/+1 |
| | | | | | | | | GCC doesn't warn about them without -pedantic. Approved by: das (mentor) PR: 56649 Reviewed by: md5 | ||||
* | snafu, exchanged the descriptions of -maxdepth and -mindepth. | eik | 2004-05-16 | 1 | -5/+5 |
| | | | | Noticed by: ru | ||||
* | Insert "arm" between "amd64" and "powerpc" | cognet | 2004-05-14 | 1 | -2/+2 |
| | | | | Requested by: bde | ||||
* | Fixed total disorder of MD includes. | bde | 2004-05-14 | 1 | -10/+10 |
| | | | | Disorder buffer overflowed by: arm commit | ||||
* | Bump the .Dd value. | joerg | 2004-05-14 | 1 | -7/+14 |
| | | | | | | | Update xrefs to more contemporary items. Requested by: ru, green MFC after: 1 week | ||||
* | When I wrote this man page more than 5 years ago, I simply didn't | joerg | 2004-05-14 | 1 | -2/+4 |
| | | | | | | | | | understand the true symmetric nature of Enigma, so my description of ``automatically detects that the input is encrypted'' was simply wrong. Replace that by a more accurate description of why feeding the ciphertext again into the engine will decrypt it. MFC after: 1 week | ||||
* | Use four spaces instead of tab for second level indentation. | cognet | 2004-05-14 | 1 | -1/+1 |
| | | | | Requested by: ru | ||||
* | Define PTRDIFF_IS_LONG and SIZEOF_IS_ULONG for arm. | cognet | 2004-05-14 | 1 | -0/+3 |
| | |||||
* | Some arm bits for gprof. | cognet | 2004-05-14 | 3 | -0/+62 |
| | |||||
* | Do not build truss on arm. | cognet | 2004-05-14 | 1 | -1/+2 |
| | |||||
* | -maxdepth and -mindepth are global variables | eik | 2004-05-14 | 1 | -3/+16 |
| | | | | | | PR: 66613 Approved by: ru MFC after: 3 days | ||||
* | Output style nit. | ru | 2004-05-12 | 1 | -1/+1 |
| | |||||
* | Do not attempt ro read more than sizeof(buf) from stdin. | cognet | 2004-05-10 | 1 | -0/+2 |
| | |||||
* | It was pointed out[0] that ctags(1) uses some potentially dangerous | cjc | 2004-05-07 | 1 | -16/+45 |
| | | | | | | | | | | | | | | system(3) calls where user-supplied data is used with no sanity checking. Since ctags(1) is not setuid and is not likely to be used in a privileged situation, this is not a big deal. However, the fix is relatively easy and less ugly than the current code, let's be safe. (I'm sure there are about 2^134 other system(3) calls like this out there.) [0] On freebsd-security by Roman Bogorodskiy <bogorodskiy@inbox.ru> with subject "ctags(1) command execution vulnerability." MFC after: 3 days | ||||
* | Use a proper protoype to declare interp() and move it to tip.h. Fix an | stefanf | 2004-05-06 | 2 | -2/+2 |
| | | | | | | invocation with a wrong number of arguments. Approved by: das (mentor) | ||||
* | Add --unlink and --unlink-first synonyms for -U | kientzle | 2004-05-05 | 1 | -30/+32 |
| | | | | Make indentation of tar_longopts array more consistent. | ||||
* | Add my birthday. | stefanf | 2004-05-05 | 1 | -0/+1 |
| | | | | Approved by: das (mentor) | ||||
* | Contrariwise, Linux sys/stat.h doesn't define mode_t and friends, | kientzle | 2004-05-04 | 1 | -0/+1 |
| | | | | even though POSIX requires it. <sigh> | ||||
* | Include local copies of fts.c and fts.h to be used ONLY on non-FreeBSD | kientzle | 2004-05-04 | 2 | -0/+1342 |
| | | | | | | | systems. The fts.h here is an exact copy of include/fts.h (except for an initial explanatory comment and the revision tags, of course). The fts.c here is slightly modified from lib/libc/gen/fts.c so it can compile correctly on non-FreeBSD systems. | ||||
* | Add "-M" argument to id(1), which permits the id command to be used | rwatson | 2004-05-03 | 2 | -3/+46 |
| | | | | | | | | to print the MAC label of the current process. "-M" selected as that's what is used in Trusted IRIX. Obtained from: TrustedBSD Project Sponsored by: DARPA, McAfee Research | ||||
* | For portability, don't rely on libc's strmode(3). <sigh> | kientzle | 2004-05-03 | 3 | -1/+53 |
| | |||||
* | Correct copy/paste error in Linux nodump support. | kientzle | 2004-05-03 | 1 | -3/+4 |
| | | | | | Thanks to: Juergen Lock for his continuing patience while I botch his patches. | ||||
* | Style: Use single tab after #define | kientzle | 2004-05-02 | 3 | -16/+16 |
| |