Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 May 1997 09:05:48 -0700 (PDT)
From:      Doug Rabson <dfr@FreeBSD.ORG>
To:        CVS-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG
Subject:   cvs commit:  src/sys/conf files src/sys/i386/conf Makefile.i386 src/sys/kern kern_linker.c kern_module.c link_aout.c init_sysent.c syscalls.c syscalls.master src/sys/sys linker.h module.h syscall-hide.h syscall.h sysproto.h
Message-ID:  <199705071605.JAA16319@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
dfr         97/05/07 09:05:47

  Modified:    sys/conf  files
               sys/i386/conf  Makefile.i386
               sys/kern  init_sysent.c syscalls.c syscalls.master
               sys/sys   syscall-hide.h syscall.h sysproto.h
  Added:       sys/kern  kern_linker.c kern_module.c link_aout.c
               sys/sys   linker.h module.h
  Log:
  This is the kernel linker.  To use it, you will first need to apply
  the patches in freefall:/home/dfr/ld.diffs to your ld sources and set
  BINFORMAT to aoutkld when linking the kernel.
  
  Library changes and userland utilities will appear in a later commit.
  
  Revision  Changes    Path
  1.96      +3 -0      src/sys/conf/files
  1.96      +8 -1      src/sys/i386/conf/Makefile.i386
  1.42      +55 -0     src/sys/kern/init_sysent.c
  1.37      +55 -0     src/sys/kern/syscalls.c
  1.36      +57 -1     src/sys/kern/syscalls.master
  1.31      +10 -0     src/sys/sys/syscall-hide.h
  1.35      +11 -1     src/sys/sys/syscall.h
  1.21      +42 -0     src/sys/sys/sysproto.h



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