aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* When metadata is at newer version than the highest supported, returnPawel Jakub Dawidek2011-10-251-1/+1
* Exclude host routes when checking for prefix coverage on multipleQing Li2011-10-251-2/+11
* The host-id/interface-id can have a specific value and is properlyQing Li2011-10-251-0/+5
* This change makes it possible to define driver specific attachPyun YongHyeon2011-10-242-37/+82
* - Use better naming now that we allow to rename any mounted file system (notPawel Jakub Dawidek2011-10-248-9/+24
* Add support for ALi/ULi, now NVIDIA, M5261/M5263 PCI FastEthernetPyun YongHyeon2011-10-242-4/+212
* Don't forget to rename mounted snapshots of the file system being renamed.Pawel Jakub Dawidek2011-10-241-1/+1
* When driver is run for the first time there would be no establishedPyun YongHyeon2011-10-241-16/+28
* Put in a temporary band-aid to fix kernel builds when CC=clang, afterDimitry Andric2011-10-241-1/+1
* Add missing bus_dmamap_sync() in setup frame transmit.Pyun YongHyeon2011-10-241-0/+4
* Fix a regression introduced in r218832. For TX status check, driverPyun YongHyeon2011-10-241-1/+1
* The use of VOP_ISLOCKED() without a check for the return values can causeKonstantin Belousov2011-10-241-4/+1
* The only possible error return from null_nodeget() is due to insmntque1Konstantin Belousov2011-10-241-1/+0
* The covered vnode must be reloced if it was unlocked. Remove VOP_ISLOCKEDKonstantin Belousov2011-10-241-1/+1
* Only unlock if the lock is exclusive.Peter Holm2011-10-241-3/+2
* Some dmesg cosmetics:Alexander Motin2011-10-243-3/+18
* Let net80211 also know about stopped BA sessions. This fixes some issuesBernhard Schmidt2011-10-241-0/+1
* Include <sys/zfs_vfsops.h> only when compiling kernel module.Pawel Jakub Dawidek2011-10-241-0/+2
* Allow to rename file systems without remounting if it is possible.Pawel Jakub Dawidek2011-10-248-12/+69
* Don't terminate the interactive root mount prompt on mount failure.Marcel Moolenaar2011-10-231-20/+21
* Conditionalize a pair of FreeBSD GCC extensions so that its CFLAGS are onlyRobert Millan2011-10-231-2/+12
* Merge several fixes to bulk update processing from OpenBSD. MergedGleb Smirnoff2011-10-231-27/+44
* Fix indentation, no code changed.Gleb Smirnoff2011-10-231-2/+2
* - Fix a bad typo (FreeBSD specific) in pfsync_bulk_update(). InsteadGleb Smirnoff2011-10-231-3/+3
* Fix from r226623 is not sufficient to close all races in pfsync(4).Gleb Smirnoff2011-10-231-40/+59
* Absense of M_WAITOK in malloc flags for UMA doesn'tGleb Smirnoff2011-10-231-1/+1
* Correct flag for uma_zalloc() is M_WAITOK. M_WAIT is an old andGleb Smirnoff2011-10-231-1/+1
* Add support for Boot Camp. The support is defined as follows:Marcel Moolenaar2011-10-231-97/+213
* VN_NRESERVLEVEL is used in this file but opt_vm is not includedAttilio Rao2011-10-221-0/+1
* Fix a race: we should update sc_len before dropping the pf lock, otherwise aGleb Smirnoff2011-10-211-3/+1
* Update per-thread I/O statistics collection in ZFS.Pawel Jakub Dawidek2011-10-212-2/+9
* zfs vdev_file_io_start: validate vdev before using vdev_tsdPawel Jakub Dawidek2011-10-211-8/+10
* Add missing #includes.Ed Schouten2011-10-212-0/+3
* In FreeBSD ip_output() expects ip_len and ip_off in host byte orderGleb Smirnoff2011-10-211-0/+8
* People porting FreeBSD to new architectures ought not have toDavid Schultz2011-10-217-6/+44
* With LOADER_MBR_SUPPORT defined and LOADER_GPT_SUPPORT undefined we wouldPawel Jakub Dawidek2011-10-201-2/+3
* - Correctly read gang header from raidz.Pawel Jakub Dawidek2011-10-202-57/+60
* Fix missing return when LOADER_GPT_SUPPORT is defined, but LOADER_MBR_SUPPORTPawel Jakub Dawidek2011-10-191-1/+1
* Always pass data size for checksum verification function, as usingPawel Jakub Dawidek2011-10-192-11/+11
* Never pass NULL block pointer when reading. This is neither expected norPawel Jakub Dawidek2011-10-191-1/+2
* Don't mark vdev as healthy too soon, so we won't try to use invalid vdevs.Pawel Jakub Dawidek2011-10-191-2/+1
* Initialize 'rc' properly before using it. This error could lead to infinitePawel Jakub Dawidek2011-10-191-1/+3
* Remove redundant size calculation.Pawel Jakub Dawidek2011-10-191-5/+0
* Add a warning about why sbp(4) is commented out so that curious folksKen Smith2011-10-195-0/+5
* Keep FDT options commented until dtc is build by default for mipsJayachandran C.2011-10-192-6/+6
* Fix recursive pf locking leading to panics. Splatter PF_LOCK_ASSERT()sBjoern A. Zeeb2011-10-191-20/+22
* De-virtualize the pf_task_mtx lock. At the current state of pf lockingBjoern A. Zeeb2011-10-192-20/+14
* Adjust the PF_ASSERT() macro to what we usually use in the network stack:Bjoern A. Zeeb2011-10-194-16/+18
* Add new USB IDs to RUN driver. Update usb.conf.Hans Petter Selasky2011-10-192-2/+8
* In the non-FreeBSD case we do not expect PF_LOCK and friends to do anything.Bjoern A. Zeeb2011-10-191-13/+4