summaryrefslogtreecommitdiffstats
path: root/lib/libutil/login_class.3
Commit message (Collapse)AuthorAgeFilesLines
* Since setclasscpumask() is not static, assume that it is intended to bedes2008-10-201-5/+9
| | | | part of the public API. Accordingly, add a prototype and document it.
* Add support for a new login capability, cpumask which allows loginbrooks2008-07-251-0/+14
| | | | sessions to be pinned to cpus by login class.
* o Typo: ownship -> ownership.maxim2006-06-171-1/+1
| | | | Obtained from: DragonFlyBSD
* Document the LOGIN_SETMAC setusercontext(3) flag. While we are here, dropcsjp2005-12-301-0/+5
| | | | in an external reference to mac_set_proc(3).
* Fix and clarify unparsable sentence.dds2004-05-111-3/+3
| | | | MFC after: 2 weeks
* Add vmemoryuse to the list.trhodes2003-04-261-0/+1
| | | | | PR: 50796 Submitted by: Dmitry Sivachenko <mitya@cavia.pp.ru>
* The .Fn functioncharnier2003-03-241-5/+7
|
* mdoc(7) police: Use the new .In macro for #include statements.ru2001-10-011-2/+2
|
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-101-1/+1
|
* mdoc(7) police: normalize .Nd.ru2001-04-181-1/+1
|
* Introduce .Lb macro to libutil manpagesphantom2000-04-221-8/+4
| | | | | | Sort .Nm values in some manpages Remove explicit note about compiling with -lutil, it's implicitly declared by .Lb macro now.
* Add the "use -lutil" line to all functions that require it so people likebillf2000-01-181-0/+5
| | | | | | | Dan Papsian <bugg@bugg.strangled.net> don't anger wpaul and myself with silly linking errors. Reviewed by: chris
* This implements the RLIMIT_SBSIZE ("sbsize") administrative limits forgreen1999-10-091-0/+1
| | | | | userland. Currently, it can be enforced by login and csh. More shells supporting sbsize are welcome.
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Spelling corrections.jkoshy1998-06-061-3/+3
| | | | | PR: 6868 Submitted by: Josh Gilliam <josh@quick.net>
* Fixed missing const in synopsis.bde1997-04-131-2/+2
|
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
|
* Sort cross references.wosch1997-01-201-3/+3
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
| | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* Library functions relating to the login class capabilities database,davidn1997-01-041-0/+187
including manpages. See also login_cap.h.
OpenPOWER on IntegriCloud