summaryrefslogtreecommitdiff
path: root/lib/libc/gen/utmpx.c
AgeCommit message (Expand)Author
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