- 3636d52 more: accept and ignore -e by Natanael Copa · 2 years ago
- b097a84 config: update size information by Denys Vlasenko · 6 years ago
- 72089cf config: deindent all help texts by Denys Vlasenko · 7 years ago
- 4eed2c6 Update menuconfig items with approximate applet sizes by Denys Vlasenko · 7 years ago
- 01ccdd1 libbb: consolidate the code to set termios unbuffered mode by Denys Vlasenko · 8 years ago
- c5891fe more: hardcode FEATURE_USE_TERMIOS=y in this applet; code shrink by Denys Vlasenko · 8 years ago
- dd898c9 Convert all util-linux/* applets to "new style" applet definitions by Denys Vlasenko · 8 years ago
- 713b513 more: accept and ignore a bunch of options by Denys Vlasenko · 8 years ago
- 47cfbf3 *: add most of the required setup_common_bufsiz() calls by Denys Vlasenko · 9 years ago
- e6a2f4c libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it by Denys Vlasenko · 9 years ago
- 6e8861b *: better comments on termios manipulations. No code changes. by Denys Vlasenko · 13 years ago
- 5bc8c00 move remaining help text from include/usage.src.h by Pere Orga · 14 years ago
- 82e785c more: fix tabs handling by Denys Vlasenko · 14 years ago
- 0d1d0f6 more: smaller version of previous fix by Denys Vlasenko · 14 years ago
- 0b90de1 more: exit if write to stdout errors out by Denys Vlasenko · 14 years ago
- 7b18107 *: use _exit() in sighandlers; showkey: do not use exit-thru-sighandler by Marek Polacek · 14 years ago
- 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
- 9768a82 *: fix "see file License ..." - the file is named LICENSE (in uppercase) by Denys Vlasenko · 14 years ago
- d8b989f more: style fix. no code changes by Denys Vlasenko · 14 years ago
- 98a4c7c *: suppress ~60% of "aliased warnings" on gcc-4.4.1 by Denys Vlasenko · 15 years ago
- a3aa3e3 wget: check for close success; fix chunked; do not bother to send QUIT to ftp by Denys Vlasenko · 15 years ago
- 8131eea *: introduce and use ffulsh_all() by Denys Vlasenko · 15 years ago
- 53f1791 *: reduce #ifdef forest by Denys Vlasenko · 16 years ago
- 61befda ash,hush: add TODO for rare build failure *: remove some redundant includes by Denis Vlasenko · 16 years ago
- 5415c85 libbb: [x]fopen_for_{read,write} introduced and used. (by Valdimir) by Denis Vlasenko · 16 years ago
- a60f84e *: rename ATTRIBUTE_XXX to just XXX. by Denis Vlasenko · 16 years ago
- 5599502 more -Wall warning fixes. -Wall is enabled now. by Denis Vlasenko · 17 years ago
- 68404f1 *: add -Wunused-parameter; fix resulting breakage by Denis Vlasenko · 17 years ago
- 574f2f4 *: add optimization barrier to all "G trick" locations by Denis Vlasenko · 17 years ago
- 25591c3 libbb: introduce bb_signals and bb_signals_recursive, by Denis Vlasenko · 17 years ago
- f7be20e nameif: extended matching (Nico Erfurth <masta@perlgolf.de>) *: whitespace fixes by Denis Vlasenko · 17 years ago
- 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
- 4daad90 introduce bb_putchar(). saves ~1800 on uclibc (less on glibc). by Denis Vlasenko · 17 years ago
- 856be77 assorted fixes for breakage found by randomconfig by Denis Vlasenko · 17 years ago
- 033e592 more: by Tristan Schmelcher <tpkschme@engmail.uwaterloo.ca>: by Denis Vlasenko · 17 years ago
- c2f011a more: stop using bss by Denis Vlasenko · 18 years ago
- b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 18 years ago
- 4eb8b93 more: do not mess with "/dev/console" (!); by Denis Vlasenko · 18 years ago
- ec27feb init: code readability enhancements; very small code changes by Denis Vlasenko · 18 years ago
- 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago
- b15b7f7 more: fix for case when _FILE_OFFSET_BITS is not #defined. by Denis Vlasenko · 18 years ago
- ddec5af rename functions to more understandable names by Denis Vlasenko · 18 years ago
- d921b2e Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate by Rob Landley · 18 years ago
- c44bc98 Fix some warnings in allbareconfig. by Rob Landley · 19 years ago
- dfba741 Robert P. Day removed 8 gazillion occurrences of "extern" on function by Rob Landley · 19 years ago
- 70060d2 s/fileno\(stdin\)/STDIN_FILENO/g s/fileno\(stdout\)/STDOUT_FILENO/g by Eric Andersen · 21 years ago
- edd580a Vladimir N. Oleynik (vodz) writes: by Eric Andersen · 21 years ago
- 97310d0 Brian Pomerantz writes: by Eric Andersen · 21 years ago
- c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 21 years ago
- 5089534 match changes made to cmdedit by Eric Andersen · 21 years ago
- 8efe967 Be entirely consistant when using ioctl(0, TIOCGWINSZ, &winsize) by Eric Andersen · 21 years ago
- cb81e64 Update a bunch of docs. Run a script to update my email addr. by Eric Andersen · 21 years ago
- cad5364 Major coreutils update. by Manuel Novoa III · 22 years ago
- b4a1baa Correct some init issues, update email address, last_patch78 by Vladimir by Glenn L McGrath · 22 years ago
- 1d1d2f9 Update some missing copyright notices by Eric Andersen · 23 years ago
- 0ee0a8d Fix running more on files in the (broken) procfs that claim 0 length by Eric Andersen · 23 years ago
- bdfd0d7 Major rework of the directory structure and the entire build system. -Erik by Eric Andersen · 23 years ago
- 439e3df Add support for devfs device names. by Matt Kraai · 23 years ago
- 78b0e37 Vladimir's last_patch_15 by Glenn L McGrath · 23 years ago
- 2439a59 Remove/replace the "div" call. by Eric Andersen · 24 years ago
- 04095e5 Move messages.c to libbb. Make each string in messages.c be its own .o file. by Eric Andersen · 24 years ago
- d6cde0b Fix return code and don't output spurious newlines. by Matt Kraai · 24 years ago
- aa21e0f An optimization from Vladimir by Eric Andersen · 24 years ago
- 250a221 more FILE_OFFSET_BITS == 64 adjustments. by Eric Andersen · 24 years ago
- 21af752 Patch to use xfopen from Jeff Garzik by Eric Andersen · 24 years ago
- 5723934 Yet another fix. I think I got it this time. -Erik by Eric Andersen · 24 years ago
- ffc40bf Account for remainder, and reset page_height for each and every page. by Eric Andersen · 24 years ago
- be30a6b Adjust the terminal height for any overlap, so that no lines by Eric Andersen · 24 years ago
- cbe31da It turns out that DODMALLOC was broken when I reorganized busybox.h by Eric Andersen · 24 years ago
- c3fc3c5 It seems I stupidly checked in a silly test I was making. -Erik by Eric Andersen · 24 years ago
- af4ac77 Apply a patch from Larry Doolittle to add "-all" and "-none" switches by Eric Andersen · 24 years ago
- ed3ef50 Fix header file usage -- there were many unnecessary header files included in by Eric Andersen · 24 years ago
- 5c9c8b4 Make cin be static by Eric Andersen · 24 years ago
- 12f417e Eliminate calls of the form "fprintf(stdout,". Thanks for the idea to by Matt Kraai · 24 years ago
- e6e8183 Improvements from Vladimir N. Oleynik. by Matt Kraai · 24 years ago
- 63a8622 Cleanup of duplicated symbols -- found by compiling with by Eric Andersen · 24 years ago
- bbaef66 Consolidate handling of some fopen failures. by Matt Kraai · 24 years ago
- 3570a34 Renamed "internal.h" to the more sensible "busybox.h". -Erik by Eric Andersen · 24 years ago
- 8a2e56c Large file >2Gib support. by Eric Andersen · 24 years ago
- 27a8042 Centralize handling of --help. by Matt Kraai · 24 years ago
- bf181b9 Extract usage information into a separate file. by Matt Kraai · 24 years ago
- f626dcb More fixes for "missing initializers" by Pavel Roskin · 24 years ago
- 4fa84e6 Cleaned up some #ifdef spiderwebs. by Mark Whitley · 24 years ago
- b610615 Updates to a number of apps to remove warnings/compile errors under libc5. by Eric Andersen · 24 years ago
- b991395 Added some comments and changed a variable name to be more meaningful. No by Mark Whitley · 24 years ago
- 86ab8a3 A number of additional fixed from Pavel Roskin, note some more bugs in the by Eric Andersen · 25 years ago
- 7ab9c7e Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELP by Erik Andersen · 25 years ago
- 4f3f757 Latest and greatest. Some effort at libc5 (aiming towards newlib) by Erik Andersen · 25 years ago
- e90f404 Some more updates and such... -Erik by Erik Andersen · 25 years ago
- 1d1d950 More Doc updates. cmdedit and more termio fixes. by Erik Andersen · 25 years ago
- a6c7522 Updates -Erik by Erik Andersen · 25 years ago
- e49d5ec Some formatting updates (ran the code through indent) -Erik by Erik Andersen · 25 years ago
- 6a76e65 Stuf by Eric Andersen · 25 years ago
- 08b1034 Stuf by Eric Andersen · 25 years ago
- 96bcfd3 Latest and greatest -Erik by Eric Andersen · 25 years ago
- d73dc5b Updates to usage, and made tar work. -Erik by Eric Andersen · 25 years ago
- 50d6360 Stuff by Eric Andersen · 25 years ago
- fbb39c8 Stuff -Erik by Eric Andersen · 25 years ago
- c499601 Fixed up copyright notices and such by Eric Andersen · 25 years ago
- ef8b6c7 Add a trivial ps command. by Eric Andersen · 25 years ago