less: optionally query terminal size via "ESC [ 6 n". Closes bug 2659.
[platform/upstream/busybox.git] / miscutils /
2011-07-25 Denys Vlasenkoless: optionally query terminal size via "ESC [ 6 n...
2011-07-15 Denys Vlasenkodc: fix a case where we can run off malloced space
2011-07-08 Denys Vlasenkoa few tweaks for bionic
2011-07-08 Dan Fandrichtypo fixes
2011-06-20 Dan Fandrichsetserial: added missing \n in help text
2011-06-05 Denys Vlasenko*: remove "Options:" string from help texts
2011-05-30 Bernhard Reutner... makedevs: fix help-text
2011-05-15 Denys Vlasenkodc: do not advertise ops disabled in .config
2011-05-13 Denys Vlasenkofix "variable 'foo' set but not used" warnings
2011-05-02 Denys Vlasenkosetserial: small fix
2011-05-01 Marek Bečkasetserial: new applet
2011-04-26 Denys Vlasenkorename miscutils/ubi_attach_detach.c -> miscutils/ubi_t...
2011-04-26 Denys Vlasenkoadd help text
2011-04-26 Reuben Dowleubiupdatevol: new applet
2011-04-26 Reuben DowleFix ubirsvol usage information
2011-04-11 Pascal Bellardconspy: fix ESC key lost
2011-04-11 Pere Orgamove remaining help text from include/usage.src.h
2011-03-28 Nuno Lucasfbsplash: Add support for 24 and 32 bit color depth
2011-03-08 Denys Vlasenkouse user's shell instead of hardwired "/bin/sh" (androi...
2011-02-26 Denys VlasenkoReplace "depends on PLATFORM_LINUX" with "select PLATFO...
2011-02-06 Mike Frysingerrunlevel/wall: depend on utmp feature
2011-02-05 Dan FandrichLet fbsplash display images even when a second buffer...
2011-02-05 Reuben Dowleubimkvol,ubirmvol,ubirsvol: new applets
2011-02-01 Denys Vlasenkops: implement -o stat
2011-01-25 Denys Vlasenkomove utmp.h include to libbb.h
2011-01-18 Denys Vlasenkomass removal of underscores from _BB_DIR_foo and _BB_SU...
2011-01-18 Denys Vlasenkodisable automatic selection of FEATURE_SUID; improve...
2010-12-19 Denys Vlasenkochrt: -m can be used without any arguments. Closes...
2010-12-18 Denys Vlasenkochrt: correct opt_complementary. Closes bug 2977
2010-12-18 Denys Vlasenkochat: fix build breakage (variable declared in for())
2010-11-03 Denys Vlasenkorename archival/libunarchive -> archival/libarchive...
2010-10-29 Denys Vlasenkowhitespace cleanup
2010-10-28 Denys Vlasenkodecompress_bunzip2: handle concatenated .bz2 files
2010-10-28 Marek Polacek*: use _exit() in sighandlers; showkey: do not use...
2010-10-28 Denys Vlasenko*: whitespace fixes
2010-10-27 Denys Vlasenkolibbb: introduce and use common crc32 routine
2010-10-20 Denys Vlasenko*: s/open3_or_warn/open_or_warn/ where makes sense
2010-10-18 Baruch Siachnanddump: make oobbuf allocation dynamic
2010-10-18 Baruch Siachnanddump: new applet
2010-10-12 Denys Vlasenkotweaks to build system, mainly making menuconfig text...
2010-10-04 Denys Vlasenkoman: add compatibility with man-db
2010-08-31 Denys Vlasenkolibbb: add xfstat function
2010-08-29 Denys Vlasenkobbconfig: add COMPRESS_BBCONFIG option
2010-08-29 Baruch Siachnandwrite: always check the first erase block
2010-08-29 Denys Vlasenkonandwrite: complain on malformed -s NUM
2010-08-29 Baruch Siachnandwrite: allow hex values in the -s parameter
2010-08-25 Baruch Siachnandwrite: new applet
2010-08-16 Denys Vlasenko*: make GNU licensing statement forms more regular
2010-08-16 Denys Vlasenko*: fix "see file License ..." - the file is named LICEN...
2010-08-12 Denys Vlasenko*: s/xatoi_u/xatoi_positive/g - I got bored of mistypin...
2010-07-29 Jeremie Koenigless: remove misguided dependency on PLATFORM_LINUX
2010-07-29 Denys Vlasenkodc: tweak help text
2010-07-29 Denys Vlasenkodc: make it use long longs for integer ops
2010-07-29 Denys Vlasenkoless: fix duplicate "depends on PLATFORM_LINUX". no...
2010-07-25 Denys Vlasenko*: mass cosmetic removal of extra empty lines. no code...
2010-07-18 Jeremie Koenigmark Linux-specific configuration options
2010-07-14 Denys Vlasenkobuild system: disable some applets by default
2010-07-11 Denys Vlasenkocrond: mention other cronds' behavior in comment. no...
2010-07-08 Denys Vlasenkocrond: code shrink
2010-07-08 Denys Vlasenkocrond: rename HumpBack names. Note two TODOs/FIXMEs
2010-07-08 Denys Vlasenkocrond: check mtime on crontab dir every minute, and...
2010-07-08 Denys Vlasenkocrond: reorder functions to follow usual order: "main...
2010-07-06 Denys Vlasenkocrond: code shrink
2010-07-04 Pascal Bellard*: introduce and use xfork() and xvfork()
2010-07-03 Pascal Bellardlibbb: introduce and use BB_EXECVP_or_die()
2010-07-01 Denys Vlasenkochrt: code shrink
2010-07-01 Pascal Bellardconspy: stop losing some keyboard keys.
2010-06-30 Pascal Bellardconspy: code shrink
2010-06-28 Pascal Bellardconspy: code shrink
2010-06-27 Denys Vlasenkoconspy: significant output minimization; blink attribut...
2010-06-25 Denys Vlasenkoconspy: make "conspy 0" use vcsa0 but "conspy" (no...
2010-06-24 Denys Vlasenko*: make exec failure message more consistent
2010-06-24 Denys Vlasenkoconspy: code shrink
2010-06-24 Denys Vlasenkoconspy: document attribute byte format
2010-06-24 Denys Vlasenko*: introduce and use bb_unsetenv_and_free
2010-06-23 Pascal Bellardconspy: code shrink ~200 bytes
2010-06-21 Denys Vlasenkofix errors in detecting non-modified areas
2010-06-21 Pascal Bellardconspy: new applet
2010-06-16 Baruch Siachubiattach,ubidetach: new applets
2010-06-14 Denys Vlasenkorfkill: do not enable by default, it requires new-ish...
2010-06-08 Denys Vlasenko*: add INSERTs to *.src files where appropriate
2010-06-07 Denys Vlasenkobbconfig: make it independent from printf functions
2010-06-06 Denys Vlasenkopipe_progress: make it independent of printf machinery
2010-06-06 Denys Vlasenkoremove defconfig. Now "make defconfig" simply uses...
2010-06-04 Denys Vlasenkomass renaming Kbuild -> Kbuild.src, Config.in -> Config.src
2010-06-02 Denys Vlasenko*: better string sharing
2010-05-16 Denys Vlasenkoconsolidate ESC sequences
2010-05-16 Denys Vlasenkosetsid: check for setsid error directly
2010-05-02 Souf Ouedrfkill: new applet
2010-04-14 Denys Vlasenkodevmem: map two pages only if it is necessary
2010-04-06 Denys VlasenkoMove utmp/wtmp support to "General configuration" section
2010-04-05 Denys Vlasenkotelnetd: write LOGIN/DEAD_PROCESS utmp records. Closes...
2010-03-23 Denys Vlasenko*: merge some common strings
2010-03-18 Denys Vlasenko*: code shrink and better "died from signal" reporting...
2010-03-14 Denys Vlasenkofbsplash: reinstate drawing of over/undersized images...
2010-03-14 Natanael Copabeep: the -d option takes milliseconds not microseconds
2010-03-11 Denys Vlasenkolineedit: fix another corner case with bad unicode...
2010-03-02 Denys Vlasenko*: do not check for POLLIN/POLLOUT only, just in case...
2010-02-26 Bernhard Reutner... reuse a few strings
2010-02-26 Denys Vlasenkosetup_environment(): eliminate one parameter
next