usagi/kernel/linux24 Makefile usagi/kernel/linux24/Documentation Configure.help usagi/kernel/linux24/arch/i386/kernel acpi.c usagi/kernel/linux24/arch/x86_64 Makefile usagi/kernel/linux24/arch/x86_64/kernel io_apic.c usagi/kernel/linux24/arch/x86_64/mm k8topology.c ...
| Newsgroups | gmane.linux.ipv6.usagi.cvs |
|---|---|
| Message-ID | <[email protected]> |
yoshfuji 2004/04/14 22:50:15 JST
Modified files:
kernel/linux24 Makefile
kernel/linux24/Documentation Configure.help
kernel/linux24/arch/i386/kernel acpi.c
kernel/linux24/arch/x86_64 Makefile
kernel/linux24/arch/x86_64/kernel io_apic.c
kernel/linux24/arch/x86_64/mm k8topology.c
kernel/linux24/drivers/char/drm-4.0 r128_state.c
kernel/linux24/fs/jfs jfs_dmap.c jfs_dmap.h jfs_dtree.c
jfs_dtree.h jfs_extent.c jfs_imap.c
jfs_logmgr.c jfs_logmgr.h jfs_txnmgr.c
jfs_unicode.c jfs_xtree.c jfs_xtree.h
namei.c super.c
kernel/linux24/include/asm-ppc ppc_asm.h
kernel/linux24/include/net ipv6.h
kernel/linux24/net/ipv4 tcp_ipv4.c
kernel/linux24/net/ipv6 exthdrs.c tcp_ipv6.c
Log:
linux-2.4.26.
Revision Changes Path
1.53 +1 -1 usagi/kernel/linux24/Makefile
1.107 +14 -3 usagi/kernel/linux24/Documentation/Configure.help
1.10 +4 -0 usagi/kernel/linux24/arch/i386/kernel/acpi.c
1.6 +1 -1 usagi/kernel/linux24/arch/x86_64/Makefile
1.6 +5 -1 usagi/kernel/linux24/arch/x86_64/kernel/io_apic.c
1.6 +1 -1 usagi/kernel/linux24/arch/x86_64/mm/k8topology.c
1.2 +12 -0 usagi/kernel/linux24/drivers/char/drm-4.0/r128_state.c
1.4 +21 -15 usagi/kernel/linux24/fs/jfs/jfs_dmap.c
1.2 +0 -2 usagi/kernel/linux24/fs/jfs/jfs_dmap.h
1.5 +15 -11 usagi/kernel/linux24/fs/jfs/jfs_dtree.c
1.2 +0 -3 usagi/kernel/linux24/fs/jfs/jfs_dtree.h
1.4 +0 -1 usagi/kernel/linux24/fs/jfs/jfs_extent.c
1.4 +7 -0 usagi/kernel/linux24/fs/jfs/jfs_imap.c
1.7 +3 -2 usagi/kernel/linux24/fs/jfs/jfs_logmgr.c
1.4 +0 -1 usagi/kernel/linux24/fs/jfs/jfs_logmgr.h
1.5 +31 -30 usagi/kernel/linux24/fs/jfs/jfs_txnmgr.c
1.4 +2 -2 usagi/kernel/linux24/fs/jfs/jfs_unicode.c
1.4 +118 -97 usagi/kernel/linux24/fs/jfs/jfs_xtree.c
1.2 +2 -0 usagi/kernel/linux24/fs/jfs/jfs_xtree.h
1.5 +12 -10 usagi/kernel/linux24/fs/jfs/namei.c
1.6 +1 -1 usagi/kernel/linux24/fs/jfs/super.c
1.5 +2 -0 usagi/kernel/linux24/include/asm-ppc/ppc_asm.h
1.36 +2 -2 usagi/kernel/linux24/include/net/ipv6.h
1.82 +3 -2 usagi/kernel/linux24/net/ipv4/tcp_ipv4.c
1.42 +2 -2 usagi/kernel/linux24/net/ipv6/exthdrs.c
1.87 +2 -2 usagi/kernel/linux24/net/ipv6/tcp_ipv6.c