2007-09-21 |
Denis Vlasenko | update Glenn McGrath's email address |
commit | commitdiff | tree | snapshot |
2007-09-20 |
Denis Vlasenko | remove stray 8-bit chars from copyright banner |
commit | commitdiff | tree | snapshot |
2007-09-16 |
Denis Vlasenko | announce 1.7.1 on website |
commit | commitdiff | tree | snapshot |
2007-09-15 |
Denis Vlasenko | httpd: do not clear environment |
commit | commitdiff | tree | snapshot |
2007-09-13 |
Denis Vlasenko | webpage: add a link to vda's "init must die" page |
commit | commitdiff | tree | snapshot |
2007-09-11 |
Denis Vlasenko | cp: make it a bit closer to POSIX, but still refuse... |
commit | commitdiff | tree | snapshot |
2007-09-11 |
Denis Vlasenko | cp: make "cp file /dev/node" special case; explained... |
commit | commitdiff | tree | snapshot |
2007-09-10 |
Denis Vlasenko | run_shell: code shrink for selinux |
commit | commitdiff | tree | snapshot |
2007-09-10 |
Denis Vlasenko | setup_environment: code shrink |
commit | commitdiff | tree | snapshot |
2007-09-10 |
Denis Vlasenko | grep: delete obsolete comment |
commit | commitdiff | tree | snapshot |
2007-09-10 |
Denis Vlasenko | grep: fix grep -F -e str1 -e str2 (was matching str2... |
commit | commitdiff | tree | snapshot |
2007-09-09 |
Denis Vlasenko | style fix, no code changes |
commit | commitdiff | tree | snapshot |
2007-09-09 |
Denis Vlasenko | open_transformer: fix vda's goofup |
commit | commitdiff | tree | snapshot |
2007-09-08 |
Denis Vlasenko | top: small fix for command line wrapping |
commit | commitdiff | tree | snapshot |
2007-09-08 |
Denis Vlasenko | top: get rid of on-stack variable buffers, use permanen... |
commit | commitdiff | tree | snapshot |
2007-09-08 |
Denis Vlasenko | top: add sizeof(G) check; fix style |
commit | commitdiff | tree | snapshot |
2007-09-08 |
Denis Vlasenko | top: TOPMEM feature - 's(how sizes)' command. +2.5k... |
commit | commitdiff | tree | snapshot |
2007-09-07 |
Paul Fox | overload the existing '-q' flag so that if '-l' and... |
commit | commitdiff | tree | snapshot |
2007-09-07 |
Denis Vlasenko | messages: by popular request allow PATH to be customize... |
commit | commitdiff | tree | snapshot |
2007-09-07 |
Denis Vlasenko | syslogd: do not need to poll(), we can just block in... |
commit | commitdiff | tree | snapshot |
2007-09-07 |
Denis Vlasenko | *: replace select-for-one descriptor with poll, it... |
commit | commitdiff | tree | snapshot |
2007-09-06 |
Paul Fox | fix infinite retry bug. also, reduce per-packet receiv... |
commit | commitdiff | tree | snapshot |
2007-09-06 |
Paul Fox | fix -xdev behavior in the presence of two or more neste... |
commit | commitdiff | tree | snapshot |
2007-09-06 |
Denis Vlasenko | umount: support (by ignoring) -i; style fixes |
commit | commitdiff | tree | snapshot |
2007-09-05 |
Denis Vlasenko | usage: trim a bit |
commit | commitdiff | tree | snapshot |
2007-09-05 |
Denis Vlasenko | watchdog: allow millisecond spec (-t 250ms) |
commit | commitdiff | tree | snapshot |
2007-09-05 |
Denis Vlasenko | tar + gzip/bzip2/etc: support NOMMU machines (by Alex... |
commit | commitdiff | tree | snapshot |
2007-09-05 |
Denis Vlasenko | busybox --install -s: prevent puzzling "/bin/busybox... |
commit | commitdiff | tree | snapshot |
2007-09-04 |
Denis Vlasenko | tar: conditionally don't wait for vforked child to... |
commit | commitdiff | tree | snapshot |
2007-09-04 |
Denis Vlasenko | mount: ignore NFS bg option on NOMMU machines |
commit | commitdiff | tree | snapshot |
2007-09-03 |
Denis Vlasenko | du: remove statics (by Bernhard Fischer <rep.dot.nop... |
commit | commitdiff | tree | snapshot |
2007-09-03 |
Denis Vlasenko | login: do reject wrong passwords with PAM auth |
commit | commitdiff | tree | snapshot |
2007-09-03 |
Denis Vlasenko | trylink: reinstate accidentally deleted --verbose |
commit | commitdiff | tree | snapshot |
2007-09-02 |
Bernhard Reutner... | - IFUPDOWN_IFSTATE_PATH depends on IFUPDOWN |
commit | commitdiff | tree | snapshot |
2007-09-02 |
Bernhard Reutner... | - Generally strip off -l that does not pull in a lib. |
commit | commitdiff | tree | snapshot |
2007-09-02 |
Bernhard Reutner... | - fix bug where we linked again -lm even though it... |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Denis Vlasenko | isrv: use monotonic_sec |
commit | commitdiff | tree | snapshot |
2007-08-29 |
Denis Vlasenko | top: another readability fix |
commit | commitdiff | tree | snapshot |
2007-08-29 |
Denis Vlasenko | vsz and rss are unsigned longs (ulong ~= width of void* => |
commit | commitdiff | tree | snapshot |
2007-08-29 |
Denis Vlasenko | top: don't wait before final bailout (try top -b -n1). |
commit | commitdiff | tree | snapshot |
2007-08-29 |
Denis Vlasenko | mount: allow (and ignore) -i |
commit | commitdiff | tree | snapshot |
2007-08-28 |
Denis Vlasenko | smart_ulltoa5: emit small letters k,m,g... - makes top |
commit | commitdiff | tree | snapshot |
2007-08-28 |
Denis Vlasenko | top: use poll instead of select for waiting on one... |
commit | commitdiff | tree | snapshot |
2007-08-28 |
Denis Vlasenko | mount: don't close fd twice in NFS code |
commit | commitdiff | tree | snapshot |
2007-08-27 |
Denis Vlasenko | cp: fix recursion check to not waste bytes remembering... |
commit | commitdiff | tree | snapshot |
2007-08-27 |
Denis Vlasenko | cp: detect and prevent infinite recursion |
commit | commitdiff | tree | snapshot |
2007-08-26 |
Denis Vlasenko | ps: fix RSS parsing (rss field in /proc/PID/stat is... |
commit | commitdiff | tree | snapshot |
2007-08-26 |
Denis Vlasenko | add links to vda's pet projects |
commit | commitdiff | tree | snapshot |
2007-08-26 |
Denis Vlasenko | install: shrink a bit, fix two buglets |
commit | commitdiff | tree | snapshot |
2007-08-25 |
Denis Vlasenko | Start a small document "why ifupdown is bad" |
commit | commitdiff | tree | snapshot |
2007-08-25 |
Denis Vlasenko | make copy_file() a bit easier to understand, and smaller |
commit | commitdiff | tree | snapshot |
2007-08-25 |
Denis Vlasenko | support "#!/bin/busybox"-style wrappers. Needed for... |
commit | commitdiff | tree | snapshot |
2007-08-25 |
Bernhard Reutner... | - add Yann's email-addr |
commit | commitdiff | tree | snapshot |
2007-08-24 |
Denis Vlasenko | cp,mv: simpler arg[cv] handling -> smallish code savings |
commit | commitdiff | tree | snapshot |
2007-08-24 |
Bernhard Reutner... | - cosmetic html cleanup |
commit | commitdiff | tree | snapshot |
2007-08-24 |
Bernhard Reutner... | - obfuscate addrs a little bit |
commit | commitdiff | tree | snapshot |
2007-08-24 |
Denis Vlasenko | cp: make POSIX-me-harder mode complain with a bit less... |
commit | commitdiff | tree | snapshot |
2007-08-24 |
Denis Vlasenko | spelling fixes to website |
commit | commitdiff | tree | snapshot |
2007-08-24 |
Denis Vlasenko | Cosmetic fixes to webpage |
commit | commitdiff | tree | snapshot |
2007-08-24 |
Denis Vlasenko | add missed attribution to httpd sendfile support |
commit | commitdiff | tree | snapshot |
2007-08-24 |
Denis Vlasenko | Start 1.8.x cycle |
commit | commitdiff | tree | snapshot |
2007-08-24 |
Denis Vlasenko | news.html: add 1.7.0 announcement |
commit | commitdiff | tree | snapshot |
2007-08-24 |
Denis Vlasenko | Update defconfig; fix comments |
commit | commitdiff | tree | snapshot |
2007-08-23 |
Denis Vlasenko | build system: stop moaning about unset integer CONFIGs. |
commit | commitdiff | tree | snapshot |
2007-08-23 |
Denis Vlasenko | *: compile fixes for 64-bit build |
commit | commitdiff | tree | snapshot |
2007-08-23 |
Denis Vlasenko | httpd: code shrink of dir indexer example |
commit | commitdiff | tree | snapshot |
2007-08-22 |
Denis Vlasenko | login: fixes for PAM build |
commit | commitdiff | tree | snapshot |
2007-08-22 |
Denis Vlasenko | httpd: style fix in indexer example |
commit | commitdiff | tree | snapshot |
2007-08-22 |
Denis Vlasenko | httpd: replace shell-based dir indexer cgi example... |
commit | commitdiff | tree | snapshot |
2007-08-21 |
Denis Vlasenko | httpd: fix buglet in hex conversion. Remove alloca... |
commit | commitdiff | tree | snapshot |
2007-08-21 |
Denis Vlasenko | login: optional support for PAM |
commit | commitdiff | tree | snapshot |
2007-08-21 |
Denis Vlasenko | s/communal/common/ part 2 |
commit | commitdiff | tree | snapshot |
2007-08-21 |
Denis Vlasenko | s/communal/common/ |
commit | commitdiff | tree | snapshot |
2007-08-21 |
Denis Vlasenko | httpd: add optional support for error pages |
commit | commitdiff | tree | snapshot |
2007-08-20 |
Denis Vlasenko | runit/*: get rid of tai[a] time abstraction, it's too... |
commit | commitdiff | tree | snapshot |
2007-08-19 |
Denis Vlasenko | removed stray debugging comments |
commit | commitdiff | tree | snapshot |
2007-08-19 |
Denis Vlasenko | max_option_length[] holds small ints, uint8_t is enough |
commit | commitdiff | tree | snapshot |
2007-08-19 |
Denis Vlasenko | httpd: explain IP/mask parsing, and simplify it a bit. |
commit | commitdiff | tree | snapshot |
2007-08-19 |
Denis Vlasenko | httpd: reinstate (much lighter) paranoid connection... |
commit | commitdiff | tree | snapshot |
2007-08-19 |
Denis Vlasenko | httpd: get rid of rmt_port and setenv_log |
commit | commitdiff | tree | snapshot |
2007-08-19 |
Denis Vlasenko | httpd: get rid of sscanf usage. Rename some variables. |
commit | commitdiff | tree | snapshot |
2007-08-19 |
Denis Vlasenko | crond: code shrink |
commit | commitdiff | tree | snapshot |
2007-08-19 |
Denis Vlasenko | libbb,crond,lash: fix getopt32 (don't know how it manag... |
commit | commitdiff | tree | snapshot |
2007-08-18 |
Denis Vlasenko | crond: don't start sendmail with absolute path |
commit | commitdiff | tree | snapshot |
2007-08-18 |
Denis Vlasenko | don't pass argc in getopt32, it's superfluous |
commit | commitdiff | tree | snapshot |
2007-08-18 |
Denis Vlasenko | httpd: stop reading headers using 1-byte read() |
commit | commitdiff | tree | snapshot |
2007-08-18 |
Denis Vlasenko | make standalone httpd work on NOMMU machines |
commit | commitdiff | tree | snapshot |
2007-08-18 |
Denis Vlasenko | get rid of server_ and accepted_socket globals. |
commit | commitdiff | tree | snapshot |
2007-08-18 |
Denis Vlasenko | introduce and use xdup2(int, int) |
commit | commitdiff | tree | snapshot |
2007-08-17 |
Denis Vlasenko | httpd shrink and logging update, part 7 of 7 |
commit | commitdiff | tree | snapshot |
2007-08-17 |
Denis Vlasenko | httpd shrink and logging update, part 6 of 7 |
commit | commitdiff | tree | snapshot |
2007-08-17 |
Denis Vlasenko | httpd shrink and logging update, part 5 of 7 |
commit | commitdiff | tree | snapshot |
2007-08-17 |
Denis Vlasenko | httpd shrink and logging update, part 4 of 7 |
commit | commitdiff | tree | snapshot |
2007-08-17 |
Denis Vlasenko | httpd shrink and logging update, part 3 of 7 |
commit | commitdiff | tree | snapshot |
2007-08-17 |
Denis Vlasenko | httpd shrink and logging update, part 2 of 7 |
commit | commitdiff | tree | snapshot |
2007-08-17 |
Denis Vlasenko | httpd shring and logging update, part 1 or 7 |
commit | commitdiff | tree | snapshot |
2007-08-17 |
Denis Vlasenko | remove stray newline from help text |
commit | commitdiff | tree | snapshot |
2007-08-17 |
Denis Vlasenko | assorted fixes for breakage found by randomconfig |
commit | commitdiff | tree | snapshot |
2007-08-16 |
Denis Vlasenko | add comments regarding SO_REUSEADDR |
commit | commitdiff | tree | snapshot |
2007-08-16 |
Denis Vlasenko | Comment out "#include <strings.h>" everywhere |
commit | commitdiff | tree | snapshot |
next |