aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/users
Commit message (Expand)AuthorAgeFilesLines
* Only set WARNS if not definedKyle Evans2020-09-111-1/+1
* users(1): Use capsicum helpers for usersEitan Adler2018-06-251-1/+2
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* Renumber copyright clause 4Warner Losh2017-02-282-2/+2
* style(9) fixAllan Jude2017-01-071-1/+2
* Capsicum: add capability mode to users binaryAllan Jude2017-01-071-0/+7
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+21
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge head from 7/28Simon J. Gerraty2014-08-194-117/+71
| |\ | |/ |/|
| * Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| * Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * Sync from headSimon J. Gerraty2012-11-041-1/+1
| |\
| * | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+19
* | | Unbreak the build by re-enabling exceptions.Pietro Cerutti2014-07-141-1/+1
* | | Turn off exceptions and rtti when building the c++ version of users.David Chisnall2014-07-121-0/+1
* | | Fix a couple of style nits.Ed Schouten2014-07-101-4/+3
* | | Don't use auto, as we also need to support GCC 4.2.Ed Schouten2014-07-101-1/+1
* | | Let users(1) use an std::set, instead of std::{vector,sort,unique}.Ed Schouten2014-07-101-14/+11
* | | Reimplements users(1) in C++.Pietro Cerutti2014-07-102-65/+26
* | | - Avoid calling a wrapper function around strcmpPietro Cerutti2014-06-031-10/+3
* | | - style, remove (void) in front of printf and the likePietro Cerutti2014-06-031-5/+5
| |/ |/|
* | Bump date missed in r202756Eitan Adler2012-09-141-1/+1
|/
* Let the size of the namebuf depend on the size of the ut_user field.Ed Schouten2011-06-181-1/+1
* Remove the advertising clause from UCB copyrighted files in usr.bin. ThisJoel Dahl2010-12-112-8/+0
* Remove stale references to utmp(5) and its corresponding filenames.Ed Schouten2010-01-211-3/+3
* Perform all trivial ports to utmpx for usr.bin/.Ed Schouten2010-01-132-5/+1
* Build usr.bin/ with WARNS=6 by default.Ed Schouten2010-01-021-2/+0
* Add WARNS?=6, because it seems to build out of the box.Ed Schouten2009-12-051-0/+2
* Use _ULOG_POSIX_NAMES here, to make eventual porting to <utmpx.h> easier.Ed Schouten2009-12-051-4/+5
* Use USER_PROCESS instead of LOGIN_PROCESS.Ed Schouten2009-12-031-1/+1
* Port users(1) to libulog.Ed Schouten2009-12-032-22/+27
* ANSIify function definitions.David Malone2002-09-041-6/+3
* Use `The .Nm utility'Philippe Charnier2002-04-201-2/+3
* remove __PWarner Losh2002-03-221-2/+2
* WARNS=2 is going to become the default, so remove it from here.Mark Murray2001-12-111-1/+0
* Remove a bogus cast and lockdown users(1) with WARNS?=2Mike Barcroft2001-09-092-1/+3
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-282-2/+2
* Add $Id$, to make it simpler for members of the translation teams toNik Clayton1999-07-121-0/+1
* Main() returns int.Philippe Charnier1997-08-261-2/+2
* Was limited to 200 users. New entry is now allocated as needed.Philippe Charnier1997-08-222-23/+43
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-291-1/+1
* Merge RELENG_2_0_5 into HEADRodney W. Grimes1995-06-111-2/+2
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-273-0/+165