1. 27116ba busybox: squashed commit of merging cm-12.1 by maxwen · 9 years ago fp2-m-sibon fp2-sibon-17.07.6 fp2-sibon-17.08.1.1 fp2-sibon-17.10.1 fp2-sibon-17.11.2 fp2-sibon-17.12.1 fp2-sibon-18.01.1 fp2-sibon-18.02.0 fp2-sibon-18.03.1 fp2-sibon-18.04.1
  2. 6295d27 Replaced __u32 etc. with standard uint32_t style types by Daniel Fandrich · 13 years ago
  3. 6642676 *: remove "Options:" string from help texts by Denys Vlasenko · 13 years ago
  4. 293a8f2 nameif: add matching by phy_address=NUM; extend help text by Phil Sutter · 13 years ago
  5. 2adc0e6 nameif: fix parsing of /proc/net/dev; small code shrink by Phil Sutter · 13 years ago
  6. 1df0af7 don't leak malloced variables in the loop; remove double alloc by Alexey Fomenko · 13 years ago
  7. fb132e4 whitespace cleanup by Denys Vlasenko · 14 years ago
  8. 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
  9. 37a658c udhcp: handle errors in read_staticlease by Denys Vlasenko · 14 years ago
  10. 6331cf0 *: use "can't" instead of "cannot" by Denys Vlasenko · 15 years ago
  11. a19e649 docs/logging_and_backgrounding.txt: new mini-doc by Denis Vlasenko · 15 years ago
  12. 360d966 libbb: add strncpy_IFNAMSIZ by Denis Vlasenko · 16 years ago
  13. cfe2936 nameif: shrink (by Vladimir) by Denis Vlasenko · 16 years ago
  14. 084266e fix several problems with config parser: by Denis Vlasenko · 16 years ago
  15. 5415c85 libbb: [x]fopen_for_{read,write} introduced and used. (by Valdimir) by Denis Vlasenko · 16 years ago
  16. 2e157dd libbb: updated config_parse() from Vladimir by Denis Vlasenko · 16 years ago
  17. 6792128 - fix segfault in nameif with mactab file (by fixing and shrink config parser) by Bernhard Reutner-Fischer · 16 years ago
  18. fb1642f fix up callsites of config_read to check for >= 0 by Denis Vlasenko · 16 years ago
  19. c01340f update of config file parser from Vladimir by Denis Vlasenko · 16 years ago
  20. 01eaee9 *: s/IF_NAMESIZE/IFNAMSIZ/, regularize its use a bit. by Denis Vlasenko · 16 years ago
  21. b3f39f0 nameif: fix vda's breakage (Nico Erfurth <masta AT perlgolf.de>) by Denis Vlasenko · 16 years ago
  22. 6b40443 ps: fix build breakage from vda's recent commit *: whitespace fixes by Denis Vlasenko · 16 years ago
  23. 3f9c848 trylink: instead of build error, disable --gc-sections if GLIBC && STATIC by Denis Vlasenko · 16 years ago
  24. f7be20e nameif: extended matching (Nico Erfurth <masta@perlgolf.de>) *: whitespace fixes by Denis Vlasenko · 16 years ago
  25. 3f5fdc7 remove trailing whitespace by Denis Vlasenko · 17 years ago
  26. 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
  27. 0beaff8 update Glenn McGrath's email address by Denis Vlasenko · 17 years ago
  28. fe7cd64 don't pass argc in getopt32, it's superfluous by Denis Vlasenko · 17 years ago
  29. fb79a2e xioctl and friends by Tito <farmatito@tiscali.it> by Denis Vlasenko · 17 years ago
  30. b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 17 years ago
  31. 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 17 years ago
  32. 89f0b34 rodata cleanup. "unable to" == "cannot". -300 bytes by Denis Vlasenko · 18 years ago
  33. 2d5ca60 bb_get_[chomped]line_from_file wasn't descriptive enough. Renaming... by Denis Vlasenko · 18 years ago
  34. 8f8f268 bb_applet_name -> applet_name by Denis Vlasenko · 18 years ago
  35. 67b23e6 getopt_ulflags -> getopt32. by Denis Vlasenko · 18 years ago
  36. 3538b9a Implement optional syslog logging using ordinary by Denis Vlasenko · 18 years ago
  37. d921b2e Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate by Rob Landley · 18 years ago
  38. 63fc1a9 Standardize on the vi editing directives being on the first line. by "Robert P. J. Day" · 18 years ago
  39. 362dc2b Header cleanup on two more networking files (move libbb.h to the top and by Rob Landley · 18 years ago
  40. a6e131d Size reductions, mostly switching things to use libbb functions. by Rob Landley · 18 years ago
  41. b1c3fbc CONFIG->ENABLE migration. by Rob Landley · 18 years ago
  42. 86f5c99 - add platform.h. - use shorter boilerplate while at it. by Bernhard Reutner-Fischer · 18 years ago
  43. 8c9daa1 restore erronyous 'cleanups' by Rob Sullivan and landley by "Vladimir N. Oleynik" · 18 years ago
  44. 855f1e1 Cleanup patch from Rob Sullivan. by Rob Landley · 18 years ago
  45. 14f5c8d Patch from Bernhard Fischer to make a bunch of symbols static by Eric Andersen · 19 years ago
  46. c6992fe Update my email address, document some of my tasks in the AUTHORS file by Glenn L McGrath · 20 years ago
  47. aff114c Larry Doolittle writes: by Eric Andersen · 20 years ago
  48. 40ea66c Patch from Lars Kellogg-Stedman: by Eric Andersen · 21 years ago
  49. cad5364 Major coreutils update. by Manuel Novoa III · 21 years ago
  50. a9adef0 Dont use getopt_long, minor usage changes, patch by Nick Fedchik by Glenn L McGrath · 21 years ago
  51. 77c60e5 Use vsyslog instead of syslog, improve initalisation and cleanup of by Glenn L McGrath · 21 years ago
  52. ab4e19a Eliminate most instances where we use linux kernel headers -Erik by Eric Andersen · 21 years ago
  53. 688cf01 Get interface names using ioctl rather than /proc, from Nick Fedchik by Glenn L McGrath · 21 years ago
  54. 8b08bda Fix bug when reading mac from command line, continue; if hwaddrr not found by Glenn L McGrath · 21 years ago
  55. f03c933 New applet, nameif by Nick Fedchik and myself. by Glenn L McGrath · 21 years ago