OpenGrok
Cross Reference: kernelops.h
xref
: /
src
/
sbin
/
fsck_lfs
/
kernelops.h
Home
|
History
|
Annotate
|
Download
|
only in
fsck_lfs
History log of
/src/sbin/fsck_lfs/kernelops.h
Revision
Date
Author
Comments
1.4
16-Feb-2010
mlelstv
Three changes in a single commit.
- drop the notion of frags (LFS fragments) vs fsb (FFS fragments)
The code uses a complicated unity function that just makes the
code difficult to understand.
- support larger sector sizes. Fix disk address computations
to use DEV_BSIZE in the kernel as required by device drivers
and to use sector sizes in userland.
- Fix several locking bugs in lfs_bio.c and lfs_subr.c.
1.3
13-Oct-2009
pooka
fix prototypes of function pointers to varargs syscalls
1.2
06-Aug-2009
pooka
in const where available
1.1
06-Aug-2009
pooka
Define syscalls of lfs userspace tools (cleaner, mainly) through
a struct called kernelops, which contains standard system calls
for the normal case and rump system calls for the rump case.
Make it possible to run the lfs cleaner in a library fashion (taking
the quick route with the implementation).
Indexes created Fri Oct 03 02:09:57 GMT 2025