| Commit message (Expand) | Author | Files | Lines |
2006-01-06 | No, we _want_ the suid and sgid bits reverted by chown, for security reasons. | landley | 1 | -24/+7 |
2006-01-04 | - better wording | aldot | 1 | -2/+2 |
2006-01-04 | use MAP_PRIVATE instead of MAP_SHARED for uClinux systems (see Bug 550) | vapier | 2 | -2/+2 |
2006-01-04 | Jason Schoon writes: | vapier | 1 | -1/+1 |
2006-01-04 | import nios2 support from microtronix | vapier | 1 | -0/+171 |
2006-01-04 | make mount usage a bit more terse | vapier | 1 | -2/+1 |
2006-01-03 | just use bb_xfopen() | vapier | 1 | -4/+1 |
2006-01-03 | fix comment documentation | vapier | 1 | -2/+2 |
2005-12-29 | - silence warning about unused param | aldot | 1 | -2/+1 |
2005-12-29 | - use HOSTCC instead of a hardcoded cc | aldot | 1 | -1/+1 |
2005-12-26 | remove buffer overflow by Erik and decodeString problem by Glenn, add error c... | vodz | 1 | -6/+23 |
2005-12-21 | When you went "losetup -d /dev/loop0 /dev/loop1" the error message was strange. | landley | 2 | -2/+3 |
2005-12-21 | Trying to losetup a device as a regular user shouldn't result in an endless | landley | 1 | -2/+3 |
2005-12-21 | Second attempt to simplify the login menu. Shadow password stuff at the top, | landley | 1 | -2/+1 |
2005-12-21 | - fix check for group and user, remove some whitespace while at it. | aldot | 1 | -4/+4 |
2005-12-20 | Fix chroot, leave console alone if -c not specified, and yank debug code. | landley | 1 | -11/+16 |
2005-12-20 | Some minor cleanups/bugfixes split off from the big remount work: | landley | 2 | -27/+14 |
2005-12-20 | Shadow password support went beyond the dependency event horizon, just make | landley | 1 | -32/+28 |
2005-12-20 | Actually, static buffers look like _this_... | landley | 1 | -1/+1 |
2005-12-20 | remove debug feature for production | vodz | 1 | -67/+71 |
2005-12-19 | Make a few warnings go away. | landley | 2 | -4/+4 |
2005-12-19 | Do an svn log -v, the information in this changelog is stunningly | landley | 1 | -1381/+0 |
2005-12-19 | Shadow password support involves vlock too. | landley | 1 | -3/+3 |
2005-12-19 | Patch from Tito to make vlock much smaller. | landley | 1 | -94/+14 |
2005-12-18 | strncmp isn't automatically superior to strcmp. Especially when it isn't | landley | 1 | -2/+2 |
2005-12-17 | Sigh. Left the debug path in. Fixed. | landley | 1 | -1/+1 |
2005-12-17 | Added /etc/mdev.conf support. Adds about 1.9k to mdev. | landley | 2 | -16/+123 |
2005-12-16 | Bug 601: When we fork an archiver and feed stuff to it through a pipe, if | landley | 1 | -3/+4 |
2005-12-16 | Ahem. Vladimir checked in a different fix bug didn't close out the bug. | landley | 1 | -1/+0 |
2005-12-16 | Less would segfault if it had no tty. (Bug 600.) | landley | 1 | -0/+1 |
2005-12-16 | I screwed up the last commit: if dt is null when ENABLE_MULTIPLE_OPTIONS is | landley | 1 | -6/+8 |
2005-12-16 | Stephane Billiart said: | landley | 2 | -2/+2 |
2005-12-15 | sync license from mainstream | vodz | 1 | -6/+2 |
2005-12-15 | fopen(TTY...) to bb_xfopen(), close bug 600 | vodz | 1 | -1/+1 |
2005-12-15 | - Stephane Billiart writes: | aldot | 2 | -3/+3 |
2005-12-15 | - remove duplicate entry for switch_root | aldot | 1 | -2/+1 |
2005-12-15 | Add a fflush(stdout). | landley | 1 | -58/+4 |
2005-12-15 | Better use of the ENABLE guards. | landley | 1 | -7/+6 |
2005-12-15 | The rest of Yann E. Morin's install revamp. | landley | 3 | -5/+47 |
2005-12-15 | Eliminate unnecessary allocation from md5sum that was leaked without ever bei... | landley | 1 | -9/+0 |
2005-12-15 | Fix -g and -p options. Patch from Traceman. (I don't know who that is, | landley | 1 | -3/+2 |
2005-12-15 | Patch from dlively (whoever that is, see bug 591) to fix | landley | 1 | -0/+3 |
2005-12-14 | - several functions depend on IPv4 or IPv6 od IPX support. | aldot | 1 | -0/+3 |
2005-12-14 | - remove warning (thanks Yann E. MORIN) and switch to ENABLE_ | aldot | 1 | -15/+15 |
2005-12-13 | remove sigsetmask, noticed by Bernhard | vodz | 1 | -0/+4 |
2005-12-13 | - check if CC supports -funsigned-char | aldot | 1 | -1/+9 |
2005-12-13 | - wrap label GET_COUNT in #if ENABLE_FEATURE_FANCY_applet to avoid warning | aldot | 2 | -7/+11 |
2005-12-13 | - do away with superfluous keyword. | aldot | 1 | -1/+1 |
2005-12-13 | remove strange bloat dup2() usage, sync this code with mainstream login-utils... | vodz | 1 | -3/+2 |
2005-12-13 | Nothing to see here. Move along. | landley | 5 | -2/+180 |