- 0a5b310 platform.c: provide getline implementation by Timo Teras · 13 years ago
- b9ba580 vi: fix regex search, make it selectable in config by Walter Harms · 13 years ago
- 52f4fe9 id: correct getgroups usage by Denys Vlasenko · 13 years ago
- d5ac9c8 groups: make it NOEXEC by Denys Vlasenko · 13 years ago
- 1e18a01 ls: fix HAVE_STRVERSCMP check; add check for older uclibc versions by Denys Vlasenko · 13 years ago
- 33092f1 groups: new applet by Tito Ragusa · 13 years ago
- 561f9c8 Add HAVE_STRVERSCMP, guard the only usage of strverscmp with #ifdef by Denys Vlasenko · 13 years ago
- 040b5a2 setserial: added missing \n in help text by Dan Fandrich · 13 years ago
- 0644891 libbb: use _unlocked variants of stdio I/O. by Denys Vlasenko · 13 years ago
- adcabf3 parse_config: use getline. BIG speedup with glibc (~40%). by Timo Teras · 13 years ago
- e12e0ac modprobe: use hash table. speeds up significantly if modprobe.dep is large by Timo Teras · 13 years ago
- 416e978 diff: disable debug code; remove unsupported --dry-run from help text by Denys Vlasenko · 14 years ago
- 5331e38 libbb/read_cmdline: prepend {comm} if different from argv0. Closes 3835. by Denys Vlasenko · 14 years ago
- 12ac628 procps: remove PSSCAN_STAT define, users were using it incorrectly by Denys Vlasenko · 14 years ago
- da94760 fix false positive in parse test by Denys Vlasenko · 14 years ago
- 3a64936 parse_config: make test applet easier to enable; fix its code by Denys Vlasenko · 14 years ago
- a1a4483 libbb: split bb_get_chunk_from_file and bb_get_chunk_with_continuation by Denys Vlasenko · 14 years ago
- 901a53b inetd: check if RPC is available by Bernhard Reutner-Fischer · 14 years ago
- 8ea683d ls: fix comment about -p (it's compatible now) by Denys Vlasenko · 14 years ago
- f194cc1 ls: make -v and -X actually work as intended by Denys Vlasenko · 14 years ago
- b307eab iplink: tweak includes to work on android by Denys Vlasenko · 14 years ago
- 000ae5c pkill/pgrep: support extended regular expressions by Wade Berrier · 14 years ago
- 6295d27 Replaced __u32 etc. with standard uint32_t style types by Daniel Fandrich · 14 years ago
- f533ec8 *: simplify Ethernet header includes by Dan Fandrich · 14 years ago
- d488f5e build system: delete generated files on "make mrproper" by Denys Vlasenko · 14 years ago
- 972e046 fbset: apply modelines. Closes 3823 by Denys Vlasenko · 14 years ago
- d7efa06 fix breakage caused by 'remove "Options:" string from help texts' commit by Denys Vlasenko · 14 years ago
- 6642676 *: remove "Options:" string from help texts by Denys Vlasenko · 14 years ago
- 9f77802 iostat: code shrink by Maksym Kryzhanovskyy · 14 years ago
- 5d3aace udhcpc: allow -O OPT take numeric params by Denys Vlasenko · 14 years ago
- fe86d6b appletlib.c: do not use PAGE_SIZE for malloc tweaking by Denys Vlasenko · 14 years ago
- 71d7313 platform.h: support for build under Android by Dan Fandrich · 14 years ago
- 2f57691 only compile obscure.c when needed by Dan Fandrich · 14 years ago
- f3854f7 replace nonstandard unsigned typedefs by Dan Fandrich · 14 years ago
- 56a3b82 hush: better comment. No code changes by Denys Vlasenko · 14 years ago
- 00ae989 hush: fix a corner case of empty "do \n done" structure by Denys Vlasenko · 14 years ago
- 14f5553 makedevs: fix help-text by Bernhard Reutner-Fischer · 14 years ago
- 488dd70 fix !ENABLE_FEATURE_GETOPT_LONG build. Closes 3775 by Denys Vlasenko · 14 years ago
- 217a7f4 fuser: fix inverted access() check. Closes 3799. by Denys Vlasenko · 14 years ago
- 8dc6195 setconsole: open console for writing rather than reading by Peter Korsgaard · 14 years ago
- abb0952 nmeter: trim help text by Denys Vlasenko · 14 years ago
- aeab42e syslogd,klogd: better help text by Denys Vlasenko · 14 years ago
- eeed230 fuser: code shrink by Maksym Kryzhanovskyy · 14 years ago
- e6df7e2 libbb.h: small reordering by Denys Vlasenko · 14 years ago
- b24ef03 find: cater for libc w/o FNM_CASEFOLD by Denys Vlasenko · 14 years ago
- 7948ecb find: implement -ipath by Bogdan Harjoc · 14 years ago
- d616ab6 reformime: do not require \r\n by Denys Vlasenko · 14 years ago
- 9b90d9b adduser: better logic for choosing addgroup -g/--gid by Denys Vlasenko · 14 years ago
- 569e930 adduser: prefer to call addgroup --gid, not non-std addgroup -g by Denys Vlasenko · 14 years ago
- b808614 od: code shrink by Denys Vlasenko · 14 years ago
- d373355 od: another fix for --strings by Denys Vlasenko · 14 years ago
- 9d96e27 od: fix -S NUM to not print chars >0x80 by Denys Vlasenko · 14 years ago
- 3ef344b od: code shrink by Denys Vlasenko · 14 years ago
- 5c10fa5 od: code shrink, fix "od --traditional FILE" by Denys Vlasenko · 14 years ago
- 232ebaa lineedit: fix rare SEGV; mark a few FIXMEs by Alexey Fomenko · 14 years ago
- ea137aa warning removal by Cristian Ionescu-Idbohrn · 14 years ago
- 9e933d9 tail: optimize "tail -c HUGENUM REGULAR_FILE". Closes 3763. by Denys Vlasenko · 14 years ago
- 24b71fd top: display sort indicator in memory display by Denys Vlasenko · 14 years ago
- 351fec3 busybox.conf: code shrink by Denys Vlasenko · 14 years ago
- d83aff1 busybox.conf: USER.GROUP is _optional_ by Denys Vlasenko · 14 years ago
- 3770b6b main: make busybox.conf mode handling less obscure by Denys Vlasenko · 14 years ago
- 9be4702 main: free suid_config list after use by Denys Vlasenko · 14 years ago
- 9a296fb vi.c: remove warning: variable 'sp' set but not used by Cristian Ionescu-Idbohrn · 14 years ago
- 662972a The [-Wunused-but-set-variable] warnings by Cristian Ionescu-Idbohrn · 14 years ago
- 6afc677 dc: do not advertise ops disabled in .config by Denys Vlasenko · 14 years ago
- 4566e17 simplify parsing of /etc/busybox.conf by Denys Vlasenko · 14 years ago
- e0238f8 tweak config help text by Denys Vlasenko · 14 years ago
- 29f9b72 hush: fix misparsing of "... do eval a= ...". Closes 3721 by Denys Vlasenko · 14 years ago
- eafc558 top: better indicator of selected field in mem view by Denys Vlasenko · 14 years ago
- 60a9414 fix "variable 'foo' set but not used" warnings by Denys Vlasenko · 14 years ago
- 8dd29da ls: code shrink by Denys Vlasenko · 14 years ago
- 4029e21 ls: reorder and rename functions. No code changes by Denys Vlasenko · 14 years ago
- 2a81639 ls: reduce memory consumption and speed up (don't do redundant [l]stat) by Denys Vlasenko · 14 years ago
- 66ca241 ls: avoid forward declaration. No code changes by Denys Vlasenko · 14 years ago
- d27ac29 ls: code shrink by Denys Vlasenko · 14 years ago
- 3a24021 passwd: shorter help text by Denys Vlasenko · 14 years ago
- 12a4327 adduser: safe username passing to passwd/addgroup by Denys Vlasenko · 14 years ago
- 0806e40 hush: install signal handlers with filled sigmask by Denys Vlasenko · 14 years ago
- b1ab283 inetd: add FIXMEs by Denys Vlasenko · 14 years ago
- 89f5bfd libbb.h: use inlined sigfillset, sigemptyset, sigisemptyset on uclibc by Denys Vlasenko · 14 years ago
- 279a7ac ls: fix help text: -w N is optional by Denys Vlasenko · 14 years ago
- 4ad95e6 ls: fix -p help text, improve comments and define names by Denys Vlasenko · 14 years ago
- 75e77de hush: fixes and small shrink for HUSH_JOB!=y by Denys Vlasenko · 14 years ago
- ebc1ee2 hush: remove one sigprocmask from exit path by Denys Vlasenko · 14 years ago
- 0c40a73 hush: add forgotten {} in multi-statement if. by Denys Vlasenko · 14 years ago
- 0a8971d trim help text by Denys Vlasenko · 14 years ago
- f58f705 hush: fix login shell's signal handling; add -l option so that it's easier to test by Denys Vlasenko · 14 years ago
- 9d6cbaf hush: replace signal handling machinery by Denys Vlasenko · 14 years ago
- 10c0131 hush: use SA_RESTARTed signal handlers across read. by Denys Vlasenko · 14 years ago
- 12bc152 fbset: abort on unknown options. closes 3121 by Denys Vlasenko · 14 years ago
- ed607a8 pam link error with SHARED_BUSYBOX and LIBBUSYBOX enabled by Steve Iribarne · 14 years ago
- bcf1fa8 hush: add tests for interrupting read by Denys Vlasenko · 14 years ago
- 54e9e12 hush: code shrink by Denys Vlasenko · 14 years ago
- 80542ba hush: make read builtin interruptible. by Denys Vlasenko · 14 years ago
- 80c5b68 libbb: nonblock_safe_read->nonblock_immune_read, remove unused param of xmalloc_reads by Denys Vlasenko · 14 years ago
- b870903 hush: fix incorrect PS2 dispaly and trap handling while reading command by Denys Vlasenko · 14 years ago
- 29c54aa iostat: code shrink ~0.5k by Maksym Kryzhanovskyy · 14 years ago
- c3f8db9 preparatory patch by Denys Vlasenko · 14 years ago
- 4d6059e top: another scripting improvement by Denys Vlasenko · 14 years ago
- 7d9a1d2 top: make it possible to feed commands via pipe by Denys Vlasenko · 14 years ago