summaryrefslogtreecommitdiffstats
path: root/usr.bin/login/login_fbtab.c
Commit message (Collapse)AuthorAgeFilesLines
* Add `_PATH_DEVZERO'.obrien2000-12-091-1/+2
| | | | Use _PATH_* where where possible.
* Fix excessive use of parenthesis in previous commit.sheldonh2000-04-251-1/+1
| | | | Requested by: bde
* Do not issue a warning when chflags() fails with EOPNOTSUPP.sheldonh2000-04-131-1/+2
| | | | | PR: 17875 Submitted by: Bjoern Fischer <bfischer@Techfak.Uni-Bielefeld.DE>
* Clear all file flags when taking ownership of devices. Do not ignoreimp1999-08-211-0/+3
| | | | | chown failures in some places, but instead log them like we do all other errors.
* gcc on alpha complains about nested comments. A comment in thisjb1998-02-151-1/+1
| | | | | | file referred to a path ending in "/*" which was reasonable to me, but gcc wasn't so sure. So now the comment refers to a path ending in "*".
* Changes for KTH KerberosIV.markm1997-09-281-1/+3
| | | | Also quieten -Wall a bit.
* Remove trailing whitespace.rgrimes1995-05-301-1/+1
|
* Set copyright so we can actually distribute and use it.guido1995-05-191-0/+15
| | | | | | Reviewed by: David Greenman Submitted by: Wietse Venema Obtained from:
* Implemnet fbtab ala SunOS (thanks to WZV, see login_fbtab.c)guido1994-08-221-0/+138
Reviewed by: Submitted by: guido
OpenPOWER on IntegriCloud