bookmarkfs/src
CismonX 182967497d
sandbox: various fix and improvements
- Workaround a glibc issue for filtering negative syscall arguments.
- Allow unlinkat() syscall.
- Add extra filter for openat() in read-only mode when Landlock
  is not available.
2025-03-04 11:29:04 +08:00
..
backend.h backend: misc refactor 2025-02-28 10:05:25 +08:00
backend_chromium.c chore: tidy up 2025-03-01 23:40:34 +08:00
backend_firefox.c chore: tidy up 2025-03-01 23:40:34 +08:00
backend_util.c ioctl: move type definitions to common.h 2025-02-02 21:35:12 +08:00
backend_util.h init: prepare for Savannah 2024-12-31 18:09:03 +08:00
bookmarkctl.c chore: tidy up includes 2025-02-08 18:56:45 +08:00
common.h ioctl: move type definitions to common.h 2025-02-02 21:35:12 +08:00
db.c db: disable SQL printing in debug mode by default 2025-02-18 10:31:55 +08:00
db.h db: allow non-integer argument for safeincr 2025-01-25 21:25:37 +08:00
defs.h xattr: misc refactor 2025-02-19 11:34:03 +08:00
frontend_util.c init: prepare for Savannah 2024-12-31 18:09:03 +08:00
frontend_util.h chore: tidy up includes 2025-02-08 18:56:45 +08:00
fs_ops.c chore: tidy up 2025-03-01 23:40:34 +08:00
fs_ops.h xattr: misc refactor 2025-02-19 11:34:03 +08:00
fsck.c chore: remove bad copy-pasted comment lines 2025-02-26 14:58:42 +08:00
fsck_handler.h ioctl: move type definitions to common.h 2025-02-02 21:35:12 +08:00
fsck_handler_simple.c all: fix conditional build 2025-02-08 19:47:20 +08:00
fsck_handler_tcl.c all: debug_puts() should accept arbitrary string 2025-02-15 19:38:15 +08:00
fsck_offline.c backend: rename bookmark_fsck -> bookmark_check 2025-02-12 20:47:10 +08:00
fsck_online.c all: fix build with musl libc 2025-02-16 00:19:51 +08:00
fsck_ops.h init: prepare for Savannah 2024-12-31 18:09:03 +08:00
fsck_util.c fsck_util: fix escape_control_chars() 2025-01-11 19:17:18 +08:00
fsck_util.h ioctl: move type definitions to common.h 2025-02-02 21:35:12 +08:00
hash.c hash: add hash_digestcb() function 2025-02-06 16:09:58 +08:00
hash.h doc: add chapter for the utility library 2025-03-02 11:18:34 +08:00
hashmap.c chore: tidy up includes 2025-02-08 18:56:45 +08:00
hashmap.h init: prepare for Savannah 2024-12-31 18:09:03 +08:00
ioctl.h ioctl: move type definitions to common.h 2025-02-02 21:35:12 +08:00
json.c xstd: add convenience function xstrerror_save() 2025-03-01 07:40:13 +08:00
json.h all: relax compiler requirements 2025-01-28 20:20:20 +08:00
lib.c init: prepare for Savannah 2024-12-31 18:09:03 +08:00
lib.h init: prepare for Savannah 2024-12-31 18:09:03 +08:00
macros.h init: prepare for Savannah 2024-12-31 18:09:03 +08:00
Makefile.am build: move BUILDING_BOOKMARKFS to config.h 2025-02-02 18:51:48 +08:00
mkfs.c chore: remove bad copy-pasted comment lines 2025-02-26 14:58:42 +08:00
mount.c xattr: misc refactor 2025-02-19 11:34:03 +08:00
prng.c all: relax compiler requirements 2025-01-28 20:20:20 +08:00
prng.h doc: add chapter for the utility library 2025-03-02 11:18:34 +08:00
sandbox.c sandbox: various fix and improvements 2025-03-04 11:29:04 +08:00
sandbox.h doc: add chapter for the utility library 2025-03-02 11:18:34 +08:00
uuid.c chore: tidy up includes 2025-02-08 18:56:45 +08:00
uuid.h init: prepare for Savannah 2024-12-31 18:09:03 +08:00
version.c init: prepare for Savannah 2024-12-31 18:09:03 +08:00
version.h doc: misc update 2025-01-28 20:56:06 +08:00
watcher.c watcher: misc fix 2025-03-02 06:54:06 +08:00
watcher.h doc: add chapter for the utility library 2025-03-02 11:18:34 +08:00
xstd.c xstd: add convenience function xstrerror_save() 2025-03-01 07:40:13 +08:00
xstd.h chore: tidy up 2025-03-01 23:40:34 +08:00