usagi/kernel/linux25/arch/arm26 Config.help config.in usagi/kernel/linux25/arch/arm26/kernel arch.c usagi/kernel/linux25/arch/arm26/machine arch.c usagi/kernel/linux25/arch/cris README.mm vmlinux.lds.S usagi/kernel/linux25/arch/cris/boot Makefile usagi/kernel/linux25/arch/cris/boot/compressed ...
| Newsgroups | gmane.linux.ipv6.usagi.cvs |
|---|---|
| Message-ID | <[email protected]> |
yoshfuji 2003/07/11 09:54:55 JST
Modified files:
kernel/linux25/drivers/ide ide-probe.c
kernel/linux25/fs/ext3 acl.c
kernel/linux25/include/linux slab.h xfrm.h
kernel/linux25/include/net ipv6.h tcp.h xfrm.h
kernel/linux25/net netsyms.c
kernel/linux25/net/ipv4 raw.c
kernel/linux25/net/ipv6 addrconf.c proc.c sit.c tcp_ipv6.c
kernel/linux25/net/key af_key.c
kernel/linux25/net/xfrm xfrm_policy.c xfrm_user.c
Removed files:
kernel/linux25/arch/arm26 Config.help config.in
kernel/linux25/arch/arm26/kernel arch.c
kernel/linux25/arch/arm26/machine arch.c
kernel/linux25/arch/cris README.mm vmlinux.lds.S
kernel/linux25/arch/cris/boot Makefile
kernel/linux25/arch/cris/boot/compressed Makefile README
decompress.ld head.S
misc.c
kernel/linux25/arch/cris/boot/rescue Makefile head.S
kimagerescue.S rescue.ld
testrescue.S
kernel/linux25/arch/cris/boot/tools build.c
kernel/linux25/arch/cris/drivers Kconfig Makefile
axisflashmap.c ds1302.c
eeprom.c ethernet.c gpio.c
i2c.c i2c.h ide.c parport.c
serial.c serial.h
sync_serial.c usb-host.c
usb-host.h
kernel/linux25/arch/cris/drivers/bluetooth Makefile
kernel/linux25/arch/cris/drivers/lpslave Makefile bintocarr.pl
e100lpslave.README
e100lpslave.S
e100lpslave.h
e100lpslaveld
e100lpslavenet.c
kernel/linux25/arch/cris/kernel debugport.c entry.S
entryoffsets.c head.S kgdb.c
shadows.c signal.c
kernel/linux25/arch/cris/lib Makefile checksum.S
checksumcopy.S csumcpfruser.S
dmacopy.c dram_init.S
hw_settings.S memset.c
old_checksum.c string.c
usercopy.c
kernel/linux25/arch/ia64/sn/io ate_utils.c
kernel/linux25/arch/ia64/sn/io/sn2 l1.c
kernel/linux25/arch/ppc/boot/simple direct.S
kernel/linux25/arch/ppc/configs zx4500_defconfig
kernel/linux25/arch/ppc/platforms menf1.h menf1_pci.c
menf1_setup.c
sandpoint_pci.c
sandpoint_serial.h
sandpoint_setup.c zx4500.h
zx4500_pci.c zx4500_serial.h
zx4500_setup.c
kernel/linux25/fs/xfs/linux xfs_syncd.c
kernel/linux25/include/asm-arm26 arch.h
kernel/linux25/include/asm-cris hdreg.h ide.h smp_lock.h
sv_addr.agh sv_addr_ag.h
svinto.h sync_serial.h
kernel/linux25/include/asm-ia64/sn ate_utils.h systeminfo.h
kernel/linux25/usr initramfs_data.scr
Log:
linux-2.5.75.
Revision Changes Path
1.28 +15 -5 usagi/kernel/linux25/drivers/ide/ide-probe.c
1.10 +82 -71 usagi/kernel/linux25/fs/ext3/acl.c
1.4 +4 -0 usagi/kernel/linux25/include/linux/slab.h
1.8 +8 -1 usagi/kernel/linux25/include/linux/xfrm.h
1.27 +3 -1 usagi/kernel/linux25/include/net/ipv6.h
1.10 +0 -7 usagi/kernel/linux25/include/net/tcp.h
1.27 +8 -5 usagi/kernel/linux25/include/net/xfrm.h
1.35 +1 -0 usagi/kernel/linux25/net/netsyms.c
1.10 +1 -1 usagi/kernel/linux25/net/ipv4/raw.c
1.41 +1 -2 usagi/kernel/linux25/net/ipv6/addrconf.c
1.6 +1 -1 usagi/kernel/linux25/net/ipv6/proc.c
1.7 +6 -0 usagi/kernel/linux25/net/ipv6/sit.c
1.25 +11 -11 usagi/kernel/linux25/net/ipv6/tcp_ipv6.c
1.16 +2 -9 usagi/kernel/linux25/net/key/af_key.c
1.6 +77 -43 usagi/kernel/linux25/net/xfrm/xfrm_policy.c
1.6 +50 -6 usagi/kernel/linux25/net/xfrm/xfrm_user.c