Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Sep 2002 11:10:42 -0700 (PDT)
From:      Archie Cobbs <archie@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/ia64/ia32 ia32_proto.h ia32_syscall.h ia32_sysent.c syscalls.master src/sys/kern init_sysent.c kern_proc.c kern_thread.c syscalls.c syscalls.master src/sys/sys kse.h proc.h syscall.h syscall.mk sysproto.h
Message-ID:  <200209251810.g8PIAgFf078652@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
archie      2002/09/25 11:10:42 PDT

  Modified files:
    sys/ia64/ia32        ia32_proto.h ia32_syscall.h ia32_sysent.c 
                         syscalls.master 
    sys/kern             init_sysent.c kern_proc.c kern_thread.c 
                         syscalls.c syscalls.master 
    sys/sys              kse.h proc.h syscall.h syscall.mk 
                         sysproto.h 
  Log:
  Make the following name changes to KSE related functions, etc., to better
  represent their purpose and minimize namespace conflicts:
  
          kse_fn_t                -> kse_func_t
          struct thread_mailbox   -> struct kse_thr_mailbox
          thread_interrupt()      -> kse_thr_interrupt()
          kse_yield()             -> kse_release()
          kse_new()               -> kse_create()
  
  Add missing declaration of kse_thr_interrupt() to <sys/kse.h>.
  Regenerate the various generated syscall files. Minor style fixes.
  
  Reviewed by:    julian
  
  Revision  Changes    Path
  1.3       +1 -1      src/sys/ia64/ia32/ia32_proto.h
  1.3       +3 -3      src/sys/ia64/ia32/ia32_syscall.h
  1.3       +3 -3      src/sys/ia64/ia32/ia32_sysent.c
  1.3       +4 -4      src/sys/ia64/ia32/syscalls.master
  1.133     +3 -3      src/sys/kern/init_sysent.c
  1.152     +10 -9     src/sys/kern/kern_proc.c
  1.31      +3 -3      src/sys/kern/kern_thread.c
  1.119     +3 -3      src/sys/kern/syscalls.c
  1.123     +4 -4      src/sys/kern/syscalls.master
  1.5       +14 -12    src/sys/sys/kse.h
  1.255     +1 -1      src/sys/sys/proc.h
  1.118     +3 -3      src/sys/sys/syscall.h
  1.73      +3 -3      src/sys/sys/syscall.mk
  1.110     +8 -8      src/sys/sys/sysproto.h

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200209251810.g8PIAgFf078652>