summaryrefslogtreecommitdiffstats
path: root/sbin/restore/dirs.c
Commit message (Expand)AuthorAgeFilesLines
* Fix sbin/ build with a 64-bit ino_t.mdf2012-09-271-6/+8
* - Cast time_t, int64_t and some int32_t values to intmax_t and use "%jd"jh2010-01-291-8/+11
* Fix nits pointed out in PR bin/39905 that have not already beenmckusick2008-05-231-3/+3
* restore(8) does not check for write failure while building two tempmckusick2008-04-141-24/+68
* Correctly set file group when restore is run by a user other than root.mckusick2008-04-111-1/+6
* Use safer string handling.imp2008-04-031-5/+4
* Update the dump program to save extended attributes. Updatemckusick2007-02-261-12/+54
* Remove debug from last commitimp2005-04-031-2/+0
* Restore the ability to read FreeBSD 1 tapes (and I think any net2imp2005-03-251-0/+10
* dcvt is unused since the support for converting pre-4.4 tapes wasimp2005-03-251-25/+2
* Use the correct types for the functions rst_opendir(), glob_readdir() andstefanf2004-05-241-2/+4
* Remove advertising clause from University of California Regent's license,markm2004-04-091-4/+0
* Fix gcc warnings. If NAME_MAX is 255, and d_namlen is a uint8_t, thenpeter2003-10-261-2/+7
* Use the standardized CHAR_BIT constant instead of NBBY in userland.mike2002-09-251-0/+1
* Change utimes to set the file creation time (for filesystems thatmckusick2002-07-171-6/+12
* This commit adds basic support for the UFS2 filesystem. The UFS2mckusick2002-06-211-68/+46
* o remove __Pimp2002-03-201-59/+31
* Remove 'register' keyword.obrien2002-03-201-18/+18
* Respect the -N flag when changing directory attributes in setdirmode).dd2001-08-201-4/+6
* Honour `TMPDIR' environment variable.sobomax2001-08-131-3/+9
* Move _PATH_DEFTAPE to <paths.h> to remove all the duplication of definitons,obrien2001-03-081-1/+1
* Don't depend on <sys/stat.h> bogusly including <sys/time.h> (and therebywollman2000-10-101-0/+1
* Don't try to make files immutable (ie. chflags) before setting access times.dwmalone2000-07-161-1/+1
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* 64bit fixes.dima1998-10-271-5/+5
* Add rcsid. Remove unused #includes. Add missing prototypes and others -Wallcharnier1998-07-281-7/+5
* Fixed printf format errors. Sure is dusty here.bde1998-06-281-2/+2
* Many places in the code NULL is used in integer context, wherephk1997-09-181-2/+2
* Fprintf -> warn.charnier1997-06-181-8/+5
* Merge from Lite2peter1997-03-111-23/+25
* Various security related deltas from OpenBSDimp1997-01-011-15/+35
* ts_sec -> tv_secnate1996-09-201-4/+4
* Don't use __dead or __pure in user code. They were obfuscationsbde1996-09-141-1/+1
* Check a pointer in skipdirs() before dereferencing it. I don't fullyjoerg1995-09-011-1/+1
* Remove trailing whitespace.rgrimes1995-05-301-3/+3
* Fix endian bug introduced at Berkeley during the Net2->4.4-lite transition.pst1994-09-081-8/+12
* BSD 4.4 Lite sbin Sourcesrgrimes1994-05-261-0/+747
OpenPOWER on IntegriCloud