Āp170917 83 180 300 143 134 150 231 453 147 260 208 133 157 649 1511 225 462 134 181 183 140 129 116 118 209 115 202 169 202 484 98 403 175 292 402 459 186 327 170 233 216 243 325 171 131 582 622 271 147 241 169 164 433 846 225 314 294 208 158 322 1620 249 395 497 198 216 218 222 234 198 226 197 244 201 381 701 415 392 280 233 166 162 245 158 K 10 svn:author V 5 rafan K 8 svn:date V 27 2007-06-18T09:00:01.000000Z K 7 svn:log V 86 /usr/lib/libvgl.so.4 was bumped last month (20070521). Approved by: delphij (mentor) END K 10 svn:author V 3 pjd K 8 svn:date V 27 2007-06-18T09:28:24.000000Z K 7 svn:log V 207 We only flush entries related to the given file system. Currently there are no 'invalid' cache entires - file system is responsible for keeping it that way. The comment should have been updated in rev.1.25. END K 10 svn:author V 8 brueffer K 8 svn:date V 27 2007-06-18T10:20:32.000000Z K 7 svn:log V 46 Major cleanup: mdoc macros, style, typos etc. END K 10 svn:author V 3 yar K 8 svn:date V 27 2007-06-18T12:03:02.000000Z K 7 svn:log V 42 Note PAM support in atrun(8) and cron(8). END K 10 svn:author V 3 rrs K 8 svn:date V 27 2007-06-18T13:57:37.000000Z K 7 svn:log V 58 Add additional logging level mask for packet_logging too. END K 10 svn:author V 7 delphij K 8 svn:date V 27 2007-06-18T14:40:19.000000Z K 7 svn:log V 134 Use vfs_timestamp() instead of nanotime() - make it up to the user to make decisions about how detail they wanted timestamps to have. END K 10 svn:author V 5 maxim K 8 svn:date V 27 2007-06-18T17:52:37.000000Z K 7 svn:log V 358 o Make ipfw set more robust -- now it is possible: - to show a specific set: ipfw set 3 show - to delete rules from the set: ipfw set 9 delete 100 200 300 - to flush the set: ipfw set 4 flush - to reset rules counters in the set: ipfw set 1 zero PR: kern/113388 Submitted by: Andrey V. Elsukov Approved by: re (kensmith) MFC after: 6 weeks END K 10 svn:author V 6 scottl K 8 svn:date V 27 2007-06-18T18:28:43.000000Z K 7 svn:log V 52 Fix some debugging code that crept in accidentally. END K 10 svn:author V 5 rafan K 8 svn:date V 27 2007-06-18T18:47:54.000000Z K 7 svn:log V 165 - Bump share library version which were missed in last bump Reported by: jhb Discussed with: deischen, des, doubg, harti Approved by: re (kensmith) END K 10 svn:author V 5 rafan K 8 svn:date V 27 2007-06-18T18:50:59.000000Z K 7 svn:log V 113 - Add liblwres.so.10 which is now .30 after latest bind import - Add obsolete libraries which got a version bump END K 10 svn:author V 8 brueffer K 8 svn:date V 27 2007-06-18T18:58:15.000000Z K 7 svn:log V 36 Complete SYNOPSIS and some cleanup. END K 10 svn:author V 8 brueffer K 8 svn:date V 27 2007-06-18T19:19:02.000000Z K 7 svn:log V 60 Remove some stuff I accidently left in the previous commit. END K 10 svn:author V 6 marius K 8 svn:date V 27 2007-06-18T21:46:07.000000Z K 7 svn:log V 553 For sun4u also add PCI busses with a device unit number of -1 instead of using the PCI bus number, like it's already done for sun4v in order to deal properly with independently numbered PCI domains which can't be reenumerated (in the case of sun4u f.e. Tomatillo bridges). For machines where we need to reenumerate all PCI busses this change obviously introduces the theoretical cosmetic problem that the device number of the PCI bus no longer equals to its PCI bus number. In practice this doesn't happen as both are assigned linearly and in parallel. END K 10 svn:author V 6 marius K 8 svn:date V 27 2007-06-18T21:49:42.000000Z K 7 svn:log V 1414 - Move ofw_pci_alloc_busno() to the ofw_pci KOBJ interface, allowing the driver for the host-PCI-bridge to indicate that reenumeration of the PCI busses isn't supported by returning -1 instead of a valid PCI bus number. This is needed in order support both Tomatillo, which don't support reenumeration and thus are apparently intended to be used for independently numbered PCI domains only, and Psycho bridges, whose busses need to be reenumerated on at least some E450, without the #ifndef currently used for sun4v in order to support multiple independently PCI domains. The actual allocation/incrementation of the PCI bus numbers is now done in psycho(4), though it no longer establish a mapping between bus numbers and device nodes like ofw_pci_alloc_busno() did as that functionality wasn't used (but can easily brought back if really needed). The now no longer used sys/sparc64/pci/ofw_pci.c is also removed from sys/conf/files.sun4v as ofw_pci_alloc_busno() wasn't used there in the first place. - In ofw_pci_default_{adjust_busrange,intr_pending}() sanity check that the device has a parent before passing it on. - Make psycho_softcs static to sys/sparc64/pci/psycho.c as it's not used outside of that module. - In sys/sparc64/pci/ofw_pcib_subr.c remove the superfluous inclusion of opt_global.h and correct the debug output for adjusting the subordinate bus number. END K 10 svn:author V 3 rrs K 8 svn:date V 27 2007-06-18T21:59:15.000000Z K 7 svn:log V 132 - Fixes cstatic issues found by cisco sa tool (missing frees and such on error legs) - align sctp_sockstore to 64 bit boundary .. END K 10 svn:author V 6 marius K 8 svn:date V 27 2007-06-18T22:15:17.000000Z K 7 svn:log V 366 According to the default font size on sparc64 provide a 12 x 22 mouse pointer instead of a 8 x 16 one so device drivers don't need to bring there own one there and in gfb_mouse() (ab)use the pixel_mask argument of putm() to pass along on/off info as erasing the mouse cursor image by redrawing the text underneath doesn't work as we use hardware cursors on sparc64. END K 10 svn:author V 3 imp K 8 svn:date V 27 2007-06-18T22:23:20.000000Z K 7 svn:log V 42 Finish removing usb_port.h compat macros. END K 10 svn:author V 3 imp K 8 svn:date V 27 2007-06-18T22:24:32.000000Z K 7 svn:log V 89 finish removing usb_port.h macros. Use device_foo_t to declare functions a little de-k&r END K 10 svn:author V 3 imp K 8 svn:date V 27 2007-06-18T22:25:46.000000Z K 7 svn:log V 91 Use device_foo_t to declare kobj methods Fix shutdown type to return int rather than void. END K 10 svn:author V 3 imp K 8 svn:date V 27 2007-06-18T22:26:41.000000Z K 7 svn:log V 48 Explicitly use usb_port.h to get compat macros. END K 10 svn:author V 3 imp K 8 svn:date V 27 2007-06-18T22:27:57.000000Z K 7 svn:log V 37 Finish removal of usb_port.h macros. END K 10 svn:author V 3 imp K 8 svn:date V 27 2007-06-18T22:28:32.000000Z K 7 svn:log V 24 Expand usb_callout_init END K 10 svn:author V 3 imp K 8 svn:date V 27 2007-06-18T22:30:08.000000Z K 7 svn:log V 26 Expand usb_port.h macros. END K 10 svn:author V 3 imp K 8 svn:date V 27 2007-06-18T22:30:53.000000Z K 7 svn:log V 116 Remove usb_port.h from usb.h, except for one or two useful things that don't belong there (these moved into usb.h). END K 10 svn:author V 3 imp K 8 svn:date V 27 2007-06-18T22:31:35.000000Z K 7 svn:log V 23 Expand usb_port macros END K 10 svn:author V 3 imp K 8 svn:date V 27 2007-06-18T22:32:09.000000Z K 7 svn:log V 109 Mark the few remaining drivers that haven't been converted as needing usb_port.h by explicitly including it. END K 10 svn:author V 3 rrs K 8 svn:date V 27 2007-06-18T22:36:52.000000Z K 7 svn:log V 77 - Two more static analisys bugs found by cisco's tool on a subsequent run. END K 10 svn:author V 5 ariff K 8 svn:date V 27 2007-06-18T22:39:27.000000Z K 7 svn:log V 107 Fix headphone jack sensing support for Olivetti Olibook 610-430 XPSE. Tested by: Gonzalo Lionel Rodriguez END K 10 svn:author V 3 jhb K 8 svn:date V 27 2007-06-18T22:44:59.000000Z K 7 svn:log V 391 MFC: Support for running 32-bit multithreaded binaries using libthr on amd64 including: - Add 32-bit wrappers for thr_new(), thr_suspend(), and the umtx system calls. - Add support to amd64 for constructing thread upcalls for 32-bit processes. - Leave %fs and %gs alone in the signal trampoline for 32-bit processes on amd64. - Add 'casuword32()' to amd64 and ia64. Tested by: emaste END K 10 svn:author V 3 jhb K 8 svn:date V 27 2007-06-18T22:45:41.000000Z K 7 svn:log V 7 Regen. END K 10 svn:author V 3 pav K 8 svn:date V 27 2007-06-18T22:49:13.000000Z K 7 svn:log V 310 - Replace rather inefficient bubble sort with a recursive depth-first search. This speeds up registration of packages considerably. - style(9) police welcome! PR: bin/112630 Submitted by: Stephen Montgomery-Smith Tested by: bento i386 experimental run MFC after: 14 days END K 10 svn:author V 7 delphij K 8 svn:date V 27 2007-06-19T10:28:08.000000Z K 7 svn:log V 79 Include usb_port.h to fix build. Reported by: tinderbox Approved by: re (mux) END K 10 svn:author V 3 kib K 8 svn:date V 27 2007-06-19T13:13:17.000000Z K 7 svn:log V 199 Add the witness warning for free_unr. Function could sleep, thus callers shall not have any non-sleepable locks held. Submitted by: Hans Petter Selasky Approved by: re (kensmith) END K 10 svn:author V 3 kib K 8 svn:date V 27 2007-06-19T13:19:23.000000Z K 7 svn:log V 309 devfs_free() calls free_unr(), that may sleep. Postpone call to devfs_free() after cdev mutex is dropped. Reuse cdp_list link for queuing devices awaiting deletion in the cdevp_free_list. Reported by: Hans Petter Selasky Tested by: Peter Holm Approved by: re (kensmith) MFC after: 2 weeks END K 10 svn:author V 8 brueffer K 8 svn:date V 27 2007-06-19T14:13:46.000000Z K 7 svn:log V 361 New release notes: - tmpfs on i386,amd64 - gem(4) altq support - AUDIT and SCTP in GENERIC - FireWire MPSAFE - netstat SCTP support - dhclient RFC 3442 support (1) Modified release notes: - MFC markers: mxge(4) and netcat - touch -A entry grammar fix (2) - More manpage references used Submitted by: Andrey V. Elsukov (1) ceri (2) Approved by: re (blanket) END K 10 svn:author V 7 delphij K 8 svn:date V 27 2007-06-19T14:56:35.000000Z K 7 svn:log V 90 Fix build problem caused by a set of typos. Reported by: tinderbox Approved by: re (mux) END K 10 svn:author V 4 bmah K 8 svn:date V 27 2007-06-19T15:08:43.000000Z K 7 svn:log V 233 Updated release notes: Note that diffutils was formerly version 2.7 [1]. Add some more verbage with respect to jemalloc and resource limits [2]. Submitted by: delphij [1] Collaboration with: jasone [2] Approved by: re (implicit) END K 10 svn:author V 3 rrs K 8 svn:date V 27 2007-06-19T15:56:32.000000Z K 7 svn:log V 78 - Fix RFC reference to SCTP to be correct. Approved by: re (bmah@freebsd.org) END K 10 svn:author V 3 rrs K 8 svn:date V 27 2007-06-19T16:18:43.000000Z K 7 svn:log V 140 - Fix the signature of sctp_connectx to match the function and adds some text about the last argument. Approved by: re (bmah@freebsd.org) END K 10 svn:author V 8 brueffer K 8 svn:date V 27 2007-06-19T16:29:46.000000Z K 7 svn:log V 118 Clean up after previous commit: new sentence -> new line, no empty lines, .Fa macro usage. Approved by: re (blanket) END K 10 svn:author V 4 bmah K 8 svn:date V 27 2007-06-19T18:16:42.000000Z K 7 svn:log V 149 MFC: Fix off-by-one error (introduced in r1.60) that had the effect of disallowing a read of exactly MAXPHYS bytes. pseudofs_vnops.c 1.63 -> 1.64 END K 10 svn:author V 7 delphij K 8 svn:date V 27 2007-06-20T00:29:51.000000Z K 7 svn:log V 228 Use .CURDIR when referring source code. This fixes build when 'make obj' was done first. I found this when fixing a problem reported by tinderbox, but forgot to send the patchset to re@ altogether. Approved by: re (kensmith) END K 10 svn:author V 8 simokawa K 8 svn:date V 27 2007-06-20T03:24:38.000000Z K 7 svn:log V 74 MFC: rev 1.7 Increase buffer size of DV stream to prevent buffer overrun. END K 10 svn:author V 3 imp K 8 svn:date V 27 2007-06-20T05:11:37.000000Z K 7 svn:log V 39 s/logprintf/printf/g Approved by: re@ END K 10 svn:author V 6 philip K 8 svn:date V 27 2007-06-20T08:29:18.000000Z K 7 svn:log V 486 MFC: moused.c rev 1.79 Fix a (very) longstanding bug in moused(8) affecting high-resolution rodents when linear acceleration (-a) was enabled with a <1 value to slow them down. Previously, rounding errors would eat small movements so the mouse had to be moved a certain distance to get any movement at all. We now calculate the rounding errors and take them into account when reporting movement. Submitted by: Oliver Fromme END K 10 svn:author V 5 kmacy K 8 svn:date V 27 2007-06-21T03:30:18.000000Z K 7 svn:log V 527 MFC: - switch adapter and port lock over to using sx so that resources can be allocated atomically - add debug macros for printing lock initialization / teardown - add buffers to port_info and adapter to allow each lock to have a unique name - destroy mutexes initialized by cxgb_offload_init - remove recursive calls to ADAPTER_LOCK - move callout_drain calls so that they don't occur with the lock held - ensure that only as many qsets as are needed are initialized and destroyed Sponsored by: Chelsio Inc. END K 10 svn:author V 7 delphij K 8 svn:date V 27 2007-06-21T10:39:24.000000Z K 7 svn:log V 174 Restore a historical behavior that +foo is considered as a filename by more(1). The less(1) behavior is keep intact. PR: bin/51488 Prodded by: demon Approved by: re (hrs) END K 10 svn:author V 7 delphij K 8 svn:date V 27 2007-06-21T10:42:55.000000Z K 7 svn:log V 51 Virgin import of less v406. Approved by: re (hrs) END K 10 svn:author V 7 delphij K 8 svn:date V 27 2007-06-21T10:42:55.000000Z K 7 svn:log V 144 This commit was generated by cvs2svn to compensate for changes in r170964, which included commits to RCS files with non-trunk default branches. END K 10 svn:author V 7 cvs2svn K 8 svn:date V 27 2007-06-21T10:42:56.000000Z K 7 svn:log V 73 This commit was manufactured by cvs2svn to create tag 'less-vendor-v406'. END K 10 svn:author V 7 delphij K 8 svn:date V 27 2007-06-21T10:44:50.000000Z K 7 svn:log V 68 Resolve conflicts after less(1) v406 import. Approved by: re (hrs) END K 10 svn:author V 3 imp K 8 svn:date V 27 2007-06-21T14:36:22.000000Z K 7 svn:log V 340 Restore approximately FreeBDS 6.x's level of compatibility macros. Older drivers that do not wish to convert to the native API (which will work with both 6.x and 7.x) can simply include . Drivers in the tree shouldn't these macros, unless they actually work on other OSes and are actively maintained. Approved by: re@ END K 10 svn:author V 3 imp K 8 svn:date V 27 2007-06-21T14:42:34.000000Z K 7 svn:log V 753 Latest round of usb cleanups: o Consistently use device_foo_t and bus_foo_t for functions implementing device_foo and bus_foo respectively. Adjust those routines that were wrong (we should do this throughout the tree). o make all the modules depend on usb. Otherwise these modules won't load. o ucycom doesn't need usb_port.h o Minor unifdefing o uhub, umass, ums, urio, uscanner conversion complete. o ukbd: Remove the NO_SET_PROTO quirk (fixes a PR 77940). NetBSD removed their check and setting the proto a long time ago. o umodem panic fixed. UQ_ASSUME_CM_OVER_DATA quirk removed because I've never seen a umodem that needed this rejection for proection (this gets rid of ~20% of the quirks). Approved by: re@ (kensmith) PR: 77940 END K 10 svn:author V 8 brueffer K 8 svn:date V 27 2007-06-21T16:39:25.000000Z K 7 svn:log V 127 Remove duplicate xref and add missing commas. PR: 113891 Submitted by: pluknet Approved by: re (blanket) END K 10 svn:author V 3 imp K 8 svn:date V 27 2007-06-21T17:55:28.000000Z K 7 svn:log V 221 Fix two PRs by adding vendor IDs: PR 108097: ADMtek 851X USB-to-LAN adapter PR 74849: Samsung SPH-i500 does not attach properly as usb modem/Palm device PR: 108097, 74849 Approved by: re@ (kensmith trivial usb blanket) END K 10 svn:author V 4 emax K 8 svn:date V 27 2007-06-21T19:55:49.000000Z K 7 svn:log V 200 Replace sosend() with direct call to .pru_send method on the L2CAP socket. This is to avoid LOR with sx(9) lock in sblock() called from sosend_generic(). Approved by: re (kensmith) MFC after: 1 week END K 10 svn:author V 3 imp K 8 svn:date V 27 2007-06-21T20:13:07.000000Z K 7 svn:log V 115 Add support for YANO external USB-HDD. Submitted by: Norihiro TANAKA PR: 94742 Approved by: re (kensmith blanket) END K 10 svn:author V 4 bmah K 8 svn:date V 27 2007-06-21T20:27:23.000000Z K 7 svn:log V 65 Updated release notes: less v406. Approved by: re (implicitly) END K 10 svn:author V 5 ariff K 8 svn:date V 27 2007-06-21T20:58:44.000000Z K 7 svn:log V 227 MFC: (revision 1.42) - Fix headphone jack sensing support for Olivetti Olibook 610-430 XPSE [1]. - Drain all callout handlers during driver detach appropriately. - M_NOWAIT -> M_WAITOK Tested by: [1] Gonzalo Lionel Rodriguez END K 10 svn:author V 3 njl K 8 svn:date V 27 2007-06-21T22:50:37.000000Z K 7 svn:log V 1526 Update the suspend/resume user API while maintaining backwards compat. Improvements: * /etc/rc.suspend,rc.resume are always run, no matter the source of the suspend request (user or kernel, apm or acpi) * suspend now requires positive user acknowledgement. If a user program wants to cancel the suspend, they can. If one of the user programs hangs or doesn't respond within 10 seconds, the system suspends anyway. * /dev/apm is clonable, allowing multiple listeners for suspend events. In the future, xorg-server can use this to be informed about suspend even if there are other listeners (i.e. apmd). Changes: * Two new ACPI ioctls: REQSLPSTATE and ACKSLPSTATE. Request begins the process of suspending by notifying all listeners. acpi is monitored by devd(8) and /dev/apm listener(s) are also counted. Users register their approval or disapproval via Ack. If anyone disapproves, suspend is vetoed. * Old user programs or kernel modules that used SETSLPSTATE continue to work. A message is printed once that this interface is deprecated. * acpiconf gains the -k flag to ack the suspend request. This flag is undocumented on purpose since it's only used by /etc/rc.suspend. It is not intended to be a permanent change and will be removed once a better power API is implemented. * S5 (power off) is no longer supported via acpiconf -s 5 or apm -z/-Z. This restores previous behavior of halt/shutdown -p being the interface. * Miscellaneous improvements to error reporting Approved by: re END K 10 svn:author V 5 marck K 8 svn:date V 27 2007-06-22T00:01:55.000000Z K 7 svn:log V 154 MFC rev 1.21: Failing to set new frequency should not lead to powerd exiting. Change err(3) to warn(3) as three other cases. Approved by: njl, des END K 10 svn:author V 7 yongari K 8 svn:date V 27 2007-06-22T03:54:53.000000Z K 7 svn:log V 298 Honor maxsegsz of less than a page size in a DMA tag. Previously it used to return PAGE_SIZE without respect to restrictions of a DMA tag. This affected all of the busdma load functions that use _bus_dmamap_loader_buffer() as their back-end. Reviewed by: scottl (long a ago) Approved by: re (hrs) END K 10 svn:author V 7 yongari K 8 svn:date V 27 2007-06-22T03:57:36.000000Z K 7 svn:log V 400 Reimplement bus_dmamap_load with bus_dmamap_load_buffer. Previously it didn't honor parent dma tag's restrictions such that an invalid dma segment could be passed to device. The driver for the device may panic in sanity check routine for the dma segment or may produce unexpected results. I have no idea how it could ever have worked before. Reviewed by: grehan Tested by: gad Approved by: re (hrs) END K 10 svn:author V 3 imp K 8 svn:date V 27 2007-06-22T05:14:27.000000Z K 7 svn:log V 105 USL101 Host-to-Host bridge support PR: 82436 Submitted by: Maxim M. Kazachek Approved by: re (kensmith) END K 10 svn:author V 3 imp K 8 svn:date V 27 2007-06-22T05:20:11.000000Z K 7 svn:log V 123 USB Ethernet Adaptor "ELECOM LD-USB20" PR: 86195 Submitted by: kato Approved by: re (kensmith) END K 10 svn:author V 3 imp K 8 svn:date V 27 2007-06-22T05:33:20.000000Z K 7 svn:log V 125 Update uvisor to support the Fossil Abacus Wrist PDA Submitted by: Simon Dick PR: 96714 Approved by: re (kensmith, blanket) END K 10 svn:author V 3 imp K 8 svn:date V 27 2007-06-22T05:44:41.000000Z K 7 svn:log V 129 Crystalfontz CFA-635 20x4 USB LCD (plus minor sorting) Submitted by: John Wilson PR: 107526 Approved by: re (kensmith, blanket) END K 10 svn:author V 8 kientzle K 8 svn:date V 27 2007-06-22T05:47:00.000000Z K 7 svn:log V 136 Support for writing the 'newc' cpio format, plus a minimal test harness for the cpio formats. Thanks to: Rudolf Marek Approved by: re@ END K 10 svn:author V 3 imp K 8 svn:date V 27 2007-06-22T05:49:12.000000Z K 7 svn:log V 105 add Benq 3300U/4300U support Submitted by: Denis Sadykov PR: 110477 Approved by: re (kensmith, blanket) END K 10 svn:author V 8 kientzle K 8 svn:date V 27 2007-06-22T05:49:13.000000Z K 7 svn:log V 128 Ouch. I partially screwed up the last commit by enabling a test that's not ready yet. Pointy hat: /me Approved by: re@ END K 10 svn:author V 3 imp K 8 svn:date V 27 2007-06-22T05:53:05.000000Z K 7 svn:log V 104 Tactrix Openport support Submitted by: Jonathan Charest PR: 110992 Approved by: re (kensmith, blanket) END K 10 svn:author V 3 imp K 8 svn:date V 27 2007-06-22T05:56:05.000000Z K 7 svn:log V 151 add support for Option GlobeTrotter 3G+ (PR says this may be from OpenBSD) Submitted by: Simun Mikecin PR: 111710 Approved by: re (kensmith, blanket) END K 10 svn:author V 3 imp K 8 svn:date V 27 2007-06-22T06:02:19.000000Z K 7 svn:log V 108 Add support for Garmin iQue 3600 Submitted by: Lapo Luchini PR: 113324 Approved by: re (kensmith, blanket) END K 10 svn:author V 8 dwmalone K 8 svn:date V 27 2007-06-22T10:04:05.000000Z K 7 svn:log V 283 Add an option to make periodic(8) quiet when no output was generated. The man page part of the patch is my fault, the changes to the periodic script is Dominik's. PR: 88486 Submitted by: Dominik Brettnacher Reviewed by: brian Approved by: re MFC after: 1 month END K 10 svn:author V 3 kib K 8 svn:date V 27 2007-06-22T13:22:37.000000Z K 7 svn:log V 608 Fix livelock that could occur when snapshoting UFS with quotas, where some quota limit was exceeded. Sequence of UFS_VALLOC()/UFS_VFREE() call there could cause inodeblock to have both freefile and inodedep dependencies without any inode in the block being marked for write. Then, softdep_check_suspend() would return EAGAIN forewer. Force write of inodeblock with allocated freefile softdependency by setting IN_MODIFIED flag in softdep_freefile and unconditionally calling UFS_UPDATE() in ufs_reclaim. Reported by: kris Debug help and tested by: Peter Holm Approved by: re (kensmith) MFC after: 3 weeks END K 10 svn:author V 3 rrs K 8 svn:date V 27 2007-06-22T13:50:56.000000Z K 7 svn:log V 322 - Fix stream reset so it limits the number of streams that can be listed - Fix fwd-tsn to use proper accessor so it does not overrun mbufs - Fix stream reset error reporting to actually work (it has always been broken if the peer rejects a stream reset) - Some 64 bit friendly changes Approved by: re(bmah@freebsd.org) END K 10 svn:author V 3 rrs K 8 svn:date V 27 2007-06-22T13:59:54.000000Z K 7 svn:log V 299 - Fix incorrect error return on sctp_getaddrlen - Fix a memory leak when a non v4/v6 address was passed in. - Take out strange line that copy's back to the src array incorrectly (corrupting the input array). Approved by: re(bmah@freebsd.org) Obtained from: Weongyo Jeong(weongyo.jeong@gmail.com) END K 10 svn:author V 3 rrs K 8 svn:date V 27 2007-06-22T14:40:09.000000Z K 7 svn:log V 187 - Fix type casts in calling sctp_m_getptr, it expects a int not an unsigned (returned by sizeof) also add cast to comparison check for size bounds. Approved by: re(bmah@freebsd.org) END K 10 svn:author V 7 thompsa K 8 svn:date V 27 2007-06-22T23:28:33.000000Z K 7 svn:log V 136 Check the correct port to see if synced is true. PR: misc/113958 Submitted by: Aaron Needles Approved by: re (bmah) MFC after: 1 week END K 10 svn:author V 6 mjacob K 8 svn:date V 27 2007-06-23T00:02:20.000000Z K 7 svn:log V 71 Fix various compilation warnings for gcc-4.2. Approved by: re (bruce) END K 10 svn:author V 3 imp K 8 svn:date V 27 2007-06-23T04:18:44.000000Z K 7 svn:log V 70 Initialize id before using it. Submitted by: mjacob Approved by: re@ END K 10 svn:author V 3 imp K 8 svn:date V 27 2007-06-23T04:20:24.000000Z K 7 svn:log V 152 We need a special module loader routine, not the stock usbd one. This also eliminates a routine unused message. Submitted by: mjacob Approved by: re@ END K 10 svn:author V 3 imp K 8 svn:date V 27 2007-06-23T04:34:38.000000Z K 7 svn:log V 66 These modules depend on usb, make that explicit Approved by: re@ END