NetBSD/src 53c2a14 — doc CHANGES-2.0, share/tmac doc-common
Welcome to 2.0_RC4
Version | Delta | File | |
---|---|---|---|
1.1.2.498 | +6 | -1 | doc/CHANGES-2.0 |
1.188.2.7 | +2 | -2 | sys/sys/param.h |
1.61.2.5 | +2 | -2 | share/tmac/doc-common |
+10 | -5 | 3 files |
Welcome to 2.0_RC4
Version | Delta | File | |
---|---|---|---|
1.1.2.498 | +6 | -1 | doc/CHANGES-2.0 |
1.188.2.7 | +2 | -2 | sys/sys/param.h |
1.61.2.5 | +2 | -2 | share/tmac/doc-common |
+10 | -5 | 3 files |
Pullup rev 1.102-1.104 (requested by dan in ticket #909) Note potentially surprising file-saving behaviour in case of HTTP redirects.
Version | Delta | File | |
---|---|---|---|
1.101.2.1 | +10 | -2 | usr.bin/ftp/ftp.1 |
+10 | -2 | 1 files |
Pullup rev 1.60 (requested by simonb in ticket #908) - Dont let pagedaemon sleep while draining buf. - Estimate amount of memory to free at a time. - Factor out code to set watermark and ensure high > low. - Make the step of allocation possibility a bit seamless by moving the origin of curve from 0 to lowater mark. Improves interactive performance when there is heavy disk activity. PR#27057
Version | Delta | File | |
---|---|---|---|
1.59.2.1 | +13 | -10 | sys/uvm/uvm_pdaemon.c |
+13 | -10 | 1 files |
Pullup rev 1.133-1.136 (requested by simonb in ticket #908) - Dont let pagedaemon sleep while draining buf. - Estimate amount of memory to free at a time. - Factor out code to set watermark and ensure high > low. - Make the step of allocation possibility a bit seamless by moving the origin of curve from 0 to lowater mark. Improves interactive performance when there is heavy disk activity. PR#27057
Version | Delta | File | |
---|---|---|---|
1.122.2.4 | +42 | -28 | sys/kern/vfs_bio.c |
+42 | -28 | 1 files |
Pullup rev 1.39 (requested by manu in ticket #904) linux_sys_ioctl: map EPASSTHROUGH to EINVAL as sys_ioctl does. otherwise, linux_syscall() returns garbage, at least on i386.
Version | Delta | File | |
---|---|---|---|
1.38.4.1 | +35 | -16 | sys/compat/linux/common/linux_ioctl.c |
+35 | -16 | 1 files |
Pullup patch (requested by darrenr in ticket #902) * Prevent hang when attempting to flush state entries for ipv4 when ipv6 are present or vice versa * Fix matching of IPv6 state entries when the initial packet is a sent to a multicast address. This includes not updating the address as being fixed when a second (or further) such packet is seen before a reply. * Disable code, for now, that limited how many ICMP packets could match a state entry based on the number of real packets seen.
Version | Delta | File | |
---|---|---|---|
1.44.2.3 | +60 | -14 | sys/netinet/ip_state.c |
+60 | -14 | 1 files |
Pullup rev 1.26 (requested by bad in ticket #900) Interfaces that do checksum offloading indicate the checksum status of received packets in csum_flags in the packet header. Packets that are forwarded over the bridge need to have csum_flags cleared before being put on the output queue. Do so in bridge_enqueue(). PR#27007 PR#21831
Version | Delta | File | |
---|---|---|---|
1.22.2.1 | +7 | -2 | sys/net/if_bridge.c |
+7 | -2 | 1 files |
Regen for ticket #896
Version | Delta | File | |
---|---|---|---|
1.613.2.15 | +7 | -1 | sys/dev/pci/pcidevs_data.h |
1.615.2.15 | +2 | -1 | sys/dev/pci/pcidevs.h |
+9 | -2 | 2 files |
Pullup rev 1.10 (requested by he in ticket #896) Add support for Adaptec AAR 2810SA raid controller.
Version | Delta | File | |
---|---|---|---|
1.8.2.2 | +11 | -2 | sys/dev/pci/aac_pci.c |
+11 | -2 | 1 files |
Pullup rev 1.622 (requested by he in ticket #896) Add support for Adaptec AAR 2810SA raid controller.
Version | Delta | File | |
---|---|---|---|
1.615.2.15 | +2 | -1 | sys/dev/pci/pcidevs |
+2 | -1 | 1 files |
Pullup rev 1.89 (requested by is in ticket #895) Some code likes to mix MT_HEADER and MT_DATA. Revert this assertion until the usage of MT_HEADER vs. MT_DATA is better defined and implemented.
Version | Delta | File | |
---|---|---|---|
1.80.2.5 | +1 | -3 | sys/kern/uipc_mbuf.c |
+1 | -3 | 1 files |
Regen for ticket #884
Version | Delta | File | |
---|---|---|---|
1.47.4.2 | +7 | -1 | sys/compat/linux/arch/alpha/linux_syscallargs.h |
1.49.4.2 | +1 | -1 | sys/compat/linux/arch/alpha/linux_syscalls.c |
1.48.4.2 | +1 | -1 | sys/compat/linux/arch/alpha/linux_syscall.h |
1.48.4.2 | +1 | -1 | sys/compat/linux/arch/alpha/linux_sysent.c |
+10 | -4 | 4 files |
Pullup rev 1.48 (requested by jdolecek in ticket #884) Mmark linux_sys_shmget() STD, so that appropriate struct linux_sys_shmget_args would be defined for use by alpha linux_sysent.c
Version | Delta | File | |
---|---|---|---|
1.42.4.2 | +2 | -2 | sys/compat/linux/arch/alpha/syscalls.master |
+2 | -2 | 1 files |
Pullup rev 1.6 (requested by grant in ticket #891) Actually add a token to generate the value IPNY_TCPUDP as expected by the grammar. PR#25972
Version | Delta | File | |
---|---|---|---|
1.1.1.1.2.3 | +1 | -0 | dist/ipf/tools/ipnat_y.y |
+1 | -0 | 1 files |
Pullup rev 1.14 (requested by grant in ticket #890) The "keep options" only allow one order, not both as they should for proper backwards compatibility. PR#27086
Version | Delta | File | |
---|---|---|---|
1.1.1.1.2.8 | +2 | -3 | dist/ipf/tools/ipf_y.y |
+2 | -3 | 1 files |
Pullup rev 1.137 (requested by yamt in ticket #889) nfs_enterdircache: initialize dc_flags of a newly allocated dircache entry.
Version | Delta | File | |
---|---|---|---|
1.132.2.3 | +3 | -2 | sys/nfs/nfs_subs.c |
+3 | -2 | 1 files |
Pullup rev 1.69-1.70+patch (requested by jdolecek in ticket #888) Do not allow packets flagged with "out-of-window" (oow) to match "keep state" rules and try to prevent such rules ("keep state with oow") from being loaded into the kernel. PR#26581
Version | Delta | File | |
---|---|---|---|
1.61.2.8 | +20 | -2 | sys/netinet/fil.c |
+20 | -2 | 1 files |
Pullup rev 1.12 (requested by hubertf in ticket #886) Add a comment about that "Fast Data MMU Miss" may indicate a needed OBP upgrade.
Version | Delta | File | |
---|---|---|---|
1.8.2.3 | +13 | -2 | distrib/notes/sparc64/prep |
+13 | -2 | 1 files |
Pullup rev 1.16 (requested by oster in ticket #885) In cond_wait() and cond_timedwait(), do the ERRORCHECK testing of the waiters list in all cases, not just on cancellation; there are other sources of spurious wakeups, such as single-stepping in the debugger.
Version | Delta | File | |
---|---|---|---|
1.14.2.2 | +12 | -14 | lib/libpthread/pthread_cond.c |
+12 | -14 | 1 files |
Pullup rev 1.6 (requested by jdolecek in ticket #884) Fix linux handling of SysV-style shared memory. Fixed Linux VMware display problems.
Version | Delta | File | |
---|---|---|---|
1.5.4.1 | +2 | -1 | sys/compat/linux/common/linux_shm.h |
+2 | -1 | 1 files |
Pullup rev 1.24 (requested by jdolecek in ticket #884) Fix linux handling of SysV-style shared memory. Fixed Linux VMware display problems.
Version | Delta | File | |
---|---|---|---|
1.23.4.1 | +3 | -3 | sys/compat/linux/common/linux_ipccall.c |
+3 | -3 | 1 files |
Pullup rev 1.36-1.37 (requested by jdolecek in ticket #884) Fix linux handling of SysV-style shared memory. Fixed Linux VMware display problems.
Version | Delta | File | |
---|---|---|---|
1.35.2.1 | +5 | -2 | sys/sys/shm.h |
+5 | -2 | 1 files |
Pullup rev 1.78 (requested by jdolecek in ticket #884) Fix linux handling of SysV-style shared memory. Fixed Linux VMware display problems.
Version | Delta | File | |
---|---|---|---|
1.76.2.1 | +23 | -39 | sys/kern/sysv_shm.c |
+23 | -39 | 1 files |
Pullup rev 1.29 (requested by jdolecek in ticket #884) Fix linux handling of SysV-style shared memory. Fixed Linux VMware display problems.
Version | Delta | File | |
---|---|---|---|
1.28.4.1 | +25 | -10 | sys/compat/linux/common/linux_ipc.c |
+25 | -10 | 1 files |
Pullup patch (requested by he in ticket #883) Correct a few minor issue and add a new section about important notes" where the sendmail default startup is explained.
Version | Delta | File | |
---|---|---|---|
1.253.2.8 | +36 | -3 | distrib/notes/common/main |
1.16.2.1 | +2 | -4 | distrib/notes/i386/whatis |
+38 | -7 | 2 files |
Pullup rev 1.295 (requested by bouyer in ticket #882) Add a WD_QUIRK_FORCE_LBA48 quirck, which forces all access to use LBA48. Use it for ST3200822A, which has a broken firmware and return an error when accessing sector 0xfffffff with a LBA command.
Version | Delta | File | |
---|---|---|---|
1.274.2.8 | +17 | -4 | sys/dev/ata/wd.c |
+17 | -4 | 1 files |
Pullup rev 1.198 (requested by jdolecek in ticket #881) Adjust the change of rev. 1.190 so that trap signals not matching the reset condition are processed properly. PR#26687
Version | Delta | File | |
---|---|---|---|
1.189.2.6 | +43 | -53 | sys/kern/kern_sig.c |
+43 | -53 | 1 files |
Pullup rev 1.30 (requested by wiz in ticket #879) Minor update to note a few other archs for which booting directly from a RAID-1 set is supported. PR#27045.
Version | Delta | File | |
---|---|---|---|
1.29.2.1 | +4 | -3 | share/man/man4/raid.4 |
+4 | -3 | 1 files |
Pullup patch (requested by cube in ticket #877) Add documentation for route.conf
Version | Delta | File | |
---|---|---|---|
1.2.2.2 | +88 | -0 | share/man/man5/route.conf.5 |
1.47.2.1 | +3 | -2 | share/man/man5/Makefile |
1.672.2.10 | +3 | -1 | distrib/sets/lists/man/mi |
+94 | -3 | 3 files |
Pullup rev 1.8 (requested by martti in ticket #876) Allow \ at the end of line so long lines can be splitted and made more readable. Without this modification old IPF 3.x and 4.1.1 rules will not work with IPF 4.1.3.
Version | Delta | File | |
---|---|---|---|
1.1.1.1.2.4 | +2 | -0 | dist/ipf/tools/lexer.c |
+2 | -0 | 1 files |