index
:
bfs.git
clone
coverity
find2fd
gh-pages
main
queue-files
single-file
Breadth-first version of find
Tavian Barnes <tavianator@tavianator.com>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mtab.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Include what I use
Tavian Barnes
2020-11-12
1
-1
/
+1
*
mtab: Adjust some naming conventions
Tavian Barnes
2020-10-06
1
-3
/
+3
*
Rename struct cmdline to bfs_ctx
Tavian Barnes
2020-09-27
1
-4
/
+4
*
mtab: Use struct statvfs on NetBSD
Tavian Barnes
2019-09-24
1
-2
/
+8
*
mtab: Rename maybe_mount to might_be_mount
Tavian Barnes
2019-08-29
1
-1
/
+1
*
mtab: Lazy-load the device IDs from the mount table
Tavian Barnes
2019-08-29
1
-27
/
+66
*
mtab: Use BFS_STAT_NOSYNC
Tavian Barnes
2019-08-29
1
-69
/
+41
*
stat: Unify the flags arguments
Tavian Barnes
2019-05-04
1
-3
/
+3
*
trie: Make trie_remove() take a leaf instead of a key
Tavian Barnes
2019-04-20
1
-2
/
+2
*
Release 1.4
1.4
Tavian Barnes
2019-04-15
1
-1
/
+1
*
trie: Store void* values rather than const void*
Tavian Barnes
2019-03-27
1
-1
/
+1
*
bftw: Work around d_type being wrong for bind mounts on Linux
Tavian Barnes
2019-03-06
1
-5
/
+23
*
mtab: Fix implementation for all platforms
Tavian Barnes
2019-03-06
1
-14
/
+7
*
mtab: Replace the linked list of file system types with a trie
Tavian Barnes
2019-03-06
1
-44
/
+24
*
Check for <sys/param.h> before including it
Tavian Barnes
2018-11-08
1
-2
/
+5
*
util: Wrap __has_include()
Tavian Barnes
2018-11-01
1
-5
/
+1
*
Update copyright dates
Tavian Barnes
2018-09-24
1
-1
/
+1
*
mtab: Fall back on /proc/mounts if /etc/mtab isn't available
Tavian Barnes
2018-03-04
1
-0
/
+4
*
stat: New wrapper around the stat() family
Tavian Barnes
2018-01-08
1
-11
/
+13
*
mtab: Add support for Solaris
Tavian Barnes
2017-09-09
1
-0
/
+43
*
mtab: Use __has_include() to check for <mntent.h>
Tavian Barnes
2017-09-02
1
-4
/
+15
*
Re-license under the BSD Zero Clause License
Tavian Barnes
2017-07-27
1
-10
/
+15
*
mtab: Check __GLIBC__ instead of __linux__ for getmntent()
Tavian Barnes
2017-04-30
1
-2
/
+2
*
mtab: Don't hardcode /etc/mtab
Tavian Barnes
2017-04-29
1
-1
/
+1
*
Implement -fstype
Tavian Barnes
2017-04-23
1
-0
/
+174