index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libc
/
gen
/
utmpx.c
Age
Commit message (
Expand
)
Author
2003-09-06
Add __warn_references for deprecated lastlogxname. Okayed by christos.
wiz
2003-08-26
Make getlastlogx have the pathname to the lastlogx database as first
wiz
2003-08-25
When updating wtmpx, if the write fails make sure to close the file (to
matt
2003-08-24
Need namespace.h to generate references to internal names.
kleink
2003-02-26
keep track if we have the file opened as readonly or readwrite, so that
christos
2002-11-26
lib/19176: Onno van der Linden: execl is called with too few arguments.
christos
2002-11-17
make sure to bound string operation by strlcpy
itojun
2002-10-25
Add some _DIAGASSERTS(). Ok'd by christos.
wiz
2002-09-28
fix typo
christos
2002-09-28
check for write and close errors, from wiz
christos
2002-09-26
Move comment that says 'the following are extensions' to the right place.
wiz
2002-07-28
use the fname we passed in.
christos
2002-07-27
add lastlogx implementation.
christos
2002-07-27
reset fp when we are done with it.
christos
2002-07-23
Sprinkle some KNF.
simonb
2002-04-15
- open for r+, then w+, then r.
christos
2002-04-04
add two more gnu-like functions.
christos
2002-03-11
Include <stdlib.h> for exit() prototype.
simonb
2002-03-05
add updwtmpx(); requested by tron.
christos
2002-02-25
catch up with ut_name->ut_user change
christos
2002-02-22
A simple utmpx implementation. Nothing uses it yet.
christos