Commit Graph

  • 16bda3bd1f depmod: fix handling of .gz modules Denys Vlasenko 2009-05-18 13:08:04 +02:00
  • c396fe6306 lineedit: small fixes Denys Vlasenko 2009-05-17 19:28:14 +02:00
  • 020f40693a line editing: add an option to emit ESC [ 6 n and use results Denys Vlasenko 2009-05-17 16:44:54 +02:00
  • 071ede1e5d xmalloc_[open_]read[_close]: do not ignore xrealloc return value Denys Vlasenko 2009-05-15 23:23:23 +02:00
  • c15f40c3e7 lineedit: use read_key to recognize ESC sequence. Denys Vlasenko 2009-05-15 03:27:53 +02:00
  • 1b0a93edb9 adduser/addgroup: make system id range configurable. Denys Vlasenko 2009-05-14 00:23:34 +02:00
  • 810b7161dc mount: save 80 bytes by forced de-inlining Denys Vlasenko 2009-05-13 23:48:59 +02:00
  • e71dd7c1db mount: document when kernel started accepting string as NFS options Denys Vlasenko 2009-05-13 16:32:32 +02:00
  • 7a5814c74c split website off into dedicated git repo Mike Frysinger 2009-05-13 01:48:00 -04:00
  • 318a8e5ed5 TODO: add some Denys Vlasenko 2009-05-13 02:18:43 +02:00
  • 845142e106 Adjust names, link contributing info in main index Bernhard Reutner-Fischer 2009-05-11 22:51:49 +02:00
  • f427c80d02 sysctl: stop abusing parser->line Denys Vlasenko 2009-05-10 23:41:29 +02:00
  • c8ab67cad8 tftp: do not risk invoking Sorcerer's Apprentice syndrome Denys Vlasenko 2009-05-10 23:27:43 +02:00
  • 8082ea1000 test commit Bernhard Reutner-Fischer 2009-05-08 18:22:52 +02:00
  • b5d5245f46 Revert "test commit" Bernhard Reutner-Fischer 2009-05-08 18:19:58 +02:00
  • 8606aba04b test commit Bernhard Reutner-Fischer 2009-05-08 18:18:42 +02:00
  • af61b2a5ad LICENSE: update address of the FSF Mike Frysinger 2009-05-06 05:28:53 -04:00
  • 1e12ae9059 modprobe: add comment about expected modules.dep format Mike Frysinger 2009-05-06 05:24:41 -04:00
  • 2b6497ba84 depmod.pl: updates and fixes galore Mike Frysinger 2009-05-05 20:14:12 -04:00
  • 00ffaeab80 modprobe: add more useful debug points Mike Frysinger 2009-05-05 20:13:45 -04:00
  • 3322351724 add .gitignore files Mike Frysinger 2009-05-05 09:05:30 -04:00
  • 4f239b1bb4 libunarchive: fix build failure with !FEATURE_TAR_UNAME_GNAME Mike Frysinger 2009-05-05 07:00:27 -04:00
  • 76f5e38c82 mdev: revert last wrong commit Denys Vlasenko 2009-05-04 21:59:05 +02:00
  • 6245202e7f hush: small fix for unset -f on NOMMU. root 2009-05-04 12:00:19 +02:00
  • 62851171db fix debug message Bernhard Reutner-Fischer 2009-05-03 18:53:22 +02:00
  • acdc49c073 hush: add more complex case to leak testcase, fix found breakage Denys Vlasenko 2009-05-04 01:58:10 +02:00
  • cb6ff25afe hush: fix bug where in "var=val func" var's value is not visible in func Denys Vlasenko 2009-05-04 00:14:30 +02:00
  • e19e1935a3 hush: fix \<newline> handling Denys Vlasenko 2009-05-03 02:15:18 +02:00
  • b1cfc45376 hush: fix handling of unterminated subshell: (<eof>. Fixes bug 229. Denys Vlasenko 2009-05-02 17:18:34 +02:00
  • aa0a12d549 mdev: do not exit if user:group parse failed. closes bug 309. Denys Vlasenko 2009-05-02 16:33:10 +02:00
  • 1dd6cf8677 hush: fix multiple redirections of the same fd (bug 227) Denys Vlasenko 2009-05-02 14:17:31 +02:00
  • 54e0843e7d hush: make . cmd search $PATH Denys Vlasenko 2009-05-02 02:34:19 +02:00
  • 48a29defca httpd: speed up httpd.conf at the cost of 49 bytes of code Denys Vlasenko 2009-05-02 00:50:38 +02:00
  • 9c35a1cfb6 ifplugd: fix warnings Denys Vlasenko 2009-05-01 09:04:25 +02:00
  • 44d1989997 des encrypt: fix goof with NUL byte added at the end as '.' Denys Vlasenko 2009-05-01 03:41:25 +02:00
  • 05ae400830 mdev: fix a case where we mangle device_path string and then use it. Denys Vlasenko 2009-05-01 03:09:54 +02:00
  • 47aaa2bee6 Make it clearer that usually people should _NOT_ select FEATURE_UNIX_LOCAL. Denys Vlasenko 2009-05-01 03:00:04 +02:00
  • 690ad2426e git commit test Denys Vlasenko 2009-04-30 21:24:24 +02:00
  • 1fd3b38fd1 *: bb_error_msg's messages should not be capitalized Denis Vlasenko 2009-04-29 12:02:57 +00:00
  • 052ad9a568 lzop: new applet. Busyboxed by Alain Knaff. +7700 bytes. Denis Vlasenko 2009-04-29 12:01:51 +00:00
  • c8653f62f2 hush: make it possible to have interactive shell on non-ctty. init=/bin/hush: shows prompt, history works, etc. Denis Vlasenko 2009-04-27 23:29:14 +00:00
  • 42e4af3119 make leak test more robust by unsetting all vars Denis Vlasenko 2009-04-26 23:25:36 +00:00
  • 28e67966f3 hush: make getopt32 usable in builtins. use it in unset. more uses are expected in the future. Denis Vlasenko 2009-04-26 23:22:40 +00:00
  • 572930027d hush: nommu fix for function passing Denis Vlasenko 2009-04-26 20:06:14 +00:00
  • 5b7589eb27 hush: fix SEGV in % expansion Denis Vlasenko 2009-04-26 11:25:19 +00:00
  • 80e57eb7d5 ifplugd: tiny shrink Denis Vlasenko 2009-04-26 01:43:36 +00:00
  • f4e4563fe7 ifplugd: add copyright Denis Vlasenko 2009-04-26 01:17:44 +00:00
  • 71c165780a ifplugd: new applet by Maksym Kryzhanovskyy (xmaks AT email.cz) +3k code and 0.5k in messages. Most of the bloat due to compat :( Denis Vlasenko 2009-04-26 01:08:51 +00:00
  • 5bf59c104a shrink if FEATURE_SHADOWPASSWDS is off Denis Vlasenko 2009-04-25 13:26:10 +00:00
  • f6b4685691 add FEATURE_UNIX_LOCAL. By Ingo van Lil (inguin AT gmx.de) Denis Vlasenko 2009-04-25 13:16:53 +00:00
  • 9ac3dc764a unlzma: speedup, by Pascal Bellard (pascal.bellard AT ads-lu.com) Denis Vlasenko 2009-04-25 12:19:35 +00:00
  • 6fb5f01c0b we need to daemonize *before* opening the watchdog device Mike Frysinger 2009-04-25 06:16:37 +00:00
  • 26cf2831d7 do not tell people they can enter "help" if help has actually been disabled Mike Frysinger 2009-04-24 06:40:30 +00:00
  • 67c1c7b456 use get_local_var_value() rather than getenv() when working with PS1/PS2/HOME, respect the PS2 env var, and make sure that the prompt changes whenever PS1/PS2 changes so we dont have to re-exec the shell to get a changed prompt Mike Frysinger 2009-04-24 06:26:18 +00:00
  • eb4e5ecc32 inetd: constify data Denis Vlasenko 2009-04-22 23:25:48 +00:00
  • c2931aa2df adduser/addgroup: support specifying uid/gid, add system account creation mode. By Tito. Denis Vlasenko 2009-04-22 21:35:52 +00:00
  • c8d7109f60 httpd: fix small bug in parser. it crept in during cleanup Denis Vlasenko 2009-04-22 14:16:59 +00:00
  • 00643ca520 httpd: allow empty lines in conf file Denis Vlasenko 2009-04-22 13:52:22 +00:00
  • 1cf4a0eb81 httpd: simplify insane conf file parser Denis Vlasenko 2009-04-22 13:49:16 +00:00
  • 574c316e5a syslogd: added comment, no code changes Denis Vlasenko 2009-04-22 02:53:02 +00:00
  • b029154a2a httpd: improve help text Denis Vlasenko 2009-04-22 00:26:39 +00:00
  • 8ed1945a91 nc: free lsa in server mode, we might be up for a long time Denis Vlasenko 2009-04-21 23:51:43 +00:00
  • a771e7c005 *: remove check for errors on getsockaddr in cases we know they can't happen libbb: make get_sock_lsa use only one getsockaddr syscall, not two Denis Vlasenko 2009-04-21 23:48:38 +00:00
  • e6b10ef0a7 switch_root: move misplaced comment Denis Vlasenko 2009-04-21 20:52:58 +00:00
  • f9d4fc3cf8 switch_root: improve behavior on error; improve help text *: make "can't execute '%s'" message uniform Denis Vlasenko 2009-04-21 20:40:51 +00:00
  • 950bd72966 hush: speed up set_local_var Denis Vlasenko 2009-04-21 11:23:56 +00:00
  • 5e34ff29bc *: mass renaming of USE_XXXX to IF_XXXX and SKIP_XXXX to IF_NOT_XXXX - the second one was especially badly named. It was not skipping anything! Denis Vlasenko 2009-04-21 11:09:40 +00:00
  • 8b814b4a34 tar: support for tar --numeric-owner. By Natanael Copa. Denis Vlasenko 2009-04-21 00:52:21 +00:00
  • 76478b8091 udhcpc: fix truncation of last char in client hostnames Denis Vlasenko 2009-04-21 00:41:57 +00:00
  • 0ad8234474 switch_root: print errno on failure Denis Vlasenko 2009-04-21 00:29:17 +00:00
  • 1b47bbdfa4 tweak example udhcp script Denis Vlasenko 2009-04-21 00:17:00 +00:00
  • ad4bd0548a hush: export -n support Denis Vlasenko 2009-04-20 22:04:21 +00:00
  • d40fa397e4 hush: add two testcases Denis Vlasenko 2009-04-20 10:52:31 +00:00
  • e41fdbc279 watchdog: enable it before setting timeout Denis Vlasenko 2009-04-20 09:26:17 +00:00
  • 8c64e033c0 hush: fix stdin of backgrounded pipe Denis Vlasenko 2009-04-20 00:34:01 +00:00
  • 11c17f75a7 mdev: enlarge inline documentation Denis Vlasenko 2009-04-19 23:38:08 +00:00
  • dcd78c4d0f hush: fix "export not_yet_defined_var", fix parsing of "cmd | }" corner case; improve hush_leaktool.sh; fix some false positives in testsuite Denis Vlasenko 2009-04-19 23:07:51 +00:00
  • 3798db58cf mdev: support $ENVVAR=regex Denis Vlasenko 2009-04-19 21:37:07 +00:00
  • f66fe9af89 another stab at fixing out-of-tree build Denis Vlasenko 2009-04-19 14:12:50 +00:00
  • 9f8d938172 same as previous, but -100 bytes Denis Vlasenko 2009-04-19 14:03:11 +00:00
  • bf25fbccb9 hush: fix handling of } which is not a closing one in { cmd; } Denis Vlasenko 2009-04-19 13:57:51 +00:00
  • a29c935442 hopefully fix out-of-tree build broken by 26139 Denis Vlasenko 2009-04-19 12:15:51 +00:00
  • c7cc5a9432 mdev: Rob's #if forest removal *: remove superfluous conts in "f(type *const param)" Denis Vlasenko 2009-04-19 01:27:20 +00:00
  • 885b6f29ae fix build errors when function support is turned off Mike Frysinger 2009-04-18 21:04:25 +00:00
  • 6008d8a3cc hush: fix thinko in error msg Denis Vlasenko 2009-04-18 13:05:10 +00:00
  • 38e626df4d hush: fix "trap -- handler SIGs..."; escape handlers in "trap" output Denis Vlasenko 2009-04-18 12:58:19 +00:00
  • 6a07d1fb5c acpid: prevent creation of zombies Denis Vlasenko 2009-04-18 11:35:16 +00:00
  • 730106767e hush: fix thinko in unset_func Denis Vlasenko 2009-04-18 11:25:18 +00:00
  • 40e84374ec hush: implement unset -f; beautify the handling of signal-killed pipe four TODOs are gone Denis Vlasenko 2009-04-18 11:23:38 +00:00
  • eb85849b50 hush: deal with umask TODO (symbolic modes) Denis Vlasenko 2009-04-18 02:06:54 +00:00
  • 6b9e05392b hush: implement proper SIGHUP handling Denis Vlasenko 2009-04-18 01:23:21 +00:00
  • 7b9e5c57ae builtin_return's parameter is not unused Denis Vlasenko 2009-04-17 23:53:15 +00:00
  • 3d40d8e655 hush: return builtin by Bayram Kurumahmut (kbayram AT ubicom.com) ~+200 bytes Denis Vlasenko 2009-04-17 23:44:18 +00:00
  • 3be2308676 fix move_to_unaligned32 Denis Vlasenko 2009-04-17 22:20:44 +00:00
  • 66cb86e489 build system: remove some unnecessary rebuilds Denis Vlasenko 2009-04-17 21:56:02 +00:00
  • 270b1c3f68 hush: set $n properly for "source" builtin Denis Vlasenko 2009-04-17 18:54:50 +00:00
  • 4ea187fd62 hush: fix non-interactive response to pipe being stopped. Denis Vlasenko 2009-04-17 14:35:43 +00:00
  • e4bd4f2cc8 hush: unblock TERM, INT, HUP in child shells too. Denis Vlasenko 2009-04-17 13:52:51 +00:00
  • f8c1f02d2f hush: disallow "{echo hi; }" (require whitespace) and "{ echo hi }" (require semicolon or &) Denis Vlasenko 2009-04-17 11:55:42 +00:00
  • 5ff9629b8f mdev: add large comment, fix a buglet with subsystem and /sys/block Denis Vlasenko 2009-04-17 00:01:04 +00:00