Age | Commit message (Expand) | Author |
2024-09-15 | remove unused variables | Jonathan Gray |
2024-02-03 | Remove Softdep. | Bob Beck |
2024-01-09 | Delete support for FFS filesystems before the in-inode symlink | Philip Guenther |
2023-02-08 | dump/fsck_ffs: convert two function definitions to ansi, missed | Theo Buehler |
2018-04-26 | Cast a multiplicand to ino_t to avoid overflow in 32*32=64 calculations | Philip Guenther |
2015-01-20 | Adjust <sys/param.h> comments regarding use of use of MAXFRAG, or | Theo de Raadt |
2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt |
2014-07-10 | Add internal buffering when dumping a device with non-512 byte | Kenneth R Westerback |
2014-06-13 | Type cleanup: | Christian Weisgerber |
2014-05-31 | Oops. We're reporting DEV_BSIZE values in error messages, so call | Kenneth R Westerback |
2014-05-31 | Cast daddr_t variable (blkno) to (long long) when printing with %lld. | Kenneth R Westerback |
2014-05-27 | Where trying to pread() a single disk sector, the i/o must be for the | Kenneth R Westerback |
2014-05-24 | Nuke last of the illusionary 'dev_bsize' and 'dev_bshift' variables in | Kenneth R Westerback |
2014-05-21 | Nuke some trailing whitespace and break some long lines to shrink | Kenneth R Westerback |
2014-05-20 | As suggested by guenther@ and millert@, replace seek+[read|write] with | Kenneth R Westerback |
2013-11-12 | add a variety of missing prototypes | Theo de Raadt |
2013-06-11 | final removal of daddr64_t. daddr_t has been 64 bit for a long enough | Theo de Raadt |
2013-04-23 | handle large ino_t; ok tedu | Theo de Raadt |
2013-04-04 | Make our dump(8) honour the "nodump" flag for directories, effectively | Vadim Zhukov |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt |
2007-06-15 | don't use static data in recursive functions; from FreeBSD; fixes PR 5509 | Otto Moerbeek |
2007-06-11 | When dumping ffs1, store old_atime and old_mtime too. | Todd C. Miller |
2007-06-03 | Add ffs2 support to dump/restore. From FreeBSD with some NetBSD changes. | Todd C. Miller |
2007-03-19 | Add FFS2 fields to the superblock, change file system tools to keep | Pedro Martelletto |
2007-03-06 | Add and fix /* FALLTHROUGH */ comments. | Ray Lai |
2007-03-04 | delete sunos junk; Jim Razmus | Theo de Raadt |
2006-12-26 | fts_read returning NULL and errno set is an error. ok ray@ | Otto Moerbeek |
2006-04-02 | use SEEK_* for lseek() | Theo de Raadt |
2003-08-25 | rename struct dinode to ufs1_dinode. clears the namespace and makes | Ted Unangst |
2003-07-28 | rcsid should say openbsd. make 'em const while here. | Ted Unangst |
2003-06-26 | ansi and protos | Theo de Raadt |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-05-14 | Minor format string correctness. | Chad Loder |
2002-03-14 | fix a few overflows by using off_t, not 32bit longs; some parts are from lucq... | Michael Shalayeff |
2002-02-19 | We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft. | Todd C. Miller |
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 |
2000-01-22 | remove extra externs not needed because of unistd.h (rest of tree will be don... | Theo de Raadt |
1998-11-24 | Wall, and do not let tapesize overflow | Theo de Raadt |
1997-07-05 | Fix some incorrect strncpy usage. | Todd C. Miller |
1996-12-04 | 64 bit patches, tih@nhh.no | Theo de Raadt |
1996-06-23 | update rcsid | Theo de Raadt |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt |