History log of /freebsd-current/lib/libutil/login_class.3
Revision Date Author Comments
# fa9896e0 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: two-line nroff pattern

Remove /^\.\\"\n\.\\"\s*\$FreeBSD\$$\n/


# bc89b58d 13-Jun-2020 Gordon Bergling <gbe@FreeBSD.org>

libutil: Document function HISTORY within the manpages

Reviewed by: bcr (mentor)
Approved by: bcr (mentor)
MFC after: 7 days
Differential Revision: https://reviews.freebsd.org/D24795


# 250d9fd8 12-Mar-2016 Konstantin Belousov <kib@FreeBSD.org>

Fix handling of umtxp resource limit in sh(1)/ulimit(1), limits(1), add
login.conf(5) support.

Reviewed by: jilles
Sponsored by: The FreeBSD Foundation
Differential revision: https://reviews.freebsd.org/D5610


# df2d82e0 23-Jun-2014 Joel Dahl <joel@FreeBSD.org>

mdoc: remove superfluous paragraph macros.


# 85a0ddfd 21-Oct-2013 Konstantin Belousov <kib@FreeBSD.org>

Add a resource limit for the total number of kqueues available to the
user. Kqueue now saves the ucred of the allocating thread, to
correctly decrement the counter on close.

Under some specific and not real-world use scenario for kqueue, it is
possible for the kqueues to consume memory proportional to the square
of the number of the filedescriptors available to the process. Limit
allows administrator to prevent the abuse.

This is kernel-mode side of the change, with the user-mode enabling
commit following.

Reported and tested by: pho
Discussed with: jmg
Sponsored by: The FreeBSD Foundation
MFC after: 2 weeks


# c6b2aa68 24-Mar-2011 Sergey Kandaurov <pluknet@FreeBSD.org>

Add missing resource limits:
- RLIMIT_NPTS
- RLIMIT_SWAP

MFC after: 1 week


# ffa51010 06-Mar-2011 Edward Tomasz Napierala <trasz@FreeBSD.org>

Mention setloginclass(2) in login_class(3).


# a7d5f7eb 19-Oct-2010 Jamie Gritton <jamie@FreeBSD.org>

A new jail(8) with a configuration file, to replace the work currently done
by /etc/rc.d/jail.


# aa12cea2 14-Apr-2010 Ulrich Spörlein <uqs@FreeBSD.org>

mdoc: order prologue macros consistently by Dd/Dt/Os

Although groff_mdoc(7) gives another impression, this is the ordering
most widely used and also required by mdocml/mandoc.

Reviewed by: ru
Approved by: philip, ed (mentors)


# fe0506d7 09-Mar-2010 Marcel Moolenaar <marcel@FreeBSD.org>

Create the altix project branch. The altix project will add support
for the SGI Altix 350 to FreeBSD/ia64. The hardware used for porting
is a two-module system, consisting of a base compute module and a
CPU expansion module. SGI's NUMAFlex architecture can be an excellent
platform to test CPU affinity and NUMA-aware features in FreeBSD.


# 92657d3c 20-Oct-2008 Dag-Erling Smørgrav <des@FreeBSD.org>

Since setclasscpumask() is not static, assume that it is intended to be
part of the public API. Accordingly, add a prototype and document it.


# d7f03759 19-Oct-2008 Ulf Lilleengen <lulf@FreeBSD.org>

- Import the HEAD csup code which is the basis for the cvsmode work.


# d84c4292 25-Jul-2008 Brooks Davis <brooks@FreeBSD.org>

Add support for a new login capability, cpumask which allows login
sessions to be pinned to cpus by login class.


# 613c94ac 17-Jun-2006 Maxim Konovalov <maxim@FreeBSD.org>

o Typo: ownship -> ownership.

Obtained from: DragonFlyBSD


# 111a16a8 29-Dec-2005 Christian S.J. Peron <csjp@FreeBSD.org>

Document the LOGIN_SETMAC setusercontext(3) flag. While we are here, drop
in an external reference to mac_set_proc(3).


# 26eff9e8 11-May-2004 Diomidis Spinellis <dds@FreeBSD.org>

Fix and clarify unparsable sentence.

MFC after: 2 weeks


# 6c4e78ae 26-Apr-2003 Tom Rhodes <trhodes@FreeBSD.org>

Add vmemoryuse to the list.

PR: 50796
Submitted by: Dmitry Sivachenko <mitya@cavia.pp.ru>


# 0552350e 24-Mar-2003 Philippe Charnier <charnier@FreeBSD.org>

The .Fn function


# 32eef9ae 01-Oct-2001 Ruslan Ermilov <ru@FreeBSD.org>

mdoc(7) police: Use the new .In macro for #include statements.


# a307d598 10-Jul-2001 Ruslan Ermilov <ru@FreeBSD.org>

mdoc(7) police: removed HISTORY info from the .Os call.


# eb083802 18-Apr-2001 Ruslan Ermilov <ru@FreeBSD.org>

mdoc(7) police: normalize .Nd.


# 3dc329d1 22-Apr-2000 Alexey Zelkin <phantom@FreeBSD.org>

Introduce .Lb macro to libutil manpages
Sort .Nm values in some manpages
Remove explicit note about compiling with -lutil, it's implicitly
declared by .Lb macro now.


# 4aee48ed 17-Jan-2000 Bill Fumerola <billf@FreeBSD.org>

Add the "use -lutil" line to all functions that require it so people like
Dan Papsian <bugg@bugg.strangled.net> don't anger wpaul and myself with
silly linking errors.

Reviewed by: chris


# 6b3ced11 09-Oct-1999 Brian Feldman <green@FreeBSD.org>

This implements the RLIMIT_SBSIZE ("sbsize") administrative limits for
userland. Currently, it can be enforced by login and csh. More
shells supporting sbsize are welcome.


# 7f3dea24 27-Aug-1999 Peter Wemm <peter@FreeBSD.org>

$Id$ -> $FreeBSD$


# 9c727d2c 05-Jun-1998 Joseph Koshy <jkoshy@FreeBSD.org>

Spelling corrections.

PR: 6868
Submitted by: Josh Gilliam <josh@quick.net>


# c5a44d91 13-Apr-1997 Bruce Evans <bde@FreeBSD.org>

Fixed missing const in synopsis.


# 7e546392 22-Feb-1997 Peter Wemm <peter@FreeBSD.org>

Revert $FreeBSD$ to $Id$


# 75141cc9 20-Jan-1997 Wolfram Schneider <wosch@FreeBSD.org>

Sort cross references.


# 1130b656 14-Jan-1997 Jordan K. Hubbard <jkh@FreeBSD.org>

Make the long-awaited change from $Id$ to $FreeBSD$

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.


# 68bbf3ad 04-Jan-1997 David Nugent <davidn@FreeBSD.org>

Library functions relating to the login class capabilities database,
including manpages.
See also login_cap.h.