- 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
- 0c4dbd4 regularize format of source file headers, no code changes by Denys Vlasenko · 7 years ago
- a759b22 nameif: make it 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
- 47367e1 Convert all networking/* applets to "new style" applet definitions by Denys Vlasenko · 8 years ago
- 8dff01d libbb: introduce and use is_prefixed_with() by Denys Vlasenko · 10 years ago
- bc0ffc0 nameif: fix use-after-free in ENABLE_FEATURE_CLEAN_UP code by Thomas De Schampheleire · 12 years ago
- 6295d27 Replaced __u32 etc. with standard uint32_t style types by Daniel Fandrich · 14 years ago
- 6642676 *: remove "Options:" string from help texts by Denys Vlasenko · 14 years ago
- 293a8f2 nameif: add matching by phy_address=NUM; extend help text by Phil Sutter · 14 years ago
- 2adc0e6 nameif: fix parsing of /proc/net/dev; small code shrink by Phil Sutter · 14 years ago
- 1df0af7 don't leak malloced variables in the loop; remove double alloc by Alexey Fomenko · 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
- 37a658c udhcp: handle errors in read_staticlease by Denys Vlasenko · 15 years ago
- 6331cf0 *: use "can't" instead of "cannot" by Denys Vlasenko · 15 years ago
- a19e649 docs/logging_and_backgrounding.txt: new mini-doc by Denis Vlasenko · 16 years ago
- 360d966 libbb: add strncpy_IFNAMSIZ by Denis Vlasenko · 16 years ago
- cfe2936 nameif: shrink (by Vladimir) by Denis Vlasenko · 16 years ago
- 084266e fix several problems with config parser: by Denis Vlasenko · 16 years ago
- 5415c85 libbb: [x]fopen_for_{read,write} introduced and used. (by Valdimir) by Denis Vlasenko · 16 years ago
- 2e157dd libbb: updated config_parse() from Vladimir by Denis Vlasenko · 16 years ago
- 6792128 - fix segfault in nameif with mactab file (by fixing and shrink config parser) by Bernhard Reutner-Fischer · 16 years ago
- fb1642f fix up callsites of config_read to check for >= 0 by Denis Vlasenko · 16 years ago
- c01340f update of config file parser from Vladimir by Denis Vlasenko · 16 years ago
- 01eaee9 *: s/IF_NAMESIZE/IFNAMSIZ/, regularize its use a bit. by Denis Vlasenko · 17 years ago
- b3f39f0 nameif: fix vda's breakage (Nico Erfurth <masta AT perlgolf.de>) by Denis Vlasenko · 17 years ago
- 6b40443 ps: fix build breakage from vda's recent commit *: whitespace fixes by Denis Vlasenko · 17 years ago
- 3f9c848 trylink: instead of build error, disable --gc-sections if GLIBC && STATIC by Denis Vlasenko · 17 years ago
- f7be20e nameif: extended matching (Nico Erfurth <masta@perlgolf.de>) *: whitespace fixes by Denis Vlasenko · 17 years ago
- 3f5fdc7 remove trailing whitespace by Denis Vlasenko · 17 years ago
- 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
- 0beaff8 update Glenn McGrath's email address by Denis Vlasenko · 17 years ago
- fe7cd64 don't pass argc in getopt32, it's superfluous by Denis Vlasenko · 17 years ago
- fb79a2e xioctl and friends by Tito <farmatito@tiscali.it> by Denis Vlasenko · 17 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
- 89f0b34 rodata cleanup. "unable to" == "cannot". -300 bytes by Denis Vlasenko · 18 years ago
- 2d5ca60 bb_get_[chomped]line_from_file wasn't descriptive enough. Renaming... by Denis Vlasenko · 18 years ago
- 8f8f268 bb_applet_name -> applet_name by Denis Vlasenko · 18 years ago
- 67b23e6 getopt_ulflags -> getopt32. by Denis Vlasenko · 18 years ago
- 3538b9a Implement optional syslog logging using ordinary 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
- 63fc1a9 Standardize on the vi editing directives being on the first line. by "Robert P. J. Day" · 18 years ago
- 362dc2b Header cleanup on two more networking files (move libbb.h to the top and by Rob Landley · 19 years ago
- a6e131d Size reductions, mostly switching things to use libbb functions. by Rob Landley · 19 years ago
- b1c3fbc CONFIG->ENABLE migration. by Rob Landley · 19 years ago
- 86f5c99 - add platform.h. - use shorter boilerplate while at it. by Bernhard Reutner-Fischer · 19 years ago
- 8c9daa1 restore erronyous 'cleanups' by Rob Sullivan and landley by "Vladimir N. Oleynik" · 19 years ago
- 855f1e1 Cleanup patch from Rob Sullivan. by Rob Landley · 19 years ago
- 14f5c8d Patch from Bernhard Fischer to make a bunch of symbols static by Eric Andersen · 20 years ago
- c6992fe Update my email address, document some of my tasks in the AUTHORS file by Glenn L McGrath · 21 years ago
- aff114c Larry Doolittle writes: by Eric Andersen · 21 years ago
- 40ea66c Patch from Lars Kellogg-Stedman: by Eric Andersen · 21 years ago
- cad5364 Major coreutils update. by Manuel Novoa III · 22 years ago
- a9adef0 Dont use getopt_long, minor usage changes, patch by Nick Fedchik by Glenn L McGrath · 22 years ago
- 77c60e5 Use vsyslog instead of syslog, improve initalisation and cleanup of by Glenn L McGrath · 22 years ago
- ab4e19a Eliminate most instances where we use linux kernel headers -Erik by Eric Andersen · 22 years ago
- 688cf01 Get interface names using ioctl rather than /proc, from Nick Fedchik by Glenn L McGrath · 22 years ago
- 8b08bda Fix bug when reading mac from command line, continue; if hwaddrr not found by Glenn L McGrath · 22 years ago
- f03c933 New applet, nameif by Nick Fedchik and myself. by Glenn L McGrath · 22 years ago