oweals/busybox.git
2014-08-13 Denys Vlasenkohush: make ${#var} unicode-aware
2014-08-11 Denys Vlasenkoinit: if libc-based Unicode support is on, run setlocal...
2014-08-05 Morten Kvistgaardftpd: add optional support for authentication
2014-07-30 Denys Vlasenkosha3: tweak comments and indentation
2014-07-30 Denys Vlasenkosha3: code shrink (and speedup for SHA3_SMALL=0)
2014-07-29 Denys Vlasenkotop: fix memset length (sizeof(ptr) vs sizeof(array...
2014-07-27 Timo Terästop: fix and merge code to parse /proc/meminfo
2014-07-25 Denys Vlasenkosha3: add 32-bit optimized bit-sliced implementation
2014-07-20 Ken Sharpzcip: fix link-local IP conflict detection
2014-07-16 Jeremy Kerrudhcp: add PXELINUX path prefix option (code 210) defin...
2014-07-15 Denys Vlasenkontpd: add support for -I IFACE
2014-07-04 David Marchandmodinfo: fix module parsing with kernel >= 2.6.37
2014-07-04 Denys Vlasenkofatattr: use the standard type for 32-bit int
2014-07-04 Denys Vlasenkosetlogcons: fix help text
2014-07-03 Joshua Judson... syslogd: make "reopen log file every second" logic...
2014-07-02 Joshua Judson... syslogd: syslogd: don't *decrement* log_file->size...
2014-07-02 Denys Vlasenkosyslogd: make "-O -" log to stdout
2014-07-01 Denys Vlasenkotest: fix mishandling of "test '(' = '('" and similar
2014-07-01 Denys Vlasenkolibbb: fix bb_ask() to flush input before prompt, not...
2014-06-30 Denys Vlasenkocpio: reinstate "options:" line in help text
2014-06-30 Bartosz GolaszewskiRename INIT_LAST to INIT_FUNC to avoid confusion
2014-06-30 Pascal Bellardfatattr: new applet
2014-06-30 Denys Vlasenkolzop: add overflow check
2014-06-27 Michael Gernothstat: fix printing selinux context and null-dereference
2014-06-27 Denys Vlasenkoftpd: do not use root_fd if we are not in chroot
2014-06-27 Denys Vlasenkoftpd: for LIST, open current directory *in the child*
2014-06-27 Denys Vlasenkoftpd: escape chroot prior to re-executing ls helper
2014-06-26 Denys Vlasenkoawk: fix handling of "if ... break ; else ..." - closes...
2014-06-26 Denys Vlasenkoftpd: optimize writes of LIST results a bit
2014-06-25 Richard Genoudnanddump: change default to --bb=skipbad
2014-06-25 Richard Genoudnanddump: kill -b Omit bad block
2014-06-25 Richard Genoudnanddump: add options --bb=skipbad and padbad
2014-06-25 Richard Genoudnanddump: correct rounding to next page (lead to infini...
2014-06-25 Denys Vlasenkoftpd: support deprecated XPWD command
2014-06-25 Denys Vlasenkolibbb: fix compile failure if both ARG_MAX and _SC_ARG_...
2014-06-22 Isaac Dunhamunlink: new applet
2014-06-22 Bartosz Golaszewskiunit-tests: implement the unit-testing framework
2014-06-22 Bartosz Golaszewskilibbb: use a wrapper around sysconf(_SC_CLK_TCK) to...
2014-06-22 Denys Vlasenkofind: use sysconf(_SC_ARG_MAX) to determine the command...
2014-06-19 Denys Vlasenkofind: exit code fixes for find -exec
2014-06-17 Bartosz Golaszewskifind: add optional support for '-exec ... {} +'
2014-06-15 Denys Vlasenkoudhcpc: make hostname sanitization optional. Closes...
2014-06-02 Joshua Judson... syslogd: Unify unlink/truncate + unlock log-rotation...
2014-06-02 Joshua Judson... syslogd: remember to un-writelock log-files even when...
2014-06-02 Joshua Judson... syslogd: avoid spurious ftrunctate() calls for "-b 0"
2014-05-26 Denys Vlasenkomodprobe-small: fix safe_strncpy truncating last char...
2014-05-19 Denys VlasenkoAdd conditional support for -v / --verbose
2014-05-10 Denys Vlasenkogetty: explain when setsid() fails. no code changes
2014-05-10 Denys VlasenkoMerge branch 'master' of git+ssh://vda@busybox.net...
2014-05-04 Denys Vlasenkotrylink: emit names of linked executables
2014-05-04 Tito Ragusawhich: rewrite
2014-05-03 Denys Vlasenkotrylink: emit names of linked executables
2014-05-03 Timo Teräswhich: rewrite
2014-05-02 Denys Vlasenkolibbb: rename execable -> executable. No code changes
2014-05-02 Denys Vlasenkolibbb: fix empty PATH components handling
2014-05-02 Denys Vlasenkortcwake: fix incorrect (reversed) rtc/sys adjuestment...
2014-05-02 Denys Vlasenkolibbb: fix thinko in rtc_xopen()
2014-05-02 Denys Vlasenkolibbb: make rtc_xopen try harder on EBUSY
2014-05-02 Denys VlasenkoFix compile failures
2014-04-30 Denys Vlasenkocrond: implement "SHELL=prog" in crontab. Export LOGNAM...
2014-04-30 Denys Vlasenkocrond: simplify logging code
2014-04-30 Denys Vlasenkolibbb: make syslog level for bb_error_msg's configurabl...
2014-04-30 Denys Vlasenkocrond: tweak help text, make course less cryptic
2014-04-21 Denys Vlasenkomodprobe-small: (un)load all modules which match the...
2014-04-20 Denys Vlasenkontpd: fix wrong delay value in one of the printed messages
2014-04-19 Denys Vlasenkontpd: truly ignore high delay packet
2014-04-19 Denys Vlasenkomodprobe-small: remove redundant aliases from modules...
2014-04-19 Denys Vlasenkomodprobe-small: fix help messages for aliased module...
2014-04-17 Denys Vlasenkoadjtimex: make its help text and printed data a bit...
2014-04-16 Denys Vlasenkolibbb/obscure.c: code shrink. Suggested by Tito.
2014-04-15 Denys Vlasenkoash,hush: set $HOSTNAME is bash compat. Closes 7028
2014-04-13 Bernhard Reutner... libbb: provide usleep() fallback implementation
2014-04-13 Denys Vlasenkoless: fix bugs discovered with "git log -p | less ...
2014-04-05 Denys Vlasenkovi: some simplifications
2014-04-03 Denys Vlasenkovi: clear undo buffer when we change to another file
2014-04-02 Denys Vlasenkovi: undo code shrink
2014-04-02 Jody Bruchonvi: undo support for vi with intermediate queuing
2014-04-02 Drew Moseleybuild system: specify '-nostldlib' when linking to...
2014-04-01 Tito Ragusaswapon/swapoff: -a returns 0 on ignored errors
2014-03-31 Tito Ragusaswapon/swapoff: size reduction, cleanup, fixes, improve...
2014-03-27 Denys Vlasenkowget: fix a case where progress bar isn't updated if...
2014-03-23 Matt Whitlockadd discard option -d to swapon
2014-03-23 Matt Whitlockfix interaction of -a and -p options in swapon
2014-03-23 Matt Whitlockavoid calling bb_strtou twice in MIN macro expansion
2014-03-23 Denys Vlasenkontpd: add optional support for /etc/ntp.conf
2014-03-17 Denys Vlasenkodocs/new-applet-HOWTO.txt: tweak a bit
2014-03-16 Denys Vlasenkolibbb: fix a bad check for uclibc >= 0.9.31
2014-03-16 Bartosz Golaszewskidocs: update new-applet-HOWTO.txt
2014-03-16 Denys Vlasenkoash: make "locak VAR" unset VAR (bash does that)
2014-03-16 Denys Vlasenkoscript: make it work even if fd 0 is closed
2014-03-16 Denys Vlasenkobuild system: for "find", use POSIX not operator (...
2014-03-16 Romain Naoursu: add a delay if the password is incorrect
2014-03-15 Denys Vlasenkoash,hush: fix a thinko about 2^64-1 factorization
2014-03-14 Denys Vlasenkohush: make "true" built-in
2014-03-13 Denys Vlasenkorandom: cosmetic tweaks in debug code
2014-03-13 Denys Vlasenkoash,hush: improve randomness of $RANDOM, add easy-ish...
2014-03-07 Denys Vlasenkoshuf: trim help text
2014-03-07 Denys Vlasenkoshuf: do not use strings for -i RANGE case
2014-03-07 Bartosz Golaszewskishuf: improve help text
2014-03-07 Bartosz Golaszewskishuf: fix a segfault on 'shuf -e'
next