summaryrefslogtreecommitdiffstats
path: root/lib/libutil/login_fbtab.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove three NULL-checks before free(). ok millert@mmcc2015-11-271-3/+2
* remove cast of malloc(), since stdlib.h is includedderaadt2015-08-201-2/+2
* comment inside commentderaadt2007-09-091-2/+2
* change internal login_protect() API to use mode_t like it shouldderaadt2006-03-301-4/+4
* avoid aliasing over library symbolderaadt2004-09-181-5/+5
* Now that we don't have a trailing newline we need to explicitly checkmillert2002-06-251-3/+4
* Use strtok_r() instead of strsep() since the latter treats consecutivemillert2002-06-221-8/+22
* login_fbtab(3) fixes:millert2002-06-211-51/+59
* Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert2002-02-161-2/+2
* new license from Wietse; permits modification. This code is derived fromderaadt2001-06-031-5/+6
* Add opendisk from NetBSD.csapuntz1999-09-211-0/+2
* Use _PATH_DEV, not "/dev/"millert1998-04-131-2/+3
* -Wallmillert1997-11-181-1/+2
* Bring prototypes into scopetholo1996-09-161-0/+1
* duh, theoderaadt1996-07-311-1/+1
* login_fbtab() in libutilderaadt1996-07-311-0/+154