#
9292cfb2 |
| 15-Oct-2011 |
christos <christos@NetBSD.org> |
close on exec fixes: - open + fcntl -> open O_CLOEXEC - configuration database file descriptors that can stay open are now opened fopen(db, "re")
|
#
6f550c4d |
| 05-Feb-2009 |
lukem <lukem@NetBSD.org> |
sign-compare fix
|
#
461a86f9 |
| 11-Jan-2009 |
christos <christos@NetBSD.org> |
merge christos-time_t
|
#
ce099b40 |
| 28-Apr-2008 |
martin <martin@NetBSD.org> |
Remove clause 3 and 4 from TNF licenses
|
#
6352cc43 |
| 09-May-2004 |
kleink <kleink@NetBSD.org> |
Need namespace.h for internal names of fseeko, strlcpy.
|
#
233424cd |
| 17-Nov-2002 |
itojun <itojun@NetBSD.org> |
make sure to bound string operation by strlcpy (there are bunch of "strcpy is safe" comments, i think we should change them to strlcpy as much as possible)
|
#
b18986f5 |
| 01-Aug-2002 |
nathanw <nathanw@NetBSD.org> |
#include <string.h> for prototypes of strlen and strcpy.
|
#
f04f8bc9 |
| 28-Jul-2002 |
christos <christos@NetBSD.org> |
add utmpname()
|
#
f084e3ca |
| 28-Jul-2002 |
christos <christos@NetBSD.org> |
make this behave like utmp, ie. return all entries and setutent() rewinds.
|
#
7908c76c |
| 27-Jul-2002 |
christos <christos@NetBSD.org> |
Add utmp processing functions
|