aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/kern_jail.c
Commit message (Expand)AuthorAgeFilesLines
* jail: convert several functions from int to boolMina Galić2023-03-151-16/+21
* kern_jail.c: Remove #ifdefs for VNET_NFSDRick Macklem2023-03-021-9/+2
* jail: Improve readabilityZhenlei Huang2023-02-281-10/+12
* jail: Use flexible array member within struct prison_ipZhenlei Huang2023-02-281-44/+58
* vfs_export: Add mnt_exjail to control exports done in prisonsRick Macklem2023-02-211-0/+1
* jail: Fix redoing ip restrictingZhenlei Huang2023-02-211-2/+4
* jail: Use atomic(9) instead of CK atomicsMark Johnston2023-02-071-2/+2
* Revert "vfs_export: Add checks for correct prison when updating exports"Rick Macklem2023-02-041-32/+0
* vfs_export: Add checks for correct prison when updating exportsRick Macklem2023-02-031-0/+32
* prison_check_nfsd: Add check for enforce_statfs != 0Rick Macklem2023-02-021-0/+4
* jail: Avoid multipurpose return value of function prison_ip_restrict()Zhenlei Huang2023-01-131-42/+29
* jail: Fix regression panic from eb8dcdeac22dZhenlei Huang2023-01-131-16/+39
* jail: Correctly access IPv[46] addresses of prison_ipZhenlei Huang2023-01-131-3/+3
* jail: Fix output of IPv[46] addresses of DDB `show prison`Zhenlei Huang2022-12-211-2/+2
* kern_jail.c: Allow mountd/nfsd to optionally run in a jailRick Macklem2022-12-171-1/+46
* Import the WireGuard driver from zx2c4.com.John Baldwin2022-10-281-0/+1
* if_me: Use dedicated network privilegeZhenlei Huang2022-10-151-0/+1
* kern_jail: Fix a typo in a source code commentGordon Bergling2022-09-151-1/+1
* jail: add process linkageMateusz Guzik2022-09-051-18/+85
* kern: Correct some typos in source code commentsGordon Bergling2022-09-041-1/+1
* jail: Remove a prison's shared memory when it diesJamie Gritton2022-06-291-0/+2
* jail: add prison_cleanup() to release resources held by a dying jailJamie Gritton2022-06-291-4/+16
* ovpn: Introduce OpenVPN DCO supportKristof Provost2022-06-281-0/+1
* jail: Remove a double word in a source code commentGordon Bergling2022-04-091-1/+1
* vfs: NDFREE(&nd, NDF_ONLY_PNBUF) -> NDFREE_PNBUF(&nd)Mateusz Guzik2022-03-241-1/+1
* jail: network epoch protection for IP address listsGleb Smirnoff2021-12-261-268/+502
* Fix buffer overread in preloaded hostuuid parsingJessica Clarke2021-12-221-4/+27
* vfs: remove the unused thread argument from NDINIT*Mateusz Guzik2021-11-251-2/+1
* jail(8): Fix a few common typos in source code commentsGordon Bergling2021-10-271-1/+1
* jail(9): Fix a typo in a commentGordon Bergling2021-09-261-1/+1
* kern: ether_gen_addr: randomize on default hostuuid, tooKyle Evans2021-06-021-1/+0
* Fix buffer overflow in preloaded hostuuid cleaningColin Percival2021-05-181-1/+1
* Fix 'hostuuid: preload data malformed' warningColin Percival2021-05-181-2/+2
* base: remove if_wg(4) and associated utilities, manpageKyle Evans2021-03-171-1/+0
* if_wg: import latest fixup work from the wireguard-freebsd projectKyle Evans2021-03-151-0/+1
* jail: Add safety around prison_deref() flags.Jamie Gritton2021-02-261-2/+8
* jail: Fix locking on an early jail_set error.Jamie Gritton2021-02-261-1/+1
* jail: re-commit 811e27fa3c44 with fixesJamie Gritton2021-02-251-94/+168
* jail: back out 811e27fa3c44 until it doesn't break JenkinsJamie Gritton2021-02-251-165/+93
* jail: Don't allow jails under dying parentsJamie Gritton2021-02-231-23/+17
* jail: Fix a LOR introduced in 1158508a8086Jamie Gritton2021-02-221-0/+4
* jail: Add PD_KILL to remove a prison in prison_deref().Jamie Gritton2021-02-221-93/+165
* jail: Add pr_state to struct prisonJamie Gritton2021-02-211-47/+55
* jail: fix build after the previous commitMateusz Guzik2021-02-211-1/+1
* jail: Change the locking around pr_ref and pr_urefJamie Gritton2021-02-211-212/+211
* jail: Improve locking when removing prisonsJamie Gritton2021-02-201-28/+41
* jail: Change both root and working directories in jail_attach(2)Jamie Gritton2021-02-191-1/+1
* jail: Handle a possible race between jail_remove(2) and fork(2)Jamie Gritton2021-02-161-3/+21
* jail: Handle a parent jail when a child is added to itJamie Gritton2021-01-291-2/+20
* jail: fix dangling reference bug from 6754ae2572ebJamie Gritton2021-01-221-9/+1