index
:
uClibc-alpine
0.9.32
0.9.32-alpine
master
Where we track our uclibc patches
gitolite
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libc
/
misc
/
utmp
/
utent.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
getutid: add a hidden def
Mike Frysinger
2011-12-03
1
-0
/
+1
*
fix a problem with hidden getutent in non-threaded builds
Denys Vlasenko
2011-02-06
1
-1
/
+1
*
misc: utmpx based logging support
Salvatore Cro
2010-09-14
1
-0
/
+5
*
Merge commit 'origin/master' into nptl
Austin Foxley
2010-04-06
1
-40
/
+51
|
\
|
*
utent: do not create extra static functions if !THREADS
Denys Vlasenko
2010-04-05
1
-37
/
+49
|
*
getutid is not used internally, removing hidden_proto
Denys Vlasenko
2010-04-05
1
-4
/
+3
*
|
use *_not_cancel variants to avoid accidental cancellations with nptl
Austin Foxley
2009-10-17
1
-6
/
+7
|
/
*
clean up O_CLOEXEC handling
Mike Frysinger
2009-10-07
1
-17
/
+4
*
convert // comments to /**/; remove empty #if/#endif pairs. no code changes
Denys Vlasenko
2009-09-18
1
-9
/
+10
*
CLOEXEC: use open(CLOEXEC) if exist; do not check fcntl(FD_CLOEXEC) failure
Denys Vlasenko
2009-09-05
1
-13
/
+18
*
utent.c: fix a few bugs, and shrink a bit
Denys Vlasenko
2009-09-05
1
-47
/
+34
*
Last portion of libc_hidden_proto removal.
Denis Vlasenko
2008-11-20
1
-2
/
+2
*
next portion of libc_hidden_proto removal
Denis Vlasenko
2008-11-20
1
-5
/
+5
*
libc_hidden_proto removal, just a few functions
Denis Vlasenko
2008-11-18
1
-1
/
+1
*
Revert revision 19345 plus libc_hidden_proto for __uc_malloc.
Bernd Schmidt
2008-06-12
1
-9
/
+4
*
Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block
Denis Vlasenko
2008-05-19
1
-3
/
+3
*
add hidden_proto's for __uc_malloc
Denis Vlasenko
2008-02-12
1
-0
/
+1
*
make utent.c, getpass.c use __uc_malloc
Denis Vlasenko
2007-07-30
1
-4
/
+8
*
Major cleanup of internal mutex locking. Be more consistant in how we do
Eric Andersen
2006-12-07
1
-42
/
+35
*
some more fixes from rholzmann in Bug 716 ... make sure the code actually fun...
Mike Frysinger
2006-03-22
1
-21
/
+41
*
make sure we reset static_fd after it's closed in utmpname()
Mike Frysinger
2006-02-15
1
-2
/
+2
*
fix fcntl() call so that it actually forces file to be closed on exec()
Mike Frysinger
2006-02-15
1
-1
/
+1
*
rholzmann writes in Bug 716:
Mike Frysinger
2006-02-11
1
-13
/
+12
*
make gcc4 happy w/ hidden_def/proto, correct some typos
Peter S. Mazinger
2006-01-15
1
-3
/
+4
*
hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...
Peter S. Mazinger
2006-01-14
1
-21
/
+30
*
Convert all users of earlier hiddens
Peter S. Mazinger
2005-12-13
1
-6
/
+6
*
Hide more
Peter S. Mazinger
2005-12-07
1
-26
/
+21
*
macro out the thread funcs in libc if threading is disabled
Mike Frysinger
2005-12-06
1
-6
/
+3
*
Hide mostly used functions
Peter S. Mazinger
2005-12-01
1
-11
/
+11
*
Correct typo
Peter S. Mazinger
2005-11-29
1
-1
/
+1
*
Hiding again
Peter S. Mazinger
2005-11-29
1
-2
/
+5
*
Fix a long-standing bug with pthreads. A couple of linuxthreads files
Manuel Novoa III
2003-12-27
1
-2
/
+2
*
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
*
Some cleanups so utmp/wtmp behaves. Fix potential use of
Eric Andersen
2002-06-17
1
-89
/
+149
*
Richard June <rjune@bravegnuworld.com> noticed that pututline
Eric Andersen
2002-04-03
1
-6
/
+4
*
Richard June <rjune@bravegnuworld.com> noticed that setutent
Eric Andersen
2002-04-03
1
-1
/
+1
*
Add missing updwtmp() and fix broken makefile
Eric Andersen
2002-03-15
1
-0
/
+12
*
Don't print an error if the utmp file doesn't exist, getutent will return
David McCullough
2002-01-17
1
-1
/
+0
*
Update to accomodate the header file changes
Eric Andersen
2001-09-27
1
-5
/
+7
*
Move stuff out if pwd_gep that doesn't belong there (getpass, utmp stuff)
Eric Andersen
2000-12-23
1
-0
/
+135