Skip to content
Snippets Groups Projects
  1. Apr 03, 2017
  2. Mar 25, 2017
  3. Mar 22, 2017
  4. Mar 15, 2017
    • Piotr Dymacz's avatar
      sysntpd: restore support for peer-less (standalone) mode · 6e44f47a
      Piotr Dymacz authored
      
      ntpd from Busybox supports peer-less (standalone) mode when it's started
      with option -l and without any peer provided with option -p. In this
      mode ntpd uses local time as reference and acts as stratum 1 server.
      
      This mode can be used in isolated networks, where Internet access and/or
      other NTP server/s are not available, but the device has some other way
      of getting correct time, like e.g. GPS (ugps supports setting local time
      by default).
      
      Support for this mode was incorrectly disabled/removed in:
      1527f96c
      
      Signed-off-by: default avatarPiotr Dymacz <pepe2k@gmail.com>
      Acked-by: default avatarJo-Philipp Wich <jo@mein.io>
      6e44f47a
  5. Jan 29, 2017
  6. Jan 05, 2017
  7. Dec 16, 2016
  8. Oct 21, 2016
  9. Oct 15, 2016
  10. Sep 27, 2016
    • Kevin Darbyshire-Bryant's avatar
      busybox: v1.25.0 upstream patches · 78ae7d8e
      Kevin Darbyshire-Bryant authored
      
      Include upstream patches for gzip, ip & ntpd.
      
      Signed-off-by: default avatarKevin Darbyshire-Bryant <kevin@darbyshire-bryant.me.uk>
      78ae7d8e
    • Jo-Philipp Wich's avatar
      iproute: properly support high routing table IDs · 8badcba2
      Jo-Philipp Wich authored
      
      The Linux kernel uses two distinct fields to denote the routing table ID in
      use by network routes; the 8 bit `rtm_table` member of `struct rtmsg` and the
      32 bit `RTA_TABLE` netlink attribute.
      
      If a routing table ID is larger than 255, the `RT_TABLE` attribute must be used
      and the `rtm_table` field has to be set to the special `RT_TABLE_UNSPEC` value.
      
      This commit adds a patch which...
       - switches the *_n2a() and *_a2n() functions of rt_names.c to use dynamically
         sized, name-sorted arrays instead of fixed arrays limited to 1024 slots in
         order to support IDs up to 65535
       - adds proper handling of high table IDs to iprule.c and iproute.c when
         adding, removing and dumping ip rules and network routes
      
      After this change, the Busybox ip applet fully supports IP rules with high ID
      numbers, using the same logic as the full iproute2.
      
      Signed-off-by: default avatarJo-Philipp Wich <jo@mein.io>
      8badcba2
  11. Sep 20, 2016
  12. Sep 16, 2016
  13. Aug 18, 2016
  14. Jul 29, 2016
  15. Jun 10, 2016
  16. Jun 07, 2016
  17. May 30, 2016
  18. May 24, 2016
  19. May 12, 2016
  20. Apr 18, 2016
  21. Mar 31, 2016
  22. Apr 17, 2016
  23. Feb 12, 2016
  24. Feb 07, 2016
  25. Jan 28, 2016
  26. Jan 19, 2016
  27. Jan 18, 2016
  28. Jan 03, 2016
  29. Dec 05, 2015
    • Felix Fietkau's avatar
      busybox: Update config for 1.24.1 · 9ca1080e
      Felix Fietkau authored
      
      r47288 updated to Busybox 1.24.1 but did not update the configuration.
      
      The configuration is updated by running
      
      cd config
      ../convert_menuconfig.pl .../build_dir/target-*/busybox-1.24.1
      cd ..
      ./convert_defaults.pl < .../build_dir/target-*/busybox-1.24.1/.config > \
          Config-defaults.in
      
      Signed-off-by: default avatarMark Mentovai <mark@moxienet.com>
      
      SVN-Revision: 47775
      9ca1080e
  30. Nov 04, 2015
  31. Nov 02, 2015
    • Felix Fietkau's avatar
      busybox: enable find mtime support by default · a9463673
      Felix Fietkau authored
      
      busybox binary in openwrt neither supports stat nor find
      mtime. This patch adds find mtime support by default.
      
      I've compared ipk size for three different targets
      (ar71xx, brcm2708, x86):
      
      209908 Okt 16 13:48 busybox_1.23.2-3_ar71xx.ipk-0before
      210031 Okt 16 16:47 busybox_1.23.2-3_ar71xx.ipk-1after
      difference: +123 Byte
      
      223519 Okt 16 13:06 busybox_1.23.2-3_brcm2708.ipk-0before
      223720 Okt 16 13:53 busybox_1.23.2-3_brcm2708.ipk-1after
      difference: +201 Byte
      
      221477 Okt 16 13:47 busybox_1.23.2-3_x86_64.ipk-0before
      221622 Okt 16 13:52 busybox_1.23.2-3_x86_64.ipk-1after
      difference: +145 Byte
      
      Signed-off-by: default avatarDirk Brenken <dirk@brenken.org>
      
      SVN-Revision: 47362
      a9463673
  32. Oct 30, 2015
  33. Sep 09, 2015
Loading