index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sbin
/
fsck_ffs
/
setup.c
Age
Commit message (
Expand
)
Author
2007-06-01
ufs1_daddr_t cleanup, okay otto@
Pedro Martelletto
2007-06-01
convert ufs2_daddr_t -> daddr64_t for greater clarity; ok pedro otto thib
Theo de Raadt
2007-05-29
Updated disklabel format to support larger disks and partitions. We
Otto Moerbeek
2007-04-18
When trying to read the primary superblock, do not accidentially read
Otto Moerbeek
2007-04-10
Add support for checking ffs2 filesystems. From pedro@ based on
Todd C. Miller
2007-03-19
be a tiny little bit more verbose when encoutering bad block or fragment
Otto Moerbeek
2007-03-19
Add FFS2 fields to the superblock, change file system tools to keep
Pedro Martelletto
2007-03-18
there's no way we're going to be able to handle illegal block or
Otto Moerbeek
2007-02-16
Fix a row of bugs in the code that computes the alternate superblock
Otto Moerbeek
2007-02-13
Do some extra validation of the superblock, otherwise a corrupt
Otto Moerbeek
2007-02-12
max partition letter is 'a' + MAXPARTITIONS - 1, not 'h'. ok (and
Otto Moerbeek
2007-02-09
fix a fd leak that happens whe checking multiple file systems and some
Otto Moerbeek
2007-02-08
Plug some mem leaks that occur when checking multiple file systems in a
Otto Moerbeek
2006-04-17
prettier code; ok pedro
Theo de Raadt
2006-03-09
Remove option -n from newfs as well as all references to fs_postbl()
Pedro Martelletto
2005-12-19
Add and use a few more constants and macros needed by UFS2
Pedro Martelletto
2003-09-25
whack commons as wanted by ho
Theo de Raadt
2003-06-26
const the rcsid, and make it say OpenBSD
Ted Unangst
2003-06-02
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2003-04-30
only compare suberblock fields that are interesting, instead of trying to
Ted Unangst
2002-08-23
- Convert function definitions to new style
Grigoriy Orlov
2002-06-09
rm trailing whitespace
Todd T. Fries
2002-02-16
Part one of userland __P removal. Done with a simple regexp with some minor ...
Todd C. Miller
2001-11-05
kill more registers;
Mike Pechkin
2001-07-07
major -Wall cleanup, almost complete
Theo de Raadt
2001-05-15
report on another calloc() failure
Theo de Raadt
2001-04-19
Cleanup dirpref and synhronize superblock with freebsd.
Grigoriy Orlov
2001-04-13
Fix overflow in superblock. From FreeBSD.
Grigoriy Orlov
2001-04-06
Replace FFS directory preference algorithm(dirpref) by new one.
Grigoriy Orlov
2001-03-02
Make fsck aware of soft updates.
Artur Grabowski
1999-08-17
More <sys/file.h> vs. <fcntl.h> and open() flags fixes.
Todd C. Miller
1997-10-06
back out vfs lite2 till after 2.2
Theo de Raadt
1997-10-06
VFS Lite2 Changes
Constantine Sapuntzakis
1996-10-20
Sync with NetBSD 961019
Thorsten Lockert
1996-06-23
update rcsid
Theo de Raadt
1996-05-28
be more careful
Theo de Raadt
1995-10-18
initial import of NetBSD tree
Theo de Raadt