summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Report card erase sector size as disk stripe size.mav2008-11-231-0/+2
* Improve detach handling: close races, flush queue.mav2008-11-231-13/+16
* Add backward compatibility ifdefs for non-multiq kernelskmacy2008-11-233-2/+29
* correct sortingsam2008-11-231-1/+1
* work around periodic leak on queue overrun by enabling coalescing of packets ...kmacy2008-11-231-1/+1
* buf_ring_peek should return NULL if the ring is empty rather thankmacy2008-11-231-1/+4
* 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
* 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-221-219/+69
* 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-2223-256/+464
* Several small additions to the Chelsio 10G driver.gnn2008-11-214-5/+38
* 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
* 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
* 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
* Some zfsboot fixes from Norikatsu Shigemura:dfr2008-11-193-25/+31
* Add a GPT-aware variant of zfsboot which should be used in a similar mannerdfr2008-11-194-5/+188
* If we free the GPT partition list in bd_open_gpt() because of an error, don'tdfr2008-11-191-2/+4
* Improve style(9) and other cosmetics in Marvell SOCs code.raj2008-11-193-64/+64
* Fix off-by-one error in mbus_attach().raj2008-11-191-1/+1
* Enable PCI in Marvell kernel configs.raj2008-11-193-0/+6
* PCI/PCI-Express support for Marvell systems.raj2008-11-1912-93/+1011
OpenPOWER on IntegriCloud