oweals/busybox.git
2015-01-05 Denys Vlasenkompstat: code shrink
2015-01-05 Guillermo Rodriguezfree: handle "cached" value too
2015-01-05 Denys Vlasenkolibbb: code shrink by factoring out common update_utmp_...
2015-01-05 Denys Vlasenkodeleting unused ntpd_simple.c
2015-01-05 Denys Vlasenkolibpwdgrp: fixes suggested by Tito, comment tweaks
2015-01-04 Adam Tkacntpd: relicense ntpd applet to ISC-style license
2015-01-04 Denys Vlasenkolibpwdgrp: another code shrink
2015-01-04 Denys Vlasenkolibpwdgrp: code shrink
2015-01-03 Denys Vlasenkolibpwdgrp: getgrXXX: empty string is not a member name...
2015-01-03 Denys Vlasenkofix a SEGV in previous commit
2015-01-03 Denys Vlasenkolibpwdgrp: fix counting of commas in group list
2015-01-03 Denys Vlasenkolibpwdgrp: store getXXnam result in a single malloc...
2015-01-03 Denys Vlasenkolibpwdgrp: make db->def[] one byte shorter
2015-01-03 Denys Vlasenkolibpwdgrp: use a better estimate of max struct size
2015-01-03 Denys Vlasenkolibpwdgrp: reinstate Tito's optional atexit freeing
2015-01-03 Denys Vlasenkolibpwdgrp: fix a memory leak in getXXnam (we did not...
2015-01-03 Denys Vlasenkolibpwdgrp: tweak comments, replace one xmalloc with...
2015-01-02 Denys Vlasenkolibpwdgrp: use FAST_FUNC to make "matching ABI" optimiz...
2015-01-02 Tito Ragusalibpwdgrp: rewritten to use malloced implementation
2015-01-01 Denys Vlasenkomodprobe: revert checking for /, stop doing basename...
2014-12-31 Bartosz GolaszewskiMakefile: fix cscope target
2014-12-28 Denys Vlasenkoash: fix a SEGV in ${#1}
2014-12-25 John Schroederudhcpd: account for script delay in lease
2014-12-24 Denys VlasenkoStart 1.24.0 development cycle
2014-12-24 Denys VlasenkoBump version to 1.23.0 1_23_0
2014-12-24 Denys Vlasenkolibbb: add sanity check in bb_arg_max()
2014-12-22 Denys Vlasenkorandomconfig fixes
2014-12-22 Peter KümmelMake it possible to override LOGIN_FAIL_DELAY in CONFIG...
2014-12-21 Denys Vlasenkoudhcpc: account for script run time
2014-12-18 Baruch Siachnanddump: don't show --bb in usage when disabled
2014-12-17 Baruch Siachnandwrite: fix build when long options are disabled
2014-12-15 Ron Yorstonlineedit: don't block when looking for escape sequence...
2014-12-11 Denys Vlasenkotar: fix "tar -cJ" ignoring -J option. closes 7706
2014-12-10 Denys Vlasenkolineedit: don't fall back to simple line input if tty...
2014-12-10 Bartosz GolaszewskiConfig: select PLATFORM_LINUX if using sendfile()
2014-12-10 Jacob Kjaergaardflashcp: change BUFSIZE to 4k
2014-12-06 Denys Vlasenkomake xmalloc_open_zipped_read_close result NUL terminated
2014-12-06 Denys Vlasenkolibarchive: add capability to unpack to mem.buffer
2014-12-06 Denys VlasenkoRename transformer_aux_data_t -> transformer_state_t
2014-11-30 Denys Vlasenkoman: do not mangle $MANPATH in memory
2014-11-27 Bartosz Golaszewskilibbb: use sendfile() to copy data between file descriptors
2014-11-26 Denys Vlasenkoman: accept a list of dirs in $MANPATH
2014-11-26 Denys Vlasenkolibbb: use ARG_MAX for bb_arg_max() only if it's 60k+
2014-11-26 Denys Vlasenkobbunit: fix WANT_TIMING compilation
2014-11-26 Bartosz Golaszewskigitignore: add testsuite/echo-ne
2014-11-25 Denys Vlasenkoudhcpd: if a lease from lease file coincides with a...
2014-11-21 Denys Vlasenkoinit: do not run shutdown/reexec actions from signal...
2014-11-20 Denys Vlasenkomodprobe,rmmod: reject module names with slashes
2014-11-20 Denys Vlasenkotypo fix in comment
2014-11-18 Denys Vlasenkoash,hush: do not segfault on $((2**63 / -1))
2014-11-17 Denys Vlasenkoash: fix handling of negative start value in ${v:start...
2014-11-17 Michael Tokareviproute: support onelink route option and print route...
2014-11-17 Denys Vlasenkoexit with 127 if appled name wasn't found - it's more...
2014-11-04 Michel Stamzcip: Add environment variable for overriding log funct...
2014-10-30 Michel Stamzcip: allow our own class B range to be used for ZeroConf
2014-10-30 Michel Stamudhcpd: add option for tweaking arpping
2014-10-05 Miroslav Lichvarntpd: calculate offset to jitter ratio before updating...
2014-10-05 Denys Vlasenkosed: fix "sed CMD -i nonexistent_file". Closes 7484
2014-10-02 Miroslav Lichvarntpd: don't stay at short polling interval
2014-10-02 Denys Vlasenkogetty: set tty attrs so that control chars are shown...
2014-09-27 Denys Vlasenkontpd: be less eager to use shorter poll intervals
2014-09-25 Denys Vlasenkoubiupdatevol: fix -t to not require an option. Closes...
2014-09-24 Denys Vlasenkoinstall: fix help text
2014-09-24 Miroslav Lichvarntpd: split out poll adjusting code
2014-09-24 Miroslav Lichvarntpd: don't wait for good offset before disabling burst...
2014-09-24 Aaro Koskineninstall: implement -t DIR
2014-09-23 Aaro Koskinenless: make -E work
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
next