Commit Graph

  • 9e3a540b1b cut: stop using static data. This alone removed ~70 bytes of code. + some optimizations Denis Vlasenko 2008-07-22 10:34:46 +00:00
  • a5254032f5 cal: remove lone static data variable. -4 bytes. coreutils is down to four applets with nonzero data+bss. Denis Vlasenko 2008-07-22 10:10:13 +00:00
  • b62bd7b261 - unused variables if !ENABLE_FEATURE_MDEV_RENAME_REGEXP Bernhard Reutner-Fischer 2008-07-22 07:33:53 +00:00
  • 5415c856ea libbb: [x]fopen_for_{read,write} introduced and used. (by Valdimir) Denis Vlasenko 2008-07-21 23:05:26 +00:00
  • b74a2dba57 whitespace fixes, no code changed Denis Vlasenko 2008-07-21 21:34:51 +00:00
  • 1d4cd606a1 - commentary typo fix Bernhard Reutner-Fischer 2008-07-21 15:29:36 +00:00
  • d73cbd31a2 - first pass to unify/cleanup uid handling (-236b) This needs further love, alot of love.. Tito? Bernhard Reutner-Fischer 2008-07-21 14:41:33 +00:00
  • a53de7f7c2 - fix spelling Bernhard Reutner-Fischer 2008-07-21 13:46:54 +00:00
  • e1e5174942 - s/super.block/superblock/g; # for consistency; -1b Bernhard Reutner-Fischer 2008-07-21 13:33:22 +00:00
  • 5259361957 - remove superfluous forward declaration Bernhard Reutner-Fischer 2008-07-21 11:53:04 +00:00
  • ef9876a40e - document -f Bernhard Reutner-Fischer 2008-07-21 11:30:51 +00:00
  • 0328b40aee - commentary typo fix Bernhard Reutner-Fischer 2008-07-21 11:18:02 +00:00
  • ad2fa65fc0 - no obj-code changes. Fix indentation, use existing defines. Bernhard Reutner-Fischer 2008-07-21 11:16:39 +00:00
  • 1101d1c980 telnet: shrink telnetd: shrink, and fix issue file printing test: better and shorter usage text Denis Vlasenko 2008-07-21 09:22:28 +00:00
  • 84c8daa11f help text: test --help doesnt print it (by design), so do not account for it Denis Vlasenko 2008-07-21 08:37:13 +00:00
  • 395410b748 httpd: add Hopedir directive specially for (and by) walter harms <wharms AT bfs.de>; fix silly double-parse bug added in 21412. Denis Vlasenko 2008-07-20 23:25:32 +00:00
  • 7ae1cc16b4 msh: fix "while...continue" bug 3884. Denis Vlasenko 2008-07-20 23:03:23 +00:00
  • 2b68c8f744 build system: clean more files on make clean/make mrproper Denis Vlasenko 2008-07-20 18:37:54 +00:00
  • eb7512984a udhcp: use libbb for config file parsing (by Vladimir) Denis Vlasenko 2008-07-20 17:58:12 +00:00
  • 9b366f4136 libbb/parse_config.c: fix small buglet (by Vladimir) Denis Vlasenko 2008-07-20 17:50:58 +00:00
  • a34f1ed737 dnsd,sestatus: use libbb to parse config file (by Vladimir) Denis Vlasenko 2008-07-20 17:48:59 +00:00
  • 1e8034e614 man: fix breakage: must not die on lines with < 2 tokens Denis Vlasenko 2008-07-20 17:43:21 +00:00
  • 09aaf78ad5 mn: use libbb for config parsing (by Vladimir) Denis Vlasenko 2008-07-20 17:41:30 +00:00
  • adc772a5f2 tar: fix handling of tarballs with symlinks with size field != 0 Denis Vlasenko 2008-07-20 17:10:43 +00:00
  • b9bbc40f64 libbb: fix print_flags() [fix somehow is only in 1.11.1?) Denis Vlasenko 2008-07-20 13:47:51 +00:00
  • 4a717e0c19 libbb: fixes to config_read() by maintainer sysctl: use config_read() Denis Vlasenko 2008-07-20 13:01:56 +00:00
  • dcb3fcb042 libbb: config_read() update Denis Vlasenko 2008-07-19 22:57:00 +00:00
  • c29684afd6 mount: support nfs mount option nordiplus. By Octavian Purdila <opurdila AT ixiacom.com> Denis Vlasenko 2008-07-19 22:40:30 +00:00
  • 2e157ddf9e libbb: updated config_parse() from Vladimir Denis Vlasenko 2008-07-19 09:27:19 +00:00
  • bd28f6bf7f test: fix parser to prefer binop over unop, as coreutils does. remove bogus workaround in main(). rename atrocious variables/functions. much expand testsuite. libbb: fix --help to not affect "test --help" Denis Vlasenko 2008-07-19 08:15:13 +00:00
  • 5f116629d8 printf: do not print garbage on "%Ld". closes bug 4214. Denis Vlasenko 2008-07-18 18:41:55 +00:00
  • f19817ddc2 libbb: fix bb_strtol[l]'s check for "-". Hopefully closes bug 4174 Denis Vlasenko 2008-07-18 18:17:10 +00:00
  • a48656b441 printf: fix %b, fix several bugs in %*.*, fix compat issues with aborting too early, support %zd; expand testsuite Denis Vlasenko 2008-07-18 11:10:51 +00:00
  • 1a715e487d - fix compilation for mips (Brian Daniels) Bernhard Reutner-Fischer 2008-07-18 07:42:00 +00:00
  • 7b54dc788c vi: using array data after it fell out of scope is stupid. Denis Vlasenko 2008-07-17 21:32:32 +00:00
  • 7354244c4a sendmail: update from the maintainer Denis Vlasenko 2008-07-17 19:37:09 +00:00
  • 3b3ca113ed pidof/killall: allow find_pid_by_name to find running processes started as scripts_with_name_longer_than_15_bytes.sh closes bug 4054 (and is generally neat) Denis Vlasenko 2008-07-17 18:39:36 +00:00
  • 18875bf772 update README Denis Vlasenko 2008-07-17 18:33:35 +00:00
  • bc06fb27d2 build system: fix indentation in config menu Denis Vlasenko 2008-07-17 18:26:45 +00:00
  • a474b68991 init: fix compile-time error; fix exiting on broken config file parse_config: cosmetics Denis Vlasenko 2008-07-17 17:58:44 +00:00
  • 02a1c6a7c3 - very minor shrinkage (-9b) Bernhard Reutner-Fischer 2008-07-17 15:13:31 +00:00
  • 54d50a0b47 - fix "noreduce" flag of config_read (didn't work at all, at least for me). - convert init's inittab parsing to the new config parser: function old new delta config_read 393 386 -7 static.actions 72 64 -8 .rodata 121772 121764 -8 parse_inittab 554 393 -161 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 0/4 up/down: 0/-184) Total: -184 bytes Bernhard Reutner-Fischer 2008-07-17 14:00:42 +00:00
  • 679212836a - fix segfault in nameif with mactab file (by fixing and shrink config parser) Bernhard Reutner-Fischer 2008-07-17 11:59:13 +00:00
  • 0f683f818c printf: protect against bogus format specifiers. Hopefully closes bug 4184 Denis Vlasenko 2008-07-17 09:17:51 +00:00
  • 416914fc61 bb_strtoXXX: close bug 4174 (potential use of buf[-1]) Denis Vlasenko 2008-07-17 08:48:13 +00:00
  • 627052e75d - warn about overlong lines in help-texts I initially bailed out with an error, but then that's a bit rough. Just warn to trick somebody into fixing them.. Bernhard Reutner-Fischer 2008-07-17 08:02:28 +00:00
  • c185e290ee config help fixes Denis Vlasenko 2008-07-16 23:45:11 +00:00
  • fb1642f2ca fix up callsites of config_read to check for >= 0 Denis Vlasenko 2008-07-16 23:04:49 +00:00
  • c01340fe26 update of config file parser from Vladimir Denis Vlasenko 2008-07-16 22:12:18 +00:00
  • 38e54f1c13 sendmail: do not discard all headers Denis Vlasenko 2008-07-16 21:55:03 +00:00
  • 4d0cd28947 cpio: make long opts depend only on ENABLE_GETOPT_LONG Denis Vlasenko 2008-07-16 21:51:43 +00:00
  • d6817f5d8b install: do not chown intermediate directories with install -d; shrink (by Natanael Copa) Denis Vlasenko 2008-07-16 21:49:02 +00:00
  • 83cea0ef04 s/SELINIX/SELINUX/ Denis Vlasenko 2008-07-16 21:11:09 +00:00
  • 55f7912dda libbb: get rid of statics in dump.c; code shrinks a lot too Denis Vlasenko 2008-07-16 11:00:16 +00:00
  • 8ddb6410ed tee: fix infinite looping on open error (echo asd | tee "") Denis Vlasenko 2008-07-16 07:34:00 +00:00
  • bd9874db74 od,hexdump: fix bug where xrealloc may move pointer, leaving other pointers dangling (bug 4104). + many style fixes in libbb/dump.c. Denis Vlasenko 2008-07-16 07:22:14 +00:00
  • 018bee6afb mdev: support for serializing hotplug Denis Vlasenko 2008-07-15 22:33:13 +00:00
  • 97faf531c8 sleep: make fractional seconds separately selectable in .config Denis Vlasenko 2008-07-15 22:01:49 +00:00
  • 5e476bab9c libbb: document plans to speed up line-based input Denis Vlasenko 2008-07-15 21:29:44 +00:00
  • e559e0a757 libbb: unified config parser (By Vladimir Dronnikov) mdev: use it Denis Vlasenko 2008-07-15 21:09:30 +00:00
  • 0ed090e184 sendmail: do not ignore CC; accept to: and cc: case-insensitively. +20 bytes. Denis Vlasenko 2008-07-15 20:56:23 +00:00
  • 2132e02213 libbb: experimental faster string reading routines. Denis Vlasenko 2008-07-15 10:33:12 +00:00
  • bb13079c8e comm: almost total rewrite; add testsuite Denis Vlasenko 2008-07-15 06:45:14 +00:00
  • 51f1b6c0e0 ls: fix a bug where we may use uninintialized variable Denis Vlasenko 2008-07-15 05:21:47 +00:00
  • 4b8171cd7a tee: "-" is a name for stdout, handle it that way Denis Vlasenko 2008-07-15 05:10:15 +00:00
  • 09ce45fd10 insmod: users report that "|| defined(__powerpc__)" is missing Denis Vlasenko 2008-07-14 21:29:35 +00:00
  • 757361f9f5 hush: fix "... pattern) cmd;; esac" case Denis Vlasenko 2008-07-14 08:26:47 +00:00
  • 395ae45216 hush: delete unused field in struct child. reinstate needed check for invalid syntax. document command parsing in hush_doc.txt. Denis Vlasenko 2008-07-14 06:29:38 +00:00
  • 17f02e79f4 hush: add case statement support. It is incomplete and disabled for now. costs ~300 bytes when enabled. Denis Vlasenko 2008-07-14 04:32:29 +00:00
  • 3177ba0852 ash: small code shrink Denis Vlasenko 2008-07-13 20:39:23 +00:00
  • ad6d6ffcdc libbb: shrink print_login_issue (by Vladimir Dronnikov) Denis Vlasenko 2008-07-12 23:47:24 +00:00
  • 52ec4b98d5 whitespace fixes Denis Vlasenko 2008-07-12 23:02:43 +00:00
  • a8374a1916 whitespace fixing script Denis Vlasenko 2008-07-12 22:48:58 +00:00
  • adbb73bda7 sleep: if FANCY && DESKTOP, support fractional seconds, minutes, hours and so on. It's coreutils compat. bloatcheck is atrocious :( Denis Vlasenko 2008-07-12 17:05:14 +00:00
  • 34e8f6a7ac *: add FAST_FUNC markers Denis Vlasenko 2008-07-12 11:23:36 +00:00
  • 13afb2acda mv: fix a case when we move dangling symlink Denis Vlasenko 2008-07-12 11:22:19 +00:00
  • a87045ce37 mdev: check for "/block/" substring for block dev detection Denis Vlasenko 2008-07-12 10:28:41 +00:00
  • d9860487e0 mdev: if device was moved at creation, at removal coreectly remove it from moved location and also remove symlinks to it Denis Vlasenko 2008-07-12 10:23:16 +00:00
  • 6b7971805c fuser: a bit of safety in scanf Denis Vlasenko 2008-07-12 09:32:38 +00:00
  • a46dd89e94 cpio: internalize archive_xread_all_eof. add a few paranoia checks for corrupted cpio files. modprobe-small: remove stray include route: small code shrink Denis Vlasenko 2008-07-12 09:20:44 +00:00
  • 39acf45335 switch_root: shrink Denis Vlasenko 2008-07-11 23:44:50 +00:00
  • e7067e38ea ash: fix segfault in "command -v" Denis Vlasenko 2008-07-11 23:09:34 +00:00
  • ee1b3b1042 cpio: on unpack, limit filename length to 8k; shorten comment a bit Denis Vlasenko 2008-07-11 22:20:59 +00:00
  • e18d21dda4 Announce 1.11.1 Denis Vlasenko 2008-07-11 22:11:50 +00:00
  • 29ec0b94a4 cpio: testsuite for http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=466771 which was fixed in proevious commit Denis Vlasenko 2008-07-11 21:43:11 +00:00
  • 2b407b12be cpio: support some long options; document GNU options Denis Vlasenko 2008-07-11 21:42:12 +00:00
  • abe49fa54f testsuite: uniformly use $ECHO with -n -e Denis Vlasenko 2008-07-11 21:41:14 +00:00
  • 94884eb486 time: don't segfault with no arguments Denis Vlasenko 2008-07-11 15:05:51 +00:00
  • 0e52541917 taskset: fix some careless code in both fancy and non-fancy cases. -5 bytes for fancy, +5 for non-fancy Denis Vlasenko 2008-07-11 13:57:08 +00:00
  • 88643a86d0 build system: re-add mistakenly deleted script Denis Vlasenko 2008-07-11 10:21:29 +00:00
  • ff814f821a website: announce updated HOWTO Denis Vlasenko 2008-07-11 09:55:58 +00:00
  • 86090e2599 fix compile failures resulting from last few commits Denis Vlasenko 2008-07-11 08:23:52 +00:00
  • 3e8fd18037 fix typo in config help text Denis Vlasenko 2008-07-10 23:42:36 +00:00
  • 0381d422d9 dpkg_deb: slight code shrink ar: reuse existing ar unpacking code get_header_tar: handle autodetection for tiny .tar.gz files too unarchive.h: do not include CONFIGed out things Denis Vlasenko 2008-07-10 23:06:00 +00:00
  • b6052724ff open_transformer: do not return fd, it does not change libbb: adopt zipped read from modprobe-small Denis Vlasenko 2008-07-10 17:43:01 +00:00
  • 0e2c93fc0b modprobe-small: make depmod compatible with kernel build. three last commits' sizes combined: Denis Vlasenko 2008-07-10 14:16:11 +00:00
  • 7f950a93ff modprobe-small: add depfile creation Denis Vlasenko 2008-07-10 14:14:45 +00:00
  • 784369987f modprobe-small: add depfile loading Denis Vlasenko 2008-07-10 14:14:20 +00:00
  • 7621ac20f2 website: add 'Laptop Computers' to sponsors page Denis Vlasenko 2008-07-10 08:55:40 +00:00
  • 4131d855a1 whitespace fix Denis Vlasenko 2008-07-09 22:04:37 +00:00