- cf7cf62 *: s/BB_SIGS_FATAL/BB_FATAL_SIGS/ (latter proved easier to remember) by Denis Vlasenko · 17 years ago
- 0764a7f ifupdown: make it NOMMU-capable by Denis Vlasenko · 17 years ago
- 7a60133 tftpd: fix download: we must change user AFTER bind by Denis Vlasenko · 17 years ago
- 403a5a2 tftpd: options -c (allow _new_ files to be uploaded) and -u USER by Denis Vlasenko · 17 years ago
- 71c9f01 tftp(d): a bit more verbose error reporting by Denis Vlasenko · 17 years ago
- dd9228b tftpd: make it emit error packets by Denis Vlasenko · 17 years ago
- c0183e6 unlzma: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com> by Denis Vlasenko · 17 years ago
- 6aa7696 mount: #ifdef out MOUNT_LABEL code parts if it is not selected by Denis Vlasenko · 17 years ago
- 2a7a451 patch: don't trash permissions of patched file by Denis Vlasenko · 17 years ago
- d7e6af2 tftpd: make open() check r/w permissions instead of doing it ourself. by Denis Vlasenko · 17 years ago
- 78c5656 tftpd: fix bugs spotted by Vladimir by Denis Vlasenko · 17 years ago
- e421b5e init: do not close all descriptors > 2. We were doing it - sometimes. by Denis Vlasenko · 17 years ago
- 2724fa9 remove alarm() calls which were functioning as a primitive by Paul Fox · 17 years ago
- fb274df init: do not use bb_sanitize_stdio(), "/dev/null" may be missing (yet) by Denis Vlasenko · 17 years ago
- 9c8c038 httpd: small fixlet for POST upload - skip by Denis Vlasenko · 17 years ago
- d1277c6 remove extra spaces in help text; delete duplicate #define by Denis Vlasenko · 17 years ago
- d0a071a brctl: eliminate stray data object by Denis Vlasenko · 17 years ago
- b44c790 *: fix various kinds of damage to letter 'c' in Arkadiusz Mickiewicz' surname. by Denis Vlasenko · 17 years ago
- d25c33f volume_id: disable detection routines which are not setting label and uuid anyway by Denis Vlasenko · 17 years ago
- c5b7372 volude_id: remove unused fields and functions which were setting them by Denis Vlasenko · 17 years ago
- 592d4fe selinux/*: -Wunused-parameter fixes runsv: make it NOMMU-capable by Denis Vlasenko · 17 years ago
- 4866e90 svn add/svn rm to actually move tcp/udpsvd... by Denis Vlasenko · 17 years ago
- 4ee7cd4 *: mode tcp/udpsvd to networking, delete ipsvd/* by Denis Vlasenko · 17 years ago
- aa9b182 tftpd: new applet (mostly using existing code for tftp) by Denis Vlasenko · 17 years ago
- 1d42665 *: shrink: use Vladimir's "o+" specifier instead of xatou(opt_param) by Denis Vlasenko · 17 years ago
- 62a90cd *: shrink by using [f]open_or_warn_stdin where appropriate by Denis Vlasenko · 17 years ago
- d02db89 clean up TODO file. No real code changes. by Denis Vlasenko · 17 years ago
- 85c2471 *: fix fallout from -Wunused-parameter by Denis Vlasenko · 17 years ago
- 081eb71 dnsd: properly set _src_ IP:port on outgoing UDP packets by Denis Vlasenko · 17 years ago
- 68404f1 *: add -Wunused-parameter; fix resulting breakage by Denis Vlasenko · 17 years ago
- a55bd05 fsck: shrink (we were passing around some params which were unused) by Denis Vlasenko · 17 years ago
- 397de61 help text: regularize format, and shrink by Denis Vlasenko · 17 years ago
- a4522c5 mount: plug a hole where FEATURE_MOUNT_HELPERS could allow execution by Denis Vlasenko · 17 years ago
- afc4113 fuser: bugfixes and shrink. It was assuming that xmalloc zeroes returned area! by Denis Vlasenko · 17 years ago
- cdf6277 dos2unix: tiny shrink by Denis Vlasenko · 17 years ago
- 107fe7c less: improve search when data is not supplied fast enough by stdin - by Denis Vlasenko · 17 years ago
- aefed94 tcpsvd,udpsvd: make them NOMMU-capable inetd: make udp nowait work by Denis Vlasenko · 17 years ago
- 9f153f6 fsck_minix: getopt32-ification; code shrink; reduce stack usage; by Denis Vlasenko · 17 years ago
- 3f165fa libbb: introduce and use sigprocmask_allsigs and sigaction_set. by Denis Vlasenko · 17 years ago
- 8e2cfec libbb: introduse and use signal_[no_]SA_RESTART_empty_mask and sigaction_set by Denis Vlasenko · 17 years ago
- 4cf1d08 nc: remove a bit of bloat by Denis Vlasenko · 17 years ago
- 4e6d511 inetd: make it NOMMU-capable and IPv6-friendly. Lots of renames by Denis Vlasenko · 17 years ago
- 4e6c812 crond: make it NOMMU-capable by Denis Vlasenko · 17 years ago
- 35e9c5d fixups to vi usage, and move the initial redraw() past the by Paul Fox · 17 years ago
- c51fc7b by Paul Fox · 17 years ago
- b4a5087 define DEBUG as 0, for when ENABLE_FEATURE_DEVPTS is not on. by Paul Fox · 17 years ago
- 4917c11 fix vi's '?' and '/' commands to correctly set a new direction by Paul Fox · 17 years ago
- a43dba7 msh: create testsuite (based on hush one) by Denis Vlasenko · 17 years ago
- 444639c unlzma: save a few more bytes, and maybe even a bit faster now by Denis Vlasenko · 17 years ago
- c3fff87 unlzma: if !LZMA_FAST, save ~200 more bytes (Pascal Bellard <pascal.bellard AT ads-lu.com>) by Denis Vlasenko · 17 years ago
- 4aafd5f msh: a few fields renamed; short->int conversion for a field by Denis Vlasenko · 17 years ago
- d18f52b actually add bb_qsort.c *: s/Denis/Denys/ by Denis Vlasenko · 17 years ago
- fb29038 libbb: inntroduce and use bb_pstrcmp() and qsort_string_vector() by Denis Vlasenko · 17 years ago
- 509697f msh: renames: ->words => ->op_words, space() => get_space() by Denis Vlasenko · 17 years ago
- da8ae75 doc: add info about sed s/.../.../I modifier by Denis Vlasenko · 17 years ago
- fe21883 msh: fix for bug 846 ("break" didn't work second time) by Denis Vlasenko · 17 years ago
- 8a2e421 nmeter: fix bug where %[mf] behaves as %[mt] by Denis Vlasenko · 17 years ago
- 19fb67e run-parts: add --reverse by Denis Vlasenko · 17 years ago
- b29028e zcip: chdiring to root when daemonizing is not useful, by Denis Vlasenko · 17 years ago
- f39c7c0 sed: n cmd must reset "we had successful subst" flag. closes bug 1214. by Denis Vlasenko · 17 years ago
- cd174d1 microcom: shrink by Denis Vlasenko · 17 years ago
- 32fd76c script: correctly handle buffered "tail" of output. +35 bytes. by Denis Vlasenko · 17 years ago
- 93e1a21 - Don't point to obsolete patches but the current fixes for the stable releases by Bernhard Reutner-Fischer · 17 years ago
- 3444bd4 - update docs to point to the current stable branch by Bernhard Reutner-Fischer · 17 years ago
- 51f421a - fix compilation failure due to implicit decl of resolve_mount_spec(). by Bernhard Reutner-Fischer · 17 years ago
- 1acb4ef httpd: fix breakage introduced by "support for I:index.xml" by Denis Vlasenko · 17 years ago
- 574f2f4 *: add optimization barrier to all "G trick" locations by Denis Vlasenko · 17 years ago
- fe66a0e lpr: removed stdio; added "job received" message in verbose mode. by Denis Vlasenko · 17 years ago
- c8f2f74 libbb: add forgotten part of "script" applet change by Denis Vlasenko · 17 years ago
- 5014dad script: new applet by Pascal Bellard <pascal.bellard AT ads-lu.com> by Denis Vlasenko · 17 years ago
- 8195d20 sendmail: yet another maintainer's update by Denis Vlasenko · 17 years ago
- 17db1a9 sendmail: update from maintainer by Denis Vlasenko · 17 years ago
- 7be1030 lpr: fflush stdout fix by Denis Vlasenko · 17 years ago
- be048f2 syslogd: optional support for dropping dups. closes bug 436. by Denis Vlasenko · 17 years ago
- 06aed43 ifenslave: new applet. closes bug 115. by Denis Vlasenko · 17 years ago
- 04bb2d2 start_stop_daemon: stop using data/bss by Denis Vlasenko · 17 years ago
- d4f0b94 reset: call "stty sane". Closes bug 1414. by Denis Vlasenko · 17 years ago
- d686482 actually add libbb/safe_gethostname.c by Denis Vlasenko · 17 years ago
- 6f1713f *: intrduce and use safe_gethostname. By Tito <farmatito AT tiscali.it> by Denis Vlasenko · 17 years ago
- 394eebe lpd: spool mode added by Vladimir by Denis Vlasenko · 17 years ago
- 38b8831 lpd: now with "svn add"... by Denis Vlasenko · 17 years ago
- f99afb5 lpd: new applet by Vladimir Dronnikov <dronnikov AT gmail.com> by Denis Vlasenko · 17 years ago
- a2f4735 forgotten bit of rmdir long options support by Denis Vlasenko · 17 years ago
- 6d8112c fix typo in comment, no code changes by Denis Vlasenko · 17 years ago
- 8f8a420 lpr: fixing vda's thinko by Denis Vlasenko · 17 years ago
- b78d1c0 less: shrink by Denis Vlasenko · 17 years ago
- 4f82bdb lpr,lpq: rework by dronnikov AT gmail.com by Denis Vlasenko · 17 years ago
- 52feee9 rmdir: optional long options support for Debian users. +68 bytes. by Denis Vlasenko · 17 years ago
- 28b2991 watch: shrink (by walter harms <WHarms AT bfs.de>) by Denis Vlasenko · 17 years ago
- 400d8bb less,klogd,syslogd,nc,tcpudp: exit on signal by killing itself, not exit(1) by Denis Vlasenko · 17 years ago
- d553faf less: small shrink by Denis Vlasenko · 17 years ago
- a7259b6 syslogd: small shrink by Denis Vlasenko · 17 years ago
- d2172c0 less: make it a bit more resistant against statusline corruption. by Denis Vlasenko · 17 years ago
- 3319637 less: update line input so that it doesn't interfere with by Denis Vlasenko · 17 years ago
- 8662075 lpr: document options better by Denis Vlasenko · 17 years ago
- 32b2a9f small code readability and typo fixes by Denis Vlasenko · 17 years ago
- 68444b9 lpr and lpq applets by Walter Harms. by Denis Vlasenko · 17 years ago
- 6aa74fc ash: s/ckzmalloc/ckzalloc/ by Denis Vlasenko · 17 years ago
- 838ffd5 ash: sprinkle a bit more of zeroed allocations. by Denis Vlasenko · 17 years ago
- 2f518b0 httpd: "HEAD" support. Closes bug 1530. by Denis Vlasenko · 17 years ago