Age | Commit message (Expand) | Author |
2022-06-07 | add note about seedrng to news | William Hubbs |
2022-06-07 | update news | William Hubbs |
2022-06-06 | drop changelog | William Hubbs |
2022-05-08 | cirrus: drop FreeBSD 11 and 12.2, add FreeBSD 12.3 | William Hubbs |
2022-05-08 | librc: fix resource leaks | William Hubbs |
2022-05-08 | supervise-daemon: fix -Wshadow | Sam James |
2022-05-08 | checkpath: fix memory leak | Sam James |
2022-05-08 | checkpath: fix memory leak | Sam James |
2022-05-08 | rc-update: style fixes | Sam James |
2022-05-08 | rc-update: fix mismatched alloc | Sam James |
2022-05-08 | rc-status: fix mismatched alloc | Sam James |
2022-05-08 | shared/misc.c: free env_allow if returning early from env_filter | Sam James |
2022-05-08 | librc: mark rc_deptree_* functions as mallocs | Sam James |
2022-05-08 | librc: mark stringlist functions as warn_unused_result | Sam James |
2022-05-08 | librc: mark stringlist functions as mallocs | Sam James |
2022-05-08 | librc: fix potential use-after-free | Sam James |
2022-05-08 | librc: fix double-free | Sam James |
2022-05-08 | librc: fix mismatched allocs | Sam James |
2022-05-08 | librc: fix memory leak in rc_services_in_runlevel_stacked | Sam James |
2022-04-30 | multiple spelling and typo fixes | Josh Soref |
2022-04-21 | seedrng: use posix positional params to avoid space splitting | Jason A. Donenfeld |
2022-04-20 | seedrng: initialize seed_dir | William Hubbs |
2022-04-20 | seedrng: more improvements | William Hubbs |
2022-04-20 | seedrng: incorporate various improvements | Jason A. Donenfeld |
2022-04-16 | simplify github workflows using the matrix syntax | Doug Freed |
2022-04-16 | rewrite tests (#515) | William Hubbs |
2022-04-09 | openrc-shutdown: remove rc- prefix from file names | William Hubbs |
2022-04-09 | binfmt: ignore empty lines (#492) | mochaaP |
2022-04-07 | start-stop-daemon: remove rc-prefix from file names | William Hubbs |
2022-04-06 | migrate fully to meson build system | William Hubbs |
2022-03-31 | init.d/seedrng.in: fix rc_yesno typo | Sam James |
2022-03-31 | Add clangd support for development | LinkTed |
2022-03-30 | seedrng: remove environment variables | Jason A. Donenfeld |
2022-03-30 | init.d/urandom.in: drop the use of the psz variable | William Hubbs |
2022-03-30 | add seedrng service for Linux | William Hubbs |
2022-03-30 | seedrng.c: multiple cleanups | William Hubbs |
2022-03-29 | seedrng: clean up fds and avoid -1 close on exit (#509) | Jason A. Donenfeld |
2022-03-26 | Use seedrng for seeding the random number generator | Jason A. Donenfeld |
2022-03-05 | Add Posix Scheduling Support to start-stop-daemon (#497) | sad-goldfish |
2022-03-05 | switch 0x100 constants to enums | Mike Frysinger |
2022-03-05 | switch 0x80 to 0x103 for long options | Mike Frysinger |
2022-03-05 | Use consistent args passing in start-stop-daemon | LinkTed |
2022-03-05 | Fix indentation in the meson.build file | LinkTed |
2022-03-05 | Add newline for `want` | Cat Lee Ball |
2022-02-06 | add GH action to leverage coverity scan | Mike Frysinger |
2022-02-06 | linux: Add support for No New Privs flag | LinkTed |
2022-02-06 | capabilities: Add support for securebits flags | LinkTed |
2022-01-30 | init.d/devfs: default mount /dev noexec | omnivagant |
2022-01-30 | init.d/bootmisc.in: prevent error due to nonexistant file | Dermot Bradley |
2022-01-26 | rc-misc.c: Allocate memory for 'file' | Matt Turner |