Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Mar 1998 20:00:44 -0800 (PST)
From:      John Birrell <jb@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG
Subject:   cvs commit: src/sys/kern makesyscalls.sh
Message-ID:  <199803090400.UAA04818@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
jb          1998/03/08 20:00:43 PST

  Modified files:
    sys/kern             makesyscalls.sh 
  Log:
  Add statements to generate a sys/syscall.mk file for inclusion
  during the libc/libc_r to automatically pick up syscall names on
  the assumption that default asm code needs to generated for them.
  
  In the up-coming changes to the libc makefiles, there is the option
  to provide a machine dependent asm source file which will turn off
  the automatic generation of the default. There is also an option
  to just stop code being generated for a syscall. In most cases,
  though, the default asm code is all that is required, so this
  change makes that the most convenient was to do business.
  
  Idea suggested by: bde
  
  Revision  Changes    Path
  1.31      +11 -2     src/sys/kern/makesyscalls.sh

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?199803090400.UAA04818>