2006-06-18 |
Rob Landley | skip_whitespace() shouldn't claim its return value...
|
commit | commitdiff | tree |
2006-06-18 |
Rob Landley | Make this slightly more readable, and expose the hypocrasy...
|
commit | commitdiff | tree |
2006-06-16 |
Rob Landley | Make it so Erik has to forward me less email.
|
commit | commitdiff | tree |
2006-06-16 |
Rob Landley | Revert svn 15333. If you vfork, you must either exec...
|
commit | commitdiff | tree |
2006-06-16 |
Rob Landley | This directory was fallout from the great feature freeze...
|
commit | commitdiff | tree |
2006-06-16 |
Rob Landley | Remove warnings caused by #include <sys/mount.h> in...
|
commit | commitdiff | tree |
2006-06-15 |
Rob Landley | Patch from Rich Felker:
|
commit | commitdiff | tree |
2006-06-15 |
Rob Landley | Fix bug found by Joey Hess and forwarded by Bastian...
|
commit | commitdiff | tree |
2006-06-15 |
Rob Landley | Don't do workarounds for broken shells. Busybox is...
|
commit | commitdiff | tree |
2006-06-15 |
Rob Landley | Jens Michaelsen pointed out that Linksys' firmware...
|
commit | commitdiff | tree |
2006-06-15 |
Rob Landley | We came up with our own names for ATTRIBUTE_*, so why...
|
commit | commitdiff | tree |
2006-06-15 |
Rob Landley | Patch from Yann Morin to put BLKGETSIZE64 in platform...
|
commit | commitdiff | tree |
2006-06-15 |
Rob Landley | Help text update for libbb, talking about make standalone.
|
commit | commitdiff | tree |
2006-06-14 |
Rob Landley | Attempt at fixing bug 836, vaguely based on patch from...
|
commit | commitdiff | tree |
2006-06-14 |
Rob Landley | Upgrade the standalone shell code to use CONFIG_BUSYBOX_EXEC...
|
commit | commitdiff | tree |
2006-06-14 |
Rob Landley | Attempt at fixing bug 815 by upgrading bb_spawn() so...
|
commit | commitdiff | tree |
2006-06-13 |
Rob Landley | Don't break allbareconfig.
|
commit | commitdiff | tree |
2006-06-13 |
Rob Landley | Patch from Shaun Jackman to detect "name=value" variable...
|
commit | commitdiff | tree |
2006-06-13 |
Rob Landley | Make lash smaller. (Use llist_t for file closing,...
|
commit | commitdiff | tree |
2006-06-13 |
Rob Landley | Rewrite of dmesg, smaller and simpler.
|
commit | commitdiff | tree |
2006-06-13 |
Rob Landley | Random cleanup of platform.h.
|
commit | commitdiff | tree |
2006-06-13 |
Rob Landley | Work around a persistent uClibc bug, since 0.9.29 still...
|
commit | commitdiff | tree |
2006-06-13 |
Rob Landley | Patch from Denis Vlasenko:
|
commit | commitdiff | tree |
2006-06-13 |
Rob Landley | Whitespace cleanup from Denis Vlasenko.
|
commit | commitdiff | tree |
2006-06-13 |
Rob Landley | Use -ffunction-sections -fdata-sections --gc-sections...
|
commit | commitdiff | tree |
2006-06-13 |
Rob Landley | Use xstat() instead of if(stat()) die()
|
commit | commitdiff | tree |
2006-06-13 |
Rob Landley | Patch from Denis Vlasenko, tweak error messages.
|
commit | commitdiff | tree |
2006-06-13 |
Rob Landley | Minor size shrinkage.
|
commit | commitdiff | tree |
2006-06-13 |
Rob Landley | Patch from Denis Vlasenko: unlzma was make files with...
|
commit | commitdiff | tree |
2006-06-13 |
Rob Landley | Fix from Paul Fox to make compressed help text notice...
|
commit | commitdiff | tree |
2006-06-08 |
Rob Landley | Patch from Erik Hovland, via Tito.
|
commit | commitdiff | tree |
2006-06-08 |
Rob Landley | Some day, maybe gcc will be able to optimize out static...
|
commit | commitdiff | tree |
2006-06-07 |
Rob Landley | Fix from Tito to read from stdin only when it's not...
|
commit | commitdiff | tree |
2006-06-07 |
Rob Landley | Consolidate devfs garbage and mark it as obsolete.
|
commit | commitdiff | tree |
2006-06-07 |
Rob Landley | Callers to identify() converted the endianness of the...
|
commit | commitdiff | tree |
2006-06-06 |
Rob Landley | Remove a config entry that leaked in from my tree before...
|
commit | commitdiff | tree |
2006-06-06 |
Rob Landley | Whack the one last warning in make allbareconfig...
|
commit | commitdiff | tree |
2006-06-05 |
Rob Landley | Header cleanup on two more networking files (move libbb...
|
commit | commitdiff | tree |
2006-06-05 |
Rob Landley | Confirming it's not needed.
|
commit | commitdiff | tree |
2006-06-03 |
Rob Landley | Remove #ifdeffed out code, both KEEP_UNUSED and #if 0.
|
commit | commitdiff | tree |
2006-06-02 |
Rob Landley | Patch from Atsushi Nemoto:
|
commit | commitdiff | tree |
2006-06-02 |
Rob Landley | Header cleanup: don't #include headers that libbb.h...
|
commit | commitdiff | tree |
2006-06-02 |
Rob Landley | #ifdef reduction.
|
commit | commitdiff | tree |
2006-06-01 |
Rob Landley | Shaun Jackman pointed out that KERNEL_VERSION() is...
|
commit | commitdiff | tree |
2006-06-01 |
Rob Landley | The common case APPLET() macro only needs three arguments.
|
commit | commitdiff | tree |
2006-05-31 |
Rob Landley | Bugfix from Shaun Jackman: don't attempt to write 64...
|
commit | commitdiff | tree |
2006-05-31 |
Rob Landley | Add CONFIG_NITPICK. (And tweak a couple other help...
|
commit | commitdiff | tree |
2006-05-31 |
Rob Landley | Patch from Tito to remove long options from hdparm.
|
commit | commitdiff | tree |
2006-05-31 |
Rob Landley | Use BB endianness macro.
|
commit | commitdiff | tree |
2006-05-31 |
Rob Landley | Header file cleanup. platform.h apparently needs to...
|
commit | commitdiff | tree |
2006-05-31 |
Rob Landley | Add catv (separate applet instead of cat -v). Also...
|
commit | commitdiff | tree |
2006-05-30 |
Rob Landley | Since we have less than 100k of usage.h data anyway...
|
commit | commitdiff | tree |
2006-05-30 |
Rob Landley | Test to see if I can rename a file without blanking...
|
commit | commitdiff | tree |
2006-05-30 |
Rob Landley | Note about BB_NOMMU.
|
commit | commitdiff | tree |
2006-05-30 |
Rob Landley | Put parentheses around some of the SWAP() macros, as...
|
commit | commitdiff | tree |
2006-05-29 |
Rob Landley | Teach bloatometer about .rodata, and tweak the display...
|
commit | commitdiff | tree |
2006-05-29 |
Rob Landley | More size shrinkage.
|
commit | commitdiff | tree |
2006-05-29 |
Rob Landley | Size reductions, mostly switching things to use libbb...
|
commit | commitdiff | tree |
2006-05-29 |
Rob Landley | Add SWAP_LE?? and SWAP_BE?? macros, and make things...
|
commit | commitdiff | tree |
2006-05-29 |
Rob Landley | This is not C++.
|
commit | commitdiff | tree |
2006-05-29 |
Rob Landley | A few new todo items from email with Bernhard.
|
commit | commitdiff | tree |
2006-05-29 |
Rob Landley | Remove _() and N_() from platform.h. #define them...
|
commit | commitdiff | tree |
2006-05-29 |
Rob Landley | Remove _().
|
commit | commitdiff | tree |
2006-05-29 |
Rob Landley | Remove _().
|
commit | commitdiff | tree |
2006-05-28 |
Rob Landley | I changed last10 to last25, and just bumped it up to...
|
commit | commitdiff | tree |
2006-05-28 |
Rob Landley | Fix hdparm to use PRIu64 instead of typecasting to...
|
commit | commitdiff | tree |
2006-05-28 |
Rob Landley | Put the ending quote on the help entry...
|
commit | commitdiff | tree |
2006-05-28 |
Rob Landley | Fix some warnings in allbareconfig.
|
commit | commitdiff | tree |
2006-05-28 |
Rob Landley | My first bout of untangling udhcp. Make lots of gratuitous...
|
commit | commitdiff | tree |
2006-05-27 |
Rob Landley | Move portability stuff to platform.h, and clean up...
|
commit | commitdiff | tree |
2006-05-27 |
Rob Landley | Consolidate #include <sys/time.h> so libbb.h does it.
|
commit | commitdiff | tree |
2006-05-27 |
Rob Landley | Update FAQ to mention make baseline when talking about...
|
commit | commitdiff | tree |
2006-05-27 |
Rob Landley | Consolidate the .PHONY targets and add "make baseline...
|
commit | commitdiff | tree |
2006-05-26 |
Rob Landley | Change llist_add_* to take the address of the list...
|
commit | commitdiff | tree |
2006-05-26 |
Rob Landley | Slight sanity fix: data is void *, not char *. And...
|
commit | commitdiff | tree |
2006-05-25 |
Rob Landley | Rich Felker suggested removing dprintf() from watch...
|
commit | commitdiff | tree |
2006-05-25 |
Rob Landley | And fix the error I just introduced. :)
|
commit | commitdiff | tree |
2006-05-25 |
Rob Landley | Remove pointless #define.
|
commit | commitdiff | tree |
2006-05-25 |
Rob Landley | Patch from Tito:
|
commit | commitdiff | tree |
2006-05-25 |
Rob Landley | Remove a pointless #define.
|
commit | commitdiff | tree |
2006-05-24 |
Rob Landley | Two more issues pointed out by Bernhard.
|
commit | commitdiff | tree |
2006-05-24 |
Rob Landley | Yann Morin spotted some leftover flotsam from halfway...
|
commit | commitdiff | tree |
2006-05-23 |
Rob Landley | It takes _talent_ to implement a version of nohup that...
|
commit | commitdiff | tree |
2006-05-21 |
Rob Landley | Convert to a global struct, the way sed was. Now I...
|
commit | commitdiff | tree |
2006-05-21 |
Rob Landley | Minor cleanups: Convert a few calloc() calls to xzalloc...
|
commit | commitdiff | tree |
2006-05-21 |
Rob Landley | New version of nohup that's much smaller, less paranoid...
|
commit | commitdiff | tree |
2006-05-19 |
Rob Landley | Patch from Robert P. Day to remove #ifdefed out SLIP...
|
commit | commitdiff | tree |
2006-05-19 |
Rob Landley | Remove unused function parameter, from Garrett.
|
commit | commitdiff | tree |
2006-05-19 |
Rob Landley | Add diffutils and dhcp to list of packages we provide...
|
commit | commitdiff | tree |
2006-05-19 |
Rob Landley | First quick stab at organizing TODO under whose TODO...
|
commit | commitdiff | tree |
2006-05-19 |
Rob Landley | A pending item in my tree I might as well check in...
|
commit | commitdiff | tree |
2006-05-19 |
Rob Landley | Patch from tito to replace shared memory usage with...
|
commit | commitdiff | tree |
2006-05-18 |
Rob Landley | Fluff out info on morris accounts.
|
commit | commitdiff | tree |
2006-05-18 |
Rob Landley | Avoid a memory leak pointed out by Lucas C. Villa Real.
|
commit | commitdiff | tree |
2006-05-17 |
Rob Landley | Typo fix.
|
commit | commitdiff | tree |
2006-05-17 |
Rob Landley | Patch from Bernhard Fischer to remove some useless...
|
commit | commitdiff | tree |
2006-05-17 |
Rob Landley | Announce 1.1.3.
|
commit | commitdiff | tree |
2006-05-17 |
Rob Landley | Typo that hits big endian systems.
|
commit | commitdiff | tree |
2006-05-17 |
Rob Landley | The gnu extension to have realpath() malloc its buffer...
|
commit | commitdiff | tree |
2006-05-16 |
Rob Landley | Rob Sullivan cleaned up the longstanding patch from...
|
commit | commitdiff | tree |
next |