History log of /src/sbin/restore/symtab.c |
Revision | | Date | Author | Comments |
1.31 |
| 10-Feb-2024 |
andvar | s/indicies/indices/ in comments.
|
1.30 |
| 19-Jun-2021 |
christos | Add external attribute dumping and restoring support from FreeBSD. Does not fully work yet, attributes are being saved and restored correctly, but don't appear in the restored files somehow.
|
1.29 |
| 22-Jan-2013 |
dholland | Stuff UFS_ in front of a few of ufs's symbols to reduce namespace pollution. Specifically: ROOTINO -> UFS_ROOTINO WINO -> UFS_WINO NXADDR -> UFS_NXADDR NDADDR -> UFS_NDADDR NIADDR -> UFS_NIADDR MAXSYMLINKLEN -> UFS_MAXSYMLINKLEN MAXSYMLINKLEN_UFS[12] -> UFS[12]_MAXSYMLINKLEN (for consistency)
Sort out ext2fs's misuse of NDADDR and NIADDR; fortunately, these have the same values in ext2fs and ffs.
No functional change intended.
|
1.28 |
| 16-Sep-2011 |
plunky | branches: 1.28.2; 1.28.8; NULL does not need a cast, here
|
1.27 |
| 04-Jan-2011 |
wiz | Fix fd leak. Found by cppcheck.
|
1.26 |
| 12-May-2010 |
mbalmer | Fix grammar in a line of output. From Hywel Mallett via FreeBSD.
|
1.25 |
| 07-Apr-2009 |
lukem | fix sign-compare issues
|
1.24 |
| 22-Feb-2009 |
yamt | remove a useless cast.
|
1.23 |
| 19-Aug-2005 |
christos | branches: 1.23.28; 1.23.30; 64 bit inode changes
|
1.22 |
| 27-Jun-2005 |
christos | add const
|
1.21 |
| 27-Jun-2005 |
christos | sprinkle const.
|
1.20 |
| 17-Feb-2005 |
xtraeme | Kill __P(), use ANSI function declarations.
|
1.19 |
| 07-Aug-2003 |
agc | Move UCB-licensed code from 4-clause to 3-clause licence.
Patches provided by Joel Baker in PR 22308, verified by myself.
|
1.18 |
| 25-Nov-2002 |
enami | Also, don't allocate string entries one by one. Instead, allocate one page and divide it, to reduce memory usage.
|
1.17 |
| 18-Nov-2002 |
enami | Typo in comment.
|
1.16 |
| 18-Nov-2002 |
enami | Don't allocate struct entry one by one; it just wastes memory.
|
1.15 |
| 12-Aug-2002 |
itojun | calloc() arg mistake. it's (nelem, size). from openbsd
|
1.14 |
| 19-Jun-2001 |
wiz | `existent', not `existant'
|
1.13 |
| 16-Sep-1997 |
lukem | resolve conflicts from lite-2 merge
|
1.12 |
| 16-Sep-1997 |
mrg | make these compile on the alpha after WARNS=1.
|
1.11 |
| 15-Sep-1997 |
lukem | * cleanup for WARNS=1 * fix use of .Nm
|
1.10 |
| 19-Mar-1997 |
lukem | * use mkstemp() instead of mktemp() * remove "register" qualifiers
|
1.9 |
| 30-Nov-1996 |
cgd | patches from Tom I Helbekkmo <tih@nhh.no> to deal with type-size issues, so this works (better, at least) on 64-bit machines (e.g. alpha).
|
1.8 |
| 18-Mar-1995 |
cgd | branches: 1.8.6; convert to new RCS Id conventions; reduce my headache
|
1.7 |
| 20-Feb-1995 |
mycroft | Use atexit() rather than tweaking every exit() to call the cleanup function.
|
1.6 |
| 28-Dec-1994 |
mycroft | Mostly sync with CSRG.
|
1.5 |
| 23-Sep-1994 |
mycroft | Eliminate uses of some obsolete functions.
|
1.4 |
| 08-Jun-1994 |
mycroft | Update from 4.4-Lite, with local changes.
|
1.3 |
| 22-Dec-1993 |
cgd | new version from CSRG, via BSDI, with fixes
|
1.2 |
| 01-Aug-1993 |
mycroft | Add RCS identifiers.
|
1.1 |
| 21-Mar-1993 |
cgd | branches: 1.1.1; Initial revision
|
1.1.1.3 |
| 16-Sep-1997 |
lukem | imported from lite-2
|
1.1.1.2 |
| 13-Jun-1994 |
mycroft | Import 4.4-Lite version.
|
1.1.1.1 |
| 21-Mar-1993 |
cgd | initial import of 386bsd-0.1 sources
|
1.8.6.1 |
| 06-Dec-1996 |
rat | Pullup request from Chris G Demetriou <Chris_G_Demetriou@ux2.sp.cs.cmu.edu>
>Make dump and restore usable on the alpha
|
1.23.30.1 |
| 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
1.23.28.1 |
| 21-Nov-2010 |
riz | Pull up following revision(s) (requested by mbalmer in ticket #1397): sbin/restore/symtab.c: revision 1.26 Fix grammar in a line of output. From Hywel Mallett via FreeBSD.
|
1.28.8.1 |
| 25-Feb-2013 |
tls | resync with head
|
1.28.2.1 |
| 23-Jan-2013 |
yamt | sync with head
|