| Commit message (Expand) | Author | Age | Files | Lines |
* | Mechanically kill hard sentence breaks. | ru | 2004-07-02 | 1 | -4/+8 |
* | Use the correct types for the functions rst_opendir(), glob_readdir() and | stefanf | 2004-05-24 | 3 | -9/+11 |
* | Include <timeconv.h> for time conversion functions. | stefanf | 2004-05-24 | 1 | -0/+1 |
* | Assorted markup, grammar, and spelling fixes. | ru | 2004-05-17 | 1 | -1/+1 |
* | Add -P arguments for dump(8) and restore(8) which allow the user to | green | 2004-04-13 | 4 | -19/+92 |
* | Remove advertising clause from University of California Regent's license, | markm | 2004-04-09 | 10 | -40/+0 |
* | style.Makefile(5): | johan | 2004-02-23 | 1 | -1/+1 |
* | Fix gcc warnings. If NAME_MAX is 255, and d_namlen is a uint8_t, then | peter | 2003-10-26 | 1 | -2/+7 |
* | Localize 'ls' output | ache | 2003-08-06 | 2 | -4/+8 |
* | Add section number to .Xr | charnier | 2003-06-08 | 1 | -1/+1 |
* | Removed all vestiges of KerberosIV. | ru | 2003-05-01 | 3 | -14/+11 |
* | Style. | ru | 2003-05-01 | 1 | -2/+3 |
* | De-Kerberise (KerberosIV). KerberosIV is no longer present, and | markm | 2003-05-01 | 3 | -29/+0 |
* | Add TAPE to the ENVIRONMENT section. | sheldonh | 2003-01-10 | 1 | -0/+2 |
* | Add an ENVIRONMENT section so that the reader knows that the TMPDIR envar | sheldonh | 2003-01-10 | 1 | -0/+5 |
* | Fixed the abuses of .Ql visible on stderr in troff mode. | ru | 2002-12-23 | 1 | -1/+1 |
* | Use the standardized CHAR_BIT constant instead of NBBY in userland. | mike | 2002-09-25 | 8 | -2/+11 |
* | Replace various spelling with FALLTHROUGH which is lint()able | charnier | 2002-08-25 | 2 | -3/+3 |
* | Use '0' instead of NULL when we mean the integer constant 0 and not a | imp | 2002-08-21 | 1 | -1/+1 |
* | s/filesystem/file system/g as discussed on -developers | trhodes | 2002-08-21 | 5 | -21/+21 |
* | Change utimes to set the file creation time (for filesystems that | mckusick | 2002-07-17 | 3 | -15/+33 |
* | The .Nm utility. | charnier | 2002-07-06 | 1 | -14/+19 |
* | This commit adds basic support for the UFS2 filesystem. The UFS2 | mckusick | 2002-06-21 | 5 | -240/+179 |
* | more file system > filesystem | trhodes | 2002-05-16 | 6 | -21/+22 |
* | Address a few minor style and consistency issues in revision 1.32. | iedowse | 2002-05-06 | 1 | -23/+15 |
* | Set the permissions on restored symbolic links. | iedowse | 2002-05-02 | 1 | -1/+19 |
* | Replaced exists() tests with two equivalent defined(). | ru | 2002-04-18 | 1 | -1/+1 |
* | restore(8) manual page does not explain rrestore. | trhodes | 2002-04-12 | 1 | -0/+4 |
* | o remove __P | imp | 2002-03-20 | 8 | -385/+221 |
* | Remove 'register' keyword. | obrien | 2002-03-20 | 6 | -77/+77 |
* | Use a more robust scheme for determining how many blocks to skip | iedowse | 2002-02-18 | 1 | -15/+18 |
* | When we reach the end of the dump in findinode(), ask for another | iedowse | 2002-02-18 | 1 | -9/+19 |
* | In createfiles(), properly handle a number of cases where no further | iedowse | 2002-02-14 | 1 | -16/+24 |
* | Fix a number of long-standing restore bugs in tape.c, mainly relating | iedowse | 2002-02-13 | 1 | -18/+19 |
* | Don't refer to findinode()'s `complain' parameter in a comment; it | iedowse | 2002-02-12 | 1 | -1/+1 |
* | I've been meaning to do this for a while. Add an underscore to the | dillon | 2002-01-19 | 1 | -9/+9 |
* | Default to WARNS=2. | obrien | 2001-12-04 | 1 | -0/+1 |
* | Fix a bug where restore(8) segfaults while trying to restore on a | tobez | 2001-10-30 | 1 | -0/+1 |
* | Make the protocol/dumprestore.h header match restore's idea of the dump | dillon | 2001-10-28 | 1 | -9/+13 |
* | Documentation fixes: | cjc | 2001-10-02 | 2 | -10/+12 |
* | restore(8) doesn't need to be setgid `tty', and never did. | ru | 2001-08-30 | 1 | -2/+0 |
* | Fix grammar. | dd | 2001-08-20 | 1 | -1/+2 |
* | Respect the -N flag when changing directory attributes in setdirmode). | dd | 2001-08-20 | 1 | -4/+6 |
* | Silence non-constant format string warnings by marking functions | kris | 2001-08-19 | 1 | -2/+2 |
* | Honour `TMPDIR' environment variable. | sobomax | 2001-08-13 | 1 | -3/+9 |
* | Remove whitespace at EOL. | dd | 2001-07-15 | 1 | -13/+13 |
* | mdoc(7) police: removed HISTORY info from the .Os call. | ru | 2001-07-10 | 1 | -1/+1 |
* | Include missing header files which define functions for which gcc has | dd | 2001-06-24 | 2 | -0/+2 |
* | Document the interactive command `what'. | mikeh | 2001-06-20 | 1 | -0/+4 |
* | Add 'SKIP' as an action so that verification works for multivolume restores. | mjacob | 2001-06-11 | 1 | -1/+1 |