oweals/busybox.git
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
2007-08-24 Denis Vlasenkocp,mv: simpler arg[cv] handling -> smallish code savings
2007-08-24 Bernhard Reutner... - cosmetic html cleanup
2007-08-24 Bernhard Reutner... - obfuscate addrs a little bit
2007-08-24 Denis Vlasenkocp: make POSIX-me-harder mode complain with a bit less...
2007-08-24 Denis Vlasenkospelling fixes to website
2007-08-24 Denis VlasenkoCosmetic fixes to webpage
2007-08-24 Denis Vlasenkoadd missed attribution to httpd sendfile support
2007-08-24 Denis VlasenkoStart 1.8.x cycle
2007-08-24 Denis Vlasenkonews.html: add 1.7.0 announcement
2007-08-24 Denis VlasenkoUpdate defconfig; fix comments
2007-08-23 Denis Vlasenkobuild system: stop moaning about unset integer CONFIGs.
2007-08-23 Denis Vlasenko*: compile fixes for 64-bit build
2007-08-23 Denis Vlasenkohttpd: code shrink of dir indexer example
2007-08-22 Denis Vlasenkologin: fixes for PAM build
2007-08-22 Denis Vlasenkohttpd: style fix in indexer example
2007-08-22 Denis Vlasenkohttpd: replace shell-based dir indexer cgi example...
2007-08-21 Denis Vlasenkohttpd: fix buglet in hex conversion. Remove alloca...
2007-08-21 Denis Vlasenkologin: optional support for PAM
2007-08-21 Denis Vlasenkos/communal/common/ part 2
2007-08-21 Denis Vlasenkos/communal/common/
2007-08-21 Denis Vlasenkohttpd: add optional support for error pages
2007-08-20 Denis Vlasenkorunit/*: get rid of tai[a] time abstraction, it's too...
2007-08-19 Denis Vlasenkoremoved stray debugging comments
2007-08-19 Denis Vlasenkomax_option_length[] holds small ints, uint8_t is enough
2007-08-19 Denis Vlasenkohttpd: explain IP/mask parsing, and simplify it a bit.
2007-08-19 Denis Vlasenkohttpd: reinstate (much lighter) paranoid connection...
2007-08-19 Denis Vlasenkohttpd: get rid of rmt_port and setenv_log
2007-08-19 Denis Vlasenkohttpd: get rid of sscanf usage. Rename some variables.
2007-08-19 Denis Vlasenkocrond: code shrink
2007-08-19 Denis Vlasenkolibbb,crond,lash: fix getopt32 (don't know how it manag...
2007-08-18 Denis Vlasenkocrond: don't start sendmail with absolute path
2007-08-18 Denis Vlasenkodon't pass argc in getopt32, it's superfluous
2007-08-18 Denis Vlasenkohttpd: stop reading headers using 1-byte read()
2007-08-18 Denis Vlasenkomake standalone httpd work on NOMMU machines
2007-08-18 Denis Vlasenkoget rid of server_ and accepted_socket globals.
2007-08-18 Denis Vlasenkointroduce and use xdup2(int, int)
2007-08-17 Denis Vlasenkohttpd shrink and logging update, part 7 of 7
2007-08-17 Denis Vlasenkohttpd shrink and logging update, part 6 of 7
2007-08-17 Denis Vlasenkohttpd shrink and logging update, part 5 of 7
2007-08-17 Denis Vlasenkohttpd shrink and logging update, part 4 of 7
2007-08-17 Denis Vlasenkohttpd shrink and logging update, part 3 of 7
2007-08-17 Denis Vlasenkohttpd shrink and logging update, part 2 of 7
2007-08-17 Denis Vlasenkohttpd shring and logging update, part 1 or 7
2007-08-17 Denis Vlasenkoremove stray newline from help text
2007-08-17 Denis Vlasenkoassorted fixes for breakage found by randomconfig
2007-08-16 Denis Vlasenkoadd comments regarding SO_REUSEADDR
2007-08-16 Denis VlasenkoComment out "#include <strings.h>" everywhere
2007-08-16 Denis Vlasenkofind: fix SELinux-related warning
2007-08-16 Denis Vlasenkomodprobe: add scanning of /lib/modules/`uname -r`/modul...
2007-08-16 Denis Vlasenkohdparm: shrink rodata by ~250 bytes
2007-08-16 Denis Vlasenkowhitespace fixes, no code changes
2007-08-15 Denis Vlasenkomore: by Tristan Schmelcher <tpkschme@engmail.uwaterloo...
2007-08-15 Denis Vlasenkov[hp]error_msg have 2-3 callsites only -> incorporate...
2007-08-15 Denis Vlasenkoif pidfile turned out to be !regular file, do not unlin...
2007-08-15 Denis Vlasenkodhcpd: make -S and -f actually work
2007-08-14 Denis Vlasenkohttpd: add -v[v]: prints client addresses, HTTP codes...
2007-08-14 Denis Vlasenkohttpd: extend -p PORT to -p [IP[v6]:]PORT
2007-08-14 Denis Vlasenkoudhcpd: add -f "foreground" and -S "syslog" options
2007-08-14 Denis Vlasenkotrylink: automatically use custom link script if user...
2007-08-14 Denis Vlasenkosyslogd: set syslog IPC buffer to mode 0644
2007-08-13 Denis Vlasenkoexpand, unexpand: new applets from Tito <farmatito...
2007-08-13 Denis Vlasenkodf: match coreutils behavior of wrapping lines if files...
2007-08-13 Denis Vlasenkohttpd: round down sendfile byte count to 64k
2007-08-13 Denis Vlasenkousage.h: style cleanup
2007-08-13 Denis Vlasenkos/#ifdef CONFIG_/#if ENABLE_/g
2007-08-12 Denis Vlasenkosyslogd,logread: get rid of head pointer, fix logread...
next