Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Dec 1999 20:33:17 -0800 (PST)
From:      Peter Wemm <peter@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/i386/boot/dosboot dirent.h disklabe.h fs.h inode.h quota.h types.h src/sys/i386/conf Makefile.i386 src/sys/i386/i386 genassym.c src/sys/i386/include apm_bios.h bootinfo.h clock.h cpu.h cpufunc.h cronyx.h elf.h endian.h ...
Message-ID:  <199912290433.UAA88685@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
peter       1999/12/28 20:33:17 PST

  Modified files:
    sys/i386/boot/dosboot dirent.h disklabe.h fs.h inode.h quota.h 
                          types.h 
    sys/i386/conf        Makefile.i386 
    sys/i386/i386        genassym.c 
    sys/i386/include     apm_bios.h bootinfo.h clock.h cpu.h 
                         cpufunc.h cronyx.h elf.h endian.h 
                         globals.h if_wavelan_ieee.h in_cksum.h 
                         ioctl_fd.h ioctl_meteor.h npx.h pcb.h 
                         pcb_ext.h pcvt_ioctl.h perfmon.h pmap.h 
                         profile.h ptrace.h random.h reg.h 
                         segments.h smp.h spigot.h sysarch.h tss.h 
                         types.h 
    sys/i386/include/pc  vesa.h 
    sys/i386/isa         atapi.h intr_machdep.h isa_device.h 
                         isa_dma.h loran.c wdreg.h 
  Log:
  Change #ifdef KERNEL to #ifdef _KERNEL in the public headers.  "KERNEL"
  is an application space macro and the applications are supposed to be free
  to use it as they please (but cannot).  This is consistant with the other
  BSD's who made this change quite some time ago.  More commits to come.
  
  Revision  Changes    Path
  1.2       +3 -1      src/sys/i386/boot/dosboot/dirent.h
  1.8       +4 -4      src/sys/i386/boot/dosboot/disklabe.h
  1.6       +2 -2      src/sys/i386/boot/dosboot/fs.h
  1.7       +2 -2      src/sys/i386/boot/dosboot/inode.h
  1.6       +2 -2      src/sys/i386/boot/dosboot/quota.h
  1.6       +2 -2      src/sys/i386/boot/dosboot/types.h
  1.170     +3 -5      src/sys/i386/conf/Makefile.i386
  1.84      +3 -3      src/sys/i386/i386/genassym.c
  1.27      +4 -4      src/sys/i386/include/apm_bios.h
  1.14      +2 -2      src/sys/i386/include/bootinfo.h
  1.38      +3 -3      src/sys/i386/include/clock.h
  1.42      +2 -2      src/sys/i386/include/cpu.h
  1.93      +4 -4      src/sys/i386/include/cpufunc.h
  1.9       +4 -2      src/sys/i386/include/cronyx.h
  1.9       +3 -3      src/sys/i386/include/elf.h
  1.18      +3 -3      src/sys/i386/include/endian.h
  1.5       +3 -3      src/sys/i386/include/globals.h
  1.4       +2 -2      src/sys/i386/include/if_wavelan_ieee.h
  1.7       +3 -3      src/sys/i386/include/in_cksum.h
  1.13      +2 -2      src/sys/i386/include/ioctl_fd.h
  1.11      +3 -1      src/sys/i386/include/ioctl_meteor.h
  1.17      +2 -2      src/sys/i386/include/npx.h
  1.32      +2 -2      src/sys/i386/include/pcb.h
  1.4       +2 -2      src/sys/i386/include/pcb_ext.h
  1.13      +2 -2      src/sys/i386/include/pcvt_ioctl.h
  1.7       +4 -4      src/sys/i386/include/perfmon.h
  1.65      +6 -6      src/sys/i386/include/pmap.h
  1.20      +7 -7      src/sys/i386/include/profile.h
  1.9       +3 -3      src/sys/i386/include/ptrace.h
  1.18      +3 -3      src/sys/i386/include/random.h
  1.21      +2 -2      src/sys/i386/include/reg.h
  1.24      +3 -3      src/sys/i386/include/segments.h
  1.49      +3 -3      src/sys/i386/include/smp.h
  1.5       +3 -2      src/sys/i386/include/spigot.h
  1.13      +3 -3      src/sys/i386/include/sysarch.h
  1.11      +2 -2      src/sys/i386/include/tss.h
  1.19      +2 -2      src/sys/i386/include/types.h
  1.7       +3 -3      src/sys/i386/include/pc/vesa.h
  1.18      +2 -1      src/sys/i386/isa/atapi.h
  1.19      +3 -3      src/sys/i386/isa/intr_machdep.h
  1.65      +4 -4      src/sys/i386/isa/isa_device.h
  1.3       +3 -3      src/sys/i386/isa/isa_dma.h
  1.25      +5 -5      src/sys/i386/isa/loran.c
  1.30      +3 -3      src/sys/i386/isa/wdreg.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?199912290433.UAA88685>