usagi CHANGELOG.USAGI usagi/kernel/linux26/include/linux sysctl.h times.h usagi/kernel/linux26/kernel sysctl.c usagi/kernel/linux26/net/core neighbour.c usagi/kernel/linux26/net/decnet dn_route.c usagi/kernel/linux26/net/ipv4 route.c ...
| Newsgroups | gmane.linux.ipv6.usagi.cvs |
|---|---|
| Message-ID | <[email protected]> |
yoshfuji 2003/11/11 05:07:19 JST
Modified files:
. CHANGELOG.USAGI
kernel/linux26/include/linux sysctl.h times.h
kernel/linux26/kernel sysctl.c
kernel/linux26/net/core neighbour.c
kernel/linux26/net/decnet dn_route.c
kernel/linux26/net/ipv4 route.c
kernel/linux26/net/ipv6 route.c
Log:
* kernel/linux26/include/linux/times.h: nees asm/param.h.
* kernel/linux26/{include/linux/sysctl.h,kernel/sysctl.c,
net/{ipv4/route.c,ipv6/route.c,decnet/dn_route.c,core/neighbour.c}}:
normalize jiffies reported to userspace.
Revision Changes Path
1.709 +8 -1 usagi/CHANGELOG.USAGI
1.17 +2 -0 usagi/kernel/linux26/include/linux/sysctl.h
1.2 +48 -0 usagi/kernel/linux26/include/linux/times.h
1.2 +880 -225 usagi/kernel/linux26/kernel/sysctl.c
1.12 +5 -4 usagi/kernel/linux26/net/core/neighbour.c
1.7 +3 -2 usagi/kernel/linux26/net/decnet/dn_route.c
1.17 +3 -2 usagi/kernel/linux26/net/ipv4/route.c
1.36 +4 -3 usagi/kernel/linux26/net/ipv6/route.c