Skip to content
Snippets Groups Projects
  1. Nov 14, 2021
  2. Aug 10, 2020
  3. Jan 22, 2020
  4. Sep 24, 2019
  5. Aug 19, 2019
    • Dan Cross's avatar
      Avoid rereading the superblock in bfree · 82638c01
      Dan Cross authored
      The superblock is read when the first process returns to
      userspace (via the call to `iinit` from the first invocation of
      `forkret`, when `first` is still set to 1) and cached in a
      global; it is treated as immutable from that point on.  There is
      no reason to re-read it in bfree.
      
      Removing this call seems to have simply been missed in 8320d61b
      
      
      when this general area was last touched.  Remove it now to avoid
      potential confusion.
      
      Signed-off-by: default avatarDan Cross <cross@gajendra.net>
      82638c01
    • Dan Cross's avatar
      Removed unused `dirlookup` argument in `create` · 0581c37b
      Dan Cross authored
      
      The `off` argument to `dirlookup` is optional.  It
      was not being used in the `dirlookup` call in `create`,
      so pass NULL instead and delete the unused local.
      
      Signed-off-by: default avatarDan Cross <cross@gajendra.net>
      0581c37b
  6. Sep 02, 2018
  7. Aug 31, 2018
  8. Aug 30, 2018
  9. Oct 24, 2017
  10. Oct 08, 2017
  11. Aug 29, 2017
  12. Aug 10, 2017
  13. Aug 09, 2017
  14. Aug 08, 2017