aboutsummaryrefslogtreecommitdiff
path: root/libbb/compare_string_array.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2006-11-17- end may be used uninitialized.aldot1-1/+2
- TODO: should eventually use skip_whitespace there git-svn-id: svn://busybox.net/trunk/busybox@16552 69ca8d6d-28ef-0310-b511-8ec308f3f277
2006-11-16httpd: reduce ifdef forest. comment out redundant PATH settingvda2-87/+77
git-svn-id: svn://busybox.net/trunk/busybox@16541 69ca8d6d-28ef-0310-b511-8ec308f3f277
2006-11-16httpd:vda1-22/+17
fix union aliasing bug symptom: wget of non-existent file gets redirected to /text/html/something on second and subsequend wget attempts fix double-free bug symptom: glibc caught double-free (we didn't NULL config->xxx ptrs after free) git-svn-id: svn://busybox.net/trunk/busybox@16539 69ca8d6d-28ef-0310-b511-8ec308f3f277
2006-11-16httpd: add -i (inetd) and -f (foreground) otions.vda3-90/+56
-i makes possible to run httpd in both inetd and standalone mode without recompile (or need to have two different binaries) git-svn-id: svn://busybox.net/trunk/busybox@16538 69ca8d6d-28ef-0310-b511-8ec308f3f277
2006-11-16httpd: stop being silly with setenvvda1-61/+28
git-svn-id: svn://busybox.net/trunk/busybox@16537 69ca8d6d-28ef-0310-b511-8ec308f3f277
2006-11-16svlogd: new applet. +9k. Still too big, but it was 12k yesterday.vda11-18/+2342
git-svn-id: svn://busybox.net/trunk/busybox@16535 69ca8d6d-28ef-0310-b511-8ec308f3f277
2006-11-15remove duplicate flag declsvapier1-3/+3
git-svn-id: svn://busybox.net/trunk/busybox@16534 69ca8d6d-28ef-0310-b511-8ec308f3f277
2006-11-12umount: umount -a shouldn't stop on first failurevda1-5/+6
git-svn-id: svn://busybox.net/trunk/busybox@16530 69ca8d6d-28ef-0310-b511-8ec308f3f277
2006-11-10httpd: cosmetic fixes (the bug which was being hunted downvda1-51/+45
turned out to be nonexistent :) git-svn-id: svn://busybox.net/trunk/busybox@16529 69ca8d6d-28ef-0310-b511-8ec308f3f277
2006-11-10wget: fix error message.vda4-8/+8
Bad: wget http://127.0.0.1:81/fgdg/Makefile Connecting to 127.0.0.1[127.0.0.1]:81 : HTTP/1.0 404 Not Foundror 404 Not Found Good: wget http://127.0.0.1:81/fgdg/Makefile Connecting to 127.0.0.1[127.0.0.1]:81 get: server returned error: HTTP/1.0 404 Not Found nslookup: fix my mistake applets: make Bernhard Fischer <rep.nop@aon.at> happy :) git-svn-id: svn://busybox.net/trunk/busybox@16528 69ca8d6d-28ef-0310-b511-8ec308f3f277
2006-11-09add && !defined(__UCLIBC__) to static link warning checkvda1-1/+2
git-svn-id: svn://busybox.net/trunk/busybox@16522 69ca8d6d-28ef-0310-b511-8ec308f3f277
2006-11-07small ipv6 doc changes; nslookup a tiny bit smallervda3-4/+6
git-svn-id: svn://busybox.net/trunk/busybox@16520 69ca8d6d-28ef-0310-b511-8ec308f3f277
2006-11-07getty: remove ancient termio support (was using termois anyway)vda1-101/+65
git-svn-id: svn://busybox.net/trunk/busybox@16519 69ca8d6d-28ef-0310-b511-8ec308f3f277
2006-11-05httpd: sendCgi() forked child needs to close openedvda1-28/+20
server socket and accepted socket git-svn-id: svn://busybox.net/trunk/busybox@16516 69ca8d6d-28ef-0310-b511-8ec308f3f277
2006-11-05rename: compare_string_array -> index_in_str_arrayvda10-44/+50
introduce index_in_substr_array and use it in iproute2 git-svn-id: svn://busybox.net/trunk/busybox@16515 69ca8d6d-28ef-0310-b511-8ec308f3f277
2006-11-05ps: add documentation on POSIX psvda2-1/+176
git-svn-id: svn://busybox.net/trunk/busybox@16513 69ca8d6d-28ef-0310-b511-8ec308f3f277
2006-11-05usage.h: stop using ancient USAGE_xxx (we have USE_xx now)vda1-34/+13
git-svn-id: svn://busybox.net/trunk/busybox@16512 69ca8d6d-28ef-0310-b511-8ec308f3f277
2006-11-05ps: implement POSIX-like options, most notably -ovda2-0/+290
(activated by CONFIG_DESKTOP) git-svn-id: svn://busybox.net/trunk/busybox@16511 69ca8d6d-28ef-0310-b511-8ec308f3f277
2006-11-05smart_ulltoa5: make available in libbbvda3-41/+56
git-svn-id: svn://busybox.net/trunk/busybox@16510 69ca8d6d-28ef-0310-b511-8ec308f3f277
2006-11-05replace /proc scanning code by more versatile one.vda6-168/+325
Use it where appropriate. Stop scanning /etc/passwd *for every process*!!! (uid->username) top: reduce memory usage - we won't save unneeded fields from /proc info anymore. Downside: ~+250 bytes of code git-svn-id: svn://busybox.net/trunk/busybox@16509 69ca8d6d-28ef-0310-b511-8ec308f3f277
2006-11-05top: improve CPU% calculationvda5-59/+56
style fixes git-svn-id: svn://busybox.net/trunk/busybox@16508 69ca8d6d-28ef-0310-b511-8ec308f3f277
2006-11-02Fix kbuild bugs noticed by Bernhard Fischer <rep.nop@aon.at>vda3-15/+14
git-svn-id: svn://busybox.net/trunk/busybox@16490 69ca8d6d-28ef-0310-b511-8ec308f3f277
2006-11-01Unneeded code removed, usused field "unsigned pscpu" removedvda5-14/+14
git-svn-id: svn://busybox.net/trunk/busybox@16488 69ca8d6d-28ef-0310-b511-8ec308f3f277
2006-11-01mostly style fixesvda12-161/+156
git-svn-id: svn://busybox.net/trunk/busybox@16487 69ca8d6d-28ef-0310-b511-8ec308f3f277
2006-11-01pidof: reduce #ifdef forestvda1-39/+19
git-svn-id: svn://busybox.net/trunk/busybox@16486 69ca8d6d-28ef-0310-b511-8ec308f3f277
2006-11-01PID should be stored in pid_t, not int or long.vda8-69/+76
find_pid_by_name() was returning 0 or -1 in last array element, but -1 was never checked. We can use just 0 intead. git-svn-id: svn://busybox.net/trunk/busybox@16485 69ca8d6d-28ef-0310-b511-8ec308f3f277
2006-11-01ps: reduce #ifdef forestvda1-25/+13
git-svn-id: svn://busybox.net/trunk/busybox@16484 69ca8d6d-28ef-0310-b511-8ec308f3f277
2006-11-01#if CONFIG_xxx -> #if ENABLE_xxxvda3-20/+12
git-svn-id: svn://busybox.net/trunk/busybox@16483 69ca8d6d-28ef-0310-b511-8ec308f3f277
2006-10-31find: -type T was actually meaning ! -type T!vda1-1/+1
With this fix, "make mrproper" works correctly git-svn-id: svn://busybox.net/trunk/busybox@16482 69ca8d6d-28ef-0310-b511-8ec308f3f277
2006-10-31build system: Makefiles are in source dir, add $(srctree)vda1-3/+3
git-svn-id: svn://busybox.net/trunk/busybox@16481 69ca8d6d-28ef-0310-b511-8ec308f3f277
2006-10-31reads: fix bug 1078vda1-1/+2
git-svn-id: svn://busybox.net/trunk/busybox@16480 69ca8d6d-28ef-0310-b511-8ec308f3f277