| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Remove $FreeBSD$: two-line nroff pattern | Warner Losh | 2023-08-16 | 2 | -4/+0 |
| * | Remove $FreeBSD$: one-line sh pattern | Warner Losh | 2023-08-16 | 5 | -6/+0 |
| * | Remove $FreeBSD$: one-line .c pattern | Warner Losh | 2023-08-16 | 6 | -12/+0 |
| * | Remove $FreeBSD$: two-line .h pattern | Warner Losh | 2023-08-16 | 1 | -2/+0 |
| * | Mark usage function as __dead2 in programs where it does not return | Alfonso Gregory | 2023-07-07 | 1 | -1/+1 |
| * | jail: Mute -Wunused-but-set-variable for yynerrs. | John Baldwin | 2023-06-20 | 1 | -0/+1 |
| * | jail: add ".include" directive to jail.conf | Jamie Gritton | 2023-06-07 | 4 | -40/+137 |
| * | jail: Use re-entrant versions of lex & yacc, and lex's yylineno | Jamie Gritton | 2023-06-04 | 5 | -66/+83 |
| * | jail: Allow nested jail definitions. | Jamie Gritton | 2023-06-04 | 2 | -29/+35 |
| * | spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD | Warner Losh | 2023-05-12 | 8 | -8/+8 |
| * | Update/fix Makefile.depend for userland | Simon J. Gerraty | 2023-04-19 | 1 | -3/+0 |
| * | jail.8: Update the allow.nfsd section | Rick Macklem | 2023-03-14 | 1 | -10/+44 |
| * | jail: Correct jail_max_af_ips sysctl name | Elvin Aslanov | 2023-02-04 | 1 | -1/+1 |
| * | jail.8: Update the man page for allow.nfsd | Rick Macklem | 2022-12-17 | 1 | -1/+14 |
| * | jail: fix a NULL pointer derefence in parsing ip6.addr settings. | Jamie Gritton | 2022-12-15 | 1 | -1/+1 |
| * | jail.8: Fix formatting of synopsis and some code examples | Mateusz Piotrowski | 2022-07-18 | 1 | -6/+9 |
| * | jail.conf.5: List configuration and example files | Mateusz Piotrowski | 2022-07-08 | 1 | -1/+8 |
| * | Bump .Dd for recently modified manual pages | Fernando Apesteguía | 2022-06-27 | 1 | -1/+1 |
| * | Remove references to named(8) | Fernando Apesteguía | 2022-06-26 | 1 | -6/+0 |
| * | jail: handle jailsys parameters in modification permission test | Jamie Gritton | 2022-03-26 | 1 | -10/+22 |
| * | jail: Don't allow substitution of valueless jail parameters. | Jamie Gritton | 2021-06-18 | 1 | -1/+1 |
| * | Fix test case header function name | Math Ieu | 2021-06-02 | 1 | -1/+1 |
| * | jail.conf(5): emphasize where to find jail parameters | Fernando Apesteguía | 2021-04-18 | 1 | -4/+5 |
| * | jail: fix jail(8) synposis and usage message to match reality. | Jamie Gritton | 2021-04-04 | 2 | -3/+3 |
| * | jail(8): reset to root cpuset before attaching to run commands | Kyle Evans | 2021-03-04 | 1 | -0/+33 |
| * | usr.bin/jail: Fix tests when using kyua -v parallelism=N | Alex Richardson | 2021-02-04 | 1 | -0/+2 |
| * | jail: introduce per jail suser_enabled setting | Mariusz Zaborski | 2020-11-18 | 1 | -1/+9 |
| * | Disregard jails in jail.conf that have bad parameters (parameter/variable | Jamie Gritton | 2020-08-27 | 1 | -0/+3 |
| * | Don't allow jail.conf variables to have the same names as jail parameters. | Jamie Gritton | 2020-08-27 | 1 | -1/+14 |
| * | Back out r364791 to unbreak jails. Lesson learned: "compile and test" means | Jamie Gritton | 2020-08-26 | 1 | -2/+1 |
| * | Handle jail.conf variables that have the same names as parameters. | Jamie Gritton | 2020-08-26 | 1 | -1/+2 |
| * | jail: Add exec.prepare and exec.release command hooks | Ryan Moeller | 2020-05-14 | 5 | -2/+19 |
| * | jail(8): improve manual and usage information with more clear | Eugene Grosbein | 2020-04-17 | 2 | -4/+8 |
| * | Use memmove to copy within a buffer | Andrew Turner | 2020-04-01 | 1 | -2/+2 |
| * | revert r354935 and apply fix for cleandir failure | Ed Maste | 2019-11-21 | 1 | -0/+7 |
| * | Revert r354896, r354899, r354900: | Glen Barber | 2019-11-21 | 1 | -7/+0 |
| * | Use the correct variable, also limit the scope to bfd | Li-Wen Hsu | 2019-11-20 | 1 | -1/+1 |
| * | Limit the workaround to riscv only | Li-Wen Hsu | 2019-11-20 | 1 | -0/+2 |
| * | Workaround riscv64 build when using binutils 2.33.1 | Li-Wen Hsu | 2019-11-20 | 1 | -0/+5 |
| * | add ability to set watchdog timeout for a shutdown | Andriy Gapon | 2019-10-03 | 2 | -6/+6 |
| * | [jail] removal by jid doesn't trigger pre/post stop scripts | Michael Zhilin | 2019-09-12 | 5 | -23/+194 |
| * | Stop linking to libl by specifying we do not need yywrap | Baptiste Daroussin | 2019-09-10 | 2 | -1/+2 |
| * | Change ed(4), ep(4), and fxp(4) examples to em(4). | Brooks Davis | 2019-05-18 | 1 | -2/+2 |
| * | Clarify error messages a bit. | Dmitry Morozovsky | 2019-01-18 | 1 | -3/+3 |
| * | jail(8): stop crashing with SIGSEGV inside run_command() function | Eugene Grosbein | 2019-01-17 | 1 | -1/+1 |
| * | In hardened systems, where the security.bsd.unprivileged_proc_debug sysctl | Jamie Gritton | 2018-11-27 | 1 | -1/+3 |
| * | jail(8): introduce new command option -e to exhibit | Eugene Grosbein | 2018-11-10 | 3 | -13/+59 |
| * | Fix typos from r339409. | Jamie Gritton | 2018-10-18 | 1 | -1/+1 |
| * | Add a new jail permission, allow.read_msgbuf. When true, jailed processes | Jamie Gritton | 2018-10-17 | 1 | -1/+6 |
| * | In r324732 sysinstall was replaced by bsdinstall. | Bjoern Heidotting | 2018-08-20 | 1 | -2/+3 |