| Age | Commit message (Expand) | Author |
| 2025-10-28 | libutil: defer setting the MAC label until after the login class | Kyle Evans |
| 2024-09-20 | libutil: support RLIMIT_PIPEBUF | Konstantin Belousov |
| 2024-01-29 | login_cap.h: Remove LOGIN_DEFPRI | Olivier Certner |
| 2024-01-29 | setusercontext(): Set priority from '~/.login_conf' as well | Olivier Certner |
| 2024-01-29 | setclasspriority(): New possible value 'inherit' | Olivier Certner |
| 2024-01-29 | setusercontext(): Move priority setting in new setclasspriority() | Olivier Certner |
| 2024-01-29 | setusercontext(): Better error messages when priority is not set correctly | Olivier Certner |
| 2024-01-29 | setlogincontext(): Comply to style(9) | Olivier Certner |
| 2024-01-29 | setclassumask(): Accept 'inherit' as a value | Olivier Certner |
| 2024-01-29 | setusercontext(): Set umask in a separate function, setclassumask() | Olivier Certner |
| 2024-01-29 | setusercontext(): umask: Set it only once (in the common case) | Olivier Certner |
| 2023-11-26 | lib: Automated cleanup of cdefs and other formatting | Warner Losh |
| 2023-10-09 | setusercontext(): Apply personal settings only on matching effective UID | Olivier Certner |
| 2023-10-02 | setusercontext(): Fix gap when setting a realtime-class priority | Olivier Certner |
| 2023-08-16 | Remove $FreeBSD$: one-line .c pattern | Warner Losh |
| 2021-04-12 | setclassenvironment: trim leading spaces in variable names | Yuri Pankov |
| 2020-02-05 | login.conf(5): split MAIL env var out into a "mail" capability | Kyle Evans |
| 2019-09-02 | libutil: remove SIGSYS handling from setusercontext | Mateusz Guzik |
| 2016-03-12 | Fix handling of umtxp resource limit in sh(1)/ulimit(1), limits(1), add | Konstantin Belousov |
| 2014-10-29 | Fix a clang 3.5 warning about abs(3) being given an argument of type | Dimitry Andric |
| 2013-10-21 | Add a resource limit for the total number of kqueues available to the | Konstantin Belousov |
| 2012-02-09 | Fix NULL ptr dereference in setusercontext if pwd is null, | Eitan Adler |
| 2011-03-05 | Add two new system calls, setloginclass(2) and getloginclass(2). This makes | Edward Tomasz Napierala |
| 2010-08-16 | In setusercontext(), do not apply user settings unless running as the | Dag-Erling Smørgrav |
| 2009-06-23 | Usermode portion of the support for swap allocation accounting: | Konstantin Belousov |
| 2008-11-04 | Avoid assigning a const char * to a char *. | Dag-Erling Smørgrav |
| 2008-10-20 | Parenthesize return values. | Dag-Erling Smørgrav |
| 2008-10-20 | include and whitespace cleanup. | Dag-Erling Smørgrav |
| 2008-08-20 | Integrate the new MPSAFE TTY layer to the FreeBSD operating system. | Ed Schouten |
| 2008-07-25 | Add support for a new login capability, cpumask which allows login | Brooks Davis |
| 2007-05-01 | Fix one kind of style(9) bug and a typo in a comment. | Yaroslav Tykhiy |
| 2003-10-29 | Remove __NETBSD_SYSCALLS. | Tim J. Robbins |
| 2003-10-18 | ANSIfy, WARNSify, CONSTify. Bit of style(9)-ify. | Mark Murray |
| 2003-06-14 | Tidy up. Sort headers. | Mark Murray |
| 2002-11-12 | Add LOGIN_SETMAC to the list of flags that can't be set without class | Robert Watson |
| 2002-10-23 | If LOGIN_SETMAC is set and MAC is enabled in the kernel, then see | Robert Watson |
| 2002-06-28 | Add additional field 'overwrite' to login_vars. It mainly needed to handle | Andrey A. Chernov |
| 2002-06-26 | Make libutil aware of vmemoryuse in its login.conf cap processing (aka | Matthew Dillon |
| 2002-04-08 | Const poisoning. | Ruslan Ermilov |
| 2001-09-30 | Add __FBSDID()s to libutil | Matthew Dillon |
| 2000-07-14 | Make sbsize a size instead of a number. This allows the usual suffixes | Sheldon Hearn |
| 2000-01-19 | Do not set the default terminal type to "su", leave it empty. | Ruslan Ermilov |
| 1999-10-09 | This implements the RLIMIT_SBSIZE ("sbsize") administrative limits for | Brian Feldman |
| 1999-08-28 | $Id$ -> $FreeBSD$ | Peter Wemm |
| 1999-05-13 | fix potential memory overwrite in escape parsing | Andrey A. Chernov |
| 1998-07-29 | Print uid/gid as u_long per bde suggestion | Andrey A. Chernov |
| 1998-07-28 | cast arg to (long) to match format | Andrey A. Chernov |
| 1998-06-03 | If using NetBSD syscalls the rtprio syscall doesn't exist, so just | John Birrell |
| 1998-05-25 | Allow setting of idle or realtime processing priorities per | Steve Price |
| 1997-05-10 | Summary of login.conf support changes: | David Nugent |