2007-11-17 |
Michael Brown | Added .gitignore files generated using |
tree | commitdiff |
2007-11-16 |
vda | dmesg,klogd: make code more readable |
tree | commitdiff |
2007-11-10 |
vda | syslogd: support "symlink to symlink" for /dev/log... |
tree | commitdiff |
2007-11-06 |
vda | modprobe: fix a bug where we were entering endless... |
tree | commitdiff |
2007-11-06 |
vda | telnetd: fix problem with zombies (by Paul Fox <pgf... |
tree | commitdiff |
2007-10-11 |
vda | vi: don't wait 50 ms before reading ESC sequences |
tree | commitdiff |
2007-10-11 |
vda | add -fvisibility=hidden to CC flags, mark XXX_main... |
tree | commitdiff |
2007-10-02 |
vda | logger: fix a problem of losing all argv except first |
tree | commitdiff |
2007-09-07 |
vda | syslogd: do not need to poll(), we can just block in... |
tree | commitdiff |
2007-09-07 |
vda | *: replace select-for-one descriptor with poll, it... |
tree | commitdiff |
2007-08-18 |
vda | don't pass argc in getopt32, it's superfluous |
tree | commitdiff |
2007-08-14 |
vda | syslogd: set syslog IPC buffer to mode 0644 |
tree | commitdiff |
2007-08-12 |
vda | syslogd,logread: get rid of head pointer, fix logread... |
tree | commitdiff |
2007-07-27 |
vda | bb_getpwuid, bb_getgrgid: change order of arguments... |
tree | commitdiff |
2007-06-21 |
vda | syslogd: do not convert tabs to ^I |
tree | commitdiff |
2007-06-13 |
vda | *: BB_BANNER -> bb_banner (it is not a const or #define)! |
tree | commitdiff |
2007-06-07 |
aldot | - add a config-time range check for IPC_SYSLOG_BUFFER_SIZE |
tree | commitdiff |
2007-06-04 |
vda | syslogd: move some vectors from data to text. Needs... |
tree | commitdiff |
2007-06-04 |
vda | Audit bb_common_bufsiz usage, add script which looks... |
tree | commitdiff |
2007-05-26 |
vda | usage.c: remove reference to busybox.h |
tree | commitdiff |
2007-05-02 |
vda | klogd: remove dependency on syslogd |
tree | commitdiff |
2007-03-27 |
vda | make pidfile writing configurable. |
tree | commitdiff |
2007-03-26 |
vda | move everything to new NOMMU helpers, except udhcp |
tree | commitdiff |
2007-03-24 |
vda | NOMMU re-exec trick shuld not depend on existence of... |
tree | commitdiff |
2007-03-20 |
vda | syslogd: fix it for small BUFSIZ case |
tree | commitdiff |
2007-03-15 |
vda | syslogd: reduce data/bss usage. Code size is practicall... |
tree | commitdiff |
2007-02-17 |
vda | klogd: code de-obfuscation with small code size reduction |
tree | commitdiff |
2007-02-14 |
vda | syslogd: MARK code is buggy. Disabling it altogether... |
tree | commitdiff |
2007-02-11 |
vda | syslogd: fix "readpath bug" by using readlink instead |
tree | commitdiff |
2007-02-04 |
vda | add x to IPv6 functions which can die |
tree | commitdiff |
2007-02-03 |
vda | suppress warnings about easch <applet>_main() having |
tree | commitdiff |
2007-01-29 |
vda | preparatory patch for -Wwrite-strings #4 |
tree | commitdiff |
2007-01-24 |
vda | accumulated post-1.4.0 fixes |
tree | commitdiff |
2007-01-13 |
vda | whitespace fixes (leading spaces to tab) |
tree | commitdiff |
2007-01-12 |
vda | undo RESERVE_CONFIG_BUFFER change. aldot, small on... |
tree | commitdiff |
2007-01-10 |
vda | code shrinkage by Bernhard Fischer <rep.nop@aon.at> |
tree | commitdiff |
2007-01-10 |
vda | a bit more IPv6-ization work |
tree | commitdiff |
2007-01-09 |
vda | Yet another small size reduction by Bernhard Fischer... |
tree | commitdiff |
2007-01-09 |
vda | small size reduction by Bernhard Fischer <rep.nop@aon.at> |
tree | commitdiff |
2007-01-09 |
vda | small size reduction by Bernhard Fischer <rep.nop@aon.at> |
tree | commitdiff |
2007-01-09 |
vda | compilation fix by Bernhard Fischer <rep.nop@aon.at> |
tree | commitdiff |
2007-01-09 |
aldot | - shrink by 26 bytes or so |
tree | commitdiff |
2007-01-09 |
aldot | - shrink klogd a tiny bit. |
tree | commitdiff |
2007-01-06 |
vda | syslogs: a bit better wording in explanation how buffering |
tree | commitdiff |
2007-01-04 |
vda | syslogd: start using bb_common_bufsiz1 instead of stack... |
tree | commitdiff |
2007-01-04 |
vda | syslogd: stop doing open/fstat/lseek/close on _every_... |
tree | commitdiff |
2007-01-04 |
vda | new libbb func: xmalloc_realpath (+ use it where makes... |
tree | commitdiff |
2007-01-04 |
vda | syslogd: almost rewritten. Had several obvious bugs... |
tree | commitdiff |
2007-01-04 |
vda | klogd: small optimizations |
tree | commitdiff |
2006-12-19 |
vda | remove casts from xmalloc() |
tree | commitdiff |
2006-11-27 |
vda | Provide our own isdigit macro. saves more than 400... |
tree | commitdiff |
2006-10-08 |
vda | attempt to regularize atoi mess. |
tree | commitdiff |
2006-10-06 |
vda | dnsd fix; option_mask32 added. dnsd needs more love. |
tree | commitdiff |
2006-10-05 |
vda | build system overhaul |
tree | commitdiff |
2006-10-03 |
vda | getopt_ulflags -> getopt32. |
tree | commitdiff |
2006-09-30 |
vda | syslogd: do not retry udp sends (can stall syslogd... |
tree | commitdiff |
2006-09-30 |
vda | syslogd: getopt_ulflags'ification (save ~50 bytes) |
tree | commitdiff |
2006-09-30 |
vda | syslogd: add option to suppress logging of messages... |
tree | commitdiff |
2006-09-22 |
vda | logger: getopt_ulflags'isation |
tree | commitdiff |
2006-09-11 |
landley | Build fixes for gcc 4.0 with -Werror, from Tito. |
tree | commitdiff |
2006-09-09 |
vda | using [xa]sprintf for string concatenation is neat... |
tree | commitdiff |
2006-09-08 |
vda | few random readability enhansements. No code changes |
tree | commitdiff |
2006-09-07 |
vda | Add CONFIG_FEATURE_SYSLOG which controls whether |
tree | commitdiff |
2006-08-29 |
landley | Svn 16007 broke the build under gcc 4.0.3. This fixes... |
tree | commitdiff |
2006-08-28 |
landley | More allbareconfig fixes. |
tree | commitdiff |
2006-08-20 |
aldot | - merge -r15463:15564 from busybox_scratch branch throu... |
tree | commitdiff |
2006-08-03 |
landley | Remove bb_ prefixes from xfuncs.c (and a few other... |
tree | commitdiff |
2006-07-20 |
rpjday | "formated" -> "formatted" throughout the code base. |
tree | commitdiff |
2006-06-02 |
aldot | - move #include busybox.h to the very top so we pull... |
tree | commitdiff |
2006-06-01 |
aldot | - shrink logread a bit. |
tree | commitdiff |
2006-05-31 |
aldot | - shrink klogd a bit |
tree | commitdiff |
2006-05-31 |
aldot | - s/defined(__uClinux__)/BB_NOMMU/ |
tree | commitdiff |
2006-05-19 |
aldot | - remove emacs layout block as suggested by Robert... |
tree | commitdiff |
2006-05-13 |
vapier | pull Rules.mak from top_srcdir as pointed out by Robert... |
tree | commitdiff |
2006-04-18 |
aldot | - commentary typo and superfluous whitespace removal... |
tree | commitdiff |
2006-04-13 |
landley | Patch from Robert P Day: let menuconfig indent stuff... |
tree | commitdiff |
2006-04-12 |
aldot | - patch from Denis Vlasenko to add and use bb_xdaemon() |
tree | commitdiff |
2006-04-12 |
aldot | - patch from Denis Vlasenko to add and use bb_xsocket... |
tree | commitdiff |
2006-03-13 |
aldot | - revert back to r14406 |
tree | commitdiff |
2006-03-09 |
aldot | - backout using features which are not available with... |
tree | commitdiff |
2006-03-06 |
landley | Robert P. Day removed 8 gazillion occurrences of "exter... |
tree | commitdiff |
2006-03-02 |
aldot | - use absolute path for top_builddir and top_srcdir. |
tree | commitdiff |
2006-03-01 |
aldot | - fixes parallel builds (make -j) |
tree | commitdiff |
2006-02-21 |
landley | Don't build directory libraries unless we're building... |
tree | commitdiff |
2006-02-16 |
vodz | moved BB_BANNER to applets/version.c file: make kernel... |
tree | commitdiff |
2006-02-02 |
vapier | make the build system puuuuuuuuuuurty |
tree | commitdiff |
2006-01-25 |
timr | just whitespace |
tree | commitdiff |
2006-01-22 |
aldot | - add platform.h. |
tree | commitdiff |
2006-01-15 |
aldot | - shared libbusybox. |
tree | commitdiff |
2005-12-12 |
landley | Flush output to log promptly (bug 389). |
tree | commitdiff |
2005-10-15 |
vodz | 20 bytes data to bss |
tree | commitdiff |
2005-10-15 |
vodz | complex RESERVE_CONFIG_BUFFER --> bb_common_bufsiz1 |
tree | commitdiff |
2005-10-13 |
aldot | - initialize the correct variables |
tree | commitdiff |
2005-09-24 |
vapier | use the shorter license header |
tree | commitdiff |
2005-09-24 |
vapier | use brief license line |
tree | commitdiff |
2005-09-22 |
vodz | more remove lost exported |
tree | commitdiff |
2005-09-20 |
aldot | - rename libbb's password helpers as suggested in libbb.h |
tree | commitdiff |
2005-09-14 |
landley | Cleanup patch from tito: migrate option parsing to... |
tree | commitdiff |
2005-09-12 |
andersen | Kunihiko IMAI writes: |
tree | commitdiff |
2005-07-27 |
vapier | use toplevel ARFLAGS and update default ARFLAGS to... |
tree | commitdiff |
next |