2005-12-02 |
Rob Landley | If we really _need_ an #ifdef like this, then we should... |
commit | commitdiff | tree | snapshot |
2005-12-02 |
Rob Landley | Another cleanup patch that's been in my tree for a... |
commit | commitdiff | tree | snapshot |
2005-12-02 |
Rob Landley | A cleanup patch I've had lying around in my tree for... |
commit | commitdiff | tree | snapshot |
2005-12-02 |
"Vladimir N... | reduce signedness warning |
commit | commitdiff | tree | snapshot |
2005-12-02 |
"Vladimir N... | reduce signedness warning |
commit | commitdiff | tree | snapshot |
2005-12-02 |
"Vladimir N... | remove warnings if compile with -W, use ENABLE_FEATURE... |
commit | commitdiff | tree | snapshot |
2005-12-01 |
Rob Landley | Make char default to "unsigned" on all platforms so... |
commit | commitdiff | tree | snapshot |
2005-11-29 |
Rob Landley | Fix losetup so that it A) actually works again, B)... |
commit | commitdiff | tree | snapshot |
2005-11-29 |
"Vladimir N... | getopt -> getopt_ulflags. noticed by Rob Sullivan |
commit | commitdiff | tree | snapshot |
2005-11-29 |
Mike Frysinger | update license |
commit | commitdiff | tree | snapshot |
2005-11-29 |
Mike Frysinger | ShaneAnderson writes in Bug 565: |
commit | commitdiff | tree | snapshot |
2005-11-28 |
Paul Fox | add "-C" format to hexdump |
commit | commitdiff | tree | snapshot |
2005-11-28 |
Paul Fox | fix bug #474: |
commit | commitdiff | tree | snapshot |
2005-11-28 |
Paul Fox | eliminate mixed declaration, to support older compilers... |
commit | commitdiff | tree | snapshot |
2005-11-28 |
"Vladimir N... | use libbb/get_kernel_revision(), reduce stack usage... |
commit | commitdiff | tree | snapshot |
2005-11-27 |
Rob Landley | Patch from Cristian Ionescu-Idbohrn to deal with _... |
commit | commitdiff | tree | snapshot |
2005-11-26 |
"Vladimir N... | remove bug: fsck do not know path |
commit | commitdiff | tree | snapshot |
2005-11-26 |
"Vladimir N... | change the interface of libbb/compare_string_array... |
commit | commitdiff | tree | snapshot |
2005-11-26 |
"Vladimir N... | more use const for interface of libbb/compare_string_ar... |
commit | commitdiff | tree | snapshot |
2005-11-25 |
"Vladimir N... | more use libbb/bb_msg_read_error |
commit | commitdiff | tree | snapshot |
2005-11-24 |
"Vladimir N... | reduce bss |
commit | commitdiff | tree | snapshot |
2005-11-23 |
Rob Landley | Update to modprobe usage from Yann E. Morin |
commit | commitdiff | tree | snapshot |
2005-11-22 |
Rob Landley | Can't store a pointer in an int on 64 bit platforms. |
commit | commitdiff | tree | snapshot |
2005-11-22 |
Rob Landley | Move interface.c to networking directory since it's... |
commit | commitdiff | tree | snapshot |
2005-11-20 |
Rob Landley | Support # comments after s/// option list. |
commit | commitdiff | tree | snapshot |
2005-11-15 |
Mike Frysinger | Quote the user we pass to addgroup so funky chars are... |
commit | commitdiff | tree | snapshot |
2005-11-15 |
Rob Landley | Yann Morin's modprobe multiple options patch. There... |
commit | commitdiff | tree | snapshot |
2005-11-12 |
Rob Landley | My last change to this file broke tar x. Sigh. (Tryin... |
commit | commitdiff | tree | snapshot |
2005-11-12 |
Rob Landley | I noticed that "tar tvjf file.tbz" was segfaulting... |
commit | commitdiff | tree | snapshot |
2005-11-10 |
Rob Landley | telnetd -b (bind to specific address) support from... |
commit | commitdiff | tree | snapshot |
2005-11-10 |
Rob Landley | Ok, I've converted the contents of the "testing/sed... |
commit | commitdiff | tree | snapshot |
2005-11-09 |
"Vladimir N... | change osbolete sigpause() to sigsuspend() |
commit | commitdiff | tree | snapshot |
2005-11-08 |
Rob Landley | Patch from Tomasz Mateja: don't try to CWD to a _filena... |
commit | commitdiff | tree | snapshot |
2005-11-07 |
Rob Landley | It was a bit out of date. |
commit | commitdiff | tree | snapshot |
2005-11-07 |
Rob Landley | Fix the test suite so that individual *.tests files... |
commit | commitdiff | tree | snapshot |
2005-11-06 |
Rob Landley | Yann E. Morin pointed out that rpcsvc/nfs_prot.h isn... |
commit | commitdiff | tree | snapshot |
2005-11-04 |
Rob Landley | Size I zapped the bb_close() error, might as well make... |
commit | commitdiff | tree | snapshot |
2005-11-04 |
Rob Landley | Fix bug 424: doing full_read breaks things like cat... |
commit | commitdiff | tree | snapshot |
2005-11-04 |
Rob Landley | When cp ran out of space it didn't return a nonzero... |
commit | commitdiff | tree | snapshot |
2005-11-04 |
Rob Landley | It's no longer a temporary location. Smooth out the... |
commit | commitdiff | tree | snapshot |
2005-11-03 |
Eric Andersen | point to the official links |
commit | commitdiff | tree | snapshot |
2005-11-03 |
Rob Landley | Announce 1.1.0-pre1 already. Erik, please move links... |
commit | commitdiff | tree | snapshot |
2005-11-01 |
Rob Landley | Fix cp /dev/null filename, and a few in-passing cleanups. |
commit | commitdiff | tree | snapshot |
2005-10-31 |
Rob Landley | We've got fuser, fix some typos, and move Vodz's commen... |
commit | commitdiff | tree | snapshot |
2005-10-30 |
Rob Landley | \0 is a synonym for &. Our own "make allbaseconfig... |
commit | commitdiff | tree | snapshot |
2005-10-29 |
Mike Frysinger | add ZyXEL to the shame list |
commit | commitdiff | tree | snapshot |
2005-10-29 |
Mike Frysinger | fix <p> and <a> tags |
commit | commitdiff | tree | snapshot |
2005-10-29 |
Mike Frysinger | update doctype and add a charset encoding |
commit | commitdiff | tree | snapshot |
2005-10-28 |
Bernhard Reutner... | - add BB_APPLET_RUNLEVEL used by emdebian via /etc... |
commit | commitdiff | tree | snapshot |
2005-10-28 |
"Vladimir N... | update |
commit | commitdiff | tree | snapshot |
2005-10-28 |
"Vladimir N... | Please don't use if(asprintf(&t)<0) free(t); Use concat... |
commit | commitdiff | tree | snapshot |
2005-10-28 |
"Vladimir N... | bb_opt_complementally for rdate applet. Add losed recor... |
commit | commitdiff | tree | snapshot |
2005-10-28 |
Rob Landley | New applet, fuser, from Tony J. White. (Needs some... |
commit | commitdiff | tree | snapshot |
2005-10-28 |
Bernhard Reutner... | - move GETXXKEY_R_FUNC into an internal helper file... |
commit | commitdiff | tree | snapshot |
2005-10-28 |
Bernhard Reutner... | - remove warning about "'static' is not at beginning... |
commit | commitdiff | tree | snapshot |
2005-10-28 |
Rob Landley | Rob Sullivan sent in some cleanups, which I beat on... |
commit | commitdiff | tree | snapshot |
2005-10-27 |
Rob Landley | Add a switch_root utility (like kconfig's utils/run_ini... |
commit | commitdiff | tree | snapshot |
2005-10-27 |
Rob Landley | Somebody suggested this, but I've forgotten who. |
commit | commitdiff | tree | snapshot |
2005-10-27 |
Rob Landley | Add --no-same-owner and --no-same-permissions options... |
commit | commitdiff | tree | snapshot |
2005-10-27 |
Bernhard Reutner... | - Matthias Wenzel writes: |
commit | commitdiff | tree | snapshot |
2005-10-27 |
Bernhard Reutner... | - correct boilerplate |
commit | commitdiff | tree | snapshot |
2005-10-27 |
Rob Landley | Reference for new patch feature we'll need to be compat... |
commit | commitdiff | tree | snapshot |
2005-10-26 |
Bernhard Reutner... | * uniq.c: remove unneeded include and use short boiler... |
commit | commitdiff | tree | snapshot |
2005-10-25 |
Rob Landley | Update the TODO list to reflect stuff we've already... |
commit | commitdiff | tree | snapshot |
2005-10-25 |
Rob Landley | Shaun Jackman noted that limits.h defines path_max... |
commit | commitdiff | tree | snapshot |
2005-10-25 |
Rob Landley | Two changes. One from Shaun Jackman makes libbb/interf... |
commit | commitdiff | tree | snapshot |
2005-10-21 |
Bernhard Reutner... | - fix bug to avoid aliasing busybox' main to zcip_main... |
commit | commitdiff | tree | snapshot |
2005-10-20 |
"Vladimir N... | another more const |
commit | commitdiff | tree | snapshot |
2005-10-20 |
"Vladimir N... | more const |
commit | commitdiff | tree | snapshot |
2005-10-19 |
"Vladimir N... | more const, attribute_noreturn saved 200 bytes |
commit | commitdiff | tree | snapshot |
2005-10-17 |
Bernhard Reutner... | - consume space between functionname and opening brackets |
commit | commitdiff | tree | snapshot |
2005-10-17 |
"Vladimir N... | more const, use bb_getopt_ulflags, insert XXX for show... |
commit | commitdiff | tree | snapshot |
2005-10-17 |
"Vladimir N... | data --> text |
commit | commitdiff | tree | snapshot |
2005-10-16 |
Rob Landley | The fact "tar tvjf thing.tbz" didn't work was due to... |
commit | commitdiff | tree | snapshot |
2005-10-16 |
Rob Landley | Whitespace and curly bracket cleanup (our tabstop is... |
commit | commitdiff | tree | snapshot |
2005-10-15 |
Bernhard Reutner... | - don't update copyright years. He might release it... |
commit | commitdiff | tree | snapshot |
2005-10-15 |
"Vladimir N... | more const, all data to text |
commit | commitdiff | tree | snapshot |
2005-10-15 |
"Vladimir N... | 20 bytes data to bss |
commit | commitdiff | tree | snapshot |
2005-10-15 |
Bernhard Reutner... | - an empty middle term in ?: violates ISO C |
commit | commitdiff | tree | snapshot |
2005-10-15 |
"Vladimir N... | data --> code |
commit | commitdiff | tree | snapshot |
2005-10-15 |
"Vladimir N... | data --> bss |
commit | commitdiff | tree | snapshot |
2005-10-15 |
"Vladimir N... | complex RESERVE_CONFIG_BUFFER --> bb_common_bufsiz1 |
commit | commitdiff | tree | snapshot |
2005-10-15 |
"Vladimir N... | RESERVE_CONFIG_BUFFER --> bb_common_bufsiz1 |
commit | commitdiff | tree | snapshot |
2005-10-15 |
"Vladimir N... | common BUFSIZ BSS buffer, small reduce code, data and bss |
commit | commitdiff | tree | snapshot |
2005-10-15 |
"Vladimir N... | llist must initialize, add loses ifdef, small indent... |
commit | commitdiff | tree | snapshot |
2005-10-15 |
Rob Landley | Add --exclude option (to make uClibc-0.9.28 headers... |
commit | commitdiff | tree | snapshot |
2005-10-14 |
"Vladimir N... | - new bb_opt_complementally syntax, use [-:?] only... |
commit | commitdiff | tree | snapshot |
2005-10-13 |
Bernhard Reutner... | - split VERSION into parts |
commit | commitdiff | tree | snapshot |
2005-10-13 |
Bernhard Reutner... | - initialize the correct variables |
commit | commitdiff | tree | snapshot |
2005-10-13 |
Bernhard Reutner... | - typo in makefile variable: s/archvial/archival/ |
commit | commitdiff | tree | snapshot |
2005-10-12 |
Rob Landley | show_usage should use bb_default_error_retval. |
commit | commitdiff | tree | snapshot |
2005-10-12 |
Rob Landley | Did you know the uclibc IRC channel has daily logs... |
commit | commitdiff | tree | snapshot |
2005-10-12 |
"Vladimir N... | perror correction |
commit | commitdiff | tree | snapshot |
2005-10-12 |
"Vladimir N... | create e2fs_set_sbin_path(), noticed by Tito, Thanks |
commit | commitdiff | tree | snapshot |
2005-10-12 |
"Vladimir N... | usage bb_dev_null |
commit | commitdiff | tree | snapshot |
2005-10-12 |
"Vladimir N... | bb_dev_null |
commit | commitdiff | tree | snapshot |
2005-10-12 |
"Vladimir N... | remove 1 CR, correct strange bb_opt_complementally... |
commit | commitdiff | tree | snapshot |
2005-10-12 |
"Vladimir N... | make fsck.h as common, e2fsck: includes correct |
commit | commitdiff | tree | snapshot |
2005-10-12 |
"Vladimir N... | more busyboxes, remove 1 extern function (mainstream... |
commit | commitdiff | tree | snapshot |
2005-10-12 |
"Vladimir N... | more busyboxes |
commit | commitdiff | tree | snapshot |
next |