summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Improve debugging output around ioctls.thompsa2009-03-221-3/+6
|
* Eliminate the recomputation of pcb_cr3 from cpu_set_upcall(). Thealc2009-03-222-6/+2
| | | | | bcopy()ed value from the old thread is the correct value because the new thread and the old thread will share a page table.
* Fix typo in comment.rpaulo2009-03-221-1/+1
|
* Install the new headers.rpaulo2009-03-221-0/+7
|
* bpf_filter() and bpf_validate() can't live here if they already live inrpaulo2009-03-221-2/+2
| | | | bpf.h
* Remove local in6_addr variables for local and foreign addresses in sysctl_drop,jmallett2009-03-221-3/+3
| | | | | | | | | | they were passed uninitialized to in6_pcblookup_hash. Instead, do as is done for IPv4 and use the addresses within the sockaddr structure, which are correctly populated. This fixes tcpdrop(8) for IPv6 address pairs. Reviewed by: bz
* Be more explicit and complain if kernel dumps are perfomed on unsupportedivoras2009-03-221-1/+4
| | | | | | | partition types. This is to help users used to the old behaviour. Reviewed by: marcel Approved by: gnn (mentor)
* Add /usr/include/pcap (new in libpcap 1.0.0).rpaulo2009-03-221-0/+2
|
* Remove remaining references to BIOCSETBUFMODE ifdefs. We now haverpaulo2009-03-211-7/+0
| | | | another ifdef for zerocopy bpf.
* Finish merge of zerocopy bpf.rpaulo2009-03-211-156/+0
|
* Merge from vendor/bind9/dist as of the 9.4.3-P2 importdougb2009-03-213-14/+74
|
* Support files for new libpcap 1.0.0.rpaulo2009-03-212-50/+133
| | | | Includes a shlib bump.
* Merge libpcap 1.0.0.rpaulo2009-03-21156-10691/+25065
|\
| * Import of libpcap 1.0.0.rpaulo2009-03-21153-11692/+22406
| |
| * Flatten vendor/libpcap and remove keyword expansion.rpaulo2009-03-2097-13/+0
| |
* | Fix WITHOUT_IPV6=yes build.rpaulo2009-03-211-0/+2
| | | | | | | | Reported by: Andrzej Tobola ato at iem.pw.edu.pl
* | In nfs_request(), always exit using the nfsmout label once we'rerwatson2009-03-211-8/+3
| | | | | | | | | | | | | | | | definitely doing an NFSv2 or NFSv3 RPC, rather than sometimes doing so and sometimes not. This makes it easier to add a DTrace return probe at a single point in the function. MFC after: 1 week
* | Add Mac OS X stuff.rpaulo2009-03-211-0/+2
| |
* | Add a couple more paths.rpaulo2009-03-211-0/+2
| |
* | Add svn:keywords.rpaulo2009-03-210-0/+0
| |
* | Add exclude list for libpcap.rpaulo2009-03-211-0/+3
| |
* | Wrap a long line.phk2009-03-211-2/+7
| | | | | | | | Save a copy of the CONFIGFILES before we spam them.
* | Add new build targets for tcpdump 4.0.0.rpaulo2009-03-211-9/+12
| |
* | Merge tcpdump 4.0.0 from the vendor branch.rpaulo2009-03-21293-8578/+11822
|\ \
| * | Import tcpdump 4.0.0.rpaulo2009-03-21305-10172/+11859
| | |
| * | Flatten vendor/tcpdump and remove keyword expansion.rpaulo2009-03-20316-17/+5
| | |
* | | Fix a bug in the recent update to the Chelsio driver.gnn2009-03-211-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | The tick routine was not being restarted in the init_locked routine which could resulted in loss of carrier when updating the MTU. Submitted by: Navdeep Parhar at Chelsio MFC after: 3 weeks
* | | Fix a path.rpaulo2009-03-211-1/+1
| | |
* | | Exclude list for tcpdump imports.rpaulo2009-03-211-0/+3
| | |
* | | o Spell.maxim2009-03-211-4/+4
| | |
* | | Revert r190173 as it breaks 64bit arches.thompsa2009-03-212-57/+51
| | |
* | | - In bge_ifmedia_upd_locked() take advantrage of LIST_FOREACH().marius2009-03-212-23/+70
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - If boot verbose, print asicrev, chiprev and bus type on attach. - For PCI Express devices: 1) Adjust max read request size to 4Kbytes 2) Turn on FIFO_LONG_BURST in RDMA during bge_blockinit() Though 1) does not seem to have much to do with the poor TX performance observed on PCI Express bge(4), 2) does fix the problem. [1] - Nuke the RX CPU self-diag, which prevents working cards from working (Linux tg3 does not have this diag neither does OpenBSD's bge(4)). The increasing of the firmware handshaking timeout to 20000 retries done as part of the original commit isn't merged as way already have a way higher BGE_TIMEOUT of 100000. PR: 119361 [1] Obtained from: tg3 via DragonflyBSD [1], DragonflyBSD
* | | - Add Ukranian cataloggabor2009-03-202-0/+250
| | | | | | | | | | | | Submitted by: Alex Kozlov <spam@rm-rf.kiev.ua> (via private mail)
* | | Separate the GEOM_PART entry into paragraphs with differences from oldivoras2009-03-201-5/+17
| | | | | | | | | | | | | | | | | | | | | slicers. Add more notes. Reviewed by: marcel (implicit) Approved by: gnn (mentor) (implicit)
* | | Fix compile with USB_HAVE_BUSDMA/USB_HAVE_UGEN/USB_HAVE_STRINGS.thompsa2009-03-208-54/+68
| | | | | | | | | | | | Submitted by: Hans Petter Selasky
* | | Add umass quirk.thompsa2009-03-201-0/+1
| | | | | | | | | | | | | | | | | | PR: usb/132799 Reported by: Yoshihiro Ota Submitted by: Hans Petter Selasky
* | | MFp4 //depot/projects/usb @159423, 159497thompsa2009-03-201-2/+4
| | | | | | | | | | | | | | | | | | | | | - Return a Zero Length packet on read errors. - Allow for smaller buffer size. Submitted by: Hans Petter Selasky
* | | MFp4 //depot/projects/usb@159446thompsa2009-03-202-15/+0
| | | | | | | | | | | | | | | | | | Remove unused and depreciated function: usb2_get_devid(). Submitted by: Hans Petter Selasky
* | | MFp4 //depot/projects/usb@159517thompsa2009-03-207-23/+1
| | | | | | | | | | | | | | | | | | Fix warnings with the IAR compiler. Submitted by: Hans Petter Selasky
* | | MFp4 //depot/projects/usbthompsa2009-03-201-7/+34
| | | | | | | | | | | | | | | | | | Sync usb_core.h after header changes. Submitted by: Hans Petter Selasky
* | | MFp4 //depot/projects/usb @159479,159502,159516,159522,159529thompsa2009-03-201-17/+34
| | | | | | | | | | | | | | | | | | | | | | | | Workaround for buggy USB hardware not handling new SETUP packet before STATUS stage is complete, this allows xfers to endpoint0 to return a short frame. Submitted by: Hans Petter Selasky Reported by: me
* | | MFp4 //depot/projects/usb @159479,159502,159516,159522,159529thompsa2009-03-2017-169/+285
| | | | | | | | | | | | | | | | | | | | | | | | Workaround for buggy USB hardware not handling new SETUP packet before STATUS stage is complete, this allows xfers to endpoint0 to return a short frame. Submitted by: Hans Petter Selasky Reported by: me
* | | Note that GEOM_PART is on by default in 8-CURRENT and how it's differentivoras2009-03-201-0/+9
| | | | | | | | | | | | | | | | | | | | | from older slices. OKed by: marcel Approved by: gnn (mentor)
* | | MFp4 //depot/projects/usb @159431,159437,159438thompsa2009-03-2035-285/+291
| | | | | | | | | | | | | | | | | | | | | - start using the new USB typedefs in the USB core - Remove usage of USB_ADD_BYTES() Submitted by: Hans Petter Selasky
* | | MFp4 //depot/projects/usb@159392thompsa2009-03-2016-81/+220
| | | | | | | | | | | | | | | | | | Add ifdefs for making parts of usb conditional. Submitted by: Hans Petter Selasky
* | | Expand the per-node access cache to cache permissions for multiple users.jhb2009-03-204-38/+92
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The number of entries in the cache defaults to 8 but is easily changed in nfsclient/nfs.h. When the cache is filled, the oldest cache entry is evicted when space is needed. I mirrored the changes to the NFSv[23] client in the NFSv4 client to fix compile breakage. However, the NFSv4 client doesn't actually use the access cache currently. Submitted by: rmacklem
* | | MFp4 //depot/projects/usb @159430thompsa2009-03-2046-70/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Move tunable defines into usb_core.h and dependancy towards usb_defs.h - Leave hardcoded defines in "usb_defs.h". - Allow overriding all tunable defines. - Add more customisable typedefs. - Correct maximum device number. Submitted by: Hans Petter Selasky
* | | MFp4 //depot/projects/usb @159379,159380thompsa2009-03-202-51/+76
| | | | | | | | | | | | | | | | | | Fixes for 8-bit and 16-bit compilation. Submitted by: Hans Petter Selasky
* | | MFp4 //depot/projects/usb @159375,159376,159377thompsa2009-03-208-25/+23
| | | | | | | | | | | | | | | | | | Further remove dependancy towards Giant. Submitted by: Hans Petter Selasky
* | | Replace anholt with myself as drm maintainer.rnoland2009-03-201-1/+1
| | | | | | | | | | | | | | | | | | Noticed by: miwi MFC after: 3 days
OpenPOWER on IntegriCloud