- 9947650 Remove "select PLATFORM_LINUX" by Denys Vlasenko · 2 years ago
- 77216c3 Fix non-Linux builds by Samuel Thibault · 2 years, 2 months ago
- 6f7b10c *: more --help tweaking by Denys Vlasenko · 3 years, 6 months ago
- 5c69ad0 build system: drop PLATFORM_LINUX by Ron Yorston · 4 years, 4 months ago
- 6937487 libbb: reduce the overhead of single parameter bb_error_msg() calls by James Byrne · 5 years ago
- b097a84 config: update size information by Denys Vlasenko · 6 years ago
- 22542ec getopt32: remove opt_complementary by Denys Vlasenko · 7 years ago
- 1b280e4 loadfont,setfont: make them NOEXEC by Denys Vlasenko · 7 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
- f560422 Big cleanup in config help and description by Denys Vlasenko · 8 years ago
- 6d93299 Convert all console-tools/* applets to "new style" applet definitions by Denys Vlasenko · 8 years ago
- 2b28823 loadfont: 32k size limit is not enough by Denys Vlasenko · 8 years ago
- 6830ade whitespace fixes. no code changes by Denys Vlasenko · 12 years ago
- 6642676 *: remove "Options:" string from help texts by Denys Vlasenko · 14 years ago
- 5bc8c00 move remaining help text from include/usage.src.h by Pere Orga · 14 years ago
- 55068c4 move help text from include/usage.src.h to console-tools/*.c by Pere Orga · 14 years ago
- fb132e4 whitespace cleanup by Denys Vlasenko · 14 years ago
- 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
- 8ce1dc0 loadfont/setfont: optional PSF2 font support by Harald Becker · 15 years ago
- a483087 add and use xopen_nonblocking (-18b) by Bernhard Reutner-Fischer · 15 years ago
- db12d1d Fix forgotten license comments by Denis Vlasenko · 16 years ago
- dc70069 kbd_mode: support -C TTY option by Denis Vlasenko · 16 years ago
- fc66892 *: remove superfluous casts. no code changes by Denis Vlasenko · 16 years ago
- eef6077 setfont: use ioctl(KDFONTOP), it honours -C tty by Denis Vlasenko · 16 years ago
- 72fa70a setfont: small fixes from Vladimir by Denis Vlasenko · 16 years ago
- 53f219e setfont: support -m and -C, support -m TEXTUAL_MAP (by Vladimir) by Denis Vlasenko · 16 years ago
- 2bc5c03 setfont: add comments/TODOs, no code changes by Denis Vlasenko · 16 years ago
- c8d02aa setfont: new applet by Vladimir by Denis Vlasenko · 16 years ago
- 2afd5ab *: use get_console_fd() as appropriate, and make it fail on open error - by Denis Vlasenko · 16 years ago
- a60f84e *: rename ATTRIBUTE_XXX to just XXX. by Denis Vlasenko · 16 years ago
- 68404f1 *: add -Wunused-parameter; fix resulting breakage by Denis Vlasenko · 17 years ago
- 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
- fb79a2e xioctl and friends by Tito <farmatito@tiscali.it> by Denis Vlasenko · 17 years ago
- e8a0788 moved biggest stack buffers to malloc space, or made their size configurable by Denis Vlasenko · 18 years ago
- b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 18 years ago
- 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago
- b95636c remove casts from xmalloc() by Denis Vlasenko · 18 years ago
- 2870301 u_short, ulong exterminated fdiskXXX: add a bit of sanity (not enough by far) by Denis Vlasenko · 18 years ago
- 83ea643 svlogd: new applet. +9k. Still too big, but it was 12k yesterday. by Denis Vlasenko · 18 years ago
- d3d004d last nail into error_msg() (de)capitalization 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
- edd9ca5 More removal of "#if 0" content. by "Robert P. J. Day" · 18 years ago
- b66c931 kill pointless memory.h includes by Mike Frysinger · 19 years ago
- bc68cd1 Patch from Denis Vlasenko turning static const int (which gets emitted into by Rob Landley · 19 years ago
- dfba741 Robert P. Day removed 8 gazillion occurrences of "extern" on function by Rob Landley · 19 years ago
- 5e67887 clean up yet more annoying signed/unsigned mismatches and fixup by Eric Andersen · 19 years ago
- 02e0355 Use bb_xopen by Glenn L McGrath · 21 years ago
- cad5364 Major coreutils update. by Manuel Novoa III · 22 years ago
- 439e3df Add support for devfs device names. by Matt Kraai · 23 years ago
- cbe31da It turns out that DODMALLOC was broken when I reorganized busybox.h by Eric Andersen · 24 years ago
- 67991cf This patch, put together by Manuel Novoa III, is a merge of work by Eric Andersen · 24 years ago
- dd19c69 Removed trailing \n from error_msg{,_and_die} messages. by Matt Kraai · 24 years ago
- 59ab025 #define -> static const int. Also got rid of some big static buffers. by Mark Whitley · 24 years ago
- f57c944 Changed names of functions in utility.c and all affected files, to make by Mark Whitley · 24 years ago
- ef5529b Added a new perrorMsg function, cleanup up error handling, fixed TRUE/FALSE by Matt Kraai · 24 years ago
- 3570a34 Renamed "internal.h" to the more sensible "busybox.h". -Erik by Eric Andersen · 24 years ago
- 322ae93 Fix calls to {m,c,re}alloc so that they use x{m,c,re}alloc instead of by Matt Kraai · 24 years ago
- 88f50b6 Some #include updates. -Erik by Eric Andersen · 24 years ago
- bf181b9 Extract usage information into a separate file. by Matt Kraai · 24 years ago
- df4532b More fixes for "signed vs. unsigned" warnings. by Pavel Roskin · 24 years ago
- d537a95 Use errorMsg rather than fprintf. by Matt Kraai · 24 years ago
- 7ab9c7e Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELP by Erik Andersen · 25 years ago
- 3fe7f9f More minor updates to docs (and making apps behave as the docs 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
- e77ae3a Added sfdisk. Ststic-ified a bunch of stuff. by Eric Andersen · 25 years ago
- 3e0fbae fixes grep, added loadfont from debian bootfloppies. -Erik by Eric Andersen · 25 years ago