| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r273837: | dim | 2014-11-01 | 1 | -5/+5 |
* | Fix NULL ptr dereference in setusercontext if pwd is null, | eadler | 2012-02-09 | 1 | -3/+6 |
* | Add two new system calls, setloginclass(2) and getloginclass(2). This makes | trasz | 2011-03-05 | 1 | -0/+23 |
* | In setusercontext(), do not apply user settings unless running as the | des | 2010-08-16 | 1 | -1/+1 |
* | Usermode portion of the support for swap allocation accounting: | kib | 2009-06-23 | 1 | -0/+1 |
* | Avoid assigning a const char * to a char *. | des | 2008-11-04 | 1 | -6/+5 |
* | Parenthesize return values. | des | 2008-10-20 | 1 | -11/+11 |
* | include and whitespace cleanup. | des | 2008-10-20 | 1 | -7/+8 |
* | Integrate the new MPSAFE TTY layer to the FreeBSD operating system. | ed | 2008-08-20 | 1 | -12/+13 |
* | Add support for a new login capability, cpumask which allows login | brooks | 2008-07-25 | 1 | -0/+107 |
* | Fix one kind of style(9) bug and a typo in a comment. | yar | 2007-05-01 | 1 | -5/+5 |
* | Remove __NETBSD_SYSCALLS. | tjr | 2003-10-29 | 1 | -6/+0 |
* | ANSIfy, WARNSify, CONSTify. Bit of style(9)-ify. | markm | 2003-10-18 | 1 | -1/+1 |
* | Tidy up. Sort headers. | markm | 2003-06-14 | 1 | -9/+9 |
* | Add LOGIN_SETMAC to the list of flags that can't be set without class | rwatson | 2002-11-12 | 1 | -1/+1 |
* | If LOGIN_SETMAC is set and MAC is enabled in the kernel, then see | rwatson | 2002-10-23 | 1 | -0/+27 |
* | Add additional field 'overwrite' to login_vars. It mainly needed to handle | ache | 2002-06-28 | 1 | -10/+11 |
* | Make libutil aware of vmemoryuse in its login.conf cap processing (aka | dillon | 2002-06-26 | 1 | -0/+1 |
* | Const poisoning. | ru | 2002-04-08 | 1 | -7/+5 |
* | Add __FBSDID()s to libutil | dillon | 2001-09-30 | 1 | -2/+3 |
* | Make sbsize a size instead of a number. This allows the usual suffixes | sheldonh | 2000-07-14 | 1 | -1/+1 |
* | Do not set the default terminal type to "su", leave it empty. | ru | 2000-01-19 | 1 | -5/+1 |
* | This implements the RLIMIT_SBSIZE ("sbsize") administrative limits for | green | 1999-10-09 | 1 | -0/+1 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | fix potential memory overwrite in escape parsing | ache | 1999-05-13 | 1 | -2/+2 |
* | Print uid/gid as u_long per bde suggestion | ache | 1998-07-29 | 1 | -5/+5 |
* | cast arg to (long) to match format | ache | 1998-07-28 | 1 | -3/+3 |
* | If using NetBSD syscalls the rtprio syscall doesn't exist, so just | jb | 1998-06-03 | 1 | -1/+7 |
* | Allow setting of idle or realtime processing priorities per | steve | 1998-05-25 | 1 | -5/+22 |
* | Summary of login.conf support changes: | davidn | 1997-05-10 | 1 | -244/+255 |
* | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 1 | -1/+1 |
* | #include <sys/stat.h> for umask() prototype. | davidn | 1997-01-29 | 1 | -0/+1 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -1/+1 |
* | Various bugfixes. | davidn | 1997-01-07 | 1 | -27/+31 |
* | Library functions relating to the login class capabilities database, | davidn | 1997-01-04 | 1 | -0/+371 |