Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-04-14 | Larry Doolittle writes: | Eric Andersen | |
This is a bulk spelling fix patch against busybox-1.00-pre10. If anyone gets a corrupted copy (and cares), let me know and I will make alternate arrangements. Erik - please apply. Authors - please check that I didn't corrupt any meaning. Package importers - see if any of these changes should be passed to the upstream authors. I glossed over lots of sloppy capitalizations, missing apostrophes, mixed American/British spellings, and German-style compound words. What is "pretect redefined for test" in cmdedit.c? Good luck on the 1.00 release! - Larry | |||
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 | |
which were not properly using the bb_path_*_file strings. | |||
2002-09-16 | Fix stupid typo noticed by John Mullin <john.mullin@homenetcomm.com> | 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 | |
silly games. -Erik | |||
2002-06-04 | Bigger patch for (partial) tinylogin integration | Robert Griebl | |
- Made a new dir loginutils - Moved all applets from pwd_grp to loginutils - Added new applets su.c login.c to loginutils - Made a new dir libpwdgrp - Moved everything from pwd_grp/libpwd_grp there - Added shadow.c to libpwdgrp - Removed dir pwd_grp - Added usage strings for login and su to usage.h - Changed main Makefile to reflect the dir rearrangements [Parts of this patch may overlap with my other two patches] |