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
2015-05-23
use VIS_NOLOCALE
christos
2015-05-23
strvisx is used here to encode binary data, but the encoding
mlelstv
2015-02-05
fix incorrect type
christos
2014-09-18
make more descriptors that we open as close-on-exec
christos
2013-09-05
Avoid strict-alias problem flagged by certain compilers (e.g. Centos one):
pooka
2012-06-24
fix old style definitions; XXX: gcc should have picked them up but it did not.
christos
2012-03-13
PR/45989: Martin Husemann: lint invocation does include -w only on i386
christos
2011-10-15
close on exec fixes:
christos
2011-09-17
Never invoke utmp_update() recursively if we are root. Instead close the
christos
2009-01-11
merge christos-time_t
christos
2008-04-28
Remove clause 3 and 4 from TNF licenses
martin
2006-11-26
PR/35129: David A. Holland: exit in utmpx code should be _exit
christos
2005-09-13
compat core reorg.
christos
2004-11-11
Don't create the lastlogx file with 0 mode.
christos
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