aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/lock
Commit message (Expand)AuthorAgeFilesLines
* Convert to usr.bin/ to LIBADDBaptiste Daroussin2014-11-251-2/+2
* Missed comma.Sergey Kandaurov2014-08-261-1/+1
* More man pages that need to know about vt in addition to syscons.Stefan Eßer2014-08-261-0/+3
* Remove LOG_ODELAY because it does nothing.Neel Natu2014-08-171-1/+1
* Rollback r266496.Aleksandr Rybalko2014-05-221-2/+2
* Sync lock(1) on VT_LOCKSWITCH usage with syscons(4), vt(4) and vidcontrol(1).Aleksandr Rybalko2014-05-211-2/+2
* Check the return error of set[e][ug]id. While this can never fail in theEitan Adler2012-10-221-1/+3
* Rework all non-contributed files that use `struct timezone'.Ed Schouten2012-09-011-18/+15
* Handle NULL return from crypt(3). Mostly from DragonFlyKevin Lo2012-02-221-2/+3
* Add missing static keywords to lock(1)Ed Schouten2011-11-061-12/+12
* Fix style bug introduced in r216696.Ed Schouten2010-12-271-1/+2
* Slightly improve output of lock(1).Ed Schouten2010-12-251-1/+8
* Remove the advertising clause from UCB copyrighted files in usr.bin. ThisJoel Dahl2010-12-112-8/+0
* Make WARNS=6 safe.Gavin Atkinson2010-06-282-5/+4
* Build usr.bin/ with WARNS=6 by default.Ed Schouten2010-01-021-0/+2
* Revert most part of 200420 as requested, as more review and polish isXin LI2009-12-131-0/+1
* Remove unneeded header includes from usr.bin/ except contributed code.Xin LI2009-12-111-1/+0
* Expand *n't contractions.Ruslan Ermilov2005-02-131-1/+1
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-1/+2
* Two fixes here:Colin Percival2004-01-221-2/+4
* Eliminate last three uses of varargs.h in the tree. These three filesAlexander Kabaev2003-09-011-1/+0
* Introduce options definition the standard way.Philippe Charnier2003-06-091-3/+2
* Document the fact that VTY locking is easily bypassable when DDBMaxime Henrion2003-02-271-1/+5
* Make this work without COMPAT_43 by using tcgetattr()/tcsetattr() insteadTim J. Robbins2003-02-101-10/+10
* ANSIify function definitions.David Malone2002-09-041-4/+2
* Add a -v option that prevents switching virtual terminals while thisDima Dorfman2002-07-282-13/+47
* Correct a comment: Typing in the root password at the "Key:" promptDima Dorfman2002-07-101-2/+2
* Fix indentation: Don't use space where tabs will do; specifically,Dima Dorfman2002-07-101-30/+30
* Consistently use FBSDIDDavid E. O'Brien2002-06-301-2/+2
* Use `The .Nm utility'Philippe Charnier2002-04-201-2/+3
* remove __PWarner Losh2002-03-221-2/+4
* Remove leaf node WARNS?=2 (that mainly I added). This shouldMark Murray2002-02-081-1/+0
* Warns cleanups:David Malone2001-12-032-8/+8
* Set BINOWN=root explicitly for setuid root binaries.Ruslan Ermilov2001-09-131-0/+1
* Remove whitespace at EOL.Dima Dorfman2001-07-151-1/+1
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-2/+2
* Revert the libcrypt/libmd stuff back to how it was. This should not havePeter Wemm1999-12-181-2/+2
* Add libmd (or move it after libcrypt). We don't want the linker to beMarcel Moolenaar1999-12-161-2/+3
* Fix a style bug that I introduced (both sys/param.h and sys/types.hJacques Vidrine1999-10-121-1/+0
* log root unlock attemptsJacques Vidrine1999-10-121-1/+15
* $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
* Remove useless `BINOWN=root' now that it is the default.David E. O'Brien1998-09-191-1/+0
* Don't assume that time_t is long.Bruce Evans1998-06-291-2/+4
* Use err(3). Add usage().Philippe Charnier1997-07-211-28/+31
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-291-1/+1
* Closes PR bin/1567Ollivier Robert1996-09-142-9/+32
* Add dependencies on libraries to DPADD. Someday this should be doneBruce Evans1994-08-281-0/+1
* LDADD= -lcryptGeoff Rehmet1994-08-201-0/+1
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-273-0/+298