Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Peter Kjellerstedt writes: | Eric Andersen | 2003-10-18 | 1 | -1/+1 | |
| | | | | | | | rm.patch: * Define $(RM) as rm -f in Rules.mak and test/Rules.mak (this is the same definition as gmake uses by default). * Change all occurrences of rm and rm -f into $(RM). | |||||
* | Remove some noise | Eric Andersen | 2002-08-07 | 1 | -13/+0 | |
| | ||||||
* | Do not assume NULL termination on the ut_id field. Thanks | Eric Andersen | 2002-07-16 | 1 | -1/+1 | |
| | | | | to mac12@po.cwru.edu for spotting this one. | |||||
* | Some cleanups so utmp/wtmp behaves. Fix potential use of | Eric Andersen | 2002-06-17 | 3 | -90/+210 | |
| | | | | | | uninitialized memory. Prepare to reentrantify the utmp stuff. -Erik | |||||
* | Richard June <rjune@bravegnuworld.com> noticed that pututline | Eric Andersen | 2002-04-03 | 1 | -6/+4 | |
| | | | | | | was only writing the first sizeof-a-pointer bytes to the utmp file. oops. -Erik | |||||
* | Richard June <rjune@bravegnuworld.com> noticed that setutent | Eric Andersen | 2002-04-03 | 1 | -1/+1 | |
| | | | | was only opening utmp readonly. Oops. | |||||
* | Add missing updwtmp() and fix broken makefile | Eric Andersen | 2002-03-15 | 2 | -2/+14 | |
| | ||||||
* | Don't print an error if the utmp file doesn't exist, getutent will return | David McCullough | 2002-01-17 | 1 | -1/+0 | |
| | | | | NULL as expected. | |||||
* | Update my email address. I am no longer andersen@lineo.com | Eric Andersen | 2001-12-19 | 1 | -0/+1 | |
| | ||||||
* | Update to accomodate the header file changes | Eric Andersen | 2001-09-27 | 1 | -5/+7 | |
| | ||||||
* | Ok, this should finish off my massive ro-organization. The source | Eric Andersen | 2001-05-12 | 1 | -2/+1 | |
| | | | | | | | | | tree is less messy now (which helps), all libraries are placed into uClibc/lib when compiling, all libraries now use a consistant mechanism for being built, all libraries use a consistant naming scheme where the lib name includes the uClibc version number, which makes ldconfig happy and willing to work with us. -Erik | |||||
* | Move stuff out if pwd_gep that doesn't belong there (getpass, utmp stuff) | Eric Andersen | 2000-12-23 | 2 | -0/+178 | |