index
:
forks/busybox
1_33_stable
master
Busybox tree with Carbs Linux patches
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libpwdgrp
Age
Commit message (
Expand
)
Author
2006-07-02
Standardize on the vi editing directives being on the first line.
"Robert P. J. Day"
2006-07-01
More removal of "#if 0" content.
"Robert P. J. Day"
2006-06-20
I broke allbareconfig with half-finished cleanups I'd forgotten weren't done.
Rob Landley
2006-06-18
skip_whitespace() shouldn't claim its return value is const, it doesn't know
Rob Landley
2006-05-13
pull Rules.mak from top_srcdir as pointed out by Robert P. J. Day on the mail...
Mike Frysinger
2006-04-05
- include proper headers.
Bernhard Reutner-Fischer
2006-03-13
- revert back to r14406
Bernhard Reutner-Fischer
2006-03-09
- backout using features which are not available with the previous stable
Bernhard Reutner-Fischer
2006-03-03
Typo fixes brought to you by the letters a, l, and Robert P. Day.
Rob Landley
2006-03-02
- use absolute path for top_builddir and top_srcdir.
Bernhard Reutner-Fischer
2006-03-01
- fixes parallel builds (make -j)
Bernhard Reutner-Fischer
2006-02-02
make the build system puuuuuuuuuuurty
Mike Frysinger
2006-01-25
just whitespace
Tim Riker
2006-01-15
- shared libbusybox.
Bernhard Reutner-Fischer
2005-10-28
- move GETXXKEY_R_FUNC into an internal helper file to allow for compiling
Bernhard Reutner-Fischer
2005-10-08
Shaun Jackman pointed out that fgets_unlocked() and friends are gnu extensions
Rob Landley
2005-09-24
use the shorter license header
Mike Frysinger
2005-09-24
use brief license line
Mike Frysinger
2005-07-27
use toplevel ARFLAGS and update default ARFLAGS to be quiet
Mike Frysinger
2004-10-08
egor duda writes:
Eric Andersen
2004-07-15
Replace the old and somewhat buggy pwd_grp stuff with the shiny
Eric Andersen
2004-04-14
Larry Doolittle writes:
Eric Andersen
2004-03-15
Remove trailing whitespace. Update copyright to include 2004.
Eric Andersen
2003-12-18
rename __getgrent so that it doesn't conflict with some libc's
Russ Dill
2003-07-26
Patch from Nick Fedchik to fixup paths in busybox/libpwdgrp
Eric Andersen
2003-07-22
Remove remaining libc5 support code
Eric Andersen
2003-07-14
Update a bunch of docs. Run a script to update my email addr.
Eric Andersen
2003-06-26
oops. make this actually work as intended....
Eric Andersen
2003-06-26
Oops.
Eric Andersen
2003-06-26
Per patch from Nick Fedchik, use SHADOW_FILE, not "/etc/shadow".
Eric Andersen
2003-03-19
Major coreutils update.
Manuel Novoa III
2002-12-11
Fixup header file ordering
Eric Andersen
2002-12-08
Change #include order to fix warning
Glenn L McGrath
2002-12-07
include "busybox" after the libc includes tofix compile errors
Glenn L McGrath
2002-11-28
Change if(x)free(x); to free(x);
Aaron Lehmann
2002-09-16
Fix stupid typo noticed by John Mullin <john.mullin@homenetcomm.com>
Eric Andersen
2002-09-10
Yipe. uid and gid were reversed.
Eric Andersen
2002-08-01
Joseph Chiu <josephc@idealab.com> found an off-by-one bug. oops!
Eric Andersen
2002-07-03
Scrub pwd.h and grp.h handling so we don't have to play any
Eric Andersen
2002-07-03
Cleanup shadow.h stuff so it behaves as intended
Eric Andersen
2002-06-04
Bigger patch for (partial) tinylogin integration
Robert Griebl