platform/upstream/busybox.git
2011-06-20 Denys Vlasenkolibbb: use _unlocked variants of stdio I/O.
2011-06-20 Timo Terasparse_config: use getline. BIG speedup with glibc ...
2011-06-20 Timo Terasmodprobe: use hash table. speeds up significantly if...
2011-06-18 Denys Vlasenkodiff: disable debug code; remove unsupported --dry...
2011-06-18 Denys Vlasenkolibbb/read_cmdline: prepend {comm} if different from...
2011-06-18 Denys Vlasenkoprocps: remove PSSCAN_STAT define, users were using...
2011-06-18 Denys Vlasenkofix false positive in parse test
2011-06-18 Denys Vlasenkoparse_config: make test applet easier to enable; fix...
2011-06-17 Denys Vlasenkolibbb: split bb_get_chunk_from_file and bb_get_chunk_wi...
2011-06-15 Bernhard Reutner... inetd: check if RPC is available
2011-06-13 Denys Vlasenkols: fix comment about -p (it's compatible now)
2011-06-13 Denys Vlasenkols: make -v and -X actually work as intended
2011-06-12 Denys Vlasenkoiplink: tweak includes to work on android
2011-06-10 Wade Berrierpkill/pgrep: support extended regular expressions
2011-06-10 Daniel FandrichReplaced __u32 etc. with standard uint32_t style types
2011-06-10 Dan Fandrich*: simplify Ethernet header includes
2011-06-07 Denys Vlasenkobuild system: delete generated files on "make mrproper"
2011-06-06 Denys Vlasenkofbset: apply modelines. Closes 3823
2011-06-05 Denys Vlasenkofix breakage caused by 'remove "Options:" string from...
2011-06-05 Denys Vlasenko*: remove "Options:" string from help texts
2011-06-05 Maksym Kryzhanovskyyiostat: code shrink
2011-06-04 Denys Vlasenkoudhcpc: allow -O OPT take numeric params
2011-06-03 Denys Vlasenkoappletlib.c: do not use PAGE_SIZE for malloc tweaking
2011-06-03 Dan Fandrichplatform.h: support for build under Android
2011-06-03 Dan Fandrichonly compile obscure.c when needed
2011-06-03 Dan Fandrichreplace nonstandard unsigned typedefs
2011-06-01 Denys Vlasenkohush: better comment. No code changes
2011-05-31 Denys Vlasenkohush: fix a corner case of empty "do \n done" structure
2011-05-30 Bernhard Reutner... makedevs: fix help-text
2011-05-29 Denys Vlasenkofix !ENABLE_FEATURE_GETOPT_LONG build. Closes 3775
2011-05-29 Denys Vlasenkofuser: fix inverted access() check. Closes 3799.
2011-05-28 Peter Korsgaardsetconsole: open console for writing rather than reading
2011-05-26 Denys Vlasenkonmeter: trim help text
2011-05-25 Denys Vlasenkosyslogd,klogd: better help text
2011-05-23 Maksym Kryzhanovskyyfuser: code shrink
2011-05-23 Denys Vlasenkolibbb.h: small reordering
2011-05-22 Denys Vlasenkofind: cater for libc w/o FNM_CASEFOLD
2011-05-22 Bogdan Harjocfind: implement -ipath
2011-05-22 Denys Vlasenkoreformime: do not require \r\n
2011-05-21 Denys Vlasenkoadduser: better logic for choosing addgroup -g/--gid
2011-05-21 Denys Vlasenkoadduser: prefer to call addgroup --gid, not non-std...
2011-05-21 Denys Vlasenkood: code shrink
2011-05-21 Denys Vlasenkood: another fix for --strings
2011-05-21 Denys Vlasenkood: fix -S NUM to not print chars >0x80
2011-05-21 Denys Vlasenkood: code shrink
2011-05-21 Denys Vlasenkood: code shrink, fix "od --traditional FILE"
2011-05-20 Alexey Fomenkolineedit: fix rare SEGV; mark a few FIXMEs
2011-05-20 Cristian Ionescu... warning removal
2011-05-19 Denys Vlasenkotail: optimize "tail -c HUGENUM REGULAR_FILE". Closes...
2011-05-18 Denys Vlasenkotop: display sort indicator in memory display
2011-05-16 Denys Vlasenkobusybox.conf: code shrink
2011-05-16 Denys Vlasenkobusybox.conf: USER.GROUP is _optional_
2011-05-16 Denys Vlasenkomain: make busybox.conf mode handling less obscure
2011-05-16 Denys Vlasenkomain: free suid_config list after use
2011-05-16 Cristian Ionescu... vi.c: remove warning: variable 'sp' set but not used
2011-05-16 Cristian Ionescu... The [-Wunused-but-set-variable] warnings
2011-05-15 Denys Vlasenkodc: do not advertise ops disabled in .config
2011-05-15 Denys Vlasenkosimplify parsing of /etc/busybox.conf
2011-05-14 Denys Vlasenkotweak config help text
2011-05-14 Denys Vlasenkohush: fix misparsing of "... do eval a= ...". Closes...
2011-05-13 Denys Vlasenkotop: better indicator of selected field in mem view
2011-05-13 Denys Vlasenkofix "variable 'foo' set but not used" warnings
2011-05-13 Denys Vlasenkols: code shrink
2011-05-13 Denys Vlasenkols: reorder and rename functions. No code changes
2011-05-13 Denys Vlasenkols: reduce memory consumption and speed up (don't do...
2011-05-13 Denys Vlasenkols: avoid forward declaration. No code changes
2011-05-13 Denys Vlasenkols: code shrink
2011-05-13 Denys Vlasenkopasswd: shorter help text
2011-05-13 Denys Vlasenkoadduser: safe username passing to passwd/addgroup
2011-05-12 Denys Vlasenkohush: install signal handlers with filled sigmask
2011-05-12 Denys Vlasenkoinetd: add FIXMEs
2011-05-12 Denys Vlasenkolibbb.h: use inlined sigfillset, sigemptyset, sigisempt...
2011-05-12 Denys Vlasenkols: fix help text: -w N is optional
2011-05-12 Denys Vlasenkols: fix -p help text, improve comments and define names
2011-05-12 Denys Vlasenkohush: fixes and small shrink for HUSH_JOB!=y
2011-05-12 Denys Vlasenkohush: remove one sigprocmask from exit path
2011-05-12 Denys Vlasenkohush: add forgotten {} in multi-statement if.
2011-05-12 Denys Vlasenkotrim help text
2011-05-12 Denys Vlasenkohush: fix login shell's signal handling; add -l option...
2011-05-11 Denys Vlasenkohush: replace signal handling machinery
2011-05-11 Denys Vlasenkohush: use SA_RESTARTed signal handlers across read.
2011-05-09 Denys Vlasenkofbset: abort on unknown options. closes 3121
2011-05-08 Steve Iribarnepam link error with SHARED_BUSYBOX and LIBBUSYBOX enabled
2011-05-08 Denys Vlasenkohush: add tests for interrupting read
2011-05-08 Denys Vlasenkohush: code shrink
2011-05-08 Denys Vlasenkohush: make read builtin interruptible.
2011-05-08 Denys Vlasenkolibbb: nonblock_safe_read->nonblock_immune_read, remove...
2011-05-08 Denys Vlasenkohush: fix incorrect PS2 dispaly and trap handling while...
2011-05-07 Maksym Kryzhanovskyyiostat: code shrink ~0.5k
2011-05-07 Denys Vlasenkopreparatory patch
2011-05-06 Denys Vlasenkotop: another scripting improvement
2011-05-06 Denys Vlasenkotop: make it possible to feed commands via pipe
2011-05-05 Denys Vlasenkotraceroute: properly reduce poll timeout
2011-05-04 Pascal Bellardsed: shrink by 17 bytes
2011-05-04 Denys Vlasenkotweak examples/udhcp/udhcpd.conf
2011-05-04 Denys Vlasenkotar: store negative mtime as 0; pack very large files...
2011-05-04 Bernhard Reutner... mount: for NFS use tcp per default rather than udp
2011-05-03 Denys Vlasenkoudhcp: fix some default values from "" to NULL
2011-05-02 Denys Vlasenkosed: support \r in s command
2011-05-02 Denys Vlasenkosed: code shrink
next