CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2010/06/29 14:30:33
Modified files:
share/man/man8 : Makefile
sys/arch/hp300/hp300: locore.s machdep.c trap.c
sys/arch/hppa/hppa: locore.S machdep.c
sys/arch/hppa/include: param.h pcb.h
sys/arch/mvme68k/mvme68k: locore.s trap.c
bin/systrace : openbsd-syscalls.c
etc/etc.hp300 : sysctl.conf
etc/etc.hppa : sysctl.conf
etc/etc.hppa64 : sysctl.conf
etc/etc.mvme68k: sysctl.conf
share/man/man4 : options.4
share/man/man7 : hier.7
sys/arch/hp300/conf: GENERIC files.hp300
sys/arch/hppa/conf: GENERIC files.hppa
sys/arch/hppa64/conf: GENERIC files.hppa64
sys/arch/hppa64/hppa64: machdep.c
sys/arch/m68k/include: param.h pcb.h pmap_motorola.h vmparam.h
sys/arch/m68k/m68k: cachectl.c pmap_motorola.c
sys/arch/mac68k/mac68k: locore.s
sys/arch/mvme68k/conf: GENERIC MVME147 MVME162 MVME167 MVME177
files.mvme68k
sys/conf : files
sys/kern : Makefile exec_conf.c
sys/sys : socket.h
usr.bin/kdump : kdump.c
Removed files:
share/man/man8 : compat_hpux.8
sys/arch/hp300/hp300: hpux_machdep.c
sys/arch/hp300/include: hpux_machdep.h
sys/arch/hppa/hppa: hpux_machdep.c
sys/arch/hppa/include: hpux_machdep.h
sys/arch/mvme68k/include: hpux_machdep.h
sys/arch/mvme68k/mvme68k: hpux_machdep.c
sys/compat/hpux: hpux.h hpux_compat.c hpux_exec.h hpux_file.c
hpux_sig.c hpux_sig.h hpux_syscall.h
hpux_syscallargs.h hpux_syscalls.c
hpux_termio.h hpux_tty.c hpux_util.h
sys/compat/hpux/hppa: Makefile files.hpux hpux_exec.c
hpux_exec.h hpux_sig2.c hpux_syscall.h
hpux_syscallargs.h hpux_syscalls.c
hpux_sysent.c syscalls.conf
syscalls.master
sys/compat/hpux/m68k: Makefile files.hpux hpux_exec.c
hpux_exec.h hpux_net.c hpux_sig2.c
hpux_syscall.h hpux_syscallargs.h
hpux_syscalls.c hpux_sysent.c
syscalls.conf syscalls.master
Log message:
Remove COMPAT_HPUX. No one wanted to support it and its fewmets were
blocking other cleanups
ok miod@