| Commit message (Expand) | Author | Age | Files | Lines |
* | - Backout botched attempt to introduce MANSECT feature. | ru | 2001-03-26 | 1 | -0/+1 |
* | Set the default manual section for usr.sbin/ to 8. | ru | 2001-03-20 | 1 | -1/+0 |
* | Convert to use the <sys/queue.h> macros rather than fiddling with the queue | ben | 2000-12-29 | 1 | -1/+1 |
* | Prepare for mdoc(7)NG. | ru | 2000-12-27 | 1 | -1/+1 |
* | mdoc(7) police: use the new features of the Nm macro. | ru | 2000-11-20 | 1 | -2/+2 |
* | Avoid use of direct troff requests in mdoc(7) manual pages. | ru | 2000-11-10 | 1 | -1/+1 |
* | Don't try to compare other attributes if the type doesn't match, it's | phk | 2000-10-06 | 1 | -0/+1 |
* | Don't whine about modes on symlinks. | phk | 2000-10-06 | 1 | -0/+1 |
* | Make the output of mtree(8) more systematic and machine readable. | phk | 2000-10-03 | 3 | -48/+46 |
* | Re-add -P option (for POSIX-like command line interface) | ache | 2000-09-25 | 2 | -6/+11 |
* | Restore standard symlink default, return -L, remove -P, add missing -q to getopt | ache | 2000-09-15 | 2 | -11/+12 |
* | Pass a useful pathname to rlink(). Many thanks to the PR originator | sheldonh | 2000-09-13 | 1 | -1/+2 |
* | Add -q. this will cause the warning messages about missing | imp | 2000-07-25 | 3 | -6/+22 |
* | Revert the reversion of the default mtree behaviour. The mtree | marcel | 2000-07-24 | 2 | -12/+11 |
* | First attempt to fix a buildworld from -stable machine. Explicitly | imp | 2000-07-23 | 1 | -2/+3 |
* | Correct the usage() message as per rev 1.25 of mtree.8 . | sheldonh | 2000-07-17 | 1 | -1/+1 |
* | * Order options in the SYNOPSIS correctly. | sheldonh | 2000-07-17 | 1 | -35/+39 |
* | Fix getopt string I forget | ache | 2000-07-16 | 1 | -1/+1 |
* | Revert back to original mtree default behaviour to not follow symlinks, to be | ache | 2000-07-16 | 2 | -10/+11 |
* | Fix the NAME section. Order the options which do not take arguments, | sheldonh | 2000-07-14 | 1 | -1/+13 |
* | Use -P instead of -S to specify that no symlinks should be followed. | joe | 2000-07-14 | 2 | -8/+8 |
* | Allow symlinks to be created if they appear in the mtree specification. | joe | 2000-07-13 | 2 | -5/+20 |
* | Added a flag (-S) to mtree to specify that symlinks shouldn't be | joe | 2000-07-13 | 3 | -1/+9 |
* | Switch over to using the new fflagstostr and strtofflags library calls. | joe | 2000-06-17 | 6 | -16/+43 |
* | Use .Fx | charnier | 2000-05-28 | 1 | -2/+2 |
* | Back out the previous change to the queue(3) interface. | jake | 2000-05-26 | 1 | -2/+2 |
* | Change the way that the queue(3) structures are declared; don't assume that | jake | 2000-05-23 | 1 | -2/+2 |
* | Punctuation fix. | wollman | 2000-05-16 | 1 | -1/+1 |
* | Add used includes. | wollman | 2000-05-16 | 1 | -0/+4 |
* | Add excludes.c (missed in previous commit). | wollman | 2000-05-13 | 1 | -1/+2 |
* | Give mtree the ability to exclude files and directories from its traversal. | wollman | 2000-05-12 | 6 | -2/+141 |
* | Revert part of the last commit, remove {g|s}etflags from the libc | joe | 2000-02-05 | 1 | -2/+2 |
* | Historically file flags (schg, uschg, etc) have been converted from | joe | 2000-01-27 | 4 | -7/+5 |
* | Added missing DPADD's. Removed unrequired SRCS's. | joe | 2000-01-01 | 1 | -0/+1 |
* | Moved flags_to_string and string_to_flags into libutil. It's used in | joe | 1999-12-30 | 1 | -2/+3 |
* | Added support for file flags, mostly merged from the NetBSD version. | joe | 1999-12-09 | 9 | -10/+93 |
* | -Wall fixes. | billf | 1999-09-27 | 3 | -5/+8 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 8 | -8/+8 |
* | When bootstrapping mtree, don't depend on there being a libmd at all. | wollman | 1999-03-01 | 1 | -5/+3 |
* | mtree is a "bootstrap tool", don't use the fancy new world-breaking features | jkh | 1999-02-27 | 1 | -2/+6 |
* | Add support for SHA-1 and RIPEMD160, now that libmd includes them. Make | wollman | 1999-02-26 | 7 | -15/+139 |
* | Move to a uniform '\ooo' (VIS_OCTAL) encoding for special characters. | jkoshy | 1999-01-18 | 1 | -2/+2 |
* | Teach mtree(8) to handle whitespace in filenames. Uses strvis(3). | jkoshy | 1999-01-12 | 2 | -5/+19 |
* | Free memory from getmode. | imp | 1998-12-16 | 1 | -1/+2 |
* | Fixed printf format errors. | bde | 1998-08-02 | 2 | -6/+6 |
* | There is no need to make nochange imply ignore as well. | peter | 1998-06-10 | 2 | -6/+5 |
* | Use correct size for readlink buffer. This is the size of the | imp | 1998-06-09 | 1 | -2/+2 |
* | Create a new flag, "nochange", which will specify that a directory is | peter | 1998-06-05 | 6 | -14/+21 |
* | Use err(3) instead of local redefinition. | charnier | 1997-10-01 | 8 | -114/+125 |
* | Change FTS_PHYSICAL (not follow symlinks but return them) | ache | 1997-05-15 | 1 | -1/+1 |