oweals/busybox.git
2007-09-27 Denis Vlasenkowget: -O FILE is allowed to overwrite existing file...
2007-09-27 Denis Vlasenkozcip: fix unaligned trap on ARM
2007-09-27 Denis Vlasenkoremove stray '/*' within comment
2007-09-27 Denis Vlasenkohdparm: use fixed fd #3 for device being interrogated
2007-09-27 Denis Vlasenkointroduce bb_putchar(). saves ~1800 on uclibc (less...
2007-09-27 Denis Vlasenkostyle and message text fixes
2007-09-27 Denis Vlasenkolineedit: plug memory leak
2007-09-27 Denis Vlasenkovlock: get rid of statics
2007-09-27 Denis Vlasenkointroduce safe_poll (fixes a problem in top)
2007-09-27 Denis Vlasenkomake variables static
2007-09-26 Denis Vlasenkocheck-lxdialog.sh: no point in giving up, maybe -lcurse...
2007-09-26 Denis Vlasenkoload_policy: update (Yuichi Nakamura <ynakam@hitachisof...
2007-09-26 Denis Vlasenkochcon: trivial fix
2007-09-26 Denis Vlasenkolosetup: support -f (Loic Grenie <loic.grenie@gmail...
2007-09-26 Denis Vlasenkorunsvdir: fix "linear wait time" bug
2007-09-26 Denis Vlasenkoinetd: move struct fields around -> save .25 k of code
2007-09-26 Denis Vlasenkoinstall: fix bug in "install -c file dir" (tries to...
2007-09-25 Denis Vlasenkodocumentation bits in comments, no code changes
2007-09-25 Denis Vlasenkocp: -r and -R imply -d (coreutils compat)
2007-09-25 Denis Vlasenkohttpd: small auth and IPv6 fixes (Kim B. Heino <Kim...
2007-09-25 Denis Vlasenkoed: large cleanup
2007-09-24 Denis Vlasenkoinsmod: fix help text to not show options if only 2...
2007-09-24 Denis Vlasenkoinsmod: shorten message text; style fixes
2007-09-24 Denis Vlasenkotar: add a comment about previous subtle fix
2007-09-24 Denis Vlasenkotar: strip leading '/' BEFORE memorizing hardlink's...
2007-09-24 Denis Vlasenkoash: fix prompt expansion (Natanael Copa <natanael...
2007-09-24 Denis Vlasenko*: kill bb_get_last_path_component, replace with two...
2007-09-24 Denis Vlasenkowget: get rid of setitimer
2007-09-24 Denis Vlasenkowget: reorder functions, no code changes
2007-09-24 Denis Vlasenkowget: code shrink, move data out of bss
2007-09-24 Denis Vlasenkowget: allow dots in header field names.
2007-09-24 Denis Vlasenkoinetd: make some fields smaller, move data out of data...
2007-09-23 Denis Vlasenkorun_parts: make it sort executables by name (required...
2007-09-23 Denis Vlasenkomake fdisk compile on libc without llseek64
2007-09-23 Denis Vlasenkohttpd: simplify CGI i/o loop. -200 bytes.
2007-09-22 Denis Vlasenkoinclude libbb.h, not busybox.h
2007-09-22 Bernhard Reutner... - actually mv microcom.c to miscutils
2007-09-22 Bernhard Reutner... - add microcom to defconfig
2007-09-22 Denis Vlasenkomove microcom to miscutils
2007-09-22 Bernhard Reutner... - remove some trailing whitespace
2007-09-22 Denis Vlasenkomicrocom: add copyright/license info
2007-09-21 Denis Vlasenkoash: remove erroneously applied patch
2007-09-21 Denis Vlasenkohttpd: optional support for partial downloads
2007-09-21 Denis Vlasenkoash: s/int/smallint/. -60 bytes.
2007-09-21 Denis Vlasenkotest: correct confusing placement of "const"
2007-09-21 Denis Vlasenkomicrocom: add new applet, this time for real
2007-09-21 Denis Vlasenkomicrocom: new applet by Vladimir Dronnikov <dronnikov...
2007-09-21 Denis Vlasenkoupdate Glenn McGrath's email address
2007-09-20 Denis Vlasenkoremove stray 8-bit chars from copyright banner
2007-09-16 Denis Vlasenkoannounce 1.7.1 on website
2007-09-15 Denis Vlasenkohttpd: do not clear environment
2007-09-13 Denis Vlasenkowebpage: add a link to vda's "init must die" page
2007-09-11 Denis Vlasenkocp: make it a bit closer to POSIX, but still refuse...
2007-09-11 Denis Vlasenkocp: make "cp file /dev/node" special case; explained...
2007-09-10 Denis Vlasenkorun_shell: code shrink for selinux
2007-09-10 Denis Vlasenkosetup_environment: code shrink
2007-09-10 Denis Vlasenkogrep: delete obsolete comment
2007-09-10 Denis Vlasenkogrep: fix grep -F -e str1 -e str2 (was matching str2...
2007-09-09 Denis Vlasenkostyle fix, no code changes
2007-09-09 Denis Vlasenkoopen_transformer: fix vda's goofup
2007-09-08 Denis Vlasenkotop: small fix for command line wrapping
2007-09-08 Denis Vlasenkotop: get rid of on-stack variable buffers, use permanen...
2007-09-08 Denis Vlasenkotop: add sizeof(G) check; fix style
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-07 Denis Vlasenkomessages: by popular request allow PATH to be customize...
2007-09-07 Denis Vlasenkosyslogd: do not need to poll(), we can just block in...
2007-09-07 Denis Vlasenko*: replace select-for-one descriptor with poll, it...
2007-09-06 Paul Foxfix infinite retry bug. also, reduce per-packet receiv...
2007-09-06 Paul Foxfix -xdev behavior in the presence of two or more neste...
2007-09-06 Denis Vlasenkoumount: support (by ignoring) -i; style fixes
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-09-04 Denis Vlasenkomount: ignore NFS bg option on NOMMU machines
2007-09-03 Denis Vlasenkodu: remove statics (by Bernhard Fischer <rep.dot.nop...
2007-09-03 Denis Vlasenkologin: do reject wrong passwords with PAM auth
2007-09-03 Denis Vlasenkotrylink: reinstate accidentally deleted --verbose
2007-09-02 Bernhard Reutner... - IFUPDOWN_IFSTATE_PATH depends on IFUPDOWN
2007-09-02 Bernhard Reutner... - Generally strip off -l that does not pull in a lib.
2007-09-02 Bernhard Reutner... - fix bug where we linked again -lm even though it...
2007-08-31 Denis Vlasenkoisrv: use monotonic_sec
2007-08-29 Denis Vlasenkotop: another readability fix
2007-08-29 Denis Vlasenkovsz and rss are unsigned longs (ulong ~= width of void* =>
2007-08-29 Denis Vlasenkotop: don't wait before final bailout (try top -b -n1).
2007-08-29 Denis Vlasenkomount: allow (and ignore) -i
2007-08-28 Denis Vlasenkosmart_ulltoa5: emit small letters k,m,g... - makes top
2007-08-28 Denis Vlasenkotop: use poll instead of select for waiting on one...
2007-08-28 Denis Vlasenkomount: don't close fd twice in NFS code
2007-08-27 Denis Vlasenkocp: fix recursion check to not waste bytes remembering...
2007-08-27 Denis Vlasenkocp: detect and prevent infinite recursion
2007-08-26 Denis Vlasenkops: fix RSS parsing (rss field in /proc/PID/stat is...
2007-08-26 Denis Vlasenkoadd links to vda's pet projects
2007-08-26 Denis Vlasenkoinstall: shrink a bit, fix two buglets
2007-08-25 Denis VlasenkoStart a small document "why ifupdown is bad"
2007-08-25 Denis Vlasenkomake copy_file() a bit easier to understand, and smaller
2007-08-25 Denis Vlasenkosupport "#!/bin/busybox"-style wrappers. Needed for...
2007-08-25 Bernhard Reutner... - add Yann's email-addr
next