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
Age
Commit message (
Expand
)
Author
2005-06-07
Clean up strings.c to use busybox's option processing. Bug 006, apparently.
Rob Landley
2005-06-07
Patch from Dmitry Zakharov:
Rob Landley
2005-06-07
Thus spake Brenda J. Butler:
Rob Landley
2005-05-28
Shaun Jackman submitted a patch converting an allocation to use
Rob Landley
2005-05-28
Patch from Shaun Jackman to save a few bytes.
Rob Landley
2005-05-26
Tobias Krawutschke found a bug where the DHCP client would accept packets
Rob Landley
2005-05-20
Add readprofile applet support.
Paul Mundt
2005-05-18
Patch from Colin Watson (mangled slightly by Rob Landley):
Rob Landley
2005-05-18
Doug Swarin pointed out a security bug in the -i option of sed.
Rob Landley
2005-05-16
use more busybox functions and remove redundant code
Mike Frysinger
2005-05-16
make sure we add the local dir to the include path
Mike Frysinger
2005-05-15
Tito pointed out I'd broken -t (argv[optind] can't be before getulflags),
Rob Landley
2005-05-14
Add automatic umount support to eject command. Patch from Tito,
Rob Landley
2005-05-13
as Rob Landley pointed out, need to fix the 1 versus i typo in indexing
Mike Frysinger
2005-05-13
blah, forgot to save last time to fix whitespacing
Mike Frysinger
2005-05-13
remove duplicated code and rework algorithms to end up with smaller code
Mike Frysinger
2005-05-12
use a bunch of if statements since it is a few bytes smaller than a switch; a...
Mike Frysinger
2005-05-12
err, added 2 to the wrong var :) also touchup the option detection to shrink ...
Mike Frysinger
2005-05-12
fix segfault if user only specifies 1 file
Mike Frysinger
2005-05-12
update usage to match actual behavior
Mike Frysinger
2005-05-12
fix whitespace/coding style
Mike Frysinger
2005-05-12
add missing comm.o rule
Mike Frysinger
2005-05-12
whitespace touchups
Mike Frysinger
2005-05-11
This makefile was a mess. Fix it to work as intended.
Eric Andersen
2005-05-11
Small comm implementatin from Rob Sullivan. Needed to build perl.
Rob Landley
2005-05-11
import ether-wake applet by haveaniceday Bug 252
Mike Frysinger
2005-05-11
change the hardcoded error constant (0x80000000UL) to a nice flexible define ...
Mike Frysinger
2005-05-11
import eject by Peter Willis / Tito Ragusa
Mike Frysinger
2005-05-11
now that mjn3 explained it to me, add documentation for the 3rd field in long...
Mike Frysinger
2005-05-10
Patch from Jason Schoon to add IPV6 support to telnetd. Reworked by Rob
Rob Landley
2005-05-10
add documentation for long options and touch up the current docs now that i a...
Mike Frysinger
2005-05-09
import more libs to prep for new e2fsprogs
Mike Frysinger
2005-05-09
import ext2fs lib to prep for new e2fsprogs
Mike Frysinger
2005-05-09
no longer applies
Mike Frysinger
2005-05-09
import base_device.c for fsck
Mike Frysinger
2005-05-09
remove unused files
Mike Frysinger
2005-05-09
trim out useless defines and use some busybox funcs
Mike Frysinger
2005-05-09
override nls P_() macro
Mike Frysinger
2005-05-09
abort if user passes -r or if they dont pass anything
Mike Frysinger
2005-05-09
syntax/whitespace touchup
Mike Frysinger
2005-05-09
Patch from Shaun Jackman:
Rob Landley
2005-05-07
Manuel points out that if printf needs a flush to act like dprintf, the result
Rob Landley
2005-05-07
This one's from me. Fix ash "standalone shell".
Rob Landley
2005-05-07
Shaun Jackman pointed out that dprintf(STDOUT_FILENO,...) is just a printf.
Rob Landley
2005-05-07
patch by Tito which uses a lot more busybox functions to reduce size nicely
Mike Frysinger
2005-05-07
update e2p target to match condensed files
Mike Frysinger
2005-05-07
patch by Tito which unifies common get/set functions into 1 get/set function ...
Mike Frysinger
2005-05-07
add/remove defines to handle more e2fsprogs
Mike Frysinger
2005-05-07
use shared busybox error messages to save a few bytes
Mike Frysinger
2005-05-06
make the exec (-e) an optional feature of netcat
Mike Frysinger
[next]