tangled
alpha
login
or
join now
jcs.org
/
openbsd-src
0
fork
atom
jcs's openbsd hax
openbsd
0
fork
atom
overview
issues
pulls
pipelines
openbsd-src
/
sys
/
ufs
/
ext2fs
/
at
jcs
16 files
ext2fs.h
Add ext4 field definitions. Taken from NetBSD, with some cosmetic changes to keep it in line with our style.
2 years ago
ext2fs_alloc.c
panic does not require a \n at the end. When one is provided, it looks wrong.
4 years ago
ext2fs_balloc.c
getblk(9): tsleep(9) -> tsleep_nsec(9); ok visa@
6 years ago
ext2fs_bmap.c
correct indentation
2 years ago
ext2fs_bswap.c
use proper on-disk inode size: no more, no less.
11 years ago
ext2fs_dinode.h
use proper on-disk inode size: no more, no less.
11 years ago
ext2fs_dir.h
Delete support for FFS filesystems before the in-inode symlink optimization. As observed by ali_farzanrad(at)riseup.net, support for these was broken in the 5.5 release in early 2014 by the time_t changes. No one noticed before now, so clearly this isn't something we need to continue to support; rejecting in ffs_validate() is an improvement.
2 years ago
ext2fs_extents.c
If you use sys/param.h, you don't need sys/types.h
8 years ago
ext2fs_extents.h
ext4 (extents) read support
11 years ago
ext2fs_extern.h
remove prototypes for removed functions
9 months ago
ext2fs_inode.c
Revert the vdoom change, while it prevents the crashes on joel's go builder and avoids the ufs_inactive problems, bluhm hits panics on shutdown and filesystem unmount on the regress testers.
2 years ago
ext2fs_lookup.c
remove unneeded semicolons; checked by millert@
2 years ago
ext2fs_readwrite.c
Delete obsolete /* ARGSUSED */ lint comments.
3 years ago
ext2fs_subr.c
remove unused ffs_checkoverlap() ext2fs_checkoverlap(); ok miod@
2 years ago
ext2fs_vfsops.c
Retire NULLVP, use NULL for coherency.
6 months ago
ext2fs_vnops.c
File flags handling fixes for ext2fs
10 months ago