Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-12-13 | Convert all users of earlier hiddens | Peter S. Mazinger | |
2005-12-07 | Hide more | Peter S. Mazinger | |
2005-12-06 | macro out the thread funcs in libc if threading is disabled | Mike Frysinger | |
2005-12-01 | Hide mostly used functions | Peter S. Mazinger | |
2005-11-29 | Correct typo | Peter S. Mazinger | |
2005-11-29 | Hiding again | Peter S. Mazinger | |
2003-12-27 | Fix a long-standing bug with pthreads. A couple of linuxthreads files | Manuel Novoa III | |
were including libc-lock.h which had a bunch of weak pragmas. Also, uClibc supplied a number of no-op weak thread functions even though many weren't needed. This combined result was that sometimes the functional versions of thread functions in pthread would not override the weaks in libc. While fixing this, I also prepended double-underscore to all necessary weak thread funcs in uClibc, and removed all unused weaks. I did a test build, but haven't tested this since these changes are a backport from my working tree. I did test the changes there and no longer need to explicitly add -lpthread in the perl build for perl to pass its thread self tests. | |||
2002-08-07 | Remove some noise | Eric Andersen | |
2002-07-16 | Do not assume NULL termination on the ut_id field. Thanks | Eric Andersen | |
to mac12@po.cwru.edu for spotting this one. | |||
2002-06-17 | Some cleanups so utmp/wtmp behaves. Fix potential use of | Eric Andersen | |
uninitialized memory. Prepare to reentrantify the utmp stuff. -Erik | |||
2002-04-03 | Richard June <rjune@bravegnuworld.com> noticed that pututline | Eric Andersen | |
was only writing the first sizeof-a-pointer bytes to the utmp file. oops. -Erik | |||
2002-04-03 | Richard June <rjune@bravegnuworld.com> noticed that setutent | Eric Andersen | |
was only opening utmp readonly. Oops. | |||
2002-03-15 | Add missing updwtmp() and fix broken makefile | Eric Andersen | |
2002-01-17 | Don't print an error if the utmp file doesn't exist, getutent will return | David McCullough | |
NULL as expected. | |||
2001-09-27 | Update to accomodate the header file changes | Eric Andersen | |
2000-12-23 | Move stuff out if pwd_gep that doesn't belong there (getpass, utmp stuff) | Eric Andersen | |