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