2010-11-06 |
Denys Vlasenko | typo fix |
commit | commitdiff | tree | snapshot |
2010-11-06 |
Tito Ragusa | deluser: 2nd attempt at deluser/delgroup size reduction... |
commit | commitdiff | tree | snapshot |
2010-11-06 |
Maksym Kryzhanovskyy | powertop: code shrink |
commit | commitdiff | tree | snapshot |
2010-11-06 |
Denys Vlasenko | Merge branch 'master' of git+ssh://busybox.net/var... |
commit | commitdiff | tree | snapshot |
2010-11-05 |
Denys Vlasenko | ls: fix -lg to show group (was showing user) |
commit | commitdiff | tree | snapshot |
2010-11-04 |
Denys Vlasenko | powertop: fix last line detection in process_timer_stats() |
commit | commitdiff | tree | snapshot |
2010-11-04 |
Denys Vlasenko | powertop: replace erroneous \n with \0; make numberic... |
commit | commitdiff | tree | snapshot |
2010-11-04 |
Christian Hornung | ip: Fix command line option parsing of "ip route get... |
commit | commitdiff | tree | snapshot |
2010-11-04 |
Maksym Kryzhanovskyy | powertop: code shrink |
commit | commitdiff | tree | snapshot |
2010-11-03 |
Denys Vlasenko | type fix in comment |
commit | commitdiff | tree | snapshot |
2010-11-03 |
Denys Vlasenko | rename archival/libunarchive -> archival/libarchive... |
commit | commitdiff | tree | snapshot |
2010-11-03 |
Denys Vlasenko | *: move lzo compressor code to archival/libunarchive... |
commit | commitdiff | tree | snapshot |
2010-11-02 |
Denys Vlasenko | init: if PID!=1, show clearer error message. move usage... |
commit | commitdiff | tree | snapshot |
2010-11-01 |
Denys Vlasenko | whitespace fix |
commit | commitdiff | tree | snapshot |
2010-11-01 |
Denys Vlasenko | decompress_bunzip2: reinstate erroneously deleted RETVA... |
commit | commitdiff | tree | snapshot |
2010-10-31 |
Rob Landley | umount: cleanup and code shrink |
commit | commitdiff | tree | snapshot |
2010-10-30 |
Eric Lammerts | stat: fix mtime/ctime/atime |
commit | commitdiff | tree | snapshot |
2010-10-30 |
Denys Vlasenko | fdisk: fix trivial build failure |
commit | commitdiff | tree | snapshot |
2010-10-30 |
Denys Vlasenko | networking/*: remove superfluous comments |
commit | commitdiff | tree | snapshot |
2010-10-29 |
Denys Vlasenko | decompress_bunzip2: code shrink ~5 bytes |
commit | commitdiff | tree | snapshot |
2010-10-29 |
Denys Vlasenko | decompress_bunzip2: code shrink ~10 bytes |
commit | commitdiff | tree | snapshot |
2010-10-29 |
Denys Vlasenko | decompress_bunzip2: add profiling data to comment.... |
commit | commitdiff | tree | snapshot |
2010-10-29 |
Denys Vlasenko | scripts/mkdiff_obj: show "size OBJFILE" too |
commit | commitdiff | tree | snapshot |
2010-10-29 |
Denys Vlasenko | decompress_bunzip2: relieve register pressure in hot... |
commit | commitdiff | tree | snapshot |
2010-10-29 |
Denys Vlasenko | decompress_bunzip2: keep bd->writeCRC in CPU reg in... |
commit | commitdiff | tree | snapshot |
2010-10-29 |
Denys Vlasenko | powertop: build fix for !386 compiles |
commit | commitdiff | tree | snapshot |
2010-10-29 |
Denys Vlasenko | decompress_bunzip2: code shrink |
commit | commitdiff | tree | snapshot |
2010-10-29 |
Denys Vlasenko | whitespace cleanup |
commit | commitdiff | tree | snapshot |
2010-10-29 |
Denys Vlasenko | ifupdown: add manual method for IPv6. Closes bug 2497. |
commit | commitdiff | tree | snapshot |
2010-10-29 |
Denys Vlasenko | telnet: do not check for 0 return from poll (it's impos... |
commit | commitdiff | tree | snapshot |
2010-10-29 |
Denys Vlasenko | telnet: convert CR NUL -> CR on input. Closes bug 2569 |
commit | commitdiff | tree | snapshot |
2010-10-28 |
Denys Vlasenko | unicode: update unicode_width on !unicode branch too... |
commit | commitdiff | tree | snapshot |
2010-10-28 |
Denys Vlasenko | dnsd: fix 64-bit bug 2539. |
commit | commitdiff | tree | snapshot |
2010-10-28 |
Denys Vlasenko | decompress_bunzip2: handle concatenated .bz2 files |
commit | commitdiff | tree | snapshot |
2010-10-28 |
Marek Polacek | bloat-o-meter: make it python3 compliant |
commit | commitdiff | tree | snapshot |
2010-10-28 |
Marek Polacek | *: use _exit() in sighandlers; showkey: do not use... |
commit | commitdiff | tree | snapshot |
2010-10-28 |
Denys Vlasenko | scripts: remove bitrotted scripts/individual |
commit | commitdiff | tree | snapshot |
2010-10-28 |
Holger Blasum | update docs/new-applet-HOWTO.txt |
commit | commitdiff | tree | snapshot |
2010-10-28 |
Denys Vlasenko | ipcrm: small code shrink |
commit | commitdiff | tree | snapshot |
2010-10-28 |
Denys Vlasenko | *: whitespace fixes |
commit | commitdiff | tree | snapshot |
2010-10-28 |
Alexander Shishkin | mount: pass NULL, not "", as "data" to mount syscall... |
commit | commitdiff | tree | snapshot |
2010-10-28 |
Alexander Shishkin | login: free fromhost upon cleaning up |
commit | commitdiff | tree | snapshot |
2010-10-28 |
Denys Vlasenko | crc32: cleanups, no code changes |
commit | commitdiff | tree | snapshot |
2010-10-28 |
Denys Vlasenko | netstat: was using buffers one byte short for scanf... |
commit | commitdiff | tree | snapshot |
2010-10-27 |
Denys Vlasenko | libbb: introduce and use common crc32 routine |
commit | commitdiff | tree | snapshot |
2010-10-27 |
Denys Vlasenko | netstat: fix IPv6 problem (garbage in scope_id); code... |
commit | commitdiff | tree | snapshot |
2010-10-27 |
Denys Vlasenko | Merge branch 'master' of git+ssh://busybox.net/var... |
commit | commitdiff | tree | snapshot |
2010-10-27 |
Marek Polacek | top: Use _exit() instead of exit() in sighandler |
commit | commitdiff | tree | snapshot |
2010-10-27 |
Bob Dunlop | netstat: fix -r display in usage text |
commit | commitdiff | tree | snapshot |
2010-10-26 |
Denys Vlasenko | whitespace fix |
commit | commitdiff | tree | snapshot |
2010-10-26 |
Denys Vlasenko | mv: implement -n option |
commit | commitdiff | tree | snapshot |
2010-10-26 |
Denys Vlasenko | powertop: simplified C-state display code |
commit | commitdiff | tree | snapshot |
2010-10-26 |
Denys Vlasenko | powertop: IPIs and hw irqs were swapped, fixing |
commit | commitdiff | tree | snapshot |
2010-10-26 |
Denys Vlasenko | powertop: fixes to output format and code shrink |
commit | commitdiff | tree | snapshot |
2010-10-26 |
Denys Vlasenko | powertop: code shrink |
commit | commitdiff | tree | snapshot |
2010-10-25 |
Denys Vlasenko | libbb/process_escape_sequence.c: fix recently broken... |
commit | commitdiff | tree | snapshot |
2010-10-25 |
Marek Polacek | powertop: new applet |
commit | commitdiff | tree | snapshot |
2010-10-25 |
Kevin Cernekee | fdisk: initial stab at GPT partition support |
commit | commitdiff | tree | snapshot |
2010-10-24 |
Denys Vlasenko | init: do not sleep forever on usage errors |
commit | commitdiff | tree | snapshot |
2010-10-24 |
Denys Vlasenko | sha1: small tweak for clearer code, no logic changes |
commit | commitdiff | tree | snapshot |
2010-10-24 |
Denys Vlasenko | sha1: use Rob's code, it's smaller and faster |
commit | commitdiff | tree | snapshot |
2010-10-24 |
Denys Vlasenko | md5/sha1sum: code shrink |
commit | commitdiff | tree | snapshot |
2010-10-24 |
Denys Vlasenko | umount: I forgot to change another PATH_MAX to 4096 |
commit | commitdiff | tree | snapshot |
2010-10-24 |
Denys Vlasenko | finish busybox.1 renaming |
commit | commitdiff | tree | snapshot |
2010-10-24 |
Rob Landley | awk: reduce ifdef forest |
commit | commitdiff | tree | snapshot |
2010-10-24 |
Denys Vlasenko | English fixes to docs/smallint.txt |
commit | commitdiff | tree | snapshot |
2010-10-24 |
Denys Vlasenko | adding docs/smallint.txt |
commit | commitdiff | tree | snapshot |
2010-10-24 |
Denys Vlasenko | Remove check for supported libc. |
commit | commitdiff | tree | snapshot |
2010-10-24 |
Denys Vlasenko | umount: do not (ab)use PATH_MAX as mntent buffer size |
commit | commitdiff | tree | snapshot |
2010-10-24 |
Denys Vlasenko | remove unused SC_x (serial port names) defines |
commit | commitdiff | tree | snapshot |
2010-10-24 |
Denys Vlasenko | correct manpage name |
commit | commitdiff | tree | snapshot |
2010-10-24 |
Denys Vlasenko | init: do not clear CRTSCTS (fix from Debian bug 528560) |
commit | commitdiff | tree | snapshot |
2010-10-23 |
Denys Vlasenko | awk: fix breakage in last commit |
commit | commitdiff | tree | snapshot |
2010-10-23 |
Denys Vlasenko | libbb: introduce and use strcpy_and_process_escape_sequ... |
commit | commitdiff | tree | snapshot |
2010-10-23 |
Denys Vlasenko | awk: fix segfault on closing non-opened file |
commit | commitdiff | tree | snapshot |
2010-10-22 |
Alexander Shishkin | mount: code shrink (-81 bytes) |
commit | commitdiff | tree | snapshot |
2010-10-22 |
Alexander Shishkin | *: introduce and use xmkstemp. -65 bytes. |
commit | commitdiff | tree | snapshot |
2010-10-22 |
Alexander Shishkin | smemcap: close /proc handle upon cleaning up |
commit | commitdiff | tree | snapshot |
2010-10-22 |
Alexander Shishkin | nbd-client: kill unused variable (total 0 bytes) |
commit | commitdiff | tree | snapshot |
2010-10-22 |
Denys Vlasenko | pmap: get rid of a warning |
commit | commitdiff | tree | snapshot |
2010-10-21 |
Denys Vlasenko | udhcpd: reduce stack usage by ~700 bytes. +28 bytes... |
commit | commitdiff | tree | snapshot |
2010-10-20 |
Lukas Huba | patch: implement -E option |
commit | commitdiff | tree | snapshot |
2010-10-20 |
Denys Vlasenko | revert last change (wrong author) |
commit | commitdiff | tree | snapshot |
2010-10-20 |
Gilles Espinasse | patch: implement -E option |
commit | commitdiff | tree | snapshot |
2010-10-20 |
Alexander Shishkin | tail: free tailbuf upon cleaning up |
commit | commitdiff | tree | snapshot |
2010-10-20 |
Alexander Shishkin | stat: remove superfluous setXXent() calls, plug memory... |
commit | commitdiff | tree | snapshot |
2010-10-20 |
Leonid Lisovskiy | ntpd: fix usage text and a typo in constant name |
commit | commitdiff | tree | snapshot |
2010-10-20 |
Denys Vlasenko | udhcpc: exit if iface disappeared; use correct MAC... |
commit | commitdiff | tree | snapshot |
2010-10-20 |
Denys Vlasenko | udhcpc: reduce stack usage by de-inlining routines... |
commit | commitdiff | tree | snapshot |
2010-10-20 |
Denys Vlasenko | udhcpc: periodically reread our ifindex and mac |
commit | commitdiff | tree | snapshot |
2010-10-20 |
Denys Vlasenko | udhcpc: emit maxsize option in all non-NAK type packets |
commit | commitdiff | tree | snapshot |
2010-10-20 |
Denys Vlasenko | dhcp: typo fix: UPD_DHCP_SIZE -> UDP_DHCP_SIZE |
commit | commitdiff | tree | snapshot |
2010-10-20 |
Denys Vlasenko | udhcpc: better help text |
commit | commitdiff | tree | snapshot |
2010-10-20 |
Denys Vlasenko | add/remove-shell: use O_TRUNC instead of O_EXCL |
commit | commitdiff | tree | snapshot |
2010-10-20 |
Alexander Shishkin | add-shell, remove-shell: new applets |
commit | commitdiff | tree | snapshot |
2010-10-20 |
Denys Vlasenko | *: s/open3_or_warn/open_or_warn/ where makes sense |
commit | commitdiff | tree | snapshot |
2010-10-20 |
Denys Vlasenko | udhcpc: remove now-unneeded definitions of vendor and... |
commit | commitdiff | tree | snapshot |
2010-10-19 |
Denys Vlasenko | udhcpc: remove -c CLIENTID, it is hard to use, -x 61... |
commit | commitdiff | tree | snapshot |
2010-10-19 |
Denys Vlasenko | udhcpc: move usage text to .c file. no code changes |
commit | commitdiff | tree | snapshot |
2010-10-19 |
Denys Vlasenko | dmesg: more correct skipping of <N>; use faster putchar... |
commit | commitdiff | tree | snapshot |
next |