aboutsummaryrefslogtreecommitdiff
path: root/lib/libjail
Commit message (Expand)AuthorAgeFilesLines
* libjail: avoid a double-free in the MAC label bitsKyle Evans2026-02-241-1/+1
* jail(3): fix common usage after mac.label supportKyle Evans2026-01-201-6/+9
* libjail: extend struct handlers to included MAC labelsKyle Evans2026-01-161-3/+189
* libjail: start refactoring struct ioctl supportKyle Evans2026-01-161-57/+149
* jaildesc: remove desc from the sysctl parameter listJamie Gritton2025-09-131-1/+9
* jaildesc: fix typo and style(9) violations.Jamie Gritton2025-09-091-8/+8
* jail: add jail descriptorsJamie Gritton2025-09-041-15/+49
* jail: Add meta and env parametersIgor Ostapenko2025-03-312-15/+70
* manuals: Fix "unusual .Xr" warnings with a scriptGraham Percival2024-10-151-1/+1
* Remove residual blank line at start of MakefileWarner Losh2024-07-151-1/+0
* libjail: Guard against programmer error in jailparam_export()Mark Johnston2024-02-041-0/+6
* lib: Automated cleanup of cdefs and other formattingWarner Losh2023-11-272-2/+0
* Remove $FreeBSD$: two-line nroff patternWarner Losh2023-08-161-2/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-162-2/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-162-4/+0
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-123-3/+3
* Refer to a related manpageTom Hukins2023-02-041-0/+1
* libjail: Handle an error from reallocarray() when trimming the buffer.Mark Johnston2020-01-071-1/+4
* Update Makefile.depend filesSimon J. Gerraty2019-12-111-1/+0
* pkgbase: Put a lot of binaries and lib in FreeBSD-runtimeEmmanuel Vadot2019-09-051-3/+1
* `libjail/jail.c' includes both <sys/param.h> and <sys/types.h>Devin Teske2019-06-221-1/+0
* jail_getid(3): add special-case immediate return for jid 0Kyle Evans2019-06-021-0/+9
* jail_getid(3): validate jid string inputKyle Evans2019-05-241-7/+12
* Rename fuse(4) to fusefs(4)Alan Somers2019-03-201-7/+1
* libjail: fix handling of allow.mount.fusefs in jailparam_initAlan Somers2018-11-101-3/+11
* Make it easier for filesystems to count themselves as jail-enabled,Jamie Gritton2018-05-041-1/+7
* If a jail parameter isn't found, try loading a related kernel module.Jamie Gritton2018-03-211-0/+32
* lib: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-263-0/+6
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* libjail: make allocation in jailparam_all() somewhat more robust.Pedro F. Giffuni2017-04-161-3/+3
* Fix libjail reached latest sysctl entry.Ruslan Bukin2016-10-021-1/+6
* First pass through library packaging.Glen Barber2016-02-041-0/+1
* Add a package for jail(8) and related utilities.Glen Barber2016-01-201-0/+2
* META MODE: Prefer INSTALL=tools/install.sh to lessen the need for xinstall.host.Bryan Drewery2015-11-251-1/+0
* Revert r284417 it is not necessary anymoreBaptiste Daroussin2015-06-151-1/+1
* Enforce overwritting SHLIBDIRBaptiste Daroussin2015-06-151-1/+1
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+20
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge sync of headSimon J. Gerraty2015-05-272-7/+7
| |\ | |/ |/|
| * Updated dependenciesSimon J. Gerraty2014-05-161-1/+1
| * Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * Updated/new Makefile.dependSimon J. Gerraty2012-11-081-0/+3
| * Sync from headSimon J. Gerraty2012-11-041-13/+17
| |\
| * | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+17
* | | In preparation for using clang's -Wcast-qual:Jamie Gritton2014-11-252-7/+7
| |/ |/|
* | Fix some memory allocation errors:Jamie Gritton2012-10-041-13/+17
|/
* The fix in r235291 re-broke the "allow.nomount" case. Re-fix itJamie Gritton2012-05-221-12/+14