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