index
:
uclibc-ng.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libc
/
misc
/
utmp
/
utent.c
Age
Commit message (
Expand
)
Author
2009-09-18
convert // comments to /**/; remove empty #if/#endif pairs. no code changes
Denys Vlasenko
2009-09-05
CLOEXEC: use open(CLOEXEC) if exist; do not check fcntl(FD_CLOEXEC) failure
Denys Vlasenko
2009-09-05
utent.c: fix a few bugs, and shrink a bit
Denys Vlasenko
2008-11-20
Last portion of libc_hidden_proto removal.
Denis Vlasenko
2008-11-20
next portion of libc_hidden_proto removal
Denis Vlasenko
2008-11-18
libc_hidden_proto removal, just a few functions
Denis Vlasenko
2008-06-12
Revert revision 19345 plus libc_hidden_proto for __uc_malloc.
Bernd Schmidt
2008-05-19
Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block
Denis Vlasenko
2008-02-12
add hidden_proto's for __uc_malloc
Denis Vlasenko
2007-07-30
make utent.c, getpass.c use __uc_malloc
Denis Vlasenko
2006-12-07
Major cleanup of internal mutex locking. Be more consistant in how we do
Eric Andersen
2006-03-22
some more fixes from rholzmann in Bug 716 ... make sure the code actually fun...
Mike Frysinger
2006-02-15
make sure we reset static_fd after it's closed in utmpname()
Mike Frysinger
2006-02-15
fix fcntl() call so that it actually forces file to be closed on exec()
Mike Frysinger
2006-02-11
rholzmann writes in Bug 716:
Mike Frysinger
2006-01-15
make gcc4 happy w/ hidden_def/proto, correct some typos
Peter S. Mazinger
2006-01-14
hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...
Peter S. Mazinger
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
2002-08-07
Remove some noise
Eric Andersen
2002-07-16
Do not assume NULL termination on the ut_id field. Thanks
Eric Andersen
2002-06-17
Some cleanups so utmp/wtmp behaves. Fix potential use of
Eric Andersen
2002-04-03
Richard June <rjune@bravegnuworld.com> noticed that pututline
Eric Andersen
2002-04-03
Richard June <rjune@bravegnuworld.com> noticed that setutent
Eric Andersen
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
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