summaryrefslogtreecommitdiff
path: root/usr.bin/login/login_fbtab.c
Commit message (Expand)AuthorAgeFilesLines
* Use NULL instead of 0.Marcelo Araujo2016-04-181-3/+3
* login.c doesn't really need libutil.h, don't include it.Xin LI2015-09-101-2/+1
* Remove unnecessary castKevin Lo2012-02-141-3/+3
* Spelling fixes for usr.bin/Ulrich Spörlein2011-12-301-1/+1
* ANSIfy various tools in usr.bin/.Ed Schouten2010-01-021-10/+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
* Use NULL instead of 0 for the return value of fopen().Kevin Lo2007-09-211-2/+2
* Fix some warnings by making things const, adding missing headers,David Malone2007-05-071-1/+1
* remove __PWarner Losh2002-03-221-1/+1
* Style improvements recommended by Bruce as a follow up to someDavid Malone2001-12-101-1/+0
* Use __FBSDID(). Also do a bit of cosmetic #if and header-orderMark Murray2001-12-021-1/+4
* Sort includes.Mark Murray2001-12-021-3/+3
* WARNS=2 fixes.Mark Murray2001-12-011-4/+5
* o Restore previous inconsistent style to login_fbtab.c, following itsRobert Watson2001-10-281-22/+22
* o Modify format of /etc/fbtab to accept glob matching patterns forRobert Watson2001-10-251-35/+23
* Add `_PATH_DEVZERO'.David E. O'Brien2000-12-091-1/+2
* Fix excessive use of parenthesis in previous commit.Sheldon Hearn2000-04-251-1/+1
* Do not issue a warning when chflags() fails with EOPNOTSUPP.Sheldon Hearn2000-04-131-1/+2
* Clear all file flags when taking ownership of devices. Do not ignoreWarner Losh1999-08-211-0/+3
* gcc on alpha complains about nested comments. A comment in thisJohn Birrell1998-02-151-1/+1
* Changes for KTH KerberosIV.Mark Murray1997-09-281-1/+3
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-1/+1
* Set copyright so we can actually distribute and use it.Guido van Rooij1995-05-191-0/+15
* Implemnet fbtab ala SunOS (thanks to WZV, see login_fbtab.c)Guido van Rooij1994-08-221-0/+138