Skip to content
Snippets Groups Projects
  1. Jun 29, 2015
  2. Jun 23, 2015
  3. Jun 22, 2015
  4. Jun 18, 2015
  5. Jun 17, 2015
  6. Jun 16, 2015
  7. May 05, 2015
  8. Apr 06, 2015
  9. Apr 01, 2015
  10. Mar 29, 2015
  11. Mar 28, 2015
  12. Mar 26, 2015
  13. Mar 24, 2015
  14. Mar 21, 2015
  15. Mar 18, 2015
  16. Mar 16, 2015
  17. Mar 15, 2015
    • blogic's avatar
      kernel: enable open by fhandle syscalls · 72307f97
      blogic authored
      
      This is needed by many services to function properly and as
      all modern distributions got it enabled, it starts to be a
      de-facto standard, i.e. user-space starts to silently depend
      on it.
      
      This also pulls in EXPORTFS, however, the kernel binary size
      increases only a little.
      On ARM systems comes down to 800 bytes uncompressed and about
      200 bytes compressed size.
      On MIPS systems it's about 1.2 kB size increase of the LZMA
      compressed kernel.
      
      v2: use menuconfig option instead of just enabling the option
      
      Signed-off-by: default avatarDaniel Golle <daniel@makrotopia.org>
      
      git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44765 3c298f89-4303-0410-b956-a3cf2f4a3e73
      72307f97
  18. Mar 12, 2015
  19. Feb 11, 2015
  20. Feb 06, 2015
  21. Feb 05, 2015
  22. Jan 28, 2015
  23. Jan 17, 2015
    • blogic's avatar
      Support for building an hardened OpenWRT · d6a6788f
      blogic authored
      
      Introduce configuration options to build an "hardened" OpenWRT.
      
      Options to enable Stack-Smashing Protection, FORTIFY_SOURCE and RELRO
      have been introduced.
      
      uClibc makefile now automatically detects if SSP support is necessary.
      
      hostapd makefile has been fixed to use "^" as sed separator since
      using a comma was problematic when using "-Wl,-z,now" and the like in
      TARGET_CFLAGS.
      
      Currently enabling SSP on user space depends on enabling SSP kernel
      side, this is due to the fact that TARGET_CFLAGS are used to build
      kernel modules (at least). Suggestions on how to avoid this are welcome.
      Using "select" instead of "depends on" doesn't seem to work with choice
      entries.
      
      Tested with a lantiq (WBMR) router, GCC 4.8, uClibc and a subset of
      the available packages.
      Needs to be tested with GCC 4.9 and the remaining packages.
      PIE not currently included.
      
      Signed-off-by: default avatarAlessandro Di Federico <ale+owrt@clearmind.me>
      
      git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44005 3c298f89-4303-0410-b956-a3cf2f4a3e73
      d6a6788f
  24. Jan 16, 2015
  25. Jan 08, 2015
  26. Dec 07, 2014
  27. Oct 27, 2014
  28. Sep 13, 2014
  29. Sep 11, 2014
  30. Aug 25, 2014
  31. Jul 20, 2014
  32. Jun 24, 2014
  33. Jun 12, 2014
  34. Jun 06, 2014
  35. Jun 02, 2014
Loading