summaryrefslogtreecommitdiff
path: root/lib/libc/gen/utmpx.c
AgeCommit message (Expand)Author
2015-05-23use VIS_NOLOCALEchristos
2015-05-23strvisx is used here to encode binary data, but the encodingmlelstv
2015-02-05fix incorrect typechristos
2014-09-18make more descriptors that we open as close-on-execchristos
2013-09-05Avoid strict-alias problem flagged by certain compilers (e.g. Centos one):pooka
2012-06-24fix old style definitions; XXX: gcc should have picked them up but it did not.christos
2012-03-13PR/45989: Martin Husemann: lint invocation does include -w only on i386christos
2011-10-15close on exec fixes:christos
2011-09-17Never invoke utmp_update() recursively if we are root. Instead close thechristos
2009-01-11merge christos-time_tchristos
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2006-11-26PR/35129: David A. Holland: exit in utmpx code should be _exitchristos
2005-09-13compat core reorg.christos
2004-11-11Don't create the lastlogx file with 0 mode.christos
2003-09-06Add __warn_references for deprecated lastlogxname. Okayed by christos.wiz
2003-08-26Make getlastlogx have the pathname to the lastlogx database as firstwiz
2003-08-25When updating wtmpx, if the write fails make sure to close the file (tomatt
2003-08-24Need namespace.h to generate references to internal names.kleink
2003-02-26keep track if we have the file opened as readonly or readwrite, so thatchristos
2002-11-26lib/19176: Onno van der Linden: execl is called with too few arguments.christos
2002-11-17make sure to bound string operation by strlcpyitojun
2002-10-25Add some _DIAGASSERTS(). Ok'd by christos.wiz
2002-09-28fix typochristos
2002-09-28check for write and close errors, from wizchristos
2002-09-26Move comment that says 'the following are extensions' to the right place.wiz
2002-07-28use the fname we passed in.christos
2002-07-27add lastlogx implementation.christos
2002-07-27reset fp when we are done with it.christos
2002-07-23Sprinkle some KNF.simonb
2002-04-15- open for r+, then w+, then r.christos
2002-04-04add two more gnu-like functions.christos
2002-03-11Include <stdlib.h> for exit() prototype.simonb
2002-03-05add updwtmpx(); requested by tron.christos
2002-02-25catch up with ut_name->ut_user changechristos
2002-02-22A simple utmpx implementation. Nothing uses it yet.christos