summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Always create /var/run/casper with correct permissions and don't depend on thepjd2014-01-091-0/+3
* Fix issue with the virtio descriptor region being truncatedgrehan2014-01-091-1/+1
* Don't expose 'vmm_ipinum' as a global.neel2014-01-0910-42/+47
* Replace deprecated M_DONTWAIT with M_NOWAIT.kevlo2014-01-092-5/+5
* Fix build with VIMAGE.glebius2014-01-091-0/+2
* Refactor out the common sendfile code from the do_sendfile() and theadrian2014-01-093-64/+92
* Constanly use RT_ALL_FIBS everywhere instead of -1.melifaro2014-01-083-10/+10
* Don't expose svc_loss_reg / _unreg to userland as they're kernel-onlypeter2014-01-081-0/+2
* Introduce IN6_MASK_ADDR() macro to unify various hand-rolled codemelifaro2014-01-085-28/+17
* The changes in r233781 attempted to make logging during a machine checkjhb2014-01-081-5/+19
* Restore VGA mode on vt switch. It fix VESA mode left by Xorg on exit.ray2014-01-081-0/+12
* Fix build of vt_xboxfb.rmh2014-01-081-1/+1
* Add support for the Intel Centrino Wireless-N 135 chipset.gavin2014-01-082-0/+36
* Update dts files of Cubieboard1,2 to use 1GB memory.ganbold2014-01-082-3/+3
* virtio-block does not exist, the correct name is virtio-blk.remko2014-01-081-1/+1
* Import byacc 20140101 which imports %token-table from bison allowing to build...bapt2014-01-0837-358/+457
* Rename definition of IEEE80211_FC1_WEP to IEEE80211_FC1_PROTECTED.kevlo2014-01-0840-84/+86
* Add option USB_HOST_ALIGN to configs that contain 'device usb'. Settingian2014-01-082-0/+2
* Add option USB_HOST_ALIGN to configs that contain 'device usb'. Settingian2014-01-0834-0/+34
* m_defrag(9) does not touch original mbuf chain when it can'tyongari2014-01-081-0/+1
* make sure that rbuf is aligned by making a union w/ the structure wejmg2014-01-071-4/+7
* defragment mbuf chains longer than hw segment limit before droppingedavis2014-01-072-4/+32
* fix use after free when releasing a netmap adapter.luigi2014-01-072-5/+10
* Use the 'Virtual Interrupt Delivery' feature of Intel VT-x if supported byneel2014-01-076-58/+501
* Reserve an event type for the upcoming EVENT_SENDFILE andadrian2014-01-071-2/+4
* Allow delete_method sysctl to be set to "DISABLE".mav2014-01-071-2/+3
* MFV r260399:delphij2014-01-075-8/+25
* Remove aicasm as a build dependency. It made sense when the ahc and ahdscottl2014-01-0714-62/+13523
* Remove dead code.melifaro2014-01-071-2/+0
* Fix a bug introduced in r260167 related to VM-exit tracing.neel2014-01-071-10/+11
* Teach every SIOCGIFSTATUS provider to fill in ifs->ascii anyway.melifaro2014-01-074-16/+10
* Use __predict_false() on sensitive lock paths as most of the times,attilio2014-01-071-2/+2
* Fix the geom mappings for WR1043ND.loos2014-01-071-3/+3
* Fix off-by-one error in r260229.mav2014-01-071-1/+1
* Fix a rare "truncated checksums" problem, which manifested like this:trasz2014-01-071-2/+2
* Check the XHCI event ring regardless of the XHCI status registerhselasky2014-01-071-7/+2
* gperf: reverse size_type patch from r258115.pfg2014-01-075-51/+16
* Add a compile-time control over the size of KN_HASHSIZE.adrian2014-01-072-0/+5
* Allow vlapic_set_intr_ready() to return a value that indicates whether or notneel2014-01-075-29/+51
* For IDENTIFY passthrough commands to Chatham prototype controllers, copyjimharris2014-01-061-2/+23
* For "nvmecontrol devlist", show namespace sizes in terms of MB instead ofjimharris2014-01-061-2/+2
* Split the VMCS setup between 'vmcs_init()' that does initialization andneel2014-01-063-64/+27
* Partially fix IPv4 interface routes deletion in RADIX_MPATH.melifaro2014-01-062-8/+11
* When pf_get_translation() fails, it should leave *sn pointer pristine,glebius2014-01-061-0/+1
* Correct a grammo in a comment; remove white space at EOL.schweikh2014-01-061-2/+2
* Fix arm build.andreast2014-01-063-3/+1
* Switch to using arm_devmap_add_entry() to set up static device mapping.ian2014-01-061-22/+10
* Don't try to find a static mapping before calling pmap_mapdev(), that logician2014-01-061-12/+3
* Allow 'no static device mappings' to potentially work. It's not clear thatian2014-01-061-10/+6
* Switch to using arm_devmap_add_entry() to set up static device mapping.ian2014-01-061-20/+5
OpenPOWER on IntegriCloud