Commit Graph

  • 9b76f895bc build system: fix non-portable sed constructs. Matthias Andree 2014-01-10 11:54:37 +01:00
  • 3deabea893 fixlet for the previous commit #2 Denys Vlasenko 2014-01-09 20:09:43 +01:00
  • abaf9109bd fixlet for the previous commit Denys Vlasenko 2014-01-09 20:05:47 +01:00
  • 3ea93e853e networking: explain isrv_run() API Denys Vlasenko 2014-01-09 19:58:19 +01:00
  • 89deb22f97 fakeidentd: fix use-after-free Ryan Mallon 2014-01-09 19:14:07 +01:00
  • 16ca379b55 chown: fix help text Denys Vlasenko 2014-01-09 17:52:13 +01:00
  • 6eb0cbe07e find: fix a regression introduced with -HLP support Denys Vlasenko 2014-01-09 16:07:11 +01:00
  • f0058b1b1f ping: revert "try SOCK_DGRAM if no root privileges" Denys Vlasenko 2014-01-09 11:53:26 +01:00
  • e4569be244 build system: "make hosttools" doesn't exist, remove it from "make help" Denys Vlasenko 2014-01-09 11:03:46 +01:00
  • f2743a5b00 build system: stop including alloca.h, stdlib.h provides it Denys Vlasenko 2014-01-09 11:02:46 +01:00
  • cb7611385c ntpd: adjust last packet's recv time after a step Denys Vlasenko 2014-01-08 17:17:52 +01:00
  • 96f92a1afa libbb: FreeBSD fix for B<num> baud rate constants not fitting into a short. Denys Vlasenko 2014-01-08 15:25:20 +01:00
  • 8e0ad2647a Another FreeBSD fix from Matthias Andree Denys Vlasenko 2014-01-08 15:10:54 +01:00
  • 5680e98451 ash: in bash compat mode, always export $SHLVL Denys Vlasenko 2014-01-07 16:12:48 +01:00
  • cd55f2d933 grep: fix two bugs with -w Denys Vlasenko 2014-01-07 14:57:42 +01:00
  • 432fbd7a1a platform.h: undef HAVE_STRCHRNUL only on correct versions of FreeBSD Denys Vlasenko 2014-01-07 14:09:47 +01:00
  • 57434022ce Start 1.23.0 development cycle Denys Vlasenko 2014-01-01 00:44:30 +01:00
  • a2dd4ee0e8 Bump version to 1.22.0 Denys Vlasenko 2014-01-01 00:42:11 +01:00
  • 7625811d25 testsuite: remove forgotten debug hack Denys Vlasenko 2013-12-31 23:25:46 +01:00
  • 198b02f7dd fix failures found by randomconfig builds Denys Vlasenko 2013-12-31 23:22:36 +01:00
  • 61be8e46a8 testsuite: disable tests for no longer supported bbox-specific date formats Denys Vlasenko 2013-12-31 18:57:39 +01:00
  • e83e1c50f2 adduser: check whether run with no USERNAME. Closes 6728 Denys Vlasenko 2013-12-20 20:45:02 +01:00
  • e85e260e47 testsuite: fix false positives for du Denys Vlasenko 2013-12-20 02:55:16 +01:00
  • c9d87bed8e build system: fix make gconfig Daniel Borca 2013-12-19 04:43:24 +01:00
  • 80a068d741 sed: accept s///i as a synonym for s///I ("ignore case") David A. Wheeler 2013-12-05 20:42:17 -05:00
  • e9355c4326 hostname: do not use gethostbyname() for "hostname -s" Michael Tokarev 2013-12-17 19:13:45 +01:00
  • 4967a41ba1 wget: user-friendly fallback to http Lauri Kasanen 2013-12-17 19:03:41 +01:00
  • 4b26f82c78 kill[all[5]]: code shrink Denys Vlasenko 2013-12-16 17:45:44 +01:00
  • 3ac1e0d753 killall5: return 2 if no processes got killed Uros Vampl 2013-12-16 17:44:58 +01:00
  • 9f4f60183b do not fail build if MAXSYMLINKS isn't defined Michael Tokarev 2013-12-09 14:45:01 +04:00
  • 22bb81fa85 expand: use printable_string instead of hard-coding implementation Michael Tokarev 2013-12-09 16:09:35 +04:00
  • 0b3a38b9f5 ntpd: speed up resyncing if our clock is seriously off Denys Vlasenko 2013-12-08 16:11:04 +01:00
  • 777be10ebe ntpd: do not invalidate datapoints after step Denys Vlasenko 2013-12-07 17:29:03 +01:00
  • 6c46eed6e9 ntpd: comment out "spike detection" code Denys Vlasenko 2013-12-04 17:12:11 +01:00
  • a14958c69d ntpd: promote log level 3 to production Denys Vlasenko 2013-12-04 16:32:09 +01:00
  • cb1dc1d1d1 ntpd: let user know if spike was detected Denys Vlasenko 2013-12-04 13:19:04 +01:00
  • 327f550669 Use unsigned printf/scanf conversion where more appropriate Denys Vlasenko 2013-11-29 16:45:45 +01:00
  • 9b2a9f0210 fix assorted unused code and wrong format specs found by cppchekc (bug 6716) Denys Vlasenko 2013-11-29 16:43:33 +01:00
  • 1a7256ac38 chpst: fix a bug where -U USER was using wrong USER (one from -u USER) Denys Vlasenko 2013-11-29 16:39:28 +01:00
  • 72745632a1 ping: try SOCK_DGRAM if no root privileges Daniel Borca 2013-11-28 12:50:25 +01:00
  • df0d2cd837 dpkg-deb: cosmetic correction to usage text Daniel Borca 2013-11-28 12:38:25 +01:00
  • deb0769b26 sed: code shrink Denys Vlasenko 2013-11-28 12:08:51 +01:00
  • 259b3c047a sed: open input files sequentially to avoid EMFILE Denys Vlasenko 2013-11-28 03:14:16 +01:00
  • 8bd810bd27 hush: typo fixes in comments Denys Vlasenko 2013-11-28 01:50:01 +01:00
  • d9fc4d8f92 platform: strchrnul is missing if __APPLE__ Daniel Borca 2013-11-27 00:27:46 +01:00
  • 195c436f84 build system: use od -b instead of od -t x1 Denys Vlasenko 2013-11-26 14:56:29 +01:00
  • 760fc6debc init: halt on SIGPWR too Bogdan Purcareata 2013-11-26 13:54:48 +01:00
  • cffe28ef87 libbb: add sketch of tentative 'better' passwd/group API Denys Vlasenko 2013-11-26 13:46:18 +01:00
  • 4d8ad381ab devfsd: remove static variable Denys Vlasenko 2013-11-26 12:12:27 +01:00
  • 924a179cb7 build system: do not generate MAX_APPLET_NAME_LEN (unused) Denys Vlasenko 2013-11-26 12:03:24 +01:00
  • 26ad256bd0 logread: don't call shmdt() before exit, kernel does it for us. Denys Vlasenko 2013-11-26 12:02:18 +01:00
  • 71f6c1aa43 logread: flush output. closes 6710 Denys Vlasenko 2013-11-26 11:44:27 +01:00
  • bd0e221620 awk: fix a bug in argc counting in recent change Denys Vlasenko 2013-11-21 15:09:55 +01:00
  • 2635369a92 rfkill: use new-style config/kbuild/applet Denys Vlasenko 2013-11-20 14:20:07 +01:00
  • 0545e3b69a tar: prevent empty file to be treated as valid tarball Denys Vlasenko 2013-11-19 17:17:48 +01:00
  • dd1d8ab506 fix a copy/paste error in last tar testcase name Denys Vlasenko 2013-11-19 16:56:26 +01:00
  • 1cbc642bed tar: add a testcase for previous commit Denys Vlasenko 2013-11-19 14:52:02 +01:00
  • ebfa9b5aa1 tar: fix exitcode check for MMU-spawned unpacking helpers Denys Vlasenko 2013-11-19 14:44:04 +01:00
  • 8b59b2c13e libbb: move nuke_str() from passwd into libbb Denys Vlasenko 2013-11-19 13:36:45 +01:00
  • 6ef7729112 comment tweak Denys Vlasenko 2013-11-19 13:16:44 +01:00
  • 9c1c605b1a sulogin: use common password-checking routine. Denys Vlasenko 2013-11-19 13:09:06 +01:00
  • f6beef63c6 archival/*: move "config:" snippets into .c files Denys Vlasenko 2013-11-14 11:39:00 +01:00
  • ac21687309 archival/*: move "applet:" snippets into .c files, part 2 Denys Vlasenko 2013-11-14 11:38:18 +01:00
  • 36184a487d archival/*: move "applet:" snippets into .c files Denys Vlasenko 2013-11-14 09:54:24 +01:00
  • 66620fa626 archival/*: move "kbuild:" snippets into .c files Denys Vlasenko 2013-11-14 09:53:52 +01:00
  • 73225b6d6e switch editors/* to embedded-in-source kbuild system Denys Vlasenko 2013-11-13 12:45:33 +01:00
  • f200f732f4 awk: optionally support -e AWK_PROG Sven-Göran Bergh 2013-11-12 14:18:25 +01:00
  • cd0936be36 fstrim: use new-style config/kbuild/applet snippets; trim help text Denys Vlasenko 2013-11-12 12:09:14 +01:00
  • d3092c99ae udhcp: add PXELINUX config file option (code 209) definition Jeremy Kerr 2013-11-12 11:18:26 +01:00
  • 087843a65b fix "warning: ISO C90 forbids mixed declarations and code" Denys Vlasenko 2013-11-12 11:16:30 +01:00
  • afa63b2dcd fix bashisms in testsuite/ Michael Tokarev 2013-11-10 22:01:38 +01:00
  • 5e63776212 fstrim: Needs to fire at the mp, not bd Bernhard Reutner-Fischer 2013-11-10 21:47:02 +01:00
  • b1489f97e0 fstrim: Indicate failure on error Bernhard Reutner-Fischer 2013-11-10 00:02:43 +01:00
  • 140f4e3511 fstrim: -17b Bernhard Reutner-Fischer 2013-11-09 23:13:17 +01:00
  • 1d39e33d46 fstrim: New applet Malek Degachi 2013-11-09 21:27:27 +01:00
  • 80f8cdf04a ash: Set SHLVL in ASH_BASH_COMPAT Bernhard Reutner-Fischer 2013-11-08 14:25:24 +01:00
  • 200c1c46f4 ash: Use setvar2 some more Bernhard Reutner-Fischer 2013-11-08 14:12:13 +01:00
  • b541d1fcbd swaponoff: shrink Bernhard Reutner-Fischer 2013-09-27 13:39:41 +02:00
  • 8d3efaf35e udhcpc: allow zero server-id. Closes 6614. Denys Vlasenko 2013-11-03 19:20:54 +01:00
  • b21bc80c76 init: fix illegal memory access when max message length is reached Yuan-Hsiang Lee 2013-11-03 00:13:16 +01:00
  • 18b461925c bootchartd: warn if .config looks wrong Denys Vlasenko 2013-11-03 00:07:31 +01:00
  • 17f4aca556 Makefile.custom: make "make release" delete .gitignore files too Denys Vlasenko 2013-11-02 22:06:36 +01:00
  • c44539fcd3 sed: fix "sed clusternewline" testcase Denys Vlasenko 2013-10-30 14:25:22 +01:00
  • a82e32d9ce sed: document -E in help text Denys Vlasenko 2013-10-30 13:00:00 +01:00
  • 9d46a7a9a4 sed: fix memory leak in 'r FILE' command Denys Vlasenko 2013-10-30 10:22:47 +01:00
  • af0cdeedc6 sed: accept -E as a synonym for -r David A. Wheeler 2013-10-29 00:52:48 +01:00
  • 2d576e2a22 udhcpc: make DHCP packets to have at least 300 DHCP bytes Johannes Stezenbach 2013-10-28 23:27:37 +01:00
  • af4f0e48ec libbb: use <poll.h> instead of <sys/poll.h> Thomas Petazzoni 2013-10-16 19:59:45 +02:00
  • 28a209466f bloat-o-meter: add usage info Bartosz Golaszewski 2013-10-16 19:18:05 +02:00
  • 64938011f3 tail compat: fix header printing for tail -f Bartosz Golaszewski 2013-10-14 20:11:55 +02:00
  • 840ef17f63 wget: if FEATURE_CLEAN_UP, free(ptr_to_globals) Guilherme Maciel Ferreira 2013-10-16 14:43:30 +02:00
  • 5117eff6f9 Fix some compiler warnings emitted by gcc-4.8.0 Denys Vlasenko 2013-10-16 14:21:20 +02:00
  • eba5faec67 ether-wake: shorten help text, reduce packet buffer size Denys Vlasenko 2013-10-14 19:04:20 +02:00
  • d074b416f8 wget: add support for connect timeout Lauri Kasanen 2013-10-12 21:47:07 +02:00
  • 730e4d8b52 init: better --help text Denys Vlasenko 2013-10-12 04:52:22 +02:00
  • 7985bc109e awk: fix length(array) Denys Vlasenko 2013-10-12 04:51:54 +02:00
  • 1d30b3f1f6 wall,crontab: use xopen_as_uid_gid() Ryan Mallon 2013-10-08 14:53:29 +02:00
  • 5906a5c26c libbb: Add xsetegid(), xseteuid(), xopen_as_uid_gid() functions Ryan Mallon 2013-10-08 14:52:49 +02:00
  • 932e233a49 bunzip2: fix off-by-one check Denys Vlasenko 2013-10-06 22:53:14 +02:00
  • cd256e1c40 wall: access FILE under real user's credentials Denys Vlasenko 2013-10-06 15:14:25 +02:00