1. 57
  1. 7

    Just wait until you get to device drivers. I don’t think days will be a useful measure at that point :-)

    1. 6

      I already started splitting it up to be goal oriented with bigger subsystems/tools :)

    2. 2

      sounds like a great idea! :-)

      1. 2

        Here’s a tool someone posted on Hacker News version to help with reading through source:

        https://github.com/OpenGrok/OpenGrok

        Applied to OpenBSD here:

        http://bxr.su/OpenBSD/lib/libutil/bcrypt_pbkdf.c#98

        1. 2

          I love this, and can’t wait to join in once I have more time!