cvs commit: src/sys/machine/pc32/i386 vm_machdep.c src/sys/kern kern_memio.c kern_slaballoc.c kern_synch.c vfs_bio.c vfs_mount.c src/sys/machine/vkernel/conf Makefile src/sys/machine/vkernel/i386 vm_machdep.c src/sys/sys systm.h src/sys/vm vm_swa

Sepherosa Ziehau sepherosa at gmail.com
Thu Jan 11 19:14:18 PST 2007


On 1/12/07, Matthew Dillon <dillon at crater.dragonflybsd.org> wrote:
dillon      2007/01/11 19:05:49 PST

DragonFly src repository

  Modified files:
    sys/machine/pc32/i386 vm_machdep.c
    sys/kern             kern_memio.c kern_slaballoc.c
                         kern_synch.c vfs_bio.c vfs_mount.c
    sys/machine/vkernel/conf Makefile
    sys/machine/vkernel/i386 vm_machdep.c
    sys/sys              systm.h
    sys/vm               vm_swap.c vm_zone.c
  Log:
  Add missing link options to export global symbols to the _DYNAMIC section,
  allowing the kernel namelist functions to operate.  For now just make
  certain static variables global instead of using linker magic to export
  static variables.
  Add infrastructure to allow out of band kernel memory to be accessed.  The
  virtual kernel's memory map does not include the virtual kernel executable
  or data areas.
  vmstat, systat, pstat, and netstat now work with virtual kernels.
\o/ \o/ \o/ :DD

--
Live Free or Die




More information about the Commits mailing list