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
/
pwd_grp
/
lckpwdf.c
Age
Commit message (
Expand
)
Author
2009-10-07
clean up O_CLOEXEC handling
Mike Frysinger
2009-09-05
lckpwdf: remove a wrong comment and one write-only variable
Denys Vlasenko
2009-09-05
CLOEXEC: use open(CLOEXEC) if exist; do not check fcntl(FD_CLOEXEC) failure
Denys Vlasenko
2008-12-01
hostid: improve extremely unreadable parts
Denis Vlasenko
2008-12-01
on Bernd's request, remove commented-out code snippets
Denis Vlasenko
2008-12-01
remove checks for "impossible" errors,
Denis Vlasenko
2008-12-01
optimize signal mask ops. comment out "impossible" errors
Denis 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-05-19
Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block
Denis Vlasenko
2006-12-07
Major cleanup of internal mutex locking. Be more consistant in how we do
Eric Andersen
2006-07-05
remove __ from function names as pointed out by Peter S. Mazinger
Mike Frysinger
2006-07-05
sync with glibc
Mike Frysinger
2006-01-26
Get rid of missing prototype warnings
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-10
fix some warnings
Mike Frysinger
2005-12-08
Convert the rest of users to hidden
Peter S. Mazinger
2005-12-06
macro out the thread funcs in libc if threading is disabled
Mike Frysinger
2005-12-03
More hiding, including __mempcpy
Peter S. Mazinger
2005-12-01
Hide mostly used functions
Peter S. Mazinger
2003-12-27
Fix a long-standing bug with pthreads. A couple of linuxthreads files
Manuel Novoa III
2003-10-10
Implement getgrgid_r and getgrnam_r. Rework group handling code to be fully
Eric Andersen
2002-08-08
Fix locking
Eric Andersen
2002-06-12
Silence warnings, clean things up.
Eric Andersen
2002-01-17
* Added /etc/shadow support (Config selectable)
David McCullough