2007-06-19 |
Denis Vlasenko | echo: fix yet another buglet in non-fancy echo |
commit | commitdiff | tree | snapshot |
2007-06-19 |
Denis Vlasenko | ping: fix incorrect handling of -I (Iouri Kharon <bc... |
commit | commitdiff | tree | snapshot |
2007-06-19 |
Denis Vlasenko | find: -context support for SELinux (KaiGai Kohei <kaiga... |
commit | commitdiff | tree | snapshot |
2007-06-19 |
Denis Vlasenko | pscan: size optimization (Tito <farmatito@tiscali.it>) |
commit | commitdiff | tree | snapshot |
2007-06-19 |
Mike Frysinger | punt %.bflt target in favor of proper LDFLAGS=-Wl,... |
commit | commitdiff | tree | snapshot |
2007-06-19 |
Denis Vlasenko | top,ps: 'stringify' tty only when needed. -60 bytes. |
commit | commitdiff | tree | snapshot |
2007-06-19 |
Denis Vlasenko | top: speedup if tty info is not requested |
commit | commitdiff | tree | snapshot |
2007-06-19 |
Denis Vlasenko | top,ps: reduce CPU usage in decimal conversion (optional) |
commit | commitdiff | tree | snapshot |
2007-06-19 |
Denis Vlasenko | ll_map: disable interface name caching code |
commit | commitdiff | tree | snapshot |
2007-06-19 |
Denis Vlasenko | defconfig: update |
commit | commitdiff | tree | snapshot |
2007-06-19 |
Denis Vlasenko | make /etc/network parsing configurable. -200 bytes... |
commit | commitdiff | tree | snapshot |
2007-06-19 |
Denis Vlasenko | networking/interface.c: huke remaining big statics... |
commit | commitdiff | tree | snapshot |
2007-06-19 |
Denis Vlasenko | networking/interface.c: reduce bss usage |
commit | commitdiff | tree | snapshot |
2007-06-18 |
Denis Vlasenko | libbb: random hunt for statics |
commit | commitdiff | tree | snapshot |
2007-06-18 |
Denis Vlasenko | libpwdgrp/pwd_grp.c: allocate local storage on first... |
commit | commitdiff | tree | snapshot |
2007-06-18 |
Denis Vlasenko | ping: fix write-after-allocated-mem bug |
commit | commitdiff | tree | snapshot |
2007-06-18 |
Mike Frysinger | fix an obvious typo while trying to access the tv_usec... |
commit | commitdiff | tree | snapshot |
2007-06-17 |
Denis Vlasenko | wget: use monotonic_sec instead of gettimeofday |
commit | commitdiff | tree | snapshot |
2007-06-17 |
Denis Vlasenko | hwclock: size optimizations |
commit | commitdiff | tree | snapshot |
2007-06-17 |
Denis Vlasenko | time: *const str = "xxx" ==> str[] = "xxx" |
commit | commitdiff | tree | snapshot |
2007-06-17 |
Denis Vlasenko | strings: strings a b was processing a twice, fix that |
commit | commitdiff | tree | snapshot |
2007-06-17 |
Denis Vlasenko | arping: -i should be -I |
commit | commitdiff | tree | snapshot |
2007-06-17 |
Denis Vlasenko | install: fix install a b /a/link/to/dir |
commit | commitdiff | tree | snapshot |
2007-06-16 |
Denis Vlasenko | forgot svn add... |
commit | commitdiff | tree | snapshot |
2007-06-16 |
Denis Vlasenko | remove obsolete comment |
commit | commitdiff | tree | snapshot |
2007-06-16 |
Denis Vlasenko | make FEATURE_HAVE_RPC auto-selectable by mount and... |
commit | commitdiff | tree | snapshot |
2007-06-16 |
Denis Vlasenko | pscan: new applet (portscanner). ~1350 bytes. By Tito... |
commit | commitdiff | tree | snapshot |
2007-06-16 |
Denis Vlasenko | find: make -size match GNU find |
commit | commitdiff | tree | snapshot |
2007-06-15 |
Denis Vlasenko | find: add conditional support for -maxdepth and -regex |
commit | commitdiff | tree | snapshot |
2007-06-15 |
Denis Vlasenko | fdisk: fix minor issues with help text |
commit | commitdiff | tree | snapshot |
2007-06-15 |
Bernhard Reutner... | - fix test -f ./exists |
commit | commitdiff | tree | snapshot |
2007-06-15 |
Bernhard Reutner... | - vda perfers not to use the banner |
commit | commitdiff | tree | snapshot |
2007-06-14 |
Denis Vlasenko | applets/Kbuild: straighten it a bit |
commit | commitdiff | tree | snapshot |
2007-06-14 |
Mike Frysinger | Alex Landau writes: open firmware for reading, not... |
commit | commitdiff | tree | snapshot |
2007-06-14 |
Denis Vlasenko | init: make sure fd 0,1,2 are not closed, + related... |
commit | commitdiff | tree | snapshot |
2007-06-14 |
Denis Vlasenko | traceroute: stop using floating point needlessly; nuke... |
commit | commitdiff | tree | snapshot |
2007-06-13 |
Denis Vlasenko | minix.h: add very simple test script |
commit | commitdiff | tree | snapshot |
2007-06-13 |
Denis Vlasenko | fsck_minix: forgotten bit of previous commit... |
commit | commitdiff | tree | snapshot |
2007-06-13 |
Denis Vlasenko | fsck_minix: stop using data/bss |
commit | commitdiff | tree | snapshot |
2007-06-13 |
Denis Vlasenko | *: BB_BANNER -> bb_banner (it is not a const or #define)! |
commit | commitdiff | tree | snapshot |
2007-06-13 |
Mike Frysinger | as suggested by Renaud Cerrato and Souf, switch over... |
commit | commitdiff | tree | snapshot |
2007-06-13 |
Mike Frysinger | add support for firmware loading |
commit | commitdiff | tree | snapshot |
2007-06-13 |
Denis Vlasenko | hush: fix read builtin to not read ahead past eol and... |
commit | commitdiff | tree | snapshot |
2007-06-12 |
Denis Vlasenko | remove nearly-duplicate PATHs in several places |
commit | commitdiff | tree | snapshot |
2007-06-12 |
Denis Vlasenko | login: make /etc/nologin support configurable. -240... |
commit | commitdiff | tree | snapshot |
2007-06-12 |
Denis Vlasenko | fix "--help prints usage for wrong applet" bug |
commit | commitdiff | tree | snapshot |
2007-06-12 |
Denis Vlasenko | diff: shrink code (-85 bytes): |
commit | commitdiff | tree | snapshot |
2007-06-12 |
Bernhard Reutner... | - fix testing primary expressions like '"-u" = "-u"' |
commit | commitdiff | tree | snapshot |
2007-06-12 |
Denis Vlasenko | A few more string duplicates found & eliminated |
commit | commitdiff | tree | snapshot |
2007-06-12 |
Denis Vlasenko | catv: was abusing xopen, should not die on err, but... |
commit | commitdiff | tree | snapshot |
2007-06-12 |
Denis Vlasenko | move several applets to more correct ex-project. No... |
commit | commitdiff | tree | snapshot |
2007-06-12 |
Denis Vlasenko | uudecode: nuke duplicate base64_table[]. saves 65 bytes |
commit | commitdiff | tree | snapshot |
2007-06-11 |
Denis Vlasenko | top: on user suggestion make percentile calculations... |
commit | commitdiff | tree | snapshot |
2007-06-11 |
Bernhard Reutner... | - use bb_msg_full_version instead of a separate string... |
commit | commitdiff | tree | snapshot |
2007-06-10 |
Denis Vlasenko | getopt_mk_fifo_nod: heed warning |
commit | commitdiff | tree | snapshot |
2007-06-10 |
Denis Vlasenko | top: improve global CPU percentage (smaller & faster... |
commit | commitdiff | tree | snapshot |
2007-06-10 |
Denis Vlasenko | top: add config option and code for global CPU % display |
commit | commitdiff | tree | snapshot |
2007-06-10 |
Denis Vlasenko | moved biggest stack buffers to malloc space, or made... |
commit | commitdiff | tree | snapshot |
2007-06-10 |
Denis Vlasenko | add script which measures stack consumption. |
commit | commitdiff | tree | snapshot |
2007-06-09 |
Denis Vlasenko | httpd: move data off bss. |
commit | commitdiff | tree | snapshot |
2007-06-09 |
Bernhard Reutner... | - also note where to checkout the 1_6_stable branch |
commit | commitdiff | tree | snapshot |
2007-06-08 |
Denis Vlasenko | mdev: microscopic enhancement, should change nothing |
commit | commitdiff | tree | snapshot |
2007-06-08 |
Denis Vlasenko | grep: selection done by FEATURE_GREP_EGREP_ALIAS was... |
commit | commitdiff | tree | snapshot |
2007-06-08 |
Denis Vlasenko | login: ask passwords even for wrong usernames. |
commit | commitdiff | tree | snapshot |
2007-06-08 |
Denis Vlasenko | make busybox --install work even if /proc/self/exe... |
commit | commitdiff | tree | snapshot |
2007-06-08 |
Denis Vlasenko | rmp: add optional support for bz2 data. +50 bytes of... |
commit | commitdiff | tree | snapshot |
2007-06-08 |
Bernhard Reutner... | - fix invocation without any argument |
commit | commitdiff | tree | snapshot |
2007-06-08 |
Denis Vlasenko | hush: add missing dependencies (Maxime Bizon <mbizon... |
commit | commitdiff | tree | snapshot |
2007-06-08 |
Denis Vlasenko | test: fix thinko in previous commit |
commit | commitdiff | tree | snapshot |
2007-06-08 |
Denis Vlasenko | test: recognize /path/to/[ case too |
commit | commitdiff | tree | snapshot |
2007-06-08 |
Bernhard Reutner... | - Add a FAQ entry on "how do i cross compile busybox" |
commit | commitdiff | tree | snapshot |
2007-06-07 |
Bernhard Reutner... | - add a config-time range check for IPC_SYSLOG_BUFFER_SIZE |
commit | commitdiff | tree | snapshot |
2007-06-07 |
Denis Vlasenko | awk: experimentally modify "global" trick to make code... |
commit | commitdiff | tree | snapshot |
2007-06-07 |
Bernhard Reutner... | - update defconfig |
commit | commitdiff | tree | snapshot |
2007-06-07 |
Bernhard Reutner... | - i need this disabled code for testing a patch. Please... |
commit | commitdiff | tree | snapshot |
2007-06-06 |
Bernhard Reutner... | - fix wrong not operator which was essentially ignored... |
commit | commitdiff | tree | snapshot |
2007-06-06 |
Denis Vlasenko | awk: move all data to malloc space |
commit | commitdiff | tree | snapshot |
2007-06-06 |
Denis Vlasenko | echo: fix non-fancy echo |
commit | commitdiff | tree | snapshot |
2007-06-06 |
Denis Vlasenko | ps: fix -Z (by Yuichi Nakamura <ynakam@hitachisoft... |
commit | commitdiff | tree | snapshot |
2007-06-05 |
Denis Vlasenko | remove bashisms from testsuite |
commit | commitdiff | tree | snapshot |
2007-06-05 |
Denis Vlasenko | nc: make connecting to IPv4 from IPv6-enabled hosts... |
commit | commitdiff | tree | snapshot |
2007-06-05 |
Bernhard Reutner... | - kiltedknight writes: Busybox incorrectly parses a... |
commit | commitdiff | tree | snapshot |
2007-06-05 |
Bernhard Reutner... | - fix typo in error message. Closes #1308 |
commit | commitdiff | tree | snapshot |
2007-06-04 |
Denis Vlasenko | uudecode: fix to base64 decode by Jorgen Cederlof ... |
commit | commitdiff | tree | snapshot |
2007-06-04 |
Denis Vlasenko | snprintf(... "%s"...) => safe_strncpy |
commit | commitdiff | tree | snapshot |
2007-06-04 |
Denis Vlasenko | syslogd: move some vectors from data to text. Needs... |
commit | commitdiff | tree | snapshot |
2007-06-04 |
Denis Vlasenko | diff: stop using data/bss |
commit | commitdiff | tree | snapshot |
2007-06-04 |
Denis Vlasenko | ping: stop using data/bss |
commit | commitdiff | tree | snapshot |
2007-06-04 |
Denis Vlasenko | Audit bb_common_bufsiz usage, add script which looks... |
commit | commitdiff | tree | snapshot |
2007-06-03 |
Denis Vlasenko | find_stray_communal_vars: script which finds communal... |
commit | commitdiff | tree | snapshot |
2007-06-02 |
Denis Vlasenko | start 1.7.x version |
commit | commitdiff | tree | snapshot |
2007-06-02 |
Denis Vlasenko | fdisk: make it work with big disks (read: typical today... |
commit | commitdiff | tree | snapshot |
2007-06-01 |
Denis Vlasenko | website: announce 1.6.0 |
commit | commitdiff | tree | snapshot |
2007-05-31 |
Denis Vlasenko | less: less <HUGEFILE + [End] busy loops, fix it |
commit | commitdiff | tree | snapshot |
2007-05-31 |
Denis Vlasenko | less: forgot trivial #if ENABLE_xxxx |
commit | commitdiff | tree | snapshot |
2007-05-31 |
Denis Vlasenko | delete tons of extra #includes |
commit | commitdiff | tree | snapshot |
2007-05-31 |
Denis Vlasenko | use "glibc errno" trick not only for ash, but for entir... |
commit | commitdiff | tree | snapshot |
2007-05-31 |
Denis Vlasenko | more: stop using bss |
commit | commitdiff | tree | snapshot |
2007-05-31 |
Denis Vlasenko | less: fix very obscure memory corruption bug |
commit | commitdiff | tree | snapshot |
2007-05-31 |
Denis Vlasenko | less: stop using data/bss. Code got smaller too. |
commit | commitdiff | tree | snapshot |
next |