aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Introduce grab and ungrab upcalls. When the kernel desires to grab theWarner Losh2014-01-1911-37/+271
* Introduce grab and ungrab upcalls. When the kernel desires to grab theWarner Losh2014-01-197-5/+199
* Add VT kernel configuration to ease testing of vt(9), aka NewconsEd Maste2014-01-192-0/+28
* Add nand device and NANDFS into the mix for those boards that haveWarner Losh2014-01-193-2/+12
* Connect NAND for the SAM9260EK eval board, as well as the HotE HL-201.Warner Losh2014-01-193-22/+173
* Generalize AT91 NAND support a bit. Be more flexible about ALE and CLEWarner Losh2014-01-192-11/+81
* Add standard memory controller helper functions.Warner Losh2014-01-193-0/+208
* Removed unneeded and dangerous assignment. It would probably cause NULLAlexander Motin2014-01-191-1/+0
* Further rework netinet6 address handling code:Alexander V. Chernikov2014-01-195-134/+166
* Enable vt. This brings VGA-based console and terminal support toMarcel Moolenaar2014-01-191-1/+4
* There's actually no data in the PMU_GET_VERSION command. Don't send any.Justin Hibbits2014-01-191-1/+1
* If the flowid is available for the mbuf that finalised the creationAdrian Chadd2014-01-181-0/+10
* Simplify filling sockaddr_dl structure for if_resolvemulti()Alexander V. Chernikov2014-01-189-96/+63
* Some processor's don't allow NMI injection if the STI_BLOCKING bit is set inNeel Natu2014-01-181-69/+80
* Use in6_localip() instead of hand-rolled cycle.Alexander V. Chernikov2014-01-181-17/+9
* Add in6_prepare_ifra() function to ease preparing in-kernel IPv6Alexander V. Chernikov2014-01-184-49/+30
* Style changes in vm_pageout_scan():Alan Cox2014-01-181-12/+11
* Do some style(9) not done in r260851 to improve readability.Alexander V. Chernikov2014-01-181-45/+40
* Split in6_update_ifa() into smaller pieces leaving functionality intact.Alexander V. Chernikov2014-01-181-78/+131
* Add very simple virtio_random(4) driver to harvest entropy from hostBryan Venteicher2014-01-188-1/+273
* If the guest exits due to a fault while it is executing IRET then restoreNeel Natu2014-01-182-4/+68
* MFV r260834:Xin LI2014-01-181-9/+8
* Add ID for one more ASMedia AHCI-compatible controller.Alexander Motin2014-01-171-0/+1
* Fix comment.Gleb Smirnoff2014-01-171-1/+1
* Fix a possible memory use after free and leak situation associatedHans Petter Selasky2014-01-172-26/+24
* traverse_visitbp: visit DMU_GROUPUSED_OBJECT before DMU_USERUSED_OBJECTAndriy Gapon2014-01-171-6/+6
* Close a minor deadlock.Hans Petter Selasky2014-01-171-0/+7
* Implement a kqueue notification path for sendfile.Adrian Chadd2014-01-174-16/+587
* Add in a default initialiser for the EVOPS_SENDFILE kqueue filterops.Adrian Chadd2014-01-171-0/+1
* Implement the extension api for sendfile to allow for kqueue notifications.Adrian Chadd2014-01-171-0/+26
* forgot to update this file in 2607000Luigi Rizzo2014-01-171-42/+88
* If a VM-exit happens during an NMI injection then clear the "NMI Blocking" bitNeel Natu2014-01-172-12/+26
* Fix various places where we don't properly release a lockGeorge V. Neville-Neil2014-01-161-8/+18
* Remove two redundantly repetitive assignments.Warner Losh2014-01-161-2/+0
* Fix build after FDT changes.Aleksandr Rybalko2014-01-161-0/+1
* Simplify wait/nowait code, eventually killing last remnant ofGleb Smirnoff2014-01-162-28/+19
* Another round of removing historical mbuf(9) allocator flags.Gleb Smirnoff2014-01-165-13/+13
* fix a build problem with INVARIANTS enabled introduced in r260704Andriy Gapon2014-01-161-1/+1
* Remove historical macro.Gleb Smirnoff2014-01-161-1/+1
* Substitute flags from historical mbuf(9) allocator with modern ones.Gleb Smirnoff2014-01-162-11/+11
* fix a bug in ZFS mirror code for handling multiple DVAaAndriy Gapon2014-01-161-3/+6
* Revert r260705: wrong patch committed by accidentAndriy Gapon2014-01-161-4/+0
* Cleanup comments and whitespace. No functional changes.Gleb Smirnoff2014-01-161-18/+14
* Fix refcount leak on netinet ifa.Alexander V. Chernikov2014-01-161-4/+4
* zfs_deleteextattr: name buffer from namei is needed by zfs_renameAndriy Gapon2014-01-161-1/+3
* fix a bug in ZFS mirror code for handling multiple DVAaAndriy Gapon2014-01-161-0/+4
* zfs: getnewvnode_reserve must be called outside of a zfs transactionAndriy Gapon2014-01-163-2/+30
* Fix ipfw fwd for IPv4 traffic broken by r249894.Alexander V. Chernikov2014-01-161-0/+8
* netmap_user.h:Luigi Rizzo2014-01-163-24/+33
* Add data so we can convert a PIO unit number into a base address.Warner Losh2014-01-156-5/+51