cvs commit: src/sys/kern kern_context.c

Jake Burkholder jake at FreeBSD.org
Tue Apr 1 15:25:19 PST 2003


jake        2003/04/01 15:25:18 PST

  FreeBSD src repository

  Modified files:
    sys/kern             kern_context.c 
  Log:
  - Fix UC_COPY_SIZE.  Adding up the size of structure fields doesn't take
    alignment into account.
  - Return EJUSTRETURN from set_context on success to avoid clobbering the
    first 2 out registers with td_retval on sparc64.
  
  Revision  Changes    Path
  1.3       +3 -4      src/sys/kern/kern_context.c


More information about the cvs-src mailing list