microcom: read more than 1 byte from device, if possible
[oweals/busybox.git] / include /
2008-02-10 Denis Vlasenkohush: reinstate `cmd` handling for NOMMU (with fat...
2008-02-09 Denis Vlasenkomicrocom: split -d (delay) option away from -t
2008-02-09 Denis Vlasenkomktemp: don't advertise -q option
2008-02-09 Denis Vlasenkomktemp: support -p DIR (Timo Teras <timo.teras at iki...
2008-02-08 Denis Vlasenkosendmail: update from maintainer
2008-02-08 Denis VlasenkoREADME: doccument the need of CONFIG_DESKTOP
2008-02-08 Bernhard Reutner... - add eject -s for SCSI- and USB-devices (Nico Erfurth)
2008-02-07 Mike Frysingersome more fixes for cross-compiling on an OS X host...
2008-02-07 Mike Frysingeronly include mntent.h according to HAVE_MNTENT_H and...
2008-02-04 Denis Vlasenkoudhcp: optional support for non-standard DHCP ports...
2008-02-04 Denis Vlasenkounzip: do not try to read entire compressed stream...
2008-02-02 Denis Vlasenkomsh: fix Ctrl-C handling with line editing
2008-02-02 Denis Vlasenkosendmail: fixes by Vladimir Dronnikov <dronnikov at...
2008-01-29 Bernhard Reutner... - be C99 friendly. Anonymous unions are a GNU extension...
2008-01-28 Denis Vlasenkosendmail: new applet by dronnikov at gmail.com
2008-01-28 Denis Vlasenko*: tidy up usage of char **environ
2008-01-24 Denis Vlasenkohalt: update help text
2008-01-24 Denis Vlasenkocomment fix
2008-01-17 Bernhard Reutner... - correct helptext of stat (Cristian Ionescu-Idbohrn)
2008-01-14 Bernhard Reutner... - implement brctl setpathcost, setportprio, setbridgepr...
2008-01-13 Bernhard Reutner... - shrink a bit and implement time related fancy feature...
2008-01-13 Bernhard Reutner... - fix commentary typo
2008-01-13 Bernhard Reutner... - new applet brctl
2008-01-08 Denis Vlasenkohush: report [v]fork failures
2008-01-06 Denis Vlasenkotac: new applet. ~240 bytes.
2008-01-06 Denis Vlasenkops: fix overflow in USER and VSZ columns
2008-01-05 Denis Vlasenkops: add conditional support for -o [e]time
2008-01-02 Denis Vlasenkolibbb: introduce and use safe_waitpid (loops in EINTR)
2007-12-30 Denis Vlasenkolibbb: introduce fputc_printable (from ed)
2007-12-26 Denis VlasenkoFix xmalloc_fgets_str so that it really does NOT strip...
2007-12-10 Denis Vlasenkoudhcpc: support for -O <option>.
2007-12-09 Denis Vlasenkofind: add -iname support (Alexander Griesser <alexander...
2007-11-30 Denis Vlasenkotest: stop using lots of bss.
2007-11-29 Denis Vlasenkosysctl: add -e: supress warnings about invalid key...
2007-11-29 Denis VlasenkoFurther optimize applet tables; prettify build output
2007-11-28 Denis Vlasenkoreorganize applet table. Eliminates pointers to names.
2007-11-25 Denis Vlasenkocttyhack should be in /bin, not /usr/bin
2007-11-24 Denis Vlasenkoremove echo_main -> bb_echo indirection
2007-11-23 Denis Vlasenkokill lash. "lash" builtin still exists, but it runs...
2007-11-23 Denis Vlasenkoarping: fix help text (-i -> -I), and shorten it a bit
2007-11-22 Denis Vlasenkoudhcpc: remove -W option, -A can be reused for that
2007-11-22 Denis Vlasenkoash: fix bug where redirection of closed fd was leaving...
2007-11-22 Denis Vlasenkosestatus: new SELinux applet (KaiGai Kohei <kaigai...
2007-11-22 Denis Vlasenkoudhcpc: an option to perform ARP check (Jonas Danielsso...
2007-11-18 Denis Vlasenkoip: stop propagating argc; optimize ip_parse_common_args
2007-11-18 Denis Vlasenkohexdump: add hd alias, add -R option
2007-11-16 Denis Vlasenkodmesg,klogd: make code more readable
2007-11-16 Denis Vlasenkowho: add -a (by Tito)
2007-11-15 Denis Vlasenkodf: add -i (conditional on CONFIG)
2007-11-12 Denis Vlasenkoopen_transformer: do not duplicate "<program> -cf -"
2007-11-08 Paul Foxxmalloc_follow_symlinks() -- fix ELOOP issue with absol...
2007-11-08 Paul Foxnew xmalloc_readlink_follow() routine to fully expand...
2007-11-07 Paul Foxadd "-A N" / "--tryagain=N" option to client, to allow...
2007-11-06 Denis Vlasenkologin: clear dangerous environment variables if started...
2007-11-04 Denis Vlasenkoifconfig: code shrink
2007-10-29 Denis Vlasenkoappletlib.c: make it actally follow _BB_SUID_ALWAYS...
2007-10-20 Denis Vlasenkomore fixes for help text wrt long options
2007-10-20 Denis Vlasenkoping: fix breakage from -I fix
2007-10-20 Denis Vlasenkokbd_mode: new applet by Loïc Grenié <loic.grenie@gmail...
2007-10-18 Denis Vlasenkoxatonum.h: add comment
2007-10-18 Denis Vlasenkomore of usage text fixes wrt long options
2007-10-18 Denis Vlasenkoexclude --longopts from usage texts if those are disabled
2007-10-15 Denis Vlasenkotelnetd: at Alexander Kriegisch <Alexander@kriegisch...
2007-10-14 Denis Vlasenkobzip2: update help text
2007-10-14 Denis Vlasenkosetsebool: new applet (Yuichi Nakamura <ynakam@hitachis...
2007-10-13 Denis Vlasenkobzip2: port bzip2 1.0.4 to busybox. note: bzip2 code...
2007-10-11 Denis Vlasenkotrim too verbose help texts
2007-10-11 Denis Vlasenkofix a problem with two different applet_name's
2007-10-11 Denis Vlasenkoadd -fvisibility=hidden to CC flags, mark XXX_main...
2007-10-10 Denis VlasenkoMove applets/applet.c into libbb, allows to get rid...
2007-10-10 Denis Vlasenkoget rid of global "struct bb_applet *current_applet"
2007-10-09 Denis Vlasenkotypo fix in help text
2007-10-07 Denis Vlasenkomake --help work for "individual applets" too.
2007-10-07 Denis Vlasenkolibbusybox: move (possibly compressed) help stuff into...
2007-10-07 Denis Vlasenkotrim too verbose help messages
2007-10-07 Denis Vlasenkoreviving libbusybox, adding CONFIG_INDIVIDUAL part 4
2007-10-05 Denis Vlasenkogunzip: support concatenated gz files.
2007-10-01 Denis Vlasenko'simple' error message functions by Loic Grenie <loic...
2007-09-30 Denis Vlasenkointroduce and use close_on_exec_on(fd). -50 bytes.
2007-09-30 Denis Vlasenkoprint_signames_and_exit -> print_signames (because...
2007-09-29 Denis Vlasenkopgrep,pkill: new applets by Loic Grenie <loic.grenie...
2007-09-27 Denis Vlasenkoremove stray '/*' within comment
2007-09-27 Denis Vlasenkointroduce bb_putchar(). saves ~1800 on uclibc (less...
2007-09-27 Denis Vlasenkointroduce safe_poll (fixes a problem in top)
2007-09-26 Denis Vlasenkoload_policy: update (Yuichi Nakamura <ynakam@hitachisof...
2007-09-26 Denis Vlasenkolosetup: support -f (Loic Grenie <loic.grenie@gmail...
2007-09-25 Denis Vlasenkodocumentation bits in comments, no code changes
2007-09-24 Denis Vlasenkoinsmod: fix help text to not show options if only 2...
2007-09-24 Denis Vlasenko*: kill bb_get_last_path_component, replace with two...
2007-09-21 Denis Vlasenkomicrocom: new applet by Vladimir Dronnikov <dronnikov...
2007-09-10 Denis Vlasenkosetup_environment: code shrink
2007-09-08 Denis Vlasenkotop: get rid of on-stack variable buffers, use permanen...
2007-09-08 Denis Vlasenkotop: TOPMEM feature - 's(how sizes)' command. +2.5k...
2007-09-07 Paul Foxoverload the existing '-q' flag so that if '-l' and...
2007-09-05 Denis Vlasenkousage: trim a bit
2007-09-05 Denis Vlasenkowatchdog: allow millisecond spec (-t 250ms)
2007-09-05 Denis Vlasenkotar + gzip/bzip2/etc: support NOMMU machines (by Alex...
2007-09-05 Denis Vlasenkobusybox --install -s: prevent puzzling "/bin/busybox...
2007-09-04 Denis Vlasenkotar: conditionally don't wait for vforked child to...
2007-08-29 Denis Vlasenkovsz and rss are unsigned longs (ulong ~= width of void* =>
next