Module name:    kerntimestamp
Committed by:   vladb38
Date:           Tue Jul 31 13:24:07 UTC 2012

Modified Files:
        kerntimestamp/dev/pci: acardide.c aceride.c ahc_pci.c amr.c
            amrvar.h artsata.c cmdide.c cypide.c ehci_pci.c geodeide.c
            hptide.c if_age.c if_alc.c if_ale.c if_bce.c if_bge.c if_bnx.c
            if_cas.c if_et.c if_jme.c if_lii.c if_msk.c if_nfe.c if_pcn.c
            if_sip.c if_sk.c if_ste.c if_stge.c if_tl.c if_vge.c if_vr.c
            if_vte.c if_wm.c if_wmreg.h ifpci.c ifpci2.c iteide.c ixpide.c
            jmide.c nside.c optiide.c pcidevs.h pcidevs_data.h
            pciide_common.c pciidevar.h pdcide.c pdcsata.c piixide.c
            pucdata.c rccide.c rdcide.c satalink.c schide.c sdhc_pci.c
            siside.c slide.c stpcide.c svwsata.c toshide.c twa.c twavar.h
            viaide.c
        kerntimestamp/sys/kern: init_main.c init_sysent.c kern_exec.c
            kern_exit.c kern_fork.c kern_lwp.c kern_sleepq.c kern_synch.c
            kgdb_stub.c makesyscalls.sh subr_disk_mbr.c subr_disk_open.c
            subr_kmem.c sys_sig.c syscalls.c uipc_socket.c uipc_syscalls.c
            uipc_usrreq.c vfs_cache.c
        kerntimestamp/sys/netinet: icmp6.h
        kerntimestamp/sys/netinet6: ip6_output.c

Log Message:
added new context descriptor definitions

To generate a diff of this commit:
cvs -z3 rdiff -u -r1.1 -r1.2 kerntimestamp/dev/pci/amr.c \
    kerntimestamp/dev/pci/amrvar.h kerntimestamp/dev/pci/ehci_pci.c \
    kerntimestamp/dev/pci/if_age.c kerntimestamp/dev/pci/if_alc.c \
    kerntimestamp/dev/pci/if_ale.c kerntimestamp/dev/pci/if_bce.c \
    kerntimestamp/dev/pci/if_bge.c kerntimestamp/dev/pci/if_bnx.c \
    kerntimestamp/dev/pci/if_cas.c kerntimestamp/dev/pci/if_et.c \
    kerntimestamp/dev/pci/if_jme.c kerntimestamp/dev/pci/if_lii.c \
    kerntimestamp/dev/pci/if_msk.c kerntimestamp/dev/pci/if_nfe.c \
    kerntimestamp/dev/pci/if_pcn.c kerntimestamp/dev/pci/if_sip.c \
    kerntimestamp/dev/pci/if_sk.c kerntimestamp/dev/pci/if_ste.c \
    kerntimestamp/dev/pci/if_stge.c kerntimestamp/dev/pci/if_tl.c \
    kerntimestamp/dev/pci/if_vge.c kerntimestamp/dev/pci/if_vr.c \
    kerntimestamp/dev/pci/if_vte.c kerntimestamp/dev/pci/pucdata.c \
    kerntimestamp/dev/pci/sdhc_pci.c kerntimestamp/dev/pci/twa.c \
    kerntimestamp/dev/pci/twavar.h kerntimestamp/sys/kern/init_main.c \
    kerntimestamp/sys/kern/init_sysent.c kerntimestamp/sys/kern/kern_exec.c \
    kerntimestamp/sys/kern/kern_exit.c kerntimestamp/sys/kern/kern_fork.c \
    kerntimestamp/sys/kern/kern_lwp.c kerntimestamp/sys/kern/kern_sleepq.c \
    kerntimestamp/sys/kern/kern_synch.c kerntimestamp/sys/kern/kgdb_stub.c \
    kerntimestamp/sys/kern/makesyscalls.sh \
    kerntimestamp/sys/kern/subr_disk_open.c \
    kerntimestamp/sys/kern/subr_kmem.c kerntimestamp/sys/kern/sys_sig.c \
    kerntimestamp/sys/kern/syscalls.c kerntimestamp/sys/kern/uipc_syscalls.c \
    kerntimestamp/sys/kern/uipc_usrreq.c kerntimestamp/sys/kern/vfs_cache.c \
    kerntimestamp/sys/netinet/icmp6.h
cvs -z3 rdiff -u -r1.2 -r1.3 kerntimestamp/dev/pci/acardide.c \
    kerntimestamp/dev/pci/aceride.c kerntimestamp/dev/pci/artsata.c \
    kerntimestamp/dev/pci/cmdide.c kerntimestamp/dev/pci/cypide.c \
    kerntimestamp/dev/pci/geodeide.c kerntimestamp/dev/pci/hptide.c \
    kerntimestamp/dev/pci/if_wm.c kerntimestamp/dev/pci/if_wmreg.h \
    kerntimestamp/dev/pci/iteide.c kerntimestamp/dev/pci/ixpide.c \
    kerntimestamp/dev/pci/jmide.c kerntimestamp/dev/pci/nside.c \
    kerntimestamp/dev/pci/optiide.c kerntimestamp/dev/pci/pcidevs.h \
    kerntimestamp/dev/pci/pcidevs_data.h \
    kerntimestamp/dev/pci/pciide_common.c kerntimestamp/dev/pci/pciidevar.h \
    kerntimestamp/dev/pci/pdcide.c kerntimestamp/dev/pci/pdcsata.c \
    kerntimestamp/dev/pci/piixide.c kerntimestamp/dev/pci/rccide.c \
    kerntimestamp/dev/pci/rdcide.c kerntimestamp/dev/pci/satalink.c \
    kerntimestamp/dev/pci/schide.c kerntimestamp/dev/pci/siside.c \
    kerntimestamp/dev/pci/slide.c kerntimestamp/dev/pci/stpcide.c \
    kerntimestamp/dev/pci/svwsata.c kerntimestamp/dev/pci/toshide.c \
    kerntimestamp/dev/pci/viaide.c kerntimestamp/sys/kern/subr_disk_mbr.c \
    kerntimestamp/sys/kern/uipc_socket.c \
    kerntimestamp/sys/netinet6/ip6_output.c
cvs -z3 rdiff -u -r1.4 -r1.5 kerntimestamp/dev/pci/ahc_pci.c \
    kerntimestamp/dev/pci/ifpci.c kerntimestamp/dev/pci/ifpci2.c

To view a diff of this commit:
http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/kerntimestamp/dev/pci/amr.c?r1=1.1&r2=1.2
http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/kerntimestamp/dev/pci/amrvar.h?r1=1.1&r2=1.2
http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/kerntimestamp/dev/pci/ehci_pci.c?r1=1.1&r2=1.2
http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/kerntimestamp/dev/pci/if_age.c?r1=1.1&r2=1.2
http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/kerntimestamp/dev/pci/if_alc.c?r1=1.1&r2=1.2
http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/kerntimestamp/dev/pci/if_ale.c?r1=1.1&r2=1.2
http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/kerntimestamp/dev/pci/if_bce.c?r1=1.1&r2=1.2
http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/kerntimestamp/dev/pci/if_bge.c?r1=1.1&r2=1.2
http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/kerntimestamp/dev/pci/if_bnx.c?r1=1.1&r2=1.2
http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/kerntimestamp/dev/pci/if_cas.c?r1=1.1&r2=1.2
http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/kerntimestamp/dev/pci/if_et.c?r1=1.1&r2=1.2
http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/kerntimestamp/dev/pci/if_jme.c?r1=1.1&r2=1.2
http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/kerntimestamp/dev/pci/if_lii.c?r1=1.1&r2=1.2
http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/kerntimestamp/dev/pci/if_msk.c?r1=1.1&r2=1.2
http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/kerntimestamp/dev/pci/if_nfe.c?r1=1.1&r2=1.2
http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/kerntimestamp/dev/pci/if_pcn.c?r1=1.1&r2=1.2
http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/kerntimestamp/dev/pci/if_sip.c?r1=1.1&r2=1.2
http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/kerntimestamp/dev/pci/if_sk.c?r1=1.1&r2=1.2
http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/kerntimestamp/dev/pci/if_ste.c?r1=1.1&r2=1.2
http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/kerntimestamp/dev/pci/if_stge.c?r1=1.1&r2=1.2
http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/kerntimestamp/dev/pci/if_tl.c?r1=1.1&r2=1.2
http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/kerntimestamp/dev/pci/if_vge.c?r1=1.1&r2=1.2
http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/kerntimestamp/dev/pci/if_vr.c?r1=1.1&r2=1.2
http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/kerntimestamp/dev/pci/if_vte.c?r1=1.1&r2=1.2
http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/kerntimestamp/dev/pci/pucdata.c?r1=1.1&r2=1.2
http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/kerntimestamp/dev/pci/sdhc_pci.c?r1=1.1&r2=1.2
http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/kerntimestamp/dev/pci/twa.c?r1=1.1&r2=1.2
http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/kerntimestamp/dev/pci/twavar.h?r1=1.1&r2=1.2
http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/kerntimestamp/sys/kern/init_main.c?r1=1.1&r2=1.2
http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/kerntimestamp/sys/kern/init_sysent.c?r1=1.1&r2=1.2
http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/kerntimestamp/sys/kern/kern_exec.c?r1=1.1&r2=1.2
http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/kerntimestamp/sys/kern/kern_exit.c?r1=1.1&r2=1.2
http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/kerntimestamp/sys/kern/kern_fork.c?r1=1.1&r2=1.2
http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/kerntimestamp/sys/kern/kern_lwp.c?r1=1.1&r2=1.2
http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/kerntimestamp/sys/kern/kern_sleepq.c?r1=1.1&r2=1.2
http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/kerntimestamp/sys/kern/kern_synch.c?r1=1.1&r2=1.2
http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/kerntimestamp/sys/kern/kgdb_stub.c?r1=1.1&r2=1.2
http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/kerntimestamp/sys/kern/makesyscalls.sh?r1=1.1&r2=1.2
http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/kerntimestamp/sys/kern/subr_disk_open.c?r1=1.1&r2=1.2
http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/kerntimestamp/sys/kern/subr_kmem.c?r1=1.1&r2=1.2
http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/kerntimestamp/sys/kern/sys_sig.c?r1=1.1&r2=1.2
http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/kerntimestamp/sys/kern/syscalls.c?r1=1.1&r2=1.2
http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/kerntimestamp/sys/kern/uipc_syscalls.c?r1=1.1&r2=1.2
http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/kerntimestamp/sys/kern/uipc_usrreq.c?r1=1.1&r2=1.2
http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/kerntimestamp/sys/kern/vfs_cache.c?r1=1.1&r2=1.2
http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/kerntimestamp/sys/netinet/icmp6.h?r1=1.1&r2=1.2
http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/kerntimestamp/dev/pci/acardide.c?r1=1.2&r2=1.3
http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/kerntimestamp/dev/pci/aceride.c?r1=1.2&r2=1.3
http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/kerntimestamp/dev/pci/artsata.c?r1=1.2&r2=1.3
http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/kerntimestamp/dev/pci/cmdide.c?r1=1.2&r2=1.3
http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/kerntimestamp/dev/pci/cypide.c?r1=1.2&r2=1.3
http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/kerntimestamp/dev/pci/geodeide.c?r1=1.2&r2=1.3
http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/kerntimestamp/dev/pci/hptide.c?r1=1.2&r2=1.3
http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/kerntimestamp/dev/pci/if_wm.c?r1=1.2&r2=1.3
http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/kerntimestamp/dev/pci/if_wmreg.h?r1=1.2&r2=1.3
http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/kerntimestamp/dev/pci/iteide.c?r1=1.2&r2=1.3
http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/kerntimestamp/dev/pci/ixpide.c?r1=1.2&r2=1.3
http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/kerntimestamp/dev/pci/jmide.c?r1=1.2&r2=1.3
http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/kerntimestamp/dev/pci/nside.c?r1=1.2&r2=1.3
http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/kerntimestamp/dev/pci/optiide.c?r1=1.2&r2=1.3
http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/kerntimestamp/dev/pci/pcidevs.h?r1=1.2&r2=1.3
http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/kerntimestamp/dev/pci/pcidevs_data.h?r1=1.2&r2=1.3
http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/kerntimestamp/dev/pci/pciide_common.c?r1=1.2&r2=1.3
http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/kerntimestamp/dev/pci/pciidevar.h?r1=1.2&r2=1.3
http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/kerntimestamp/dev/pci/pdcide.c?r1=1.2&r2=1.3
http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/kerntimestamp/dev/pci/pdcsata.c?r1=1.2&r2=1.3
http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/kerntimestamp/dev/pci/piixide.c?r1=1.2&r2=1.3
http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/kerntimestamp/dev/pci/rccide.c?r1=1.2&r2=1.3
http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/kerntimestamp/dev/pci/rdcide.c?r1=1.2&r2=1.3
http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/kerntimestamp/dev/pci/satalink.c?r1=1.2&r2=1.3
http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/kerntimestamp/dev/pci/schide.c?r1=1.2&r2=1.3
http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/kerntimestamp/dev/pci/siside.c?r1=1.2&r2=1.3
http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/kerntimestamp/dev/pci/slide.c?r1=1.2&r2=1.3
http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/kerntimestamp/dev/pci/stpcide.c?r1=1.2&r2=1.3
http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/kerntimestamp/dev/pci/svwsata.c?r1=1.2&r2=1.3
http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/kerntimestamp/dev/pci/toshide.c?r1=1.2&r2=1.3
http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/kerntimestamp/dev/pci/viaide.c?r1=1.2&r2=1.3
http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/kerntimestamp/sys/kern/subr_disk_mbr.c?r1=1.2&r2=1.3
http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/kerntimestamp/sys/kern/uipc_socket.c?r1=1.2&r2=1.3
http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/kerntimestamp/sys/netinet6/ip6_output.c?r1=1.2&r2=1.3
http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/kerntimestamp/dev/pci/ahc_pci.c?r1=1.4&r2=1.5
http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/kerntimestamp/dev/pci/ifpci.c?r1=1.4&r2=1.5
http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/kerntimestamp/dev/pci/ifpci2.c?r1=1.4&r2=1.5

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
NetBSD-SoC-cvs mailing list
NetBSD-SoC-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/netbsd-soc-cvs

Reply via email to