Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-03-17 | *: mode tcp/udpsvd to networking, delete ipsvd/* | Denis Vlasenko | |
*/Config.in: fixes to text svlogd: make it NOMMU capable function old new delta processorstart 378 420 +42 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 1/0 up/down: 42/0) Total: 42 bytes text data bss dec hex filename 797153 662 7420 805235 c4973 busybox_old 797196 662 7420 805278 c499e busybox_unstripped | |||
2008-03-12 | crond: make it NOMMU-capable | Denis Vlasenko | |
function old new delta safe_setenv4 - 62 +62 ForkJob 472 511 +39 change_identity 21 57 +36 ParseField 564 571 +7 SynchronizeDir 178 176 -2 LogLevel 4 - -4 LogFile 4 - -4 FileBase 4 - -4 DebugOpt 4 - -4 CDir 4 - -4 DeleteFile 141 132 -9 packed_usage 24248 24228 -20 crondlog 157 113 -44 change_identity_e2str 54 - -54 SynchronizeFile 729 671 -58 crond_main 1555 1404 -151 ------------------------------------------------------------------------------ (add/remove: 1/6 grow/shrink: 3/6 up/down: 144/-358) Total: -214 bytes | |||
2008-02-27 | script: new applet by Pascal Bellard <pascal.bellard AT ads-lu.com> | Denis Vlasenko | |
2008-02-19 | fix chat CONFIG_xxx dependencies | Denis Vlasenko | |
2008-02-18 | chat: new applet by dronnikov AT gmail.com. With all options on: | Denis Vlasenko | |
function old new delta chat_main - 1230 +1230 unescape - 135 +135 packed_usage 23802 23922 +120 signal_handler 123 131 +8 input_backward 123 128 +5 applet_names 1775 1780 +5 applet_main 1076 1080 +4 applet_nameofs 538 540 +2 exitcode - 1 +1 ------------------------------------------------------------------------------ (add/remove: 3/0 grow/shrink: 6/0 up/down: 1510/0) Total: 1510 bytes | |||
2008-02-08 | - add eject -s for SCSI- and USB-devices (Nico Erfurth) | Bernhard Reutner-Fischer | |
2007-09-22 | move microcom to miscutils | Denis Vlasenko | |
2007-08-02 | ttysize: new applet. +200 bytes | Denis Vlasenko | |
2007-06-12 | move several applets to more correct ex-project. No code changes. | Denis Vlasenko | |
2007-03-09 | - add chrt applet. | Bernhard Reutner-Fischer | |
text data bss dec hex filename 769 0 0 769 301 miscutils/chrt.o and could use some further shrinkage | |||
2007-01-26 | - readahead depends on LFS | Bernhard Reutner-Fischer | |
2007-01-24 | "depends ..." -> "depends on ..." | Mike Frysinger | |
2007-01-24 | correct file format errors | Mike Frysinger | |
2006-12-20 | less: somewhat buggy applet, but nice. Muchly reduced | Denis Vlasenko | |
xstrdup'ing and memory consumption. Made linewrap saner. regex matching code was awful - still buggy, but not as leaky as before. Made buffer size configurable. Killed several static and on-stack buffers. Hopefully eliminated staircase effect on Ctrl-C (unable to reproduce). | |||
2006-11-22 | - revert r15563 (pull current version of taskset off the busybox_scratch branch) | Bernhard Reutner-Fischer | |
2006-10-20 | raidautorun: new applet, by: | Denis Vlasenko | |
Thomas Jarosch (email?) and Bernhard Fischer <rep.nop@aon.at> | |||
2006-10-11 | nmeter: new applet. ~4k | Denis Vlasenko | |
Fix build proble on x86_64 | |||
2006-10-05 | build system overhaul | Denis Vlasenko | |
2006-09-17 | whitespace cleanup | Denis Vlasenko | |
2006-09-07 | Add CONFIG_FEATURE_SYSLOG which controls whether | Denis Vlasenko | |
bb_xx_msg will ever try to send output to syslog. Add "select CONFIG_FEATURE_SYSLOG" to relevant applets. This allows to omit syslog code if we do not have any syslog-capable applets in the build. | |||
2006-08-20 | Michael Opdenacker contributed a readahead applet. | Rob Landley | |
2006-07-12 | More minor tweaks. | Rob Landley | |
2006-07-03 | remove duplicate CONFIG_TASKSET option | Mike Frysinger | |
2006-06-30 | Revert taskset for 1.2.0. It emits a warning, breaks building under RH9, | Rob Landley | |
and nobody seemed interested in fixing it despite repeated complaints. I'll worry about it in the 1.3 timeframe... | |||
2006-06-07 | - do away with the comment that noted that the current implementation | Bernhard Reutner-Fischer | |
unly supports linux. | |||
2006-06-07 | Consolidate devfs garbage and mark it as obsolete. | Rob Landley | |
2006-06-07 | - add applet taskset to set/retrieve the CPU affinity of a process | Bernhard Reutner-Fischer | |
text data bss dec hex filename 584 0 0 584 248 taskset.o.gcc-2.95 509 0 0 509 1fd taskset.o.gcc-3.3 505 0 0 505 1f9 taskset.o.gcc-3.4 506 0 0 506 1fa taskset.o.gcc-4.0 498 0 0 498 1f2 taskset.o.gcc-4.1 495 0 0 495 1ef taskset.o.gcc-4.2-HEAD | |||
2006-05-31 | Patch from Tito to remove long options from hdparm. | Rob Landley | |
2006-05-26 | - add central knob to turn off getopt_long everywhere. EXPERIMENTAL! | Bernhard Reutner-Fischer | |
Adds "Enable getopt long" under "General options", default y. Send patches to fix getopt_ulflags and run_parts.c if you turn this off.. See http://busybox.net/lists/busybox/2006-May/021828.html for a start to run-parts | |||
2006-05-20 | - silence warning about no return in function returning non-void | Bernhard Reutner-Fischer | |
- put CONFIG_DEBUG_CROND_OPTION into config no changes in size when debugging is disabled. | |||
2006-04-13 | Patch from Robert P Day: let menuconfig indent stuff for us, we don't have | Rob Landley | |
to do it in Config.in. | |||
2006-03-24 | - commentary typos | Bernhard Reutner-Fischer | |
2006-02-23 | Convert all the applets from #include to USE(). Had to fix some nonstandard | Rob Landley | |
naming along the way to get USE() macros for everything. | |||
2006-01-25 | just whitespace | Tim Riker | |
2005-10-28 | - add BB_APPLET_RUNLEVEL used by emdebian via /etc/init.d/rc. | Bernhard Reutner-Fischer | |
Note that we leave the buggy CONFIG_* namespace now, so please fix any applet you thouch. | |||
2005-09-18 | Bernhard Fischer writes: | Mike Frysinger | |
Attached patch moves bbconfig's entry in Config.in in the alphabetically correct place. | |||
2005-09-15 | New applet "less", from Rob Sullivan. | Rob Landley | |
2005-08-20 | Bernhard Fischer provided a mountpoint(1) applet. This is apparently something | Rob Landley | |
sysvinit provides, and which is used by the debian init scripts. | |||
2005-08-01 | commiting: | Paul Fox | |
0000028 03-16-05 patch: new setsid applet | |||
2005-08-01 | new config display applet, from bug 46. i've changed the name | Paul Fox | |
of the applet from "config" to "bbconfig", and renamed the source filenames and symbols to match appropriately. | |||
2005-07-18 | the makedevs config option was pretty much totally broken | Eric Andersen | |
2005-07-01 | Patch by jonlar in Bug 312 to split the U_W_TMP feature into sep UTMP and ↵ | Mike Frysinger | |
WTMP options | |||
2005-06-23 | applets specified as _BB_SUID_ALWAYS in applets.h should also select | Eric Andersen | |
CONFIG_FEATURE_SUID to ensure proper behavior when installed. | |||
2005-06-09 | About time to just apply this and kill off the patches | Eric Andersen | |
2005-05-14 | Add automatic umount support to eject command. Patch from Tito, | Rob Landley | |
with tweaks from Mike Frysinger and Rob Landley. Note: this will still fail to umount a path that contains an ' or \ character. Is it worth the extra size to filter for that? | |||
2005-05-11 | import eject by Peter Willis / Tito Ragusa | Mike Frysinger | |
2004-08-26 | Improve the setuid situation a bit, and make it more apparent | Eric Andersen | |
when people really ought to make busybox setuid root. -Erik | |||
2004-07-30 | Fixup getty, login, etc so the utmp and wtmp are updated, allowing | Eric Andersen | |
the 'who' and 'last' applets among other things to work as expected. -Erik | |||
2004-07-20 | Include some documentation posted to the list by vodz | Eric Andersen | |
2004-06-05 | Woops, the previous commit was an accident, its supplied in the patch, | Glenn L McGrath | |
dont commit yet as we are in feature freeze |