oweals/busybox.git
2014-09-22 Denys Vlasenkoless: trivial code shrink
2014-09-22 Denys Vlasenkoless: move "retry-on-EAGAIN" logic closer to read ops
2014-09-21 Denys Vlasenkoless: disable "suppress empty wraparound" optimization
2014-09-20 Ari Sundholmdf: fix -T option when ENABLE_FEATURE_HUMAN_READABLE=0
2014-09-17 Denys Vlasenkofalse: make "false --help" exit with 1
2014-09-17 Ari Sundholmdf: implement -T option
2014-09-15 Denys Vlasenkosed: fix a buglet in s///NUM handling
2014-09-15 Denys Vlasenkoftpd: make LIST command show dotfiles too
2014-09-15 Denys Vlasenkovi: fix incorrect memory access on brace matching....
2014-09-08 Denys Vlasenkomdev: treat zero-length /dev/mdev.seq the same as ...
2014-09-08 Denys Vlasenkoash: fix off-by-one in "jobs %4" handling. closes 7310
2014-09-08 Denys Vlasenkoash: factor out ASH_HELP config option
2014-09-05 Denys Vlasenkofind: support -perm /BITS. Closes 7340
2014-09-04 Denys Vlasenkotftpd: tweak HP PA-RISC firmware bug compatibility
2014-09-03 Denys Vlasenkotftpd: support full 512-byte requests
2014-08-30 Denys Vlasenkotaskset: fix logic error in "if it doesn't start with...
2014-08-28 Denys Vlasenkogrep: fix "grep -r PATTRN SYMLINK_TO_DIR"
2014-08-27 Florian Fainelliping: add -p to specify data pattern
2014-08-17 Denys Vlasenkotaskset: support CPU masks for more than 64 CPUs
2014-08-15 Denys Vlasenkoaddgroup: mention -S in the help text
2014-08-13 Denys Vlasenkoash: make ${#var} unicode-aware
2014-08-13 Denys Vlasenkoash,hush: run reinit_unicode() only if makes sense
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...
next