aboutsummaryrefslogtreecommitdiff
path: root/sbin/restore/dirs.c
Commit message (Expand)AuthorAgeFilesLines
* Revert r313780 (UFS_ prefix)Ed Maste2018-03-171-2/+2
* Prefix UFS symbols with UFS_ to reduce namespace pollutionEd Maste2018-03-171-2/+2
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-1/+3
* restore(8): Prevent some heap overflowsConrad Meyer2017-04-141-5/+6
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* prefix UFS symbols with UFS_ to reduce namespace pollutionEd Maste2017-02-151-3/+3
* restore(8): Handle extended attribute names correctlyConrad Meyer2017-01-181-1/+1
* restore: promote some getfiles() parameters to size_t.Pedro F. Giffuni2016-05-011-8/+8
* Use MIN()/MAX() macros from sys/param.h.Marcelo Araujo2016-04-211-1/+1
* restore: use our roundup2/rounddown2() macros when param.h is available.Pedro F. Giffuni2016-04-191-1/+1
* malloc will return NULL if it cannot allocate memory.Marcelo Araujo2016-04-191-1/+1
* restore: Preserve timestamps to the nanosecond.Jilles Tjoelker2015-03-141-8/+8
* Fix sbin/ build with a 64-bit ino_t.Matthew D Fleming2012-09-271-6/+8
* - Cast time_t, int64_t and some int32_t values to intmax_t and use "%jd"Jaakko Heinonen2010-01-291-8/+11
* Fix nits pointed out in PR bin/39905 that have not already beenKirk McKusick2008-05-231-3/+3
* restore(8) does not check for write failure while building two tempKirk McKusick2008-04-141-24/+68
* Correctly set file group when restore is run by a user other than root.Kirk McKusick2008-04-111-1/+6
* Use safer string handling.Warner Losh2008-04-031-5/+4
* Update the dump program to save extended attributes. UpdateKirk McKusick2007-02-261-12/+54
* Remove debug from last commitWarner Losh2005-04-031-2/+0
* Restore the ability to read FreeBSD 1 tapes (and I think any net2Warner Losh2005-03-251-0/+10
* dcvt is unused since the support for converting pre-4.4 tapes wasWarner Losh2005-03-251-25/+2
* Use the correct types for the functions rst_opendir(), glob_readdir() andStefan Farfeleder2004-05-241-2/+4
* Remove advertising clause from University of California Regent's license,Mark Murray2004-04-091-4/+0
* Fix gcc warnings. If NAME_MAX is 255, and d_namlen is a uint8_t, thenPeter Wemm2003-10-261-2/+7
* Use the standardized CHAR_BIT constant instead of NBBY in userland.Mike Barcroft2002-09-251-0/+1
* Change utimes to set the file creation time (for filesystems thatKirk McKusick2002-07-171-6/+12
* This commit adds basic support for the UFS2 filesystem. The UFS2Kirk McKusick2002-06-211-68/+46
* o remove __PWarner Losh2002-03-201-59/+31
* Remove 'register' keyword.David E. O'Brien2002-03-201-18/+18
* Respect the -N flag when changing directory attributes in setdirmode).Dima Dorfman2001-08-201-4/+6
* Honour `TMPDIR' environment variable.Maxim Sobolev2001-08-131-3/+9
* Move _PATH_DEFTAPE to <paths.h> to remove all the duplication of definitons,David E. O'Brien2001-03-081-1/+1
* Don't depend on <sys/stat.h> bogusly including <sys/time.h> (and therebyGarrett Wollman2000-10-101-0/+1
* Don't try to make files immutable (ie. chflags) before setting access times.David Malone2000-07-161-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* 64bit fixes.Dima Ruban1998-10-271-5/+5
* Add rcsid. Remove unused #includes. Add missing prototypes and others -WallPhilippe Charnier1998-07-281-7/+5
* Fixed printf format errors. Sure is dusty here.Bruce Evans1998-06-281-2/+2
* Many places in the code NULL is used in integer context, wherePoul-Henning Kamp1997-09-181-2/+2
* Fprintf -> warn.Philippe Charnier1997-06-181-8/+5
* Merge from Lite2Peter Wemm1997-03-111-23/+25
* Various security related deltas from OpenBSDWarner Losh1997-01-011-15/+35
* ts_sec -> tv_secNate Williams1996-09-201-4/+4
* Don't use __dead or __pure in user code. They were obfuscationsBruce Evans1996-09-141-1/+1
* Check a pointer in skipdirs() before dereferencing it. I don't fullyJoerg Wunsch1995-09-011-1/+1
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-3/+3
* Fix endian bug introduced at Berkeley during the Net2->4.4-lite transition.Paul Traina1994-09-081-8/+12
* BSD 4.4 Lite sbin SourcesRodney W. Grimes1994-05-261-0/+747