OSDN Git Service

fix compiling issues on x86
[android-x86/external-busybox.git] / libbb /
2010-02-22 Koushik K. Duttadont use bionic getmntent
2010-02-13 Koushik K. Duttabuild a static busybox for the recovery system
2010-02-07 Dylan SimonFix ifconfig crash due to incorrect freeaddrinfo semantics
2010-02-07 Dylan SimonMerge remote branch 'busybox/1_16_stable'
2010-01-25 Denys Vlasenkounicode_wcwidth.c: shrink
2010-01-25 Denys Vlasenkotestsuite-discovered fixes
2010-01-24 Denys Vlasenkolibbb: better unicode width support. Hopefully fixes...
2010-01-20 Denys Vlasenko*: small code shrinks and compile fix for unicode
2010-01-18 Dylan SimonImprove android build piggybacking on original
2010-01-18 Dylan SimonFirst pass adaption to android
2010-01-18 Denys Vlasenkols: make it so that group never glues itself to file...
2010-01-15 Denys Vlasenkocp: fix -H handling
2010-01-12 Denys Vlasenkolibbb: introduce and use monotonic_ms
2010-01-09 Denys Vlasenkoadduser: more fixes to "add user to specified group"
2010-01-09 Denys Vlasenko*: make it easier to distinquish "struct tm", pointer...
2010-01-06 Denys Vlasenkohwclock: make it report system/rtc clock difference
2010-01-06 Denys Vlasenkohwclock: fix sizeof bug (used it on pointer, not array...
2010-01-04 Denys Vlasenkofold: unicode support. Based on a patch by Tomas Heinri...
2010-01-04 Denys Vlasenko*: make 2 more "int argc"'s unused; more saved if ...
2010-01-02 Denys Vlasenko*: do not assign to stdout/stderr, it's not portable.
2009-12-13 Denys Vlasenkocrond: do not log info messages at LOG_ERR. Closes...
2009-12-12 Denys Vlasenkoapply post-1.15.2 fixes
2009-12-12 Denys Vlasenkorandomconfig fixes
2009-12-11 Denys Vlasenkomount: needs find_mount_point.o
2009-11-29 Denys Vlasenkofix improper utimes usage
2009-11-29 Denys Vlasenkotar: fix bug 673 (misdetection of repeated dir as hardl...
2009-11-28 Denys Vlasenko*: remove a few more cases of argc usage. -89 bytes.
2009-11-26 Denys Vlasenkoudp_io: fix two more potential cases of unaligned acces...
2009-11-25 Denys Vlasenkontpd: and real handling for -N, show usage w/o options...
2009-11-24 Denys Vlasenkontpd: locally bind every peer socket. +22 bytes
2009-11-24 Denys Vlasenkofix trivial compile breakage
2009-11-24 Denys Vlasenkontp: simplifications; libbb: simpler resolution of...
2009-11-18 Denys Vlasenkolibbb: robustify isXXXX(). +39 bytes
2009-11-17 Denys Vlasenkolibbb: fix vasprintf implementation
2009-11-15 Denys Vlasenkolibbb: added xfdopen_for_read/write
2009-11-15 Denys Vlasenkodate: restore hadling of MMDDhhmm[[CC]YY][.ss] date...
2009-11-15 Denys Vlasenkosome non-gnu compilers can't have non-const struct...
2009-11-14 Bernhard Reutner... use utimes() rather than obsolescent utime()
2009-11-13 Denys Vlasenko*: use "can't" instead of "cannot"
2009-11-11 Denys Vlasenkotidy up O_NONBLOCK usage. use libbb functions in stty.
2009-11-11 Denys Vlasenkoash: fix bad interaction of "stty -echo" + ASK_TERMINAL
2009-11-08 Magnus Dammwget: factor out progress bar code
2009-11-07 Denys Vlasenkobig endian warning fixes
2009-11-02 Denys Vlasenkopasswd: do not complain if /etc/shadow is missing
2009-11-02 Denys Vlasenko*: introduce and use ffulsh_all()
2009-11-01 Dan FandrichAdd more compat code for non GNU environments
2009-10-29 Denys Vlasenkolineedit: REALLY fix compile error now
2009-10-29 Denys Vlasenkolineedit: compile fix
2009-10-29 Denys Vlasenkoecho et al: support \e escape
2009-10-27 Bernhard Reutner... add and use xopen_nonblocking (-18b)
2009-10-27 Dan Fandrichplatform compatibility work (by Dan Fandrich)
2009-10-27 Denys Vlasenkorename sent_ESC_br_n6 variable to sent_ESC_br6n
2009-10-27 Denys Vlasenkolibbb/lineedit: try to make FEATURE_EDITING_ASK_TERMINA...
2009-10-27 Denys Vlasenkolibbb/xrealloc_vector.c: better comment
2009-10-27 Denys Vlasenkolibbb/bb_do_delay.c: shrink
2009-10-27 Denys Vlasenkolibbb/ask_confirmation.c: shrink
2009-10-26 Denys Vlasenkoread_key,lineeedit: parse position answerback faster...
2009-10-26 Denys Vlasenkoread_key: ignore unknown keys (do not return them to...
2009-10-25 Denys Vlasenkoread_key: remove handling for ctrl-up/down, we don...
2009-10-25 Denys Vlasenkoread_key: document more weird key sequences
2009-10-25 Denys Vlasenkolineedit: handle Ctrl-arrows
2009-10-22 Denys Vlasenkobuild failure fix and some cosmetics
2009-10-22 Denys Vlasenko*: remove last function calls to isspace
2009-10-22 Denys Vlasenko*: use better isspace implementation
2009-10-20 Bernhard Reutner... add B921600
2009-10-15 Vladimir Dronnikovmove generate_uuid from mkswap to libbb
2009-10-14 Denys Vlasenkolineedit: do not hardcode ctrl-C and ctrl-D, use termio...
2009-10-14 Denys Vlasenkocomment anc Config.in changes, no code changes
2009-10-12 Denys Vlasenkolibbb/human_readable.c: shrink; and reduce bss usage
2009-10-11 Denys Vlasenkolibbb: revert the change where spawn reports exec failure
2009-10-08 Denys Vlasenkolibbb: make spawn() print "can't execute '%s'" on execv...
2009-10-08 Denys Vlasenko*: code shrink via NOINLINE
2009-10-08 Denys Vlasenkoapply post-1.15.1 fixes
2009-10-05 Denys Vlasenkounpackers: check errors from close() too
2009-09-29 Denys Vlasenkofind: -follow should not error out on dandling links
2009-09-28 Denys Vlasenkolibbb/lineedit: restore ^D handling for unicode
2009-09-27 Denys Vlasenkolibbb/lineedit: fix the case when we configured history...
2009-09-23 Denys Vlasenko*: more portability fixes by Dan Fandrich
2009-09-23 Denys Vlasenko*: optimize code size in strtoul calls
2009-09-22 Denys Vlasenkopidof/killall: fix bug 625 (kernel threads get stale...
2009-09-19 Denys Vlasenkops,top: add an option to show threads. +260 bytes of...
2009-09-11 Denys Vlasenkofix read_cmdline API and a small buglet where "[comm...
2009-09-11 Denys Vlasenkotop, ps: do not output trailing spaces
2009-09-11 Denys Vlasenkotop: add -m ("memory") option
2009-09-09 Denys Vlasenkohttpd: shrink mime type matching code (suggested by...
2009-09-06 Denys Vlasenkomore C standard compat fixes from Dan Fandrich
2009-09-06 Denys Vlasenkodocumentation and typo fixes. By Dan Fandrich (dan...
2009-09-06 Denys Vlasenkoremove some GNUisms. by Dan Fandrich (dan AT coneharves...
2009-09-06 Denys Vlasenkoexperimentally add mallopt tweaks for reduced memory...
2009-09-02 Denys Vlasenkosmall commit tweak in parse_datestr, no code changes
2009-08-30 Denys Vlasenkocode shrink in help text code
2009-08-29 Denys Vlasenkoash: deal with some TODOs (mostly trivial)
2009-08-28 Pascal Bellardrpm2cpio: handle bz2 too; code shrink
2009-08-27 Denys Vlasenkoupdate copyright year
2009-08-20 Denys Vlasenkodo not store 1st two bytes of compressed help text
2009-08-01 Denys Vlasenkolibbb: prevent resursion on malloc failure
2009-07-30 Denys Vlasenkorename _BB_SUID_ALWAYS and NEVER into REQUIRE and DROP...
2009-07-28 Alexander Shishkinmake find_pid_by_name look at /proc/PID/exe too
2009-07-18 Denys Vlasenkofix mountpoint test to not prevemt mkfs_xxx from making...
2009-07-18 Denys Vlasenkotouch: implement -t TIME (needed for testsuite)
next