- 987be93 *: slap on a few ALIGN_PTR where appropriate by Denys Vlasenko · 2 years, 10 months ago
- ec16c03 libbb: introduce and use sleep1() by Denys Vlasenko · 4 years 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
- ccb8e4b fsck: fix incorrect handling of child exit 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
- eba7fe6 vi,fsck: do not use build timestamp unconditionally. Closes 9626 by Denys Vlasenko · 8 years ago
- 1d3a04a Code style fixes, no code changes 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
- c418f48 fsck: use printf for message, not bb_info_msg by Denys Vlasenko · 9 years ago
- 76b680c Use bb_error_msg instead of bb_info_msg in all commented-out debug printouts by Denys Vlasenko · 9 years ago
- c4fb8c6 fsck: do not use statics by Denys Vlasenko · 9 years ago
- 000eda4 e2fsprogs/*: convert to new-style "one file" applets by Denys Vlasenko · 9 years ago
- 8dff01d libbb: introduce and use is_prefixed_with() by Denys Vlasenko · 10 years ago
- 6967578 whitespace fixes. no code changes by Denys Vlasenko · 12 years ago
- 6642676 *: remove "Options:" string from help texts by Denys Vlasenko · 14 years ago
- 60a9414 fix "variable 'foo' set but not used" warnings by Denys Vlasenko · 14 years ago
- 6a3e01d move help text from include/usage.src.h to debianutils/*.c e2fsprogs/*.c editors/*.c loginutils/*.c mailutils/*.c by Pere Orga · 14 years ago
- 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
- 7783248 *: s/xatoi_u/xatoi_positive/g - I got bored of mistyping xatoi_u as xatou_i by Denys Vlasenko · 14 years ago
- f8d8aa1 libbb: add skip_dev_pfx() by Denys Vlasenko · 15 years ago
- 651a269 *: merge some common strings by Denys Vlasenko · 15 years ago
- 0d7e2e7 fsck: add comment clarifying exit codes by Denys Vlasenko · 15 years ago
- 6331cf0 *: use "can't" instead of "cannot" by Denys Vlasenko · 15 years ago
- 7649bd0 fsck: more clever (->smaller) handling of parameters by Denys Vlasenko · 15 years ago
- 6683745 fsck: remove a few statics by Denys Vlasenko · 15 years ago
- db12d1d Fix forgotten license comments by Denis Vlasenko · 16 years ago
- ea7c9b3 whitespace fixes by Denis Vlasenko · 16 years ago
- b9f5d59 fsck: use getmntent_r instead of open-coded parsing. By Vladimir by Denis Vlasenko · 16 years ago
- deeed59 libbb: introduce and use xrealloc_vector by Denis Vlasenko · 16 years ago
- a60f84e *: rename ATTRIBUTE_XXX to just XXX. by Denis Vlasenko · 16 years ago
- 8ee649a *: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/ by Denis Vlasenko · 17 years ago
- 68404f1 *: add -Wunused-parameter; fix resulting breakage by Denis Vlasenko · 17 years ago
- a55bd05 fsck: shrink (we were passing around some params which were unused) by Denis Vlasenko · 17 years ago
- 8e2cfec libbb: introduse and use signal_[no_]SA_RESTART_empty_mask and sigaction_set by Denis Vlasenko · 17 years ago
- 400d8bb less,klogd,syslogd,nc,tcpudp: exit on signal by killing itself, not exit(1) by Denis Vlasenko · 17 years ago
- 30eb319 fsck: don't kill pid -1! (Roy Marples <roy at marples.name>) by Denis Vlasenko · 17 years ago
- c03e872 save a bit of code with *strchrnul = '\0' trick by Denis Vlasenko · 17 years ago
- 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
- 0c97c9d 'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>. by Denis Vlasenko · 17 years ago
- 4daad90 introduce bb_putchar(). saves ~1800 on uclibc (less on glibc). by Denis Vlasenko · 17 years ago
- 6ca409e trylink: produce even more info about final link stage by Denis Vlasenko · 17 years ago
- 990d0f6 Replace index_in_[sub]str_array with index_in_[sub]strings, by Denis Vlasenko · 17 years ago
- b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 18 years ago
- 50f7f44 bb_full_fd_action: remove potential xmalloc from NOFORK path by Denis Vlasenko · 18 years ago
- febe3c4 - sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g" by Bernhard Reutner-Fischer · 18 years ago
- afa7023 zcip: make it work on NOMMU (+ improve NOMMU support machinery) by Denis Vlasenko · 18 years ago
- 53091ec Attempt to get more applets compile for NOMMU. by Denis Vlasenko · 18 years ago
- cad04ef add NOMMU fixme's; move move_fd from runit_lib to libbb; nuke fd_copy by Denis Vlasenko · 18 years ago
- 1d76f43 EXEC_PREFER_APPLETS support by Gabriel L. Somlo <somlo@cmu.edu> by Denis Vlasenko · 18 years ago
- 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago
- f8c11aa fsck: dead code removal; also disable progress indicator code by Denis Vlasenko · 18 years ago
- e18a293 fsck: stop using strtok by Denis Vlasenko · 18 years ago
- 1abf91a fsck: move functions around so that related ones are nearby by Denis Vlasenko · 18 years ago
- a0e701d fsck: small optimization by Denis Vlasenko · 18 years ago
- bf0a201 style fixes last xcalloc replaced by xzalloc by Denis Vlasenko · 18 years ago
- 0de9375 leftover of e2fsck surgery by Denis Vlasenko · 18 years ago
- c4f623e put small subset of e2fsprogs back in the tree: by Denis Vlasenko · 18 years ago
- 64c5402 remove e2fsprogs. Nobody volunteered to clean up that mess by Denis Vlasenko · 18 years ago
- bf66fbc introduce LONE_CHAR (optimized strcmp with one-char string) by Denis Vlasenko · 18 years ago
- 9f73944 inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid] by Denis Vlasenko · 18 years ago
- 079f8af style cleanup: return(a) -> return a, part 1 by Denis Vlasenko · 18 years ago
- 5af906e rename: compare_string_array -> index_in_str_array by Denis Vlasenko · 18 years ago
- c6f188d silly size savings and capitalization fixes by Denis Vlasenko · 18 years ago
- e1a0d48 message string changes, mostly for consistency, also -32 bytes in .rodata by Denis Vlasenko · 18 years ago
- a959588 Yet another silly little byte saving. couldn't -> cannot by Denis Vlasenko · 18 years ago
- 081e384 Remove xcalloc() and convert its callers to xzalloc(). About half of them by Rob Landley · 18 years ago
- d921b2e Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate by Rob Landley · 18 years ago
- 63fc1a9 Standardize on the vi editing directives being on the first line. by "Robert P. J. Day" · 18 years ago
- 7ccb65f Yet more "#if 0" content removed. by "Robert P. J. Day" · 18 years ago
- 7c94bed Big dead code elimination pass from Garrett. by Rob Landley · 19 years ago
- f834603 kill off pointless malloc.h include by Mike Frysinger · 19 years ago
- 06adf5f 2006-03-21 Shaun Jackman <sjackman@gmail.com>: Include signal.h instead of sys/signal.h. by Mike Frysinger · 19 years ago
- c1ef7bd just whitespace by Tim Riker · 19 years ago
- 350865e remove bug: fsck do not know path by "Vladimir N. Oleynik" · 19 years ago
- cc34344 change the interface of libbb/compare_string_array (unsigned short to int), usaging for e2fsprogs/fsck by "Vladimir N. Oleynik" · 19 years ago
- 61ff4b3 more use const for interface of libbb/compare_string_array, example usage for e2fsprogs/fsck by "Vladimir N. Oleynik" · 19 years ago
- 1f0262b another more const by "Vladimir N. Oleynik" · 19 years ago
- 368f664 perror correction by "Vladimir N. Oleynik" · 19 years ago
- d20cfbd create e2fs_set_sbin_path(), noticed by Tito, Thanks by "Vladimir N. Oleynik" · 19 years ago
- 3ebb895 make fsck.h as common, e2fsck: includes correct by "Vladimir N. Oleynik" · 19 years ago
- ab57f76 more busyboxes, remove 1 extern function (mainstream also have for one fsck) by "Vladimir N. Oleynik" · 19 years ago
- 39a841c change interface to bb_xasprintf() - more perfect for me. by "Vladimir N. Oleynik" · 19 years ago
- 6160d45 more busybox's style for fsck.c, size reduce by "Vladimir N. Oleynik" · 19 years ago
- 51a43b4 import the very fat e2fsck/fsck applets by Mike Frysinger · 19 years ago