- 7d8ab84 mkfs_ext2: fix a buglet introduced in last commit by Denys Vlasenko · 15 years ago
- 4588775 mkfs_ext2: shrink by Denys Vlasenko · 15 years ago
- 823b4e6 mkfs_ext2: new applet by Vladimir by Vladimir Dronnikov · 15 years ago
- 8dbe9bb sendmail: fix for long headers (by Vladimir) by Vladimir Dronnikov · 15 years ago
- 2ace0ad ifup: make /etc/network/interfaces parser tolerant to trailing spaces by Denys Vlasenko · 15 years ago
- 944d275 sendmail: update by Vladimir by Vladimir Dronnikov · 15 years ago
- f5a295d util-linux/mkswap.c: fix warning by Denys Vlasenko · 15 years ago
- 4ebc76c hush: add a printf builtin by Mike Frysinger · 15 years ago
- ccb1959 hush: unify handling of builtin applets by Mike Frysinger · 15 years ago
- db67a20 move generate_uuid from mkswap to libbb by Vladimir Dronnikov · 15 years ago
- 7eabffa dd: use correct multiplication factor and simplify code by Denys Vlasenko · 15 years ago
- 04bb6b6 lineedit: do not hardcode ctrl-C and ctrl-D, use termios fields. by Denys Vlasenko · 15 years ago
- a68bd4b comment anc Config.in changes, no code changes by Denys Vlasenko · 15 years ago
- a1a3972 dd: add a comment, no code changes by Denys Vlasenko · 15 years ago
- 4e5b07b dd: speed measurement. optional. by Gabor Heja · 15 years ago
- d31575a libiproute/*: code shrink by Denys Vlasenko · 15 years ago
- 94466b8 libiproute: code and data shrink by Denys Vlasenko · 15 years ago
- 0bf44d0 libbb/human_readable.c: shrink; and reduce bss usage by Denys Vlasenko · 15 years ago
- 76ace25 ash,hush: fix $RANDOM in children being repeated by Denys Vlasenko · 15 years ago
- 3c39e70 include/xatonum.h: make it survive -Wconversion by Denys Vlasenko · 15 years ago
- 4db34d6 libbb: revert the change where spawn reports exec failure by Denys Vlasenko · 15 years ago
- 8c66a9d hush: shrink $RANDOM support by Denys Vlasenko · 15 years ago
- e7670ff ash: use bbox wrappers for malloc etc instead of homegrown ones by Denys Vlasenko · 15 years ago
- 0e5e4ea ash: trivial shrink by using smaller int by Denys Vlasenko · 15 years ago
- f26e98f udhcpc: more help text tweaking by Denys Vlasenko · 15 years ago
- 84e1caf udhcpc: better wording in help text by Denys Vlasenko · 15 years ago
- e3c6e19 laguage and copyright date corrections, no code changes by Denys Vlasenko · 15 years ago
- 3dc4a3e ash: make one testsuite entry more robust by Denys Vlasenko · 15 years ago
- 69d1f45 shell/Config.in: forgotten chunk with CONFIG_HUSH_RANDOM_SUPPORT by Denys Vlasenko · 15 years ago
- cbe0b7f hush: fix cut-n-paste error in last commit by Denys Vlasenko · 15 years ago
- 20b3d14 hush: add support for $RANDOM. If on: by Denys Vlasenko · 15 years ago
- 3ea2e82 ash: factor out $RANDOM support by Denys Vlasenko · 15 years ago
- a05b2b8 ps: show longer COMMAND by Denys Vlasenko · 15 years ago
- dea4788 hush: support $PPID by Denys Vlasenko · 15 years ago
- 3f11f35 libbb: make spawn() print "can't execute '%s'" on execv error by Denys Vlasenko · 15 years ago
- 219757f udhcpc: fix bug 629: use bcast receive when we perform rebinding by Denys Vlasenko · 15 years ago
- 6332151 modprobe-small: added comment about multiple alias matches by Denys Vlasenko · 15 years ago
- 784d095 rtcwake: remove a static variable by Denys Vlasenko · 15 years ago
- ef5bc2c *: three more NOINLINEs by Denys Vlasenko · 15 years ago
- adf922e *: a few more NOINLINEs by Denys Vlasenko · 15 years ago
- a7bb3c1 *: code shrink via NOINLINE by Denys Vlasenko · 15 years ago
- 57ce977 ash: compile breakage fix by Denys Vlasenko · 15 years ago
- d5fddcd cp: revert a recent buggy change, and add a comment why it's wrong by Denys Vlasenko · 15 years ago
- d427689 Fix english in build system by Denys Vlasenko · 15 years ago
- 7bb346f *: use {i,u}toa() where appropriate by Denys Vlasenko · 15 years ago
- 8d680b5 Trim help text a bit more by Denys Vlasenko · 15 years ago
- 0769785 Trim usage text a bit by Denys Vlasenko · 15 years ago
- dcd27ab unpackers: check errors from close() too by Denys Vlasenko · 15 years ago
- be168b1 wget: fix for code 302; mount: support -o union by Vladimir Dronnikov · 15 years ago
- 301f5ec ash: error out on ${#1#}, ${#$11}, ${#11#} by Cristian Ionescu-Idbohrn · 15 years ago
- 4d8873f ash: document where we accept invalid syntax. no code changes by Denys Vlasenko · 15 years ago
- b618dba sendmail: accept -i too, not only -oi by Vladimir Dronnikov · 15 years ago
- 76622db ash: code shrink by Denys Vlasenko · 15 years ago
- fd2dc53 remove useless (unsigned >= 0) comparison by Denys Vlasenko · 15 years ago
- 1d63f04 ls: forgotten chunk from prev commit by Denys Vlasenko · 15 years ago
- cae409c ls: code shrink by Denys Vlasenko · 15 years ago
- ffd4774 ls: fix for !FEATURE_LS_RECURSIVE (forgotten free); cleanups by Denys Vlasenko · 15 years ago
- 0683d4d ls: add standards doc; record author of "total NNNN" code by Denys Vlasenko · 15 years ago
- 76c7d95 ls: code shrink by Denys Vlasenko · 15 years ago
- 87c150c ls: add "total NNNN" header if DESKTOP. By Johannes Stezenbach (js AT sig21.net) by Denys Vlasenko · 15 years ago
- 26ff18b Fixes to usage text; updated busybox.spec by Denys Vlasenko · 15 years ago
- 88a3768 cp: FEATURE_CP_LONG_OPTIONS depends on LONG_OPTS by Denys Vlasenko · 15 years ago
- f228913 ok, last fix wasn't correct... this one is better by Denys Vlasenko · 15 years ago
- 963f52f fix a typo in prev commit by Denys Vlasenko · 15 years ago
- acabf8f Update documentation generator so that it sucks less by Denys Vlasenko · 15 years ago
- 3a7034c typo fix in a comment in a testcase. oh well... by Denys Vlasenko · 15 years ago
- 1b34d4f find: add zeroing of G.xxx; ftpd - remove extraneous zeroing of G.xxx by Denys Vlasenko · 15 years ago
- c34c033 ash,hush: share string by Denys Vlasenko · 15 years ago
- 8f7a6d2 find: -follow should not error out on dandling links by Denys Vlasenko · 15 years ago
- 2f3f09c libbb/lineedit: restore ^D handling for unicode by Denys Vlasenko · 15 years ago
- db9c57e libbb/lineedit: fix the case when we configured history to have 0 lines by Denys Vlasenko · 15 years ago
- e74aaf9 ash,hush: make trap output short signal names, without SIG prefix by Denys Vlasenko · 15 years ago
- 6c750f1 find: do not recurse into directories with depth == --maxdepth by Denys Vlasenko · 15 years ago
- 48f1161 cp: add support for --parents and long option synonyms of short opts by Denys Vlasenko · 15 years ago
- 67f7186 hush: do not reset to default "" traps in subshell by Denys Vlasenko · 15 years ago
- 4ea0ca8 hush: document a TODO. no code changes by Denys Vlasenko · 15 years ago
- 8f88d85 ash: better comment. no code changes by Denys Vlasenko · 15 years ago
- 726e1a0 ash: even smaller `trap` code by Denys Vlasenko · 15 years ago
- e305c28 ash: slightly better (more correct) code for "trap hack" by Denys Vlasenko · 15 years ago
- c297ea9 login: log PAM errors to syslog, not stderr by Denys Vlasenko · 15 years ago
- 21d87d4 ash: better handling of EXIT trap in `trap` hack by Denys Vlasenko · 15 years ago
- 0800e3a ash: do not let EXIT trap to fire in `trap` by Denys Vlasenko · 15 years ago
- 7188540 hush: small speed optimization. +10 bytes. by Denys Vlasenko · 15 years ago
- 2f7894b ash,hush: fix trap reporting: s/SIGEXIT/EXIT/ by Denys Vlasenko · 15 years ago
- ecb179b ifenslave: fix for 2.4 kernels compile by Denys Vlasenko · 15 years ago
- 606291b *: more portability fixes by Dan Fandrich by Denys Vlasenko · 15 years ago
- 1f27ab0 *: optimize code size in strtoul calls by Denys Vlasenko · 15 years ago
- 8d33817 tar: accept spaces at the end of header fields (compat) by Denys Vlasenko · 15 years ago
- 844f990 ash: fix `trap` by Denys Vlasenko · 15 years ago
- 91836ba hush: fix `trap` by Denys Vlasenko · 15 years ago
- af3fd14 hdparm,fdisk: reinstate BLKGETSIZE64 #defines. No code changes by Denys Vlasenko · 15 years ago
- ed4ff0e pidof/killall: fix bug 625 (kernel threads get stale "binary name") by Denys Vlasenko · 15 years ago
- 200d522 df: unicode-aware column formatting. By Tomas Heinrich (theinric AT redhat.com) by Denys Vlasenko · 15 years ago
- 4ff1ce0 ps: fix compile breakage by Denys Vlasenko · 15 years ago
- 11c8238 sed: fix bug 623 (SEGV on some sed commands) by Denys Vlasenko · 15 years ago
- d75295c ps: conditionally enable -T on non-DESKTOP build too by Denys Vlasenko · 15 years ago
- 69b1cef hush: better wording in comments. no code changes by Denys Vlasenko · 15 years ago
- bc3e947 awk: fix typo in prev commit by Denys Vlasenko · 15 years ago
- 46a0be5 awk: implement mktime by Leonid Lisovskiy · 15 years ago
- d8dd25a diff: debug macros; one trivial size optimization by Denys Vlasenko · 15 years ago