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
/
pwd_grp
Commit message (
Expand
)
Author
Age
Files
Lines
*
clean up O_CLOEXEC handling
Mike Frysinger
2009-10-16
1
-5
/
+3
*
convert // comments to /**/; remove empty #if/#endif pairs. no code changes
Denys Vlasenko
2009-09-18
1
-5
/
+1
*
trim Experimentally off and uncommented hidden
Austin Foxley
2009-09-18
1
-37
/
+0
*
lckpwdf: remove a wrong comment and one write-only variable
Denys Vlasenko
2009-09-18
1
-5
/
+1
*
CLOEXEC: use open(CLOEXEC) if exist; do not check fcntl(FD_CLOEXEC) failure
Denys Vlasenko
2009-09-18
1
-22
/
+12
*
support building out-of-tree
Bernhard Reutner-Fischer
2009-08-19
1
-0
/
+2
*
Synch with trunk @ 24242
Carmelo Amoroso
2008-12-03
1
-45
/
+18
*
Synch with trunk @ 24165
Carmelo Amoroso
2008-11-27
2
-39
/
+37
*
Synch with trunk @ 24087
Carmelo Amoroso
2008-11-18
2
-5
/
+5
*
Synch with trunk @ 24075.
Carmelo Amoroso
2008-11-17
3
-42
/
+103
*
Synch with trunk @ 24075.
Carmelo Amoroso
2008-11-17
1
-4
/
+4
*
BIG BIG commit: all left files merged from trunk [rev 22714]. Currenntly NPTL...
Carmelo Amoroso
2008-07-09
2
-107
/
+84
*
Fix Makefile.in and synch them with trunk. Signed-off-by: Carmelo Amoroso <ca...
Carmelo Amoroso
2007-11-20
2
-3
/
+2
*
More merging from trunk.
"Steven J. Hill"
2007-01-21
3
-3
/
+3
*
Merge from trunk.
"Steven J. Hill"
2006-08-22
4
-144
/
+171
*
Merge from trunk.
"Steven J. Hill"
2006-02-25
37
-157
/
+418
*
Big fricking merge from trunk.
"Steven J. Hill"
2006-01-07
2
-5
/
+8
*
Finish merge from trunk, again, no really.
"Steven J. Hill"
2005-12-10
1
-1
/
+3
*
Merge from trunk.
"Steven J. Hill"
2005-12-10
1
-3
/
+5
*
Fix 'sigaction' for NPTL and other thread models.
"Steven J. Hill"
2005-12-08
1
-1
/
+0
*
Merge from trunk.
"Steven J. Hill"
2005-12-08
2
-33
/
+101
*
Big merge from trunk. Stop the madness!
"Steven J. Hill"
2005-12-06
2
-13
/
+10
*
Merge from trunk. More to come you betcha'.
"Steven J. Hill"
2005-12-02
4
-98
/
+37
*
Massive merge from trunk.
"Steven J. Hill"
2005-11-17
1
-3
/
+4
*
Merge from trunk.
"Steven J. Hill"
2005-10-30
1
-82
/
+22
*
Copy from trunk.
"Steven J. Hill"
2005-10-30
1
-0
/
+48
*
Add from trunk.
"Steven J. Hill"
2005-10-29
1
-0
/
+107
*
Big sync with trunk.
"Steven J. Hill"
2005-09-24
1
-0
/
+3
*
merge parallel build support
Mike Frysinger
2005-01-25
1
-4
/
+4
*
Cleanup some cruft
Eric Andersen
2004-07-15
1
-3
/
+0
*
Cleanup a few of the more egregiously broken sysconf values to
Eric Andersen
2004-07-15
1
-0
/
+2
*
New stdio core. Should be more maintainable. Fixes a couple of bugs.
Manuel Novoa III
2004-02-11
1
-6
/
+9
*
Fix a long-standing bug with pthreads. A couple of linuxthreads files
Manuel Novoa III
2003-12-27
2
-8
/
+8
*
Fix infinite loop in putgrent (forgotten increment).
Manuel Novoa III
2003-12-04
1
-0
/
+1
*
Sigh... I wasn't checking if the gid field in a group line actually
Manuel Novoa III
2003-11-06
1
-3
/
+5
*
Oops... don't need recursive mutexes.
Manuel Novoa III
2003-11-06
1
-3
/
+3
*
Rewrite the pwd.h, grp.h, and shadow.h functions (except lckpwdf/ulckpwdf).
Manuel Novoa III
2003-11-06
25
-1865
/
+1194
*
Implement getgrent_r. Rework getpwent and getgrent a bit further
Eric Andersen
2003-11-02
2
-24
/
+38
*
Fix things (properly) to open /etc/passd and /etc/group if
Eric Andersen
2003-11-01
4
-24
/
+36
*
Fix Erik's typo.
Manuel Novoa III
2003-10-31
1
-1
/
+1
*
getpwent(), getpwent_r(), and getgrent(), getgrent_r() would all
Eric Andersen
2003-10-31
3
-1
/
+8
*
Peter Kjellerstedt writes:
Eric Andersen
2003-10-18
1
-1
/
+1
*
Implement putgrent to make Peter S. Mazing happy
Eric Andersen
2003-10-18
2
-1
/
+57
*
Implement getgrgid_r and getgrnam_r. Rework group handling code to be fully
Eric Andersen
2003-10-10
25
-671
/
+738
*
Small fix for when threading (I think) was disabled.
Manuel Novoa III
2003-09-06
1
-1
/
+1
*
ret could have been used uninitialized in one case
Eric Andersen
2003-06-27
2
-2
/
+2
*
Yet more cleanup for the reentrant pwd/grp functions so they
Eric Andersen
2003-06-27
9
-20
/
+55
*
Fixup errno handling
Eric Andersen
2003-06-27
13
-55
/
+93
*
Ok, this commit is _huge_ and its gonna change the world. I've
Eric Andersen
2002-10-31
1
-1
/
+1
*
Fix stupid typo noticed by John Mullin <john.mullin@homenetcomm.com>
Eric Andersen
2002-09-16
1
-1
/
+1
[next]