[Midnightbsd-cvs] [MidnightBSD/src] c1e0d9: |Remove bogus use of useracc() in (clock_)nanosleep.

Lucas Holt noreply at github.com
Sun Nov 22 02:02:44 EST 2020


  Branch: refs/heads/master
  Home:   https://github.com/MidnightBSD/src
  Commit: c1e0d9ee577ee68702d503677837f61bbb957de0
      https://github.com/MidnightBSD/src/commit/c1e0d9ee577ee68702d503677837f61bbb957de0
  Author: Lucas Holt <luke at foolishgames.com>
  Date:   2020-11-22 (Sun, 22 Nov 2020)

  Changed paths:
    M sys/compat/freebsd32/freebsd32_misc.c
    M sys/kern/kern_time.c

  Log Message:
  -----------
  |Remove bogus use of useracc() in (clock_)nanosleep.
|
|There's no point in pre-checking that we can access the user's rmtp
|pointer before we do it in copyout().
|
|While here, improve style(9) compliance.

Obtained from: FreeBSD




More information about the Midnightbsd-cvs mailing list