Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-04-10 | Add support for checking ffs2 filesystems. From pedro@ based on | Todd C. Miller | |
the ufs2 changes in FreeBSD by Kirk Mckusick. | |||
2007-03-19 | Add FFS2 fields to the superblock, change file system tools to keep | Pedro Martelletto | |
accessing FFS1 fields, okay art@, quite some testing by ckuethe@, simon@ and thib@, thanks. | |||
2007-02-13 | "Fix" a horrible signal handler. ckfini() breaks all the rules for | Otto Moerbeek | |
signal handlers, calling free() and not being reentrant. This commit fixes to most importamt problem (^C on the "MARK FILESYSTEM CLEAN?" question causes a double free), but actually SIGINT handling should be completely rewritten. ok millert@ deraadt@ | |||
2006-04-17 | more signal handler cleaning | Theo de Raadt | |
2006-04-17 | solve half of the signal race issues | Theo de Raadt | |
2006-04-17 | prettier code; ok pedro | Theo de Raadt | |
2006-04-07 | fsck needs to unset FS_FLAGS_UPDATED if it changes the super block | Pedro Martelletto | |
2006-04-02 | use SEEK_* for lseek() | Theo de Raadt | |
2006-03-30 | when asking y or n, accept "F" which forces yes from the on. i have | Theo de Raadt | |
wished for this for 10+ year, but always forgotten to make the change after cleaning up a nasty file system; ok pedro millert | |||
2006-03-22 | earlier asprintf diff caused malloc in signal handler. clarify the | Theo de Raadt | |
code a bit more so that this mistake will not be done again | |||
2006-03-20 | NetBSD Coverity CID 2074: Fix memory leak. | David Hill | |
ok deraadt@ | |||
2006-03-12 | use asprintf instead of a static buffer; dhill, tested by pedro | Theo de Raadt | |
2006-01-25 | spell fall through as FALLTHROUGH | Ted Unangst | |
2003-08-25 | rename struct dinode to ufs1_dinode. clears the namespace and makes | Ted Unangst | |
way for some future work. no function changes yet. help testing otto@ and markus@ | |||
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
2003-04-26 | string cleaning; ok tedu | Theo de Raadt | |
2002-08-23 | - Convert function definitions to new style | Grigoriy Orlov | |
- eliminate trailing whitespace - remove casts that aren't needed. - make rcsid strings const, for -Wall compilation. from tedu <grendel@zeitbombe.org> | |||
2002-08-20 | clean some more signal races, some cannot be fixed | Theo de Raadt | |
2002-02-23 | getc() returns an int | Theo de Raadt | |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ↵ | Todd C. Miller | |
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | |||
2001-11-05 | kill more registers; | Mike Pechkin | |
millert@ ok | |||
2001-04-13 | Fix overflow in superblock. From FreeBSD. | Grigoriy Orlov | |
FreeBSD's log: > The ffs superblock includes a 128-byte region for use by temporary > in-core pointers to summary information. An array in this region > (fs_csp) could overflow on filesystems with a very large number of > cylinder groups (~16000 on i386 with 8k blocks). When this happens, > other fields in the superblock get corrupted, and fsck refuses to > check the filesystem. > > Solve this problem by replacing the fs_csp array in 'struct fs' > with a single pointer, and add padding to keep the length of the > 128-byte region fixed. Update the kernel and userland utilities > to use just this single pointer. > > With this change, the kernel no longer makes use of the superblock > fields 'fs_csshift' and 'fs_csmask'. Add a comment to newfs/mkfs.c > to indicate that these fields must be calculated for compatibility > with older kernels. art@ ok. | |||
2001-03-02 | Make fsck aware of soft updates. | Artur Grabowski | |
We had this in the tree 1997, but it went away because it was too close to release. Ok: csapuntz@ (as a size note: It's really good to test fsck when you are torture testing the filesystems) | |||
2001-01-19 | mark signal races i cannot fix at the moment | Theo de Raadt | |
2001-01-15 | save_errno in signal handler | Theo de Raadt | |
2000-09-30 | Some format string problems that were missed during initial audit; deraadt@ and | Aaron Campbell | |
millert@ ok | |||
1999-03-01 | SIGINFO support | David Leonard | |
1997-10-06 | back out vfs lite2 till after 2.2 | Theo de Raadt | |
1997-10-06 | VFS Lite2 Changes | Constantine Sapuntzakis | |
1997-06-25 | (foo *)0 -> NULL | kstailey | |
1996-10-20 | Sync with NetBSD 961019 | Thorsten Lockert | |
1996-06-23 | update rcsid | Theo de Raadt | |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |