2006-09-15 |
Rob Landley | Unbreak allbareconfig. |
commit | commitdiff | tree | snapshot |
2006-09-15 |
Rob Landley | So, in the cornucopia of superfulous warning directives... |
commit | commitdiff | tree | snapshot |
2006-09-15 |
Rob Landley | Unbreak allbareconfig. |
commit | commitdiff | tree | snapshot |
2006-09-14 |
Rob Landley | Strangely, using // in the comments I added was not... |
commit | commitdiff | tree | snapshot |
2006-09-14 |
Denis Vlasenko | login: eliminate forward decls and #ifdefs |
commit | commitdiff | tree | snapshot |
2006-09-14 |
Denis Vlasenko | umount: do not try to close FILE* which is NULL. |
commit | commitdiff | tree | snapshot |
2006-09-14 |
Denis Vlasenko | mount: -o remount should not add lines to /etc/mtab |
commit | commitdiff | tree | snapshot |
2006-09-14 |
Denis Vlasenko | mount: move code from nfsmount.c into mount.c |
commit | commitdiff | tree | snapshot |
2006-09-14 |
Bernhard Reutner... | - make sure that the 'build' dir exists even if we... |
commit | commitdiff | tree | snapshot |
2006-09-14 |
Bernhard Reutner... | - do away with silly comment and do the Right Thing... |
commit | commitdiff | tree | snapshot |
2006-09-14 |
Denis Vlasenko | mount: fix mtab support (but it is still rather buggy) |
commit | commitdiff | tree | snapshot |
2006-09-14 |
Rob Landley | svn 15355 replaced "BusyBox is licensed under the GNU... |
commit | commitdiff | tree | snapshot |
2006-09-14 |
Rob Landley | More code from kernel developers, and therefore license... |
commit | commitdiff | tree | snapshot |
2006-09-13 |
Rob Landley | Add Larry Doolittle's ntpclient, plus some formatting... |
commit | commitdiff | tree | snapshot |
2006-09-13 |
Bernhard Reutner... | - fix copy'n paste errors that got introduced when... |
commit | commitdiff | tree | snapshot |
2006-09-13 |
Bernhard Reutner... | - r16075 broke for de-selected FEATURE_UTMP; Partial... |
commit | commitdiff | tree | snapshot |
2006-09-12 |
Rob Landley | Revert duplicate patch. |
commit | commitdiff | tree | snapshot |
2006-09-12 |
Rob Landley | Remove pointless "const". Bloatcheck says 0 bytes... |
commit | commitdiff | tree | snapshot |
2006-09-12 |
Rob Landley | Fix from Bernhard for somebody trying to limp along... |
commit | commitdiff | tree | snapshot |
2006-09-12 |
Rob Landley | Random cleanup hanging around my tree. |
commit | commitdiff | tree | snapshot |
2006-09-12 |
Bernhard Reutner... | - small trivia to be gentle to gcc-2.95.x which had... |
commit | commitdiff | tree | snapshot |
2006-09-12 |
Bernhard Reutner... | - fix warning about discarding qualifiers in initialization |
commit | commitdiff | tree | snapshot |
2006-09-11 |
Denis Vlasenko | nfsmount: sanitize it. It had a rather peculiar idea... |
commit | commitdiff | tree | snapshot |
2006-09-11 |
Bernhard Reutner... | - convert a few xopen3(,,0) into xopen(,). Also peruse... |
commit | commitdiff | tree | snapshot |
2006-09-11 |
Bernhard Reutner... | - merge xstat.c into xfuncs.c |
commit | commitdiff | tree | snapshot |
2006-09-11 |
Bernhard Reutner... | - Tito pointed out that Rob forgot to add e2fsprogs... |
commit | commitdiff | tree | snapshot |
2006-09-11 |
Rob Landley | Build fixes for gcc 4.0 with -Werror, from Tito. |
commit | commitdiff | tree | snapshot |
2006-09-11 |
Rob Landley | Error reporting fix for sulogin, plus remove help entri... |
commit | commitdiff | tree | snapshot |
2006-09-10 |
Denis Vlasenko | nfsmount: remove some really old code (for kernels... |
commit | commitdiff | tree | snapshot |
2006-09-10 |
Denis Vlasenko | nfsmount: delete nfsmount.h |
commit | commitdiff | tree | snapshot |
2006-09-10 |
Denis Vlasenko | nfsmount: nfsmount.h merged into nfsmount.c |
commit | commitdiff | tree | snapshot |
2006-09-10 |
Denis Vlasenko | nfsmount: style fix |
commit | commitdiff | tree | snapshot |
2006-09-10 |
Denis Vlasenko | ipcs: silly trick with strings. saves ~200 bytes. |
commit | commitdiff | tree | snapshot |
2006-09-10 |
Rob Landley | Cleanup headers and replace the zero padding with an... |
commit | commitdiff | tree | snapshot |
2006-09-09 |
Denis Vlasenko | sulogin: minor cleanup. |
commit | commitdiff | tree | snapshot |
2006-09-09 |
Denis Vlasenko | setkeycodes: something horrible happened here |
commit | commitdiff | tree | snapshot |
2006-09-09 |
Denis Vlasenko | top: fixed wrong comment, made error message more clear |
commit | commitdiff | tree | snapshot |
2006-09-09 |
Denis Vlasenko | tar: fix "xopen with O_CREAT" warning, improve zero... |
commit | commitdiff | tree | snapshot |
2006-09-09 |
Denis Vlasenko | xopen3(O_RDONLY) -> xopen(O_RDONLY). |
commit | commitdiff | tree | snapshot |
2006-09-09 |
Denis Vlasenko | using [xa]sprintf for string concatenation is neat... |
commit | commitdiff | tree | snapshot |
2006-09-09 |
Denis Vlasenko | wget: wrap one atrociously long line (around 200 chars... |
commit | commitdiff | tree | snapshot |
2006-09-09 |
Denis Vlasenko | udhcp: FEATURE_UDHCP_SYSLOG should be selected only if |
commit | commitdiff | tree | snapshot |
2006-09-08 |
Denis Vlasenko | login: use some ideas from util-linux's login. |
commit | commitdiff | tree | snapshot |
2006-09-08 |
Denis Vlasenko | few random readability enhansements. No code changes |
commit | commitdiff | tree | snapshot |
2006-09-08 |
Denis Vlasenko | login: make it saner and smaller by ~0.5k. |
commit | commitdiff | tree | snapshot |
2006-09-08 |
Denis Vlasenko | login: small fixes like \n removal, bb_error_msg'ificat... |
commit | commitdiff | tree | snapshot |
2006-09-08 |
Denis Vlasenko | login: previous commit comment was wrong :) |
commit | commitdiff | tree | snapshot |
2006-09-08 |
Denis Vlasenko | login: style fixes |
commit | commitdiff | tree | snapshot |
2006-09-08 |
Rob Landley | Shrinkage/cleanup from Tito. |
commit | commitdiff | tree | snapshot |
2006-09-08 |
Rob Landley | Fix warnings. |
commit | commitdiff | tree | snapshot |
2006-09-08 |
Rob Landley | Second drop. More infrastructure in place, especially... |
commit | commitdiff | tree | snapshot |
2006-09-08 |
Rob Landley | A quick cleanup pass of some low-hanging mess. |
commit | commitdiff | tree | snapshot |
2006-09-08 |
Rob Landley | Bugfix for: echo '123456789' | sed 's/./|&/5' |
commit | commitdiff | tree | snapshot |
2006-09-07 |
Denis Vlasenko | Fix (hopefully) bug 976. Need more thorough audit. |
commit | commitdiff | tree | snapshot |
2006-09-07 |
Denis Vlasenko | getty, sulogin: convert to using bb_msg for syslog... |
commit | commitdiff | tree | snapshot |
2006-09-07 |
Denis Vlasenko | fix if (ENABLE_FEATURE_SYSLOG & (...)) - should be && |
commit | commitdiff | tree | snapshot |
2006-09-07 |
Denis Vlasenko | Add CONFIG_FEATURE_SYSLOG which controls whether |
commit | commitdiff | tree | snapshot |
2006-09-07 |
Denis Vlasenko | CONFIG_FEATURE_COMPRESS_USAGE was impossible to turn on |
commit | commitdiff | tree | snapshot |
2006-09-07 |
Denis Vlasenko | adding files missed in prev updates (forgot about svn... |
commit | commitdiff | tree | snapshot |
2006-09-06 |
Rob Landley | Denis Vlasenko has started to put stuff on his BusyBox... |
commit | commitdiff | tree | snapshot |
2006-09-06 |
Denis Vlasenko | removed a lot of trailing \n in bb_msg() calls. It... |
commit | commitdiff | tree | snapshot |
2006-09-06 |
Denis Vlasenko | Implement optional syslog logging using ordinary |
commit | commitdiff | tree | snapshot |
2006-09-06 |
Bernhard Reutner... | - strip 399424 off the bss by making decompress_uncompr... |
commit | commitdiff | tree | snapshot |
2006-09-06 |
Bernhard Reutner... | - mdev and grep use xregcomp. Closes bug #1021 |
commit | commitdiff | tree | snapshot |
2006-09-05 |
Rob Landley | Vladimir Dronnikov (ybrnj80 at yandex dot ru) pointed... |
commit | commitdiff | tree | snapshot |
2006-09-05 |
Rob Landley | The bb_ prefixes were removed from xasprintf() and... |
commit | commitdiff | tree | snapshot |
2006-09-05 |
Denis Vlasenko | run_shell.c: style fix |
commit | commitdiff | tree | snapshot |
2006-09-05 |
Denis Vlasenko | xfunc: fix: && -> &. Also nuked two double semicolons... |
commit | commitdiff | tree | snapshot |
2006-09-05 |
Rob Landley | Might as well commit this to have the history. It... |
commit | commitdiff | tree | snapshot |
2006-09-04 |
Rob Landley | Thinko. |
commit | commitdiff | tree | snapshot |
2006-09-04 |
Rob Landley | Patch from Natanael Copa to make start-stop-daemon... |
commit | commitdiff | tree | snapshot |
2006-09-03 |
Denis Vlasenko | sulogin: fix bug: -tNNN didn't work |
commit | commitdiff | tree | snapshot |
2006-09-03 |
Denis Vlasenko | dpkg: fix buffer overflow (bug 983) |
commit | commitdiff | tree | snapshot |
2006-09-03 |
Denis Vlasenko | uuencode: common implementation for wget and uuencode... |
commit | commitdiff | tree | snapshot |
2006-09-03 |
Denis Vlasenko | archival: added O_TRUNC so that when we overwrite files... |
commit | commitdiff | tree | snapshot |
2006-09-03 |
Denis Vlasenko | tar: revert older fix (non-portable), added new one. |
commit | commitdiff | tree | snapshot |
2006-09-03 |
Denis Vlasenko | zcip: bb_error_msg had stray newlines; small optimizati... |
commit | commitdiff | tree | snapshot |
2006-09-03 |
Denis Vlasenko | zcip: minor fixes |
commit | commitdiff | tree | snapshot |
2006-09-03 |
Denis Vlasenko | zcip: fix stdout/err versus syslog output. |
commit | commitdiff | tree | snapshot |
2006-09-03 |
Denis Vlasenko | zcip: getopt -> bb_getopt_ulflags |
commit | commitdiff | tree | snapshot |
2006-09-03 |
Denis Vlasenko | zcip: convert lots of zero-initialized locals |
commit | commitdiff | tree | snapshot |
2006-09-03 |
Denis Vlasenko | zcip: use xfunc() where appropriate |
commit | commitdiff | tree | snapshot |
2006-09-03 |
Denis Vlasenko | replacing func() with xfunc() where appropriate |
commit | commitdiff | tree | snapshot |
2006-09-03 |
Denis Vlasenko | zcip: apply patch from |
commit | commitdiff | tree | snapshot |
2006-09-02 |
Denis Vlasenko | tar: tar xf foo.tar dir/dir did not extract all subdirs. |
commit | commitdiff | tree | snapshot |
2006-09-02 |
Denis Vlasenko | ping: bind -> xbind |
commit | commitdiff | tree | snapshot |
2006-09-02 |
Denis Vlasenko | ping(6): use htons instead of SWAP_BE. |
commit | commitdiff | tree | snapshot |
2006-09-02 |
Denis Vlasenko | ping: implement -I option |
commit | commitdiff | tree | snapshot |
2006-09-02 |
Denis Vlasenko | ping6: resolve interface name to number early. |
commit | commitdiff | tree | snapshot |
2006-09-02 |
Denis Vlasenko | Sync ping and ping6 a bit, fix style and indentation. |
commit | commitdiff | tree | snapshot |
2006-09-02 |
Denis Vlasenko | Fix endianness issue in ping6 |
commit | commitdiff | tree | snapshot |
2006-09-02 |
Bernhard Reutner... | - patch from Csaba Henk to make the "User-Agent" header... |
commit | commitdiff | tree | snapshot |
2006-09-01 |
Rob Landley | Walter Harms contributed a section on scripting languag... |
commit | commitdiff | tree | snapshot |
2006-09-01 |
Rob Landley | Vladimir Dronnikov also submitted a CIFS support patch... |
commit | commitdiff | tree | snapshot |
2006-08-30 |
Rob Landley | Bernhard Fischer complained about moving --sort-common. |
commit | commitdiff | tree | snapshot |
2006-08-29 |
Rob Landley | There's some strange bug in glibc that triggers if... |
commit | commitdiff | tree | snapshot |
2006-08-29 |
Bernhard Reutner... | - set version back to 1.2.0 like it was before. Add... |
commit | commitdiff | tree | snapshot |
2006-08-29 |
Rob Landley | Svn 16007 broke the build under gcc 4.0.3. This fixes... |
commit | commitdiff | tree | snapshot |
2006-08-28 |
Bernhard Reutner... | - it's a mistake to remove lib-specific prefixes from... |
commit | commitdiff | tree | snapshot |
2006-08-28 |
Bernhard Reutner... | - pull from busybox_scratch: r15829:15850 |
commit | commitdiff | tree | snapshot |
next |