commit log
- Document local mine repository authority 95cee74 Jaime Fournier
- Use FreeBSD Forgejo CI runner da8f4cd user
- Set up Forgejo CI/CD policy 658b07f Jaime Fournier
- Update Jerboa references and build hashes 64dea90 Jaime Fournier
- Update jpkg metadata for Forgejo e525b36 Jaime Fournier
- docs: remove jerboa-emacs restriction 44af24d Jaime Fournier
- Remove GitHub workflow metadata 76bb9f7 Jaime Fournier
- jpkg: complete binary package setup 8ae1db5 Jaime Fournier
- new AGENTS.md a2b154e Jaime Fournier
- build: remove tracked generated .sls files and ignore them 147a7c2 Jaime Fournier
- docs: note ~/.local/bin/jerboa path in AGENTS.md 1a417bd Jaime Fournier
- Add vendoring policy to AGENTS.md 2d5b4bb Jaime Fournier
- Unify AGENTS.md with canonical jerboa version aee9c82 Jaime Fournier
- ci: set umask 022 in package/verify tasks too (jerbuild creates group-writable cache dirs during pkg operations) 5100dbe Jaime Fournier
- ci: set umask 022 to prevent group-writable cache dirs (sr.ht default umask creates 0775 dirs) e68217c Jaime Fournier
- ci: add JERBOA_CC_OPT=-O0 (OOM fix) and mkdir -p ~/.cache 4ed8a46 Jaime Fournier
- ci: chmod go-w ~/.cache before pkg commands (sr.ht cache is group-writable) efac491 Jaime Fournier
- Build with JERBOA_NATIVE_FEATURES=tls (smaller, avoids OOM) 47f410a Jaime Fournier
- Add 4GB swap + limit cargo to 1 job (avoid OOM on 2GB sr.ht VMs) 5977661 Jaime Fournier
- tests: add negative regression suite for P0 security findings 11bd849 Jaime Fournier
- chown/chgrp/chmod: do not follow symlinks during -R recursion bdf24ba Jaime Fournier
- expr: run group-match sed via direct argv exec (no shell) 81e2ef2 Jaime Fournier
- Install Rust before make jerboa (native-bundle needs cargo) 476642f Jaime Fournier
- Disable X11 in Chez CI bootstrap (no libx11-dev available) 501532d Jaime Fournier
- Add jpkg packaging 09d79c1 Jaime Fournier
- Switch to MIT license 77071f3 Jaime Fournier
- build: add lint target ec5846f Jaime Fournier
- Harden filesystem operations and native loading 81d4950 Jaime Fournier
- Security hardening and release readiness 8121ef4 Jaime Fournier
- Avoid shelling out for chown lookups 8645f1e Jaime Fournier
- Convert source to Jerboa .ss; build via jerbuild (+ cross targets) 0a79920 Jaime Fournier
- updates 3a72ac0 Jaime Fournier
- Fix top: use FFI for terminal control instead of shelling out 92001ce Jaime Fournier
- Add multi-column output for ls on TTY 962e603 Jaime Fournier
- Fix grep builtin: use Jerboa hash tables instead of Chez native hashtables 58c18dc FreeBSD User
- Revert Makefile to GNU make syntax, add CLAUDE.md with build instructions 30da8d2 FreeBSD User
- Fix Makefile to work with FreeBSD BSD make 5ed1791 FreeBSD User
- Add GNU grep-compatible grep command with PCRE2 and 66-test suite 102e5d8 Jaime Fournier
- Add interactive keyboard support to top command 57bb829 Jaime Fournier
- Add top command and integrate security framework across all 109 commands 7f1bc43 Jaime Fournier
- Security hardening and performance: FFI, CSPRNG, shell-injection fixes 9d059f9 Jaime Fournier
- Use block I/O in cat, head, wc instead of read-char loops ce79f5d Jaime Fournier
- Add BusyBox-style multi-call native binary (bin/jerboa-coreutils) 34fab51 Jaime Fournier
- first commit a280c52 Jaime Fournier
- Initial commit: 108 GNU coreutils ported to Jerboa (Chez Scheme) ce82db1 Jaime Fournier