index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sbin
/
restore
/
dirs.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix sbin/ build with a 64-bit ino_t.
mdf
2012-09-27
1
-6
/
+8
*
- Cast time_t, int64_t and some int32_t values to intmax_t and use "%jd"
jh
2010-01-29
1
-8
/
+11
*
Fix nits pointed out in PR bin/39905 that have not already been
mckusick
2008-05-23
1
-3
/
+3
*
restore(8) does not check for write failure while building two temp
mckusick
2008-04-14
1
-24
/
+68
*
Correctly set file group when restore is run by a user other than root.
mckusick
2008-04-11
1
-1
/
+6
*
Use safer string handling.
imp
2008-04-03
1
-5
/
+4
*
Update the dump program to save extended attributes. Update
mckusick
2007-02-26
1
-12
/
+54
*
Remove debug from last commit
imp
2005-04-03
1
-2
/
+0
*
Restore the ability to read FreeBSD 1 tapes (and I think any net2
imp
2005-03-25
1
-0
/
+10
*
dcvt is unused since the support for converting pre-4.4 tapes was
imp
2005-03-25
1
-25
/
+2
*
Use the correct types for the functions rst_opendir(), glob_readdir() and
stefanf
2004-05-24
1
-2
/
+4
*
Remove advertising clause from University of California Regent's license,
markm
2004-04-09
1
-4
/
+0
*
Fix gcc warnings. If NAME_MAX is 255, and d_namlen is a uint8_t, then
peter
2003-10-26
1
-2
/
+7
*
Use the standardized CHAR_BIT constant instead of NBBY in userland.
mike
2002-09-25
1
-0
/
+1
*
Change utimes to set the file creation time (for filesystems that
mckusick
2002-07-17
1
-6
/
+12
*
This commit adds basic support for the UFS2 filesystem. The UFS2
mckusick
2002-06-21
1
-68
/
+46
*
o remove __P
imp
2002-03-20
1
-59
/
+31
*
Remove 'register' keyword.
obrien
2002-03-20
1
-18
/
+18
*
Respect the -N flag when changing directory attributes in setdirmode).
dd
2001-08-20
1
-4
/
+6
*
Honour `TMPDIR' environment variable.
sobomax
2001-08-13
1
-3
/
+9
*
Move _PATH_DEFTAPE to <paths.h> to remove all the duplication of definitons,
obrien
2001-03-08
1
-1
/
+1
*
Don't depend on <sys/stat.h> bogusly including <sys/time.h> (and thereby
wollman
2000-10-10
1
-0
/
+1
*
Don't try to make files immutable (ie. chflags) before setting access times.
dwmalone
2000-07-16
1
-1
/
+1
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
64bit fixes.
dima
1998-10-27
1
-5
/
+5
*
Add rcsid. Remove unused #includes. Add missing prototypes and others -Wall
charnier
1998-07-28
1
-7
/
+5
*
Fixed printf format errors. Sure is dusty here.
bde
1998-06-28
1
-2
/
+2
*
Many places in the code NULL is used in integer context, where
phk
1997-09-18
1
-2
/
+2
*
Fprintf -> warn.
charnier
1997-06-18
1
-8
/
+5
*
Merge from Lite2
peter
1997-03-11
1
-23
/
+25
*
Various security related deltas from OpenBSD
imp
1997-01-01
1
-15
/
+35
*
ts_sec -> tv_sec
nate
1996-09-20
1
-4
/
+4
*
Don't use __dead or __pure in user code. They were obfuscations
bde
1996-09-14
1
-1
/
+1
*
Check a pointer in skipdirs() before dereferencing it. I don't fully
joerg
1995-09-01
1
-1
/
+1
*
Remove trailing whitespace.
rgrimes
1995-05-30
1
-3
/
+3
*
Fix endian bug introduced at Berkeley during the Net2->4.4-lite transition.
pst
1994-09-08
1
-8
/
+12
*
BSD 4.4 Lite sbin Sources
rgrimes
1994-05-26
1
-0
/
+747