index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sbin
/
fsck_lfs
Age
Commit message (
Expand
)
Author
2021-09-17
Fix the function pointer declaration to something lint likes.
christos
2021-09-14
sbin: enable lint for almost all programs
rillig
2020-09-07
remove GCC_NO_ADDR_OF_PACKED_MEMBER now lfs_accessors.h works.
mrg
2020-09-06
add support for new GCC 9 warnings that may be too much to fix
mrg
2020-06-17
Include explicitly <rump/rump_syscallshotgun.h> for previous indirect users
kamil
2020-05-14
Remove extra semicolon.
msaitoh
2020-04-03
Avoid common symbols for fsck_lfs.
joerg
2020-02-23
Fix userland references to LFS_ORPHAN_NEXTFREE.
riastradh
2019-08-15
fsck: Stop defining the same variable concurrently in bss and data
kamil
2019-02-03
- add or adjust /* FALLTHROUGH */ where appropriate
mrg
2018-06-12
Remove duplicate assignments.
zafer
2018-03-30
PR/51418: Jose Luis Rodriguez Garcia: Fix incore src/sbin/fsck_lfs/bufcache.c
christos
2017-06-10
Update inode member i_flag --> i_state to keep up with kernel changes
pgoyette
2017-06-09
this file uses the <sys/queue.h> macros so it should include
chs
2016-09-16
PR/51478: Jose Luis Rodriguez Garcia: Fix leak mem fsck_lfs/lfs.c
christos
2016-08-25
PR/51440: Jose Luis Rodriguez Garcia: Use the standard queue.h macro instead
christos
2016-08-18
PR/51422: Jose Luis Rodriguez Garcia: completely remove B_NEEDCOMMIT
christos
2016-08-18
PR/51422: Jose Luis Rodriguez Garcia: Remove unnecessary assignment.
christos
2016-07-31
PR 51264 Jose Luis Rodriguez Garcia: lfs userland bufcache rehash is broken
dholland
2016-03-20
Comment out unused logic. PR 50973
dholland
2016-03-17
PR/50974: David Binderman: Remove unused code.
christos
2016-02-19
Need <stdbool.h> for true/false.
riastradh
2015-10-15
Enable lfs64 in fsck_lfs.
dholland
2015-10-10
Track down and fix two missing uses of SEGSUM_FINFOBASE().
dholland
2015-10-03
The per-inode state 'id_entryno' is used by pass1 for a block count,
dholland
2015-10-03
Use daddr_t instead of uint32_t for the in-memory copy of the inode
dholland
2015-10-03
Drop an explicit sign-extension in fsck that shouldn't be needed any
dholland
2015-10-03
Add lfs_checkword type for reading checksum data out of structures.
dholland
2015-10-03
Fix hardwired 32-bit stuff in fsck:
dholland
2015-10-03
Remove a dead data structure.
dholland
2015-10-03
Apply IINFO in the other userland tools.
dholland
2015-10-03
Use IINFO in lfs_writeinode().
dholland
2015-09-21
Add 64-bit directory entry structures, and adjust accessors accordingly.
dholland
2015-09-21
Oops; LFS_DIRECTSIZ() is going to need the fs as an argument.
dholland
2015-09-20
Clean up struct lfs_dirtemplate.
dholland
2015-09-15
Pass around struct lfs_dirheader instead of struct lfs_direct.
dholland
2015-09-15
Add an accessor function for directory names.
dholland
2015-09-15
Add a function lfs_copydirname() to copy directory names in place; use
dholland
2015-09-15
Tidyups/fixes preparatory to making d_name[] in struct lfs_direct size
dholland
2015-09-15
Add and use accessor functions for more of the directory entry fields.
dholland
2015-09-01
Add new accessors for the d_type and d_namlen fields of struct lfs_direct.
dholland
2015-09-01
Remove ulfs_daddr_t.
dholland
2015-09-01
Use daddr_t, not ulfs_daddr_t, as the latter's 32 bits wide.
dholland
2015-09-01
Use daddr_t, not ulfs_daddr_t, as the latter's 32 bits wide.
dholland
2015-09-01
Use daddr_t, not ulfs_daddr_t, as the latter's 32 bits wide.
dholland
2015-09-01
Tidy the MAXSYMLINKLEN macros.
dholland
2015-09-01
The ifile's inode number is constant. (it is always 1)
dholland
2015-09-01
Make the inode fields in the 64-bit superblock 64 bits wide.
dholland
2015-09-01
Add byteswapping to the dinode accessors.
dholland
2015-09-01
Use the lfs dinode accessors in place of the ufs-derived ones.
dholland
[next]