- 6a5377a documentation bits in comments, no code changes by Denis Vlasenko · 17 years ago
- ea7645b cp: -r and -R imply -d (coreutils compat) by Denis Vlasenko · 17 years ago
- 35465a3 httpd: small auth and IPv6 fixes (Kim B. Heino <Kim.Heino@bluegiga.com>) by Denis Vlasenko · 17 years ago
- d9391b1 ed: large cleanup by Denis Vlasenko · 17 years ago
- a545726 insmod: fix help text to not show options if only 2.6 was selected by Denis Vlasenko · 17 years ago
- d9c6a00 insmod: shorten message text; style fixes by Denis Vlasenko · 17 years ago
- e9b3321 tar: add a comment about previous subtle fix by Denis Vlasenko · 17 years ago
- 86e0a22 tar: strip leading '/' BEFORE memorizing hardlink's name by Denis Vlasenko · 17 years ago
- 46a5306 ash: fix prompt expansion (Natanael Copa <natanael.copa@gmail.com>) by Denis Vlasenko · 17 years ago
- 818322b *: kill bb_get_last_path_component, replace with two functions by Denis Vlasenko · 17 years ago
- a7ce207 wget: get rid of setitimer by Denis Vlasenko · 17 years ago
- 47ddd01 wget: reorder functions, no code changes by Denis Vlasenko · 17 years ago
- 7710563 wget: code shrink, move data out of bss by Denis Vlasenko · 17 years ago
- 06783a5 wget: allow dots in header field names. wget: code shrink by Denis Vlasenko · 17 years ago
- 512a545 inetd: make some fields smaller, move data out of data/bss sections by Denis Vlasenko · 17 years ago
- 2a1d024 run_parts: make it sort executables by name (required by API) by Denis Vlasenko · 17 years ago
- 06b3cc2 make fdisk compile on libc without llseek64 by Denis Vlasenko · 17 years ago
- 32a471e httpd: simplify CGI i/o loop. -200 bytes. by Denis Vlasenko · 17 years ago
- 9a4e08e include libbb.h, not busybox.h by Denis Vlasenko · 17 years ago
- 73f56bb - actually mv microcom.c to miscutils by Bernhard Reutner-Fischer · 17 years ago
- 3a252b8 - add microcom to defconfig by Bernhard Reutner-Fischer · 17 years ago
- 23856ab move microcom to miscutils by Denis Vlasenko · 17 years ago
- f588f70 - remove some trailing whitespace by Bernhard Reutner-Fischer · 17 years ago
- f34e821 microcom: add copyright/license info by Denis Vlasenko · 17 years ago
- 7b70d78 ash: remove erroneously applied patch by Denis Vlasenko · 17 years ago
- f431017 httpd: optional support for partial downloads by Denis Vlasenko · 17 years ago
- bcceb0c ash: s/int/smallint/. -60 bytes. by Denis Vlasenko · 17 years ago
- fc5d159 test: correct confusing placement of "const" by Denis Vlasenko · 17 years ago
- 7076695 microcom: add new applet, this time for real by Denis Vlasenko · 17 years ago
- efd3f38 microcom: new applet by Vladimir Dronnikov <dronnikov@gmail.ru> by Denis Vlasenko · 17 years ago
- 0beaff8 update Glenn McGrath's email address by Denis Vlasenko · 17 years ago
- 9b0a439 remove stray 8-bit chars from copyright banner by Denis Vlasenko · 17 years ago
- 27bd8d7 announce 1.7.1 on website by Denis Vlasenko · 17 years ago
- 2535f12 httpd: do not clear environment by Denis Vlasenko · 17 years ago
- 32eb1f6 webpage: add a link to vda's "init must die" page by Denis Vlasenko · 17 years ago
- a9335ea cp: make it a bit closer to POSIX, but still refuse to open and by Denis Vlasenko · 17 years ago
- fa05074 cp: make "cp file /dev/node" special case; explained in comments by Denis Vlasenko · 17 years ago
- 976690a run_shell: code shrink for selinux by Denis Vlasenko · 17 years ago
- a2f6101 setup_environment: code shrink by Denis Vlasenko · 17 years ago
- ac074b3 grep: delete obsolete comment by Denis Vlasenko · 17 years ago
- 04ea11b grep: fix grep -F -e str1 -e str2 (was matching str2 only) by Denis Vlasenko · 17 years ago
- 476b070 style fix, no code changes by Denis Vlasenko · 17 years ago
- bf8fcac open_transformer: fix vda's goofup by Denis Vlasenko · 17 years ago
- 4d7605a top: small fix for command line wrapping by Denis Vlasenko · 17 years ago
- 4c1d88d top: get rid of on-stack variable buffers, use permanent one. by Denis Vlasenko · 17 years ago
- e7c1ad1 top: add sizeof(G) check; fix style by Denis Vlasenko · 17 years ago
- ff6e8e2 top: TOPMEM feature - 's(how sizes)' command. +2.5k when enabled, by Denis Vlasenko · 17 years ago
- 9382b38 overload the existing '-q' flag so that if '-l' and '-q' are used by Paul Fox · 17 years ago
- c8d4d2f messages: by popular request allow PATH to be customized at build time by Denis Vlasenko · 17 years ago
- d7ecd86 syslogd: do not need to poll(), we can just block in read(). by Denis Vlasenko · 17 years ago
- 87f3b26 *: replace select-for-one descriptor with poll, it's smaller. by Denis Vlasenko · 17 years ago
- 40f0bcf fix infinite retry bug. also, reduce per-packet receive timeout by Paul Fox · 17 years ago
- dcf9bba fix -xdev behavior in the presence of two or more nested mount points by Paul Fox · 17 years ago
- fdf9060 umount: support (by ignoring) -i; style fixes by Denis Vlasenko · 17 years ago
- cef23e0 usage: trim a bit by Denis Vlasenko · 17 years ago
- 3638cc4 watchdog: allow millisecond spec (-t 250ms) by Denis Vlasenko · 17 years ago
- 211f7f8 tar + gzip/bzip2/etc: support NOMMU machines (by Alex Landau <landau_alex@yahoo.com>) by Denis Vlasenko · 17 years ago
- beffd43 busybox --install -s: prevent puzzling "/bin/busybox: Invalid argument" message by Denis Vlasenko · 17 years ago
- 7e0fbf9 tar: conditionally don't wait for vforked child to exec, as it always by Denis Vlasenko · 17 years ago
- f000065 mount: ignore NFS bg option on NOMMU machines by Denis Vlasenko · 17 years ago
- 21b83cf du: remove statics (by Bernhard Fischer <rep.dot.nop@gmail.com>) by Denis Vlasenko · 17 years ago
- 82f3b16 login: do reject wrong passwords with PAM auth by Denis Vlasenko · 17 years ago
- 9862e6b trylink: reinstate accidentally deleted --verbose by Denis Vlasenko · 17 years ago
- fc20242 - IFUPDOWN_IFSTATE_PATH depends on IFUPDOWN by Bernhard Reutner-Fischer · 17 years ago
- d2bb2d3 - Generally strip off -l that does not pull in a lib. by Bernhard Reutner-Fischer · 17 years ago
- 8d91c13 - fix bug where we linked again -lm even though it is not needed. by Bernhard Reutner-Fischer · 17 years ago
- 7bc5360 isrv: use monotonic_sec runsv: do not use clock_gettime if !MONOTONIC_CLOCK by Denis Vlasenko · 17 years ago
- 0524180 top: another readability fix by Denis Vlasenko · 17 years ago
- fc1e995 vsz and rss are unsigned longs (ulong ~= width of void* => by Denis Vlasenko · 17 years ago
- 8bdba4d top: don't wait before final bailout (try top -b -n1). by Denis Vlasenko · 17 years ago
- fb48f6c mount: allow (and ignore) -i by Denis Vlasenko · 17 years ago
- 76c476f smart_ulltoa5: emit small letters k,m,g... - makes top more readable by Denis Vlasenko · 17 years ago
- b308d81 top: use poll instead of select for waiting on one descriptor by Denis Vlasenko · 17 years ago
- 7d8de4d mount: don't close fd twice in NFS code by Denis Vlasenko · 17 years ago
- 0f214ec cp: fix recursion check to not waste bytes remembering names of dirs by Denis Vlasenko · 17 years ago
- 8a5fab6 cp: detect and prevent infinite recursion by Denis Vlasenko · 17 years ago
- 512499c ps: fix RSS parsing (rss field in /proc/PID/stat is in pages, not bytes) by Denis Vlasenko · 17 years ago
- ec9781d add links to vda's pet projects by Denis Vlasenko · 17 years ago
- 614aca6 install: shrink a bit, fix two buglets by Denis Vlasenko · 17 years ago
- 6dd333d Start a small document "why ifupdown is bad" by Denis Vlasenko · 17 years ago
- 30bab71 make copy_file() a bit easier to understand, and smaller by Denis Vlasenko · 17 years ago
- 737d131 support "#!/bin/busybox"-style wrappers. Needed for SELinux. by Denis Vlasenko · 17 years ago
- 5222677 - add Yann's email-addr by Bernhard Reutner-Fischer · 17 years ago
- 6666ac4 cp,mv: simpler arg[cv] handling -> smallish code savings by Denis Vlasenko · 17 years ago
- 2062fc4 - cosmetic html cleanup by Bernhard Reutner-Fischer · 17 years ago
- 6a7b7ce - obfuscate addrs a little bit by Bernhard Reutner-Fischer · 17 years ago
- 3d82962 cp: make POSIX-me-harder mode complain with a bit less insane message by Denis Vlasenko · 17 years ago
- cab774d spelling fixes to website by Denis Vlasenko · 17 years ago
- 46fc23b Cosmetic fixes to webpage by Denis Vlasenko · 17 years ago
- 30f00a4 add missed attribution to httpd sendfile support by Denis Vlasenko · 17 years ago
- 66dc906 Start 1.8.x cycle by Denis Vlasenko · 17 years ago
- e1022a9 news.html: add 1.7.0 announcement by Denis Vlasenko · 17 years ago
- f87f495 Update defconfig; fix comments by Denis Vlasenko · 17 years ago
- 028f2d6 build system: stop moaning about unset integer CONFIGs. by Denis Vlasenko · 17 years ago
- 6ee023c *: compile fixes for 64-bit build by Denis Vlasenko · 17 years ago
- de4c5d3 httpd: code shrink of dir indexer example by Denis Vlasenko · 17 years ago
- c6c2345 login: fixes for PAM build by Denis Vlasenko · 17 years ago
- 5750782 httpd: style fix in indexer example by Denis Vlasenko · 17 years ago
- 7642998 httpd: replace shell-based dir indexer cgi example with C-based one. by Denis Vlasenko · 17 years ago
- 72b6a65 httpd: fix buglet in hex conversion. Remove alloca NULL checks by Denis Vlasenko · 17 years ago