2007-12-26 |
Denis Vlasenko | netstat: in error message, report filename and line... |
commit | commitdiff | tree | snapshot |
2007-12-26 |
Denis Vlasenko | save a bit of code with *strchrnul = '\0' trick |
commit | commitdiff | tree | snapshot |
2007-12-26 |
Denis Vlasenko | Fix xmalloc_fgets_str so that it really does NOT strip... |
commit | commitdiff | tree | snapshot |
2007-12-26 |
Denis Vlasenko | init: don't spawn tons of waiting children, one is... |
commit | commitdiff | tree | snapshot |
2007-12-25 |
Denis Vlasenko | init: sometimes, #ifdefs are cleaner. |
commit | commitdiff | tree | snapshot |
2007-12-25 |
Denis Vlasenko | sync examples to what actual actual code expects |
commit | commitdiff | tree | snapshot |
2007-12-25 |
Mike Frysinger | add expected output |
commit | commitdiff | tree | snapshot |
2007-12-25 |
Mike Frysinger | convert #if to if -- let gcc optimize away dead code... |
commit | commitdiff | tree | snapshot |
2007-12-25 |
Denis Vlasenko | init: add FEATURE_KILL_REMOVED (Eugene Bordenkircher... |
commit | commitdiff | tree | snapshot |
2007-12-24 |
Denis Vlasenko | fix typo in web page |
commit | commitdiff | tree | snapshot |
2007-12-24 |
Denis Vlasenko | Makefile: change version to 1.10.0.svn |
commit | commitdiff | tree | snapshot |
2007-12-24 |
Denis Vlasenko | Announce 1.9.0 1_9_0 |
commit | commitdiff | tree | snapshot |
2007-12-24 |
Denis Vlasenko | hush: fixlet for NOMMU |
commit | commitdiff | tree | snapshot |
2007-12-24 |
Denis Vlasenko | nameif: extended matching (Nico Erfurth <masta@perlgolf... |
commit | commitdiff | tree | snapshot |
2007-12-24 |
Denis Vlasenko | defconfig: update |
commit | commitdiff | tree | snapshot |
2007-12-24 |
Denis Vlasenko | od: reduce data/bss usage (code size went down too) |
commit | commitdiff | tree | snapshot |
2007-12-24 |
Denis Vlasenko | umount: fix fallout from stack reduction change |
commit | commitdiff | tree | snapshot |
2007-12-23 |
Denis Vlasenko | vi: speed up some string ops |
commit | commitdiff | tree | snapshot |
2007-12-22 |
Denis Vlasenko | cttyhack: trivial build fixlet |
commit | commitdiff | tree | snapshot |
2007-12-22 |
Denis Vlasenko | vi: reduce amount of memset'ing on each screen refresh |
commit | commitdiff | tree | snapshot |
2007-12-22 |
Denis Vlasenko | vi: introduce FEATURE_VI_8BIT (as vi currently is not... |
commit | commitdiff | tree | snapshot |
2007-12-22 |
Denis Vlasenko | perror_nomsg: don't print extra colon |
commit | commitdiff | tree | snapshot |
2007-12-22 |
Denis Vlasenko | vi: change MAX_LINELEN meaning: now it is the biggest... |
commit | commitdiff | tree | snapshot |
2007-12-21 |
Denis Vlasenko | fix buglets found by randomconfig |
commit | commitdiff | tree | snapshot |
2007-12-21 |
Denis Vlasenko | vi: fix a problem with displaying overlong lines |
commit | commitdiff | tree | snapshot |
2007-12-21 |
Denis Vlasenko | udhcp: decided to not send "short" dhcp packets, |
commit | commitdiff | tree | snapshot |
2007-12-20 |
Denis Vlasenko | udhcp: fix oversized packet sending (introduced by... |
commit | commitdiff | tree | snapshot |
2007-12-16 |
Denis Vlasenko | fdisk: reduce global data/bss usage. 8k data+bss build... |
commit | commitdiff | tree | snapshot |
2007-12-16 |
Denis Vlasenko | msh: reduce global data/bss usage |
commit | commitdiff | tree | snapshot |
2007-12-16 |
Denis Vlasenko | ash: reduce global data/bss usage |
commit | commitdiff | tree | snapshot |
2007-12-16 |
Denis Vlasenko | traceroute: stop using global data/bss |
commit | commitdiff | tree | snapshot |
2007-12-13 |
Denis Vlasenko | add a link to vda's pet projects |
commit | commitdiff | tree | snapshot |
2007-12-11 |
Denis Vlasenko | num conversions: allow for leading '+' (renice needs... |
commit | commitdiff | tree | snapshot |
2007-12-10 |
Denis Vlasenko | cttyhack: add missing ';' |
commit | commitdiff | tree | snapshot |
2007-12-10 |
Denis Vlasenko | init: remove superfluous forks and messing up with... |
commit | commitdiff | tree | snapshot |
2007-12-10 |
Denis Vlasenko | udhcpc: support for -O <option>. |
commit | commitdiff | tree | snapshot |
2007-12-09 |
Denis Vlasenko | find: add -iname support (Alexander Griesser <alexander... |
commit | commitdiff | tree | snapshot |
2007-12-09 |
Denis Vlasenko | lineedit: don't violate API if we do simple fgets |
commit | commitdiff | tree | snapshot |
2007-12-09 |
Denis Vlasenko | vi: don't use common_bufsiz as read buffer, it can... |
commit | commitdiff | tree | snapshot |
2007-12-04 |
Denis Vlasenko | signal names hack was wrong, it broke "get signal name... |
commit | commitdiff | tree | snapshot |
2007-12-04 |
Denis Vlasenko | getty: a small code shrink |
commit | commitdiff | tree | snapshot |
2007-12-04 |
Denis Vlasenko | Make signal table a bit smaller |
commit | commitdiff | tree | snapshot |
2007-12-04 |
Denis Vlasenko | guard against SIGxxx >= 32 (no code changes on i386) |
commit | commitdiff | tree | snapshot |
2007-12-04 |
Denis Vlasenko | getty: don't accept ancient '#' and '@' as backspace... |
commit | commitdiff | tree | snapshot |
2007-12-03 |
Denis Vlasenko | lineedit: reduce stack usage |
commit | commitdiff | tree | snapshot |
2007-12-02 |
Denis Vlasenko | fix whitespace damage |
commit | commitdiff | tree | snapshot |
2007-12-02 |
Denis Vlasenko | mkfs.minix: add testsuite; disable code which makes... |
commit | commitdiff | tree | snapshot |
2007-12-02 |
Denis Vlasenko | attack the biggest stack users: |
commit | commitdiff | tree | snapshot |
2007-12-02 |
Denis Vlasenko | explain why we use mmap instead of malloc |
commit | commitdiff | tree | snapshot |
2007-12-02 |
Denis Vlasenko | libnetlink: comment out unused code; don't use 8k stack... |
commit | commitdiff | tree | snapshot |
2007-12-02 |
Denis Vlasenko | Fix minor discrepancy in "make help" |
commit | commitdiff | tree | snapshot |
2007-12-02 |
Denis Vlasenko | Introduce FEATURE_COPYBUF_KB. |
commit | commitdiff | tree | snapshot |
2007-12-02 |
Denis Vlasenko | dd: fix a bug where we don't report write errors |
commit | commitdiff | tree | snapshot |
2007-12-02 |
Denis Vlasenko | dd: add testsuite entry for write errors |
commit | commitdiff | tree | snapshot |
2007-11-30 |
Denis Vlasenko | test: stop using lots of bss. |
commit | commitdiff | tree | snapshot |
2007-11-29 |
Denis Vlasenko | dhcp: heed TODO item - divorced options from their... |
commit | commitdiff | tree | snapshot |
2007-11-29 |
Denis Vlasenko | sysctl: add -e: supress warnings about invalid key... |
commit | commitdiff | tree | snapshot |
2007-11-29 |
Denis Vlasenko | Further optimize applet tables; prettify build output |
commit | commitdiff | tree | snapshot |
2007-11-28 |
Denis Vlasenko | touch: accept and ignore -f |
commit | commitdiff | tree | snapshot |
2007-11-28 |
Denis Vlasenko | dhcpc: let server know we don't like oversized packets. |
commit | commitdiff | tree | snapshot |
2007-11-28 |
Denis Vlasenko | forgotten part of previous commit |
commit | commitdiff | tree | snapshot |
2007-11-28 |
Denis Vlasenko | reorganize applet table. Eliminates pointers to names. |
commit | commitdiff | tree | snapshot |
2007-11-27 |
Denis Vlasenko | ip route: add comment, no code changes |
commit | commitdiff | tree | snapshot |
2007-11-26 |
Denis Vlasenko | iproute: fix a bug where "ip r flush table main" was... |
commit | commitdiff | tree | snapshot |
2007-11-26 |
Denis Vlasenko | fix vda's testsuite bogons, part 2 |
commit | commitdiff | tree | snapshot |
2007-11-26 |
Denis Vlasenko | fix vda's testsuite bogons, part 1 |
commit | commitdiff | tree | snapshot |
2007-11-26 |
Denis Vlasenko | testsuite: add tests for cut and grep; |
commit | commitdiff | tree | snapshot |
2007-11-26 |
Denis Vlasenko | ash: make code simpler, and do not do close(-1) - it... |
commit | commitdiff | tree | snapshot |
2007-11-25 |
Denis Vlasenko | zcip: simplify code a bit |
commit | commitdiff | tree | snapshot |
2007-11-25 |
Denis Vlasenko | zcip: use low-order 4 bytes of MAC as random seed,... |
commit | commitdiff | tree | snapshot |
2007-11-25 |
Denis Vlasenko | cttyhack should be in /bin, not /usr/bin |
commit | commitdiff | tree | snapshot |
2007-11-25 |
Denis Vlasenko | which: fix testsuite failure |
commit | commitdiff | tree | snapshot |
2007-11-25 |
Denis Vlasenko | dhcpc: cope with buggy DHCP servers which send oversize... |
commit | commitdiff | tree | snapshot |
2007-11-24 |
Denis Vlasenko | Announce 1.8.2 and 1.7.4 |
commit | commitdiff | tree | snapshot |
2007-11-24 |
Denis Vlasenko | stty: reorganize data tables - save 0.5k |
commit | commitdiff | tree | snapshot |
2007-11-24 |
Denis Vlasenko | remove echo_main -> bb_echo indirection |
commit | commitdiff | tree | snapshot |
2007-11-24 |
Denis Vlasenko | hush: fix segfault in "echo $@" when we have no arguments |
commit | commitdiff | tree | snapshot |
2007-11-23 |
Denis Vlasenko | fix buglets found by randomconfig |
commit | commitdiff | tree | snapshot |
2007-11-23 |
Denis Vlasenko | update defconfig |
commit | commitdiff | tree | snapshot |
2007-11-23 |
Denis Vlasenko | kill lash. "lash" builtin still exists, but it runs... |
commit | commitdiff | tree | snapshot |
2007-11-23 |
Denis Vlasenko | Add an RFC for future ipv6 ftp work |
commit | commitdiff | tree | snapshot |
2007-11-23 |
Denis Vlasenko | hush: implement echo builtin |
commit | commitdiff | tree | snapshot |
2007-11-23 |
Denis Vlasenko | hush: fix $ expansion in redirections, add testcase... |
commit | commitdiff | tree | snapshot |
2007-11-23 |
Denis Vlasenko | hush: implement test builtin |
commit | commitdiff | tree | snapshot |
2007-11-23 |
Denis Vlasenko | hush: plug memory leak |
commit | commitdiff | tree | snapshot |
2007-11-23 |
Denis Vlasenko | arping: fix help text (-i -> -I), and shorten it a bit |
commit | commitdiff | tree | snapshot |
2007-11-23 |
Denis Vlasenko | arping: fix a bug where there is implicit count of 4G; |
commit | commitdiff | tree | snapshot |
2007-11-23 |
Denis Vlasenko | cut: add proper stdout error handling, fix "-" handling; |
commit | commitdiff | tree | snapshot |
2007-11-23 |
Denis Vlasenko | logread: add forgotten INIT_G(); |
commit | commitdiff | tree | snapshot |
2007-11-23 |
Denis Vlasenko | logread: eliminate usage of data/bss |
commit | commitdiff | tree | snapshot |
2007-11-23 |
Denis Vlasenko | dhcp: stop using magic constants; use (htonl(CONST... |
commit | commitdiff | tree | snapshot |
2007-11-22 |
Denis Vlasenko | udhcpc: remove -W option, -A can be reused for that |
commit | commitdiff | tree | snapshot |
2007-11-22 |
Denis Vlasenko | fix a thinko in build system |
commit | commitdiff | tree | snapshot |
2007-11-22 |
Denis Vlasenko | ash: fix bug where redirection of closed fd was leaving... |
commit | commitdiff | tree | snapshot |
2007-11-22 |
Denis Vlasenko | sestatus: new SELinux applet (KaiGai Kohei <kaigai... |
commit | commitdiff | tree | snapshot |
2007-11-22 |
Denis Vlasenko | dhcpc: cleanup and comments; fix buggy timeout handling... |
commit | commitdiff | tree | snapshot |
2007-11-22 |
Denis Vlasenko | udhcpc: an option to perform ARP check (Jonas Danielsso... |
commit | commitdiff | tree | snapshot |
2007-11-19 |
Mike Frysinger | cleanup comments and coding style and rewrite the mdev... |
commit | commitdiff | tree | snapshot |
2007-11-18 |
Denis Vlasenko | ip: stop propagating argc; optimize ip_parse_common_args |
commit | commitdiff | tree | snapshot |
2007-11-18 |
Denis Vlasenko | stty: mark variable as static |
commit | commitdiff | tree | snapshot |
next |