aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* IFp4: Don't rely on disk IDs and always use vdev guids, which means always lookPawel Jakub Dawidek2008-11-221-219/+69
* IFp4: Finish implemnetation of chflags(2) for ZFS. While doing this I foundPawel Jakub Dawidek2008-11-221-3/+54
* IFp4: Don't free pathname too soon, debugging code is still using it.Pawel Jakub Dawidek2008-11-221-5/+4
* Busy ufs filesystem around block of code that does ".." lookup. SinceKonstantin Belousov2008-11-221-1/+26
* Add sv_flags field to struct sysentvec with intention to provide descriptionKonstantin Belousov2008-11-2216-20/+50
* Unbreak LINT.Joseph Koshy2008-11-224-0/+24
* Add flowid to mbuf to allow drivers to uniquelyKip Macy2008-11-221-0/+3
* - enable multiple transmit queuesKip Macy2008-11-225-246/+109
* convert calls to IFQ_HANDOFF to if_transmitKip Macy2008-11-2210-15/+11
* Define mb(), rmb() and wmb() for real.Marcel Moolenaar2008-11-221-3/+3
* - bump __FreeBSD version to reflect added buf_ring, memory barriers,Kip Macy2008-11-2223-256/+464
* Several small additions to the Chelsio 10G driver.George V. Neville-Neil2008-11-214-5/+38
* Add definitions for ZFS pool version 13.Doug Rabson2008-11-211-2/+16
* Disconnect gptzfsboot from the build until dfr@ gets his act together.Dag-Erling Smørgrav2008-11-211-1/+1
* Create a /dev/cardbus%d.cis, to be compatible with older versions ofWarner Losh2008-11-212-1/+6
* - According to OpenSolaris, CDMA flushing/syncing for TomatillosMarius Strobl2008-11-204-74/+218
* As reported in kern/118222, pxeboot in RELENG7 (and presumablyLuigi Rizzo2008-11-201-5/+13
* Use the interrupt level right below PIL_FAST for executing interruptMarius Strobl2008-11-192-10/+19
* Given that the buffer dcons_crom(4) exposes is used for both inputMarius Strobl2008-11-191-1/+1
* Also make dcons(4) use MPSAFE callouts.Ed Schouten2008-11-191-1/+1
* Make nmdm(4) use MPSAFE callouts.Ed Schouten2008-11-191-2/+2
* Make sure legacy replacement route is turned off when enbling HPET.Jung-uk Kim2008-11-191-2/+5
* Fix typo.John Baldwin2008-11-191-1/+1
* Fix a scope problem in the multiple routing table code that stopped theJulian Elischer2008-11-194-2/+19
* Initial storage functionality for U-Boot support library.Rafal Jaworowski2008-11-1910-91/+429
* Improve error handling in pcib_mbus_identify().Rafal Jaworowski2008-11-191-1/+3
* Some zfsboot fixes from Norikatsu Shigemura:Doug Rabson2008-11-193-25/+31
* Add a GPT-aware variant of zfsboot which should be used in a similar mannerDoug Rabson2008-11-194-5/+188
* If we free the GPT partition list in bd_open_gpt() because of an error, don'tDoug Rabson2008-11-191-2/+4
* Improve style(9) and other cosmetics in Marvell SOCs code.Rafal Jaworowski2008-11-193-64/+64
* Fix off-by-one error in mbus_attach().Rafal Jaworowski2008-11-191-1/+1
* Enable PCI in Marvell kernel configs.Rafal Jaworowski2008-11-193-0/+6
* PCI/PCI-Express support for Marvell systems.Rafal Jaworowski2008-11-1912-93/+1011
* Change the initialization methodology for global variables scheduledMarko Zec2008-11-1960-306/+747
* src/sys/dev/usb2/controller/uss820dci_pccard.cAlfred Perlstein2008-11-1927-3172/+520
* Correct a logic error when testing BCE_PHY_SERDES_FLAG.Xin LI2008-11-191-1/+1
* - Fix a typo in a comment.John Baldwin2008-11-183-9/+5
* When looking up the vnode for the device to mount the filesystem on,John Baldwin2008-11-181-12/+8
* Remove copy/paste code from UFS to handle sparse blocks. While RockJohn Baldwin2008-11-181-6/+0
* Remove unused i_flags field and IN_ACCESS flag from cd9660 in-memoryJohn Baldwin2008-11-183-6/+0
* Allow device hints to wire the unit numbers of devices.John Baldwin2008-11-189-168/+272
* - Fix two minor errors in at91 code.Stanislav Sedov2008-11-182-2/+2
* Partition type FS_UNUSED does not mean the partition entryMarcel Moolenaar2008-11-181-3/+1
* When checking to see if another CPU is running its idle thread, examineJohn Baldwin2008-11-181-4/+4
* Fix building without ZFS (can't find library)Andrey A. Chernov2008-11-181-0/+2
* Obey signedness flag in %z case.Xin LI2008-11-171-1/+1
* Fix the maximum transfer size for mfi(4) disk devices to not exceed theJohn Baldwin2008-11-171-1/+2
* Update ZFS from version 6 to 13 and bring some FreeBSD-specific changes.Pawel Jakub Dawidek2008-11-17228-11097/+77058
* Undo revision 185013 until better solution is found.Maksim Yevmenkin2008-11-171-4/+0
* Fix a potential NULL-pointer dereference in padlock(4).Philip Paeps2008-11-171-1/+5