History log of /src/sbin/fsck_ext2fs/utilities.c |
Revision | | Date | Author | Comments |
1.23 |
| 23-Jun-2013 |
dholland | fsbtodb() -> FFS_FSBTODB(), EXT2_FSBTODB(), or MFS_FSBTODB() dbtofsb() -> FFS_DBTOFSB() or EXT2_DBTOFSB()
(Christos already did the lfs ones a few days back)
|
1.22 |
| 09-Jun-2011 |
christos | branches: 1.22.2; 1.22.8; share more code.
|
1.21 |
| 07-Jan-2010 |
christos | branches: 1.21.4; make this compile again.
|
1.20 |
| 06-Jan-2010 |
christos | PR/42568: Pedro F. Giffuni: Better signal handling from OpenBSD, but simplified.
|
1.19 |
| 19-Oct-2009 |
bouyer | Remove closes 3 & 4 from my licence. Lots of thanks to Soren Jacobsen for the booring work !
|
1.18 |
| 24-Nov-2008 |
tsutsui | Remove unnecessary casts.
|
1.17 |
| 16-Mar-2008 |
lukem | errexit() now provides the trailing \n (since fsck_ffs assumed that from a conversion from err(3)), so "make it so".
|
1.16 |
| 23-Feb-2008 |
christos | Make sure that the exit values are always sane, and use symbolic instead of magic constants. Reviewed by go@
|
1.15 |
| 08-Feb-2007 |
drochner | branches: 1.15.4; 1.15.10; 1.15.12; include <signal.h> where signal(3) is used
|
1.14 |
| 26-Jun-2005 |
christos | constify.
|
1.13 |
| 11-Feb-2005 |
simonb | White space nit- don't put a space before/after increment/decrement operators.
|
1.12 |
| 19-Jan-2005 |
xtraeme | Kill __P(), ANSIfy, remove main() prototype; WARNS=2
|
1.11 |
| 22-Mar-2004 |
bouyer | Fix disclaimer in my copyright. Pointed out by Thomas Klausner.
|
1.10 |
| 05-Oct-2003 |
bouyer | Remove references to University of California from my copyright notices.
|
1.9 |
| 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.8 |
| 13-Jul-2003 |
itojun | use bounded string op (one strcpy remains) VS: ----------------------------------------------------------------------
|
1.7 |
| 24-Jan-2003 |
fvdl | Bump daddr_t to 64 bits. Replace it with int32_t in all places where it was used on-disk, so that on-disk formats remain the same. Remove ufs_daddr_t and ufs_lbn_t for the time being.
|
1.6 |
| 04-Feb-2001 |
christos | fix nested extern and duplicate declarations
|
1.5 |
| 10-Oct-2000 |
is | Format string cleanups by Bill Sommerfeld.
|
1.4 |
| 30-Mar-1998 |
mrg | branches: 1.4.2; 1.4.10; use extern int over extern
|
1.3 |
| 09-Oct-1997 |
bouyer | Ext2 metadata are always stored on disk in little-endian byte order, so do byte-swapping on big-endian system. The byte-swap routines are in fsck/bswap.c because they will also be used in fsck_ffs in future. Tested on i386 and sparc.
|
1.2 |
| 14-Sep-1997 |
lukem | * cleanup for WARNS=1 * deprecate register * cleanup manpage * remove unused docheck() * getopt returns -1 not EOF * put a ) in the correct place in a printf, so that the argument gets & 0xff, not the result of printf() itself...
|
1.1 |
| 11-Jun-1997 |
bouyer | Add support programs for ext2fs. fsck_ext2fs is derived from fsck_ffs.
|
1.4.10.1 |
| 18-Oct-2000 |
tv | Pullup sbin string format fixes [is]. See "cvs log" for explicit revision numbers per file, from sommerfeld.
|
1.4.2.1 |
| 10-Oct-2000 |
he | Pull up revision 1.5 (requested by is): Format string cleanup.
|
1.15.12.2 |
| 17-Jan-2009 |
mjf | Sync with HEAD.
|
1.15.12.1 |
| 03-Apr-2008 |
mjf | Sync with HEAD.
|
1.15.10.1 |
| 24-Mar-2008 |
keiichi | sync with head.
|
1.15.4.1 |
| 23-Mar-2008 |
matt | sync with HEAD
|
1.21.4.1 |
| 23-Jun-2011 |
cherry | Catchup with rmind-uvmplock merge.
|
1.22.8.1 |
| 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.22.2.1 |
| 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|