DragonFly BSD
DragonFly commits List (threaded) for 2006-05
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

cvs commit: src/etc/defaults rc.conf src/etc/mtree BSD.usr.dist src/etc/rc.d archdep src/share/examples/ibcs2 README hello.uu src/share/man/man5 rc.conf.5 src/sys Makefile src/sys/boot/forth loader-bootp.conf loader.conf src/sys/conf files.i386 ...


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Sat, 20 May 2006 11:26:36 -0700 (PDT)

dillon      2006/05/20 11:26:36 PDT

DragonFly src repository

  Modified files:
    etc/defaults         rc.conf 
    etc/mtree            BSD.usr.dist 
    etc/rc.d             archdep 
    share/man/man5       rc.conf.5 
    sys                  Makefile 
    sys/boot/forth       loader-bootp.conf loader.conf 
    sys/conf             files.i386 options.amd64 options.i386 
    sys/dev/misc         Makefile 
    sys/emulation        Makefile 
    sys/i386/conf        LINT 
  Removed files:
    share/examples/ibcs2 README hello.uu 
    sys/dev/misc/streams Makefile streams.c 
    sys/emulation/ibcs2  Makefile 
    sys/emulation/ibcs2/coff Makefile imgact_coff.c 
    sys/emulation/ibcs2/i386 Makefile Makefile.misc coff.h 
                             ibcs2_dirent.h ibcs2_errno.c 
                             ibcs2_errno.h ibcs2_fcntl.c 
                             ibcs2_fcntl.h ibcs2_ioctl.c 
                             ibcs2_ioctl.h ibcs2_ipc.c ibcs2_ipc.h 
                             ibcs2_isc.c ibcs2_isc_syscall.h 
                             ibcs2_isc_sysent.c ibcs2_misc.c 
                             ibcs2_mount.h ibcs2_msg.c 
                             ibcs2_other.c ibcs2_poll.h 
                             ibcs2_proto.h ibcs2_signal.c 
                             ibcs2_signal.h ibcs2_socksys.c 
                             ibcs2_socksys.h ibcs2_stat.c 
                             ibcs2_stat.h ibcs2_statfs.h 
                             ibcs2_stropts.h ibcs2_syscall.h 
                             ibcs2_sysent.c ibcs2_sysi86.c 
                             ibcs2_sysvec.c ibcs2_termios.h 
                             ibcs2_time.h ibcs2_types.h 
                             ibcs2_union.h ibcs2_unistd.h 
                             ibcs2_ustat.h ibcs2_util.c 
                             ibcs2_util.h ibcs2_utime.h 
                             ibcs2_utsname.h ibcs2_xenix.c 
                             ibcs2_xenix.h ibcs2_xenix_syscall.h 
                             ibcs2_xenix_sysent.c syscalls.conf 
                             syscalls.isc syscalls.isc.conf 
                             syscalls.master syscalls.xenix 
                             syscalls.xenix.conf 
    sys/emulation/svr4   Makefile Makefile.misc README TO-DO 
                         imgact_svr4.c svr4.h svr4_acl.h 
                         svr4_dirent.h svr4_errno.h svr4_exec.h 
                         svr4_fcntl.c svr4_fcntl.h svr4_filio.c 
                         svr4_filio.h svr4_fuser.h svr4_hrt.h 
                         svr4_ioctl.c svr4_ioctl.h svr4_ipc.c 
                         svr4_ipc.h svr4_misc.c svr4_mman.h 
                         svr4_proto.h svr4_resource.c 
                         svr4_resource.h svr4_siginfo.h 
                         svr4_signal.c svr4_signal.h svr4_socket.c 
                         svr4_socket.h svr4_sockio.c svr4_sockio.h 
                         svr4_sockmod.h svr4_stat.c svr4_stat.h 
                         svr4_statvfs.h svr4_stream.c 
                         svr4_stropts.h svr4_syscall.h 
                         svr4_syscallnames.c svr4_sysconfig.h 
                         svr4_sysent.c svr4_systeminfo.h 
                         svr4_sysvec.c svr4_termios.c 
                         svr4_termios.h svr4_time.h svr4_timod.h 
                         svr4_ttold.c svr4_ttold.h svr4_types.h 
                         svr4_ucontext.h svr4_ulimit.h 
                         svr4_union.h svr4_ustat.h svr4_util.h 
                         svr4_utsname.h svr4_wait.h syscalls.conf 
                         syscalls.master 
    sys/emulation/svr4/i386 svr4_genassym.c svr4_locore.s 
                            svr4_machdep.c svr4_machdep.h 
  Log:
  Remove the (unmaintained for 10+ years) svr4 and ibcs2 emulation code.
  Poof, gone.
  
  Revision  Changes    Path
  1.31      +0 -3      src/etc/defaults/rc.conf
  1.42      +0 -2      src/etc/mtree/BSD.usr.dist
  1.5       +0 -20     src/etc/rc.d/archdep
  1.18      +0 -15     src/share/man/man5/rc.conf.5
  1.11      +1 -2      src/sys/Makefile
  1.8       +0 -4      src/sys/boot/forth/loader-bootp.conf
  1.14      +0 -4      src/sys/boot/forth/loader.conf
  1.40      +0 -51     src/sys/conf/files.i386
  1.8       +0 -2      src/sys/conf/options.amd64
  1.17      +0 -2      src/sys/conf/options.i386
  1.4       +1 -1      src/sys/dev/misc/Makefile
  1.3       +1 -1      src/sys/emulation/Makefile
  1.79      +0 -21     src/sys/i386/conf/LINT


http://www.dragonflybsd.org/cvsweb/src/etc/defaults/rc.conf.diff?r1=1.30&r2=1.31&f=u
http://www.dragonflybsd.org/cvsweb/src/etc/mtree/BSD.usr.dist.diff?r1=1.41&r2=1.42&f=u
http://www.dragonflybsd.org/cvsweb/src/etc/rc.d/archdep.diff?r1=1.4&r2=1.5&f=u
http://www.dragonflybsd.org/cvsweb/src/share/man/man5/rc.conf.5.diff?r1=1.17&r2=1.18&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/Makefile.diff?r1=1.10&r2=1.11&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/boot/forth/loader-bootp.conf.diff?r1=1.7&r2=1.8&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/boot/forth/loader.conf.diff?r1=1.13&r2=1.14&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/conf/files.i386.diff?r1=1.39&r2=1.40&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/conf/options.amd64.diff?r1=1.7&r2=1.8&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/conf/options.i386.diff?r1=1.16&r2=1.17&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/dev/misc/Makefile.diff?r1=1.3&r2=1.4&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/emulation/Makefile.diff?r1=1.2&r2=1.3&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/i386/conf/LINT.diff?r1=1.78&r2=1.79&f=u



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]