summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* intr_machdep.h breaks build on some arches and is not neededkmacy2008-11-231-4/+0
* Unbreak previous commit.marcel2008-11-221-2/+0
* Include the QUICC backend in the kernel module.marcel2008-11-221-1/+2
* Cast to uintptr_t before casting to void*. This allows themarcel2008-11-221-3/+3
* Allow multiple makeoption lines to be used with the += operator, this permitsthompsa2008-11-226-16/+32
* Remove unused variable.mav2008-11-221-3/+2
* Fix typo. Clear session stats instead of config and part of stats.mav2008-11-221-1/+1
* Remove unneeded NULL check. At first msg can't be null here and and at secondmav2008-11-221-2/+1
* Whitespace cleanup for previous commit.mav2008-11-221-3/+3
* Handle device_get_children() errors in more correct way.mav2008-11-221-9/+12
* Change check order to avoid array overrun.mav2008-11-221-2/+2
* Fix amd64 build and re-enable gptzfsboot.dfr2008-11-223-6/+16
* IFp4: Don't rely on disk IDs and always use vdev guids, which means always lookpjd2008-11-222-224/+70
* IFp4: Regression tests for FreeBSD/ZFS chflags(2)/lchflags(2).pjd2008-11-2214-88/+136
* IFp4: Finish implemnetation of chflags(2) for ZFS. While doing this I foundpjd2008-11-221-3/+54
* IFp4: Don't free pathname too soon, debugging code is still using it.pjd2008-11-221-5/+4
* Busy ufs filesystem around block of code that does ".." lookup. Sincekib2008-11-221-1/+26
* Add sv_flags field to struct sysentvec with intention to provide descriptionkib2008-11-2216-20/+50
* Unbreak LINT.jkoshy2008-11-224-0/+24
* Add flowid to mbuf to allow drivers to uniquelykmacy2008-11-221-0/+3
* - enable multiple transmit queueskmacy2008-11-225-246/+109
* convert calls to IFQ_HANDOFF to if_transmitkmacy2008-11-2210-15/+11
* Define mb(), rmb() and wmb() for real.marcel2008-11-221-3/+3
* - bump __FreeBSD version to reflect added buf_ring, memory barriers,kmacy2008-11-2224-256/+472
* Several small additions to the Chelsio 10G driver.gnn2008-11-214-5/+38
* 'Strict EAP conformance' makes more sense here than 'String EAPimp2008-11-211-1/+1
* use the correct variable in a debug message.luigi2008-11-211-1/+1
* Add definitions for ZFS pool version 13.dfr2008-11-211-2/+16
* Disconnect gptzfsboot from the build until dfr@ gets his act together.des2008-11-211-1/+1
* Create a /dev/cardbus%d.cis, to be compatible with older versions ofimp2008-11-212-1/+6
* - According to OpenSolaris, CDMA flushing/syncing for Tomatillosmarius2008-11-204-74/+218
* As reported in kern/118222, pxeboot in RELENG7 (and presumablyluigi2008-11-201-5/+13
* damn. Always do make depend. Forgot to recompile main because of it,imp2008-11-201-5/+5
* Fix check for link target so we don't print cardbus CIS information twice.imp2008-11-201-38/+39
* Restore now-useless ioctl as a roadmap. The original dumpcis codeimp2008-11-201-0/+1
* More dead code removal.imp2008-11-201-6/+0
* The original programs that this code was lifted from (pccardd andimp2008-11-203-413/+19
* dump() really is unused, so retire it.imp2008-11-203-23/+0
* Simplify: move dumpcis.c and dumpcisfile.c into main.imp2008-11-205-134/+43
* Use the interrupt level right below PIL_FAST for executing interruptmarius2008-11-192-10/+19
* Given that the buffer dcons_crom(4) exposes is used for both inputmarius2008-11-191-1/+1
* Also make dcons(4) use MPSAFE callouts.ed2008-11-191-1/+1
* Make nmdm(4) use MPSAFE callouts.ed2008-11-191-2/+2
* Use "KSE" instead of "kse".delphij2008-11-191-1/+1
* Use igb(4) entrydelphij2008-11-191-1/+1
* Make sure legacy replacement route is turned off when enbling HPET.jkim2008-11-191-2/+5
* Fix typo.jhb2008-11-191-1/+1
* Fix a scope problem in the multiple routing table code that stopped thejulian2008-11-194-2/+19
* Initial storage functionality for U-Boot support library.raj2008-11-1910-91/+429
* Improve error handling in pcib_mbus_identify().raj2008-11-191-1/+3
OpenPOWER on IntegriCloud