Skip to content
Snippets Groups Projects
  1. Feb 07, 2010
  2. Feb 05, 2010
  3. Jan 29, 2010
  4. Jan 24, 2010
  5. Jan 14, 2010
  6. Jan 12, 2010
  7. Jan 11, 2010
  8. Jan 10, 2010
  9. Jan 05, 2010
    • Thomas Bächler's avatar
      Start moving from klibc to glibc+busybox · 9f85179b
      Thomas Bächler authored
      Remove klibc-isms from base and init (except kinit, which will be done in a later commit)
      Install busybox to the initramfs and change /init so it can be used with busybox
      9f85179b
    • Thomas Bächler's avatar
      Revert 1558dfbf and... · 7fd17e6d
      Thomas Bächler authored
      Revert 1558dfbf and 984cbd4e and depend on bash
      
      There was no proper upgrade path for these changes. This can be reconsidered once a clean upgrade path is provided.
      Compatibility with non-bash shells is not as important as backwards-compatibility of existing configurations.
      7fd17e6d
  10. Dec 13, 2009
  11. Dec 05, 2009
  12. Nov 27, 2009
  13. Nov 02, 2009
  14. Oct 08, 2009
  15. Sep 30, 2009
    • Thomas Bächler's avatar
      rootdelay check: Fix compatibility with other sh implementations than dash and... · 540664b9
      Thomas Bächler authored
      rootdelay check: Fix compatibility with other sh implementations than dash and make it more reliable
      
      The old implementation failed on bash and failed on both if rootdelay was not a number.
      The logic is now as follows:
      If "$rootdelay"="", then [ -z "${rootdelay}" ] is true
      If not, then the part after the || is executed - if ${rootdelay} is not a number, or is <0, then [ ${rootdelay} -ge 0 ] fails,
      and the test will return true due to the !. The previous implementation failed here, because [ ! ${rootdelay} -ge 0 ] returns false
      on error, while ! [ ${rootdelay} -ge 0 ] returns true on error.
      540664b9
  16. Sep 18, 2009
Loading