summaryrefslogtreecommitdiffstats
path: root/libutil/logwtmp.c
Commit message (Collapse)AuthorAgeFilesLines
* wtmp code: style fixes, no code changesDenys Vlasenko2009-09-051-11/+10
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* - Avoid warning about undefined preprocessor token. No obj-code changes.Bernhard Reutner-Fischer2008-05-301-1/+1
|
* fixup my copyright notice, trim stale remnants of older notices whichEric Andersen2006-07-051-19/+6
| | | | I had clearly run search/replace on that were cluttering things up.
* import 32/64 bit compat support from glibcMike Frysinger2005-11-231-0/+9
|
* sync with glibcMike Frysinger2005-11-231-17/+18
|
* Revert Peter's __lib_gettimeofday patch. There's the minor issue ofManuel Novoa III2004-10-311-1/+1
| | | | | | adding cruft to include/sys/time.h. But also, there's no sense in making changes like this until we decide how we're going to approach the hidden symbol transition.
* Peter S. Mazinger writes:Eric Andersen2004-10-191-1/+1
| | | | | | | | | | | Hello! Would the attached patch be acceptable (maybe instead of __libc_gettimeofday using __gettimeofday) We have some issues, see http://bugs.gentoo.org/show_bug.cgi?id=65892
* Some cleanups so utmp/wtmp behaves. Fix potential use ofEric Andersen2002-06-171-58/+44
| | | | | | uninitialized memory. Prepare to reentrantify the utmp stuff. -Erik
* Fix a stupid typo...Eric Andersen2001-09-291-1/+1
|
* Add in libutil, based on Cory Visi's variant of Michael Shmulevich's libutilEric Andersen2001-05-081-0/+73
port. I have reworked the code quite a bit so that the stuff that is supposed to be in libc is in libc, and I added a bunch of missing stuff so the libutil interface matches that of glibc's libutil. The only caveat is that libutil/login.c is currently a stub. -Erik