Commit Graph

  • 8528151658 small ipv6 doc changes; nslookup a tiny bit smaller Denis Vlasenko 2006-11-07 19:05:43 +00:00
  • 6476cc1089 getty: remove ancient termio support (was using termois anyway) Denis Vlasenko 2006-11-07 01:52:10 +00:00
  • 9f60929cc4 httpd: sendCgi() forked child needs to close opened server socket and accepted socket Denis Vlasenko 2006-11-05 19:47:33 +00:00
  • 5af906e7c8 rename: compare_string_array -> index_in_str_array introduce index_in_substr_array and use it in iproute2 Denis Vlasenko 2006-11-05 18:05:09 +00:00
  • 402151671b ps: add documentation on POSIX ps Denis Vlasenko 2006-11-05 00:47:38 +00:00
  • 77a1a53a98 usage.h: stop using ancient USAGE_xxx (we have USE_xx now) Denis Vlasenko 2006-11-05 00:46:35 +00:00
  • 9494919ea5 ps: implement POSIX-like options, most notably -o (activated by CONFIG_DESKTOP) Denis Vlasenko 2006-11-05 00:45:47 +00:00
  • aae0311356 smart_ulltoa5: make available in libbb Denis Vlasenko 2006-11-05 00:44:39 +00:00
  • 459e4d6cf7 replace /proc scanning code by more versatile one. 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 Denis Vlasenko 2006-11-05 00:43:51 +00:00
  • fa07680091 top: improve CPU% calculation style fixes Denis Vlasenko 2006-11-05 00:38:51 +00:00
  • 9d4533ede1 Fix kbuild bugs noticed by Bernhard Fischer <rep.nop@aon.at> Denis Vlasenko 2006-11-02 22:09:37 +00:00
  • dd539f7687 Unneeded code removed, usused field "unsigned pscpu" removed Denis Vlasenko 2006-11-01 20:20:37 +00:00
  • 9225854144 mostly style fixes Denis Vlasenko 2006-11-01 10:25:35 +00:00
  • 048c93cc55 pidof: reduce #ifdef forest Denis Vlasenko 2006-11-01 09:17:47 +00:00
  • 35fb512728 PID should be stored in pid_t, not int or long. find_pid_by_name() was returning 0 or -1 in last array element, but -1 was never checked. We can use just 0 intead. Denis Vlasenko 2006-11-01 09:16:49 +00:00
  • d3ada32285 ps: reduce #ifdef forest Denis Vlasenko 2006-11-01 09:14:52 +00:00
  • 966ec7c067 #if CONFIG_xxx -> #if ENABLE_xxx Denis Vlasenko 2006-11-01 09:13:26 +00:00
  • 31c65f2456 find: -type T was actually meaning ! -type T! With this fix, "make mrproper" works correctly Denis Vlasenko 2006-10-31 23:39:37 +00:00
  • 14aa9f7415 build system: Makefiles are in source dir, add $(srctree) Denis Vlasenko 2006-10-31 23:03:09 +00:00
  • b141b9b512 reads: fix bug 1078 Denis Vlasenko 2006-10-31 22:46:08 +00:00
  • 4126b1f5c6 add usefun info on SIGINT handling peculiarities Denis Vlasenko 2006-10-31 18:41:29 +00:00
  • 8c76487f06 login: add big fat comment about SIGINT - prevent adding/deleting that code again and again Denis Vlasenko 2006-10-31 18:30:56 +00:00
  • 6ae8079e2d login: re-enable Ctrl-^C before execing shell. Denis Vlasenko 2006-10-31 17:34:44 +00:00
  • 3b8ff68ec8 dd: fix bugs: always assumed conv=sync, died on write errors w/o perror and statictics. Several small improvements Denis Vlasenko 2006-10-31 15:55:56 +00:00
  • 5f18e7ca33 find: implement -prune. "make clean" now works! :) Denis Vlasenko 2006-10-31 03:21:02 +00:00
  • a3b4fed8b3 find: fix implicit -print (sometime differed from standard) Denis Vlasenko 2006-10-31 03:20:13 +00:00
  • 6191a7a007 find: implement ( ) Denis Vlasenko 2006-10-30 02:10:47 +00:00
  • afea46b4e4 "#warning: http://...." doesn't work (gcc thinks that it's a comment!) Denis Vlasenko 2006-10-29 19:37:13 +00:00
  • 41be5b863d website: fix link Denis Vlasenko 2006-10-29 19:34:49 +00:00
  • 8d463072df website: announce 1.2.2.1 Denis Vlasenko 2006-10-29 19:30:55 +00:00
  • 5d499e1600 find: a lot more compliant to 'standard' find (we were not respecting order of actions!). Add -o and -a handling. Denis Vlasenko 2006-10-29 19:07:01 +00:00
  • e2fb719ba3 find: small improvement Denis Vlasenko 2006-10-29 19:03:56 +00:00
  • df0553bbd2 find: fix -exec to work like stock find does. Denis Vlasenko 2006-10-29 00:21:47 +00:00
  • 656f746e74 ls: silly comment fixes Denis Vlasenko 2006-10-28 13:02:55 +00:00
  • 8c0c119130 chmod: typo in comments Denis Vlasenko 2006-10-28 12:42:40 +00:00
  • 94cf69fe3e ls: cleanup part 2. ifdef forest is much less scary now :) Denis Vlasenko 2006-10-28 12:37:51 +00:00
  • 5c7596058d ls: cleanup part 1 Denis Vlasenko 2006-10-28 12:37:16 +00:00
  • 8c35d65c43 recursive_action: add depth param chmod: match coreutils versus following links Denis Vlasenko 2006-10-27 23:42:25 +00:00
  • e80e2a3660 chgrp: just call chown! :) Denis Vlasenko 2006-10-27 23:28:38 +00:00
  • 3b8fc1c582 recursive_action: preparatory changes. will introduce "int level". Denis Vlasenko 2006-10-27 17:59:14 +00:00
  • 51b4c92f80 chown: add -vcf support if CONFIG_DESKTOP chmod: stop following symlinks Denis Vlasenko 2006-10-27 16:07:20 +00:00
  • fefb279ace chmod: support -vcf if CONFIG_DESKTOP Denis Vlasenko 2006-10-27 15:13:54 +00:00
  • cf70433173 modprobe: reformat to match bbox style Denis Vlasenko 2006-10-27 15:12:50 +00:00
  • 82f9e28513 OFF_T_FMT -> OFF_FMT Denis Vlasenko 2006-10-27 13:00:07 +00:00
  • 25d8062128 top: batch mode should output all processes Denis Vlasenko 2006-10-27 09:34:22 +00:00
  • b54b208d90 Fix largefile breakage; advance version to 1.2.2 Denis Vlasenko 2006-10-27 09:05:40 +00:00
  • dca0b707c0 reshuffle libbb.h contents so that order of decls makes sense Found bad typo in largefile support :) Denis Vlasenko 2006-10-27 09:05:02 +00:00
  • 621204bbf6 get_terminal_width_height: do not pass insanely large values Denis Vlasenko 2006-10-27 09:03:24 +00:00
  • d3d004dd35 last nail into error_msg() (de)capitalization Denis Vlasenko 2006-10-27 09:02:31 +00:00
  • 1340ca8c87 As usual, I forgot "svn del"... Denis Vlasenko 2006-10-27 07:17:36 +00:00
  • 2fe7b73d99 ...and yet another small fix. Ouch... Denis Vlasenko 2006-10-26 23:39:04 +00:00
  • 1de0830e62 Fix minor breakage in previous commit Denis Vlasenko 2006-10-26 23:32:43 +00:00
  • ddec5af6b0 rename functions to more understandable names Denis Vlasenko 2006-10-26 23:25:17 +00:00
  • f0ed376eda remove bb_printf and the like Denis Vlasenko 2006-10-26 23:21:47 +00:00
  • 670a6626ca add ipv6 developer doc Denis Vlasenko 2006-10-26 17:21:13 +00:00
  • ebe578ab2f nslookup: make it more IPv6 friendly Denis Vlasenko 2006-10-26 17:17:59 +00:00
  • 68f2187265 mount: use switch (compare_string_array(..)) where appropriate, saves >100 bytes. Denis Vlasenko 2006-10-26 01:47:34 +00:00
  • 1457915afc xconnect is non-conforming to "xfunc like libc" rule. Fixing Denis Vlasenko 2006-10-26 01:09:46 +00:00
  • 940b2e4b73 ip: "ip addr del" and "ip addr delete" both should work Denis Vlasenko 2006-10-26 00:38:22 +00:00
  • c6f188def8 silly size savings and capitalization fixes Denis Vlasenko 2006-10-26 00:37:00 +00:00
  • e63a0dee9e - revert r16191; re-add resize() applet. text data bss dec hex filename 288 0 0 288 120 console-tools/_resize.o.gcc-2.95 258 0 0 258 102 console-tools/_resize.o.gcc-3.3 252 0 0 252 fc console-tools/_resize.o.gcc-3.4 Bernhard Reutner-Fischer 2006-10-25 15:07:56 +00:00
  • 8077850330 sed: mostly style fixes, very small changes in actual code Denis Vlasenko 2006-10-25 12:46:46 +00:00
  • d18a3a20db use skip_whitespace where appropriate Denis Vlasenko 2006-10-25 12:46:03 +00:00
  • c8400a2162 wget: wget $'-\207' ... should not be allowed to work. ever. :) So fix wget & getopt32. Also fix multiple --header options order: add and use rev_llist. Denis Vlasenko 2006-10-25 00:33:44 +00:00
  • 44c7917cab Put up BusyBox 1.2.2 and get out of Denis' way. Also minor tweak to autodocifier.pl so USAGE_ macros that haven't been converted to USE_ yet get correctly stripped out when generating BusyBox.html. Rob Landley 2006-10-24 21:46:19 +00:00
  • d35d540217 - add nmeter and raidautorun to defconfig. Bernhard Reutner-Fischer 2006-10-24 20:07:29 +00:00
  • a481d87ff7 - we take exactly one argument. Bernhard Reutner-Fischer 2006-10-24 20:06:55 +00:00
  • 7534e0834f wget: -100 bytes, reduce stack usage, remove --header length limit Denis Vlasenko 2006-10-23 23:21:58 +00:00
  • 703aa13ff5 watch: fix warning getty: fix breakage; fix excessive stack usage Denis Vlasenko 2006-10-23 22:43:02 +00:00
  • 4e70bf4359 getty: conditionally disable handling of all-caps terminals. Denis Vlasenko 2006-10-23 10:17:34 +00:00
  • 50e77e1cc1 getty: cleanup part 2 Denis Vlasenko 2006-10-23 02:11:22 +00:00
  • dce3fde414 getty: cleanup part 1 Denis Vlasenko 2006-10-23 02:10:45 +00:00
  • 7c4503d223 __GLIBC__ -> defined(__GLIBC__) Denis Vlasenko 2006-10-23 00:42:24 +00:00
  • 2295b49169 grep: "grep -h pattern file1 file2" ignored -h (precluded kernel's "make modules") Denis Vlasenko 2006-10-22 11:42:51 +00:00
  • 9b44db5d9d cp: update help text Denis Vlasenko 2006-10-22 10:05:01 +00:00
  • f24e1f40e0 cp: add support for -s, -l. Fix free(nonmalloc) bug. Add doc on POSIX's rules on -i and -f (insane!). ln: make "ln dangling_symlink new_link" work. Denis Vlasenko 2006-10-21 23:40:20 +00:00
  • 8d73c35916 watch: execute command thru shell, not fork/exec. Other fixes Denis Vlasenko 2006-10-20 23:48:30 +00:00
  • 9bff26cccb chpst: add overlooked copyright statement Denis Vlasenko 2006-10-20 19:40:44 +00:00
  • c108ed5497 raidautorun: new applet, by: Thomas Jarosch (email?) and Bernhard Fischer <rep.nop@aon.at> Denis Vlasenko 2006-10-20 19:39:48 +00:00
  • 456fa6c0b1 readlink: do not emit errors if file doesnt not exist / not a link getopt32: add =N support Denis Vlasenko 2006-10-20 18:36:55 +00:00
  • df51892690 Added compile-time warning for STATIC+GLIBC build Denis Vlasenko 2006-10-20 13:42:57 +00:00
  • e1a0d486e4 message string changes, mostly for consistency, also -32 bytes in .rodata Denis Vlasenko 2006-10-20 13:28:22 +00:00
  • dd2982882b - remove duplicate flags (-funsigned-char -fno-builtin-strlen) Bernhard Reutner-Fischer 2006-10-20 12:21:17 +00:00
  • b79b87a30f build system: (try to) get rid of bb_config.h hack Denis Vlasenko 2006-10-19 22:17:44 +00:00
  • 9fa9950784 build system: check for ENABLE_, USE_ and SKIP_ (not only for CONFIG_) Denis Vlasenko 2006-10-19 22:14:58 +00:00
  • b560577cb2 move usage_compressed.h generation into applets/ Denis Vlasenko 2006-10-19 22:12:47 +00:00
  • 52b5eba715 applets/applets.o must be rebuilt if usage.h is modified. Denis Vlasenko 2006-10-19 22:11:06 +00:00
  • fdc101782a scripts/usage.c: de-uglify #includes Denis Vlasenko 2006-10-19 22:10:07 +00:00
  • 534d88e34e console-tools/resize.c is apparently leftover from a reverted patch. Since it is a 0 length file, it gets nuked by 'make distclean' so I suppose might as well kill it off properly. Eric Andersen 2006-10-19 22:02:29 +00:00
  • 13c5a6832f mount: support user mounts if CONFIG_DESKTOP Denis Vlasenko 2006-10-16 22:39:51 +00:00
  • f46be09106 mdev: reduce excessive indentation Denis Vlasenko 2006-10-16 19:39:37 +00:00
  • 4e33e07f60 strip -> $(STRIP); fix "unused variable" warning (patch by Diekema, Jon (AGRE) <Jon.Diekema@smiths-aerospace.com>) Denis Vlasenko 2006-10-16 18:24:57 +00:00
  • 5f03158f66 ash: fix segfault in ash. patch by walter harms <wharms@bfs.de> Denis Vlasenko 2006-10-16 01:33:16 +00:00
  • d0e70af9d1 nc: fix 2 my own buglets, and few someone else's too. Denis Vlasenko 2006-10-16 01:10:28 +00:00
  • bf39216cc4 grep: -r didn't close files, producing "Too many open files" Denis Vlasenko 2006-10-15 18:38:01 +00:00
  • c6ec8c9680 telnetd: check ptsname() for NULL Denis Vlasenko 2006-10-15 18:22:05 +00:00
  • 023b57d935 wget: xatoi's were oversealous ("200 OK" isn't a number) Denis Vlasenko 2006-10-15 17:05:55 +00:00
  • efeed5ed28 fdisk: compilation fix Denis Vlasenko 2006-10-14 16:16:03 +00:00
  • 3544ae6004 grep: fix combination of -r and -h Denis Vlasenko 2006-10-14 14:51:59 +00:00
  • 3a6755f56f grep: add support for -r Denis Vlasenko 2006-10-14 14:24:30 +00:00