OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
From: Artur Grabowski (art_at_cvs.openbsd.org)
Date: Tue Nov 05 2002 - 18:17:28 CST

  • Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

    CVSROOT: /cvs
    Module name: src
    Changes by: artcvs.openbsd.org 2002/11/05 17:17:28

    Modified files:
            sys/arch/amiga/dev: clock.c
            sys/arch/powerpc/powerpc: pmap.c
            sys/kern : exec_subr.c sysv_shm.c
            sys/uvm : uvm_device.c

    Log message:
    Eliminate the use of KERN_SUCCESS outside of uvm/

    Also uvm_map returns KERN_* codes that are directly mapped to
    errnos, so we can return them instead of doing some attempt to
    translation.

    drahn "I see no problem" pval "makes sense"