summaryrefslogtreecommitdiff
path: root/usr.bin/lock/lock.c
AgeCommit message (Expand)Author
2023-11-26Remove copyright strings ifdef'd outWarner Losh
2023-11-26usr.bin: Remove ancient SCCS tags.Warner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-07-07Mark usage function as __dead2 in programs where it does not returnAlfonso Gregory
2018-02-11Make lock(1) use PAM. This makes the -p option work again. (Well, kind of,Edward Tomasz Napierala
2017-11-20General further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-10-03Correct sense of crypt(3) NULL checks in init(8) and lock(1)Conrad Meyer
2017-02-28Renumber copyright clause 4Warner Losh
2014-08-17Remove LOG_ODELAY because it does nothing.Neel Natu
2014-05-22Rollback r266496.Aleksandr Rybalko
2014-05-21Sync lock(1) on VT_LOCKSWITCH usage with syscons(4), vt(4) and vidcontrol(1).Aleksandr Rybalko
2012-10-22Check the return error of set[e][ug]id. While this can never fail in theEitan Adler
2012-09-01Rework all non-contributed files that use `struct timezone'.Ed Schouten
2012-02-22Handle NULL return from crypt(3). Mostly from DragonFlyKevin Lo
2011-11-06Add missing static keywords to lock(1)Ed Schouten
2010-12-27Fix style bug introduced in r216696.Ed Schouten
2010-12-25Slightly improve output of lock(1).Ed Schouten
2010-12-11Remove the advertising clause from UCB copyrighted files in usr.bin. ThisJoel Dahl
2010-06-28Make WARNS=6 safe.Gavin Atkinson
2009-12-13Revert most part of 200420 as requested, as more review and polish isXin LI
2009-12-11Remove unneeded header includes from usr.bin/ except contributed code.Xin LI
2004-01-22Two fixes here:Colin Percival
2003-09-01Eliminate last three uses of varargs.h in the tree. These three filesAlexander Kabaev
2003-02-10Make this work without COMPAT_43 by using tcgetattr()/tcsetattr() insteadTim J. Robbins
2002-09-04ANSIify function definitions.David Malone
2002-07-28Add a -v option that prevents switching virtual terminals while thisDima Dorfman
2002-07-10Correct a comment: Typing in the root password at the "Key:" promptDima Dorfman
2002-07-10Fix indentation: Don't use space where tabs will do; specifically,Dima Dorfman
2002-06-30Consistently use FBSDIDDavid E. O'Brien
2002-03-22remove __PWarner Losh
2001-12-03Warns cleanups:David Malone
1999-10-12Fix a style bug that I introduced (both sys/param.h and sys/types.hJacques Vidrine
1999-10-12log root unlock attemptsJacques Vidrine
1999-08-28$Id$ -> $FreeBSD$Peter Wemm
1998-06-29Don't assume that time_t is long.Bruce Evans
1997-07-21Use err(3). Add usage().Philippe Charnier
1997-03-29compare return value from getopt against -1 rather than EOF, per the finalWarner Losh
1996-09-14Closes PR bin/1567Ollivier Robert
1994-05-27BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes