usagi/kernel/linux25/Documentation/usb dma.txt usagi/kernel/linux25/arch/ia64/sn Makefile usagi/kernel/linux25/arch/ia64/sn/io alenlist.c eeprom.c efi-rtc.c hcl.c hcl_util.c hubdev.c hubspc.c ifconfig_net.c invent.c ioconfig_bus.c klconflib.c klgraph.c klgraph_hack.c l1.c ...

[email protected]
Newsgroups gmane.linux.ipv6.usagi.cvs
Message-ID <[email protected]>
yoshfuji    2003/06/23 04:13:59 JST

  Modified files:
    kernel/linux25/Documentation/usb dma.txt 
    kernel/linux25/arch/ia64/sn Makefile 
    kernel/linux25/drivers/i2c/chips Kconfig Makefile adm1021.c 
    kernel/linux25/drivers/pcmcia i82365.c 
    kernel/linux25/drivers/usb Makefile.lib 
    kernel/linux25/fs/ext3 acl.c 
    kernel/linux25/include/linux skbuff.h 
    kernel/linux25/include/net tcp.h 
    kernel/linux25/net   netsyms.c 
    kernel/linux25/net/core flow.c 
    kernel/linux25/net/ipv4 arp.c igmp.c ip_output.c raw.c 
                            tcp_ipv4.c udp.c 
    kernel/linux25/net/ipv6 icmp.c ip6_output.c mcast.c ndisc.c 
                            raw.c tcp_ipv6.c udp.c xfrm6_policy.c 
    kernel/linux25/net/key af_key.c 
  Removed files:
    kernel/linux25/arch/ia64/sn/io alenlist.c eeprom.c efi-rtc.c 
                                   hcl.c hcl_util.c hubdev.c 
                                   hubspc.c ifconfig_net.c 
                                   invent.c ioconfig_bus.c 
                                   klconflib.c klgraph.c 
                                   klgraph_hack.c l1.c 
                                   l1_command.c labelcl.c 
                                   ml_SN_init.c ml_iograph.c 
                                   module.c pci.c pci_bus_cvlink.c 
                                   pci_dma.c pciba.c pciio.c 
                                   sgi_io_init.c stubs.c xbow.c 
                                   xtalk.c 
    kernel/linux25/arch/ia64/sn/io/sn1 hub_intr.c hubcounters.c 
                                       huberror.c ip37.c 
                                       mem_refcnt.c ml_SN_intr.c 
                                       pcibr.c 
    kernel/linux25/arch/ia64/sn/io/sn2 pci_bus_cvlink.c 
                                       sgi_io_init.c 
    kernel/linux25/arch/ia64/sn/io/sn2/pcibr pcibr_idbg.c 
    kernel/linux25/arch/ia64/sn/kernel iomv.c llsc4.c llsc4.h 
                                       misctest.c sn_asm.S 
    kernel/linux25/arch/ia64/sn/kernel/sn1 Makefile cache.c 
                                           error.c iomv.c 
                                           sn1_smp.c synergy.c 
    kernel/linux25/arch/ia64/sn/kernel/sn2 iomv.c 
    kernel/linux25/arch/ia64/tools Makefile print_offsets.awk 
                                   print_offsets.c 
    kernel/linux25/drivers/pcmcia yenta.c yenta.h 
    kernel/linux25/drivers/scsi eata.h u14-34f.h 
    kernel/linux25/include/asm-ia64/sn bte_copy.h eeprom.h gda.h 
                                       hack.h hires_clock.h idle.h 
                                       intr_public.h mca.h nic.h 
                                       pio_flush.h sn_pio_sync.h 
                                       snconfig.h 
    kernel/linux25/include/asm-ia64/sn/pci pciba.h 
    kernel/linux25/include/asm-ia64/sn/sn1 addrs.h arch.h 
                                           bedrock.h hubdev.h 
                                           hubio.h hubio_next.h 
                                           hublb.h hublb_next.h 
                                           hubmd.h hubmd_next.h 
                                           hubni.h hubni_next.h 
                                           hubpi.h hubpi_next.h 
                                           hubspc.h hubstat.h 
                                           hubxb.h hubxb_next.h 
                                           hwcntrs.h intr.h 
                                           intr_public.h 
                                           ip27config.h 
                                           mem_refcnt.h 
                                           mmzone_sn1.h slotnum.h 
                                           sn_private.h synergy.h 
    kernel/linux25/include/asm-ia64/sn/sn2 mmzone_sn2.h 
  Log:
  linux-2.5.73.
  
  Revision  Changes    Path
  1.2       +22 -10    usagi/kernel/linux25/Documentation/usb/dma.txt
  1.4       +1 -1      usagi/kernel/linux25/arch/ia64/sn/Makefile
  1.7       +14 -0     usagi/kernel/linux25/drivers/i2c/chips/Kconfig
  1.5       +1 -0      usagi/kernel/linux25/drivers/i2c/chips/Makefile
  1.8       +14 -4     usagi/kernel/linux25/drivers/i2c/chips/adm1021.c
  1.10      +4 -3      usagi/kernel/linux25/drivers/pcmcia/i82365.c
  1.4       +1 -0      usagi/kernel/linux25/drivers/usb/Makefile.lib
  1.9       +4 -2      usagi/kernel/linux25/fs/ext3/acl.c
  1.4       +15 -15    usagi/kernel/linux25/include/linux/skbuff.h
  1.8       +2 -1      usagi/kernel/linux25/include/net/tcp.h
  1.33      +2 -1      usagi/kernel/linux25/net/netsyms.c
  1.4       +30 -7     usagi/kernel/linux25/net/core/flow.c
  1.5       +9 -8      usagi/kernel/linux25/net/ipv4/arp.c
  1.9       +17 -8     usagi/kernel/linux25/net/ipv4/igmp.c
  1.7       +4 -1      usagi/kernel/linux25/net/ipv4/ip_output.c
  1.7       +1 -4      usagi/kernel/linux25/net/ipv4/raw.c
  1.19      +13 -13    usagi/kernel/linux25/net/ipv4/tcp_ipv4.c
  1.14      +0 -2      usagi/kernel/linux25/net/ipv4/udp.c
  1.37      +0 -6      usagi/kernel/linux25/net/ipv6/icmp.c
  1.34      +4 -1      usagi/kernel/linux25/net/ipv6/ip6_output.c
  1.4       +10 -1     usagi/kernel/linux25/net/ipv6/mcast.c
  1.23      +6 -7      usagi/kernel/linux25/net/ipv6/ndisc.c
  1.23      +1 -4      usagi/kernel/linux25/net/ipv6/raw.c
  1.23      +3 -3      usagi/kernel/linux25/net/ipv6/tcp_ipv6.c
  1.36      +0 -2      usagi/kernel/linux25/net/ipv6/udp.c
  1.8       +12 -3     usagi/kernel/linux25/net/ipv6/xfrm6_policy.c
  1.14      +1 -3      usagi/kernel/linux25/net/key/af_key.c
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.