ivoras
47ec0506fb
Be more explicit and complain if kernel dumps are perfomed on unsupported
...
partition types. This is to help users used to the old behaviour.
Reviewed by: marcel
Approved by: gnn (mentor)
2009-03-22 00:29:48 +00:00
rpaulo
14452111d6
Add /usr/include/pcap (new in libpcap 1.0.0).
2009-03-22 00:18:48 +00:00
rpaulo
46635ef154
Remove remaining references to BIOCSETBUFMODE ifdefs. We now have
...
another ifdef for zerocopy bpf.
2009-03-21 23:13:48 +00:00
rpaulo
12c773480a
Finish merge of zerocopy bpf.
2009-03-21 23:08:04 +00:00
dougb
4add853d06
Merge from vendor/bind9/dist as of the 9.4.3-P2 import
2009-03-21 23:00:40 +00:00
rpaulo
a3c9af6526
Support files for new libpcap 1.0.0.
...
Includes a shlib bump.
2009-03-21 22:59:02 +00:00
rpaulo
3f19af99ad
Merge libpcap 1.0.0.
2009-03-21 22:58:08 +00:00
rpaulo
b0069d00e9
Fix WITHOUT_IPV6=yes build.
...
Reported by: Andrzej Tobola ato at iem.pw.edu.pl
2009-03-21 21:56:23 +00:00
rwatson
2f4a716c79
In nfs_request(), always exit using the nfsmout label once we're
...
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
2009-03-21 21:49:07 +00:00
rpaulo
d8d18f6fbd
Import of libpcap 1.0.0.
2009-03-21 20:43:56 +00:00
rpaulo
259f53ade9
Add Mac OS X stuff.
2009-03-21 20:39:22 +00:00
rpaulo
2a5dac1a1e
Add a couple more paths.
2009-03-21 20:34:41 +00:00
rpaulo
440da99ce5
Add svn:keywords.
2009-03-21 20:18:32 +00:00
rpaulo
fb140a5d54
Add exclude list for libpcap.
2009-03-21 20:16:15 +00:00
phk
30b31b3e4e
Wrap a long line.
...
Save a copy of the CONFIGFILES before we spam them.
2009-03-21 19:09:33 +00:00
rpaulo
651cad1956
Add new build targets for tcpdump 4.0.0.
2009-03-21 18:40:38 +00:00
rpaulo
a7b3086920
Merge tcpdump 4.0.0 from the vendor branch.
2009-03-21 18:30:25 +00:00
gnn
739eecddb9
Fix a bug in the recent update to the Chelsio driver.
...
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
2009-03-21 17:09:00 +00:00
rpaulo
10d55b9ccc
Import tcpdump 4.0.0.
2009-03-21 16:23:46 +00:00
rpaulo
ee5eb0283c
Fix a path.
2009-03-21 16:08:40 +00:00
rpaulo
b423254b4f
Exclude list for tcpdump imports.
2009-03-21 15:46:37 +00:00
maxim
8215a8427b
o Spell.
2009-03-21 10:10:33 +00:00
thompsa
4b2614d71b
Revert r190173 as it breaks 64bit arches.
2009-03-21 05:44:22 +00:00
marius
4a4998c0fc
- In bge_ifmedia_upd_locked() take advantrage of LIST_FOREACH().
...
- 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
2009-03-21 00:23:07 +00:00
gabor
930d8468b2
- Add Ukranian catalog
...
Submitted by: Alex Kozlov <spam@rm-rf.kiev.ua> (via private mail)
2009-03-20 23:55:01 +00:00
ivoras
84db7971c2
Separate the GEOM_PART entry into paragraphs with differences from old
...
slicers. Add more notes.
Reviewed by: marcel (implicit)
Approved by: gnn (mentor) (implicit)
2009-03-20 23:13:32 +00:00
thompsa
1f8835dc17
Fix compile with USB_HAVE_BUSDMA/USB_HAVE_UGEN/USB_HAVE_STRINGS.
...
Submitted by: Hans Petter Selasky
2009-03-20 23:12:14 +00:00
thompsa
9f723b5390
Add umass quirk.
...
PR: usb/132799
Reported by: Yoshihiro Ota
Submitted by: Hans Petter Selasky
2009-03-20 22:17:27 +00:00
thompsa
ff4719bc10
MFp4 //depot/projects/usb @159423, 159497
...
- Return a Zero Length packet on read errors.
- Allow for smaller buffer size.
Submitted by: Hans Petter Selasky
2009-03-20 22:15:22 +00:00
thompsa
2deb944310
MFp4 //depot/projects/usb@159446
...
Remove unused and depreciated function: usb2_get_devid().
Submitted by: Hans Petter Selasky
2009-03-20 22:12:15 +00:00
thompsa
898902325a
MFp4 //depot/projects/usb@159517
...
Fix warnings with the IAR compiler.
Submitted by: Hans Petter Selasky
2009-03-20 22:10:36 +00:00
thompsa
c34d4cedbd
MFp4 //depot/projects/usb
...
Sync usb_core.h after header changes.
Submitted by: Hans Petter Selasky
2009-03-20 22:04:33 +00:00
thompsa
e727f71fcf
MFp4 //depot/projects/usb @159479,159502,159516,159522,159529
...
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
2009-03-20 22:01:45 +00:00
thompsa
ca147f2b35
MFp4 //depot/projects/usb @159479,159502,159516,159522,159529
...
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
2009-03-20 21:57:54 +00:00
ivoras
79c72751b7
Note that GEOM_PART is on by default in 8-CURRENT and how it's different
...
from older slices.
OKed by: marcel
Approved by: gnn (mentor)
2009-03-20 21:51:27 +00:00
thompsa
a6782e2e38
MFp4 //depot/projects/usb @159431,159437,159438
...
- start using the new USB typedefs in the USB core
- Remove usage of USB_ADD_BYTES()
Submitted by: Hans Petter Selasky
2009-03-20 21:50:54 +00:00
thompsa
e14295c787
MFp4 //depot/projects/usb@159392
...
Add ifdefs for making parts of usb conditional.
Submitted by: Hans Petter Selasky
2009-03-20 21:48:11 +00:00
jhb
79aaac6e7b
Expand the per-node access cache to cache permissions for multiple users.
...
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
2009-03-20 21:12:38 +00:00
thompsa
5dee97ce86
MFp4 //depot/projects/usb @159430
...
- 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
2009-03-20 19:04:31 +00:00
thompsa
d76fe3af70
MFp4 //depot/projects/usb @159379,159380
...
Fixes for 8-bit and 16-bit compilation.
Submitted by: Hans Petter Selasky
2009-03-20 18:59:53 +00:00
thompsa
83e8c0befe
MFp4 //depot/projects/usb @159375,159376,159377
...
Further remove dependancy towards Giant.
Submitted by: Hans Petter Selasky
2009-03-20 18:56:27 +00:00
rnoland
4ed7cea882
Replace anholt with myself as drm maintainer.
...
Noticed by: miwi
MFC after: 3 days
2009-03-20 18:51:13 +00:00
rnoland
0c27368296
vm_offset_t is unsigned, so compare of >= 0 is not needed.
...
Found with: Coverity Prevent(tm)
CID: 2259
MFC after: 3 days
2009-03-20 18:35:16 +00:00
rnoland
d58258f4be
vm_offset_t is unsigned and therefore can not be negative.
...
Avoid unnessecary compares.
Found with: Coverity Prevent(tm)
CID: 2362,4215,4214,4209,4208,2363,4211,4210,4213,4212
MFC after: 3 days
2009-03-20 18:30:20 +00:00
delphij
a78a8edecd
Add two missing include files and prototype for sockfamilyname()
...
which is generated by mksubr.
2009-03-20 18:29:52 +00:00
rnoland
b1f84dee06
Remove the DRM_ERROR to fix build. It didn't make any sense anyway.
...
MFC after: 3 days
2009-03-20 18:01:32 +00:00
rnoland
20b6095aac
Fix what appears to be a typo, and restore the registers correctly.
...
Found with: Coverity Prevent(tm)
CID: 2454
2009-03-20 17:51:26 +00:00
rnoland
1d4e991616
Don't deref dev->dev_private before checking that it exists.
...
Found with: Coverity Prevent(tm)
CID: 2940
MFC after: 3 days
2009-03-20 17:48:36 +00:00
kientzle
5d4c919934
Act like ranlib if our name ends in ranlib. In particular,
...
this works with some recent cross-building changes by Warner
that install ranlib as, e.g., "arm-freebsd7.1-ranlib".
Submitted by: John Hein
2009-03-20 17:11:45 +00:00
marius
1e419ef8ce
Revert r190105 so that removing options KDB but DDB or GDB being
...
available will cause the kernel to not respect -d and boot_kdb=1
for consistency with the other platforms as pointed out by marcel@.
2009-03-20 17:10:50 +00:00