aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add helper functions to populate VM exit information for rendezvous andNeel Natu2014-06-103-32/+36
* Add support for the SCTP_LOCAL_TRACE_BUF options.Michael Tuexen2014-06-101-2/+3
* change the netmap mbuf destructor so the same code works also on FreeBSD 9.Luigi Rizzo2014-06-101-9/+16
* Avoid the USB device disconnected and controller shutdown clutter on systemMarius Strobl2014-06-102-8/+13
* Call cpp with -P to avoid printing line markings.Rui Paulo2014-06-101-1/+1
* Always append new bios to the tail of the queue, instead of sorting themBryan Venteicher2014-06-101-1/+1
* Turn on interrupt window exiting unconditionally when an ExtINT is beingNeel Natu2014-06-101-2/+6
* Correct unicode map for VGA ROM character 0x0eEd Maste2014-06-101-1/+2
* Add reserved bit checking when doing %CR8 emulation and inject #GP if required.Neel Natu2014-06-093-25/+51
* Re-enable -Werror for these modules. It is already enabled for the sameJohn Baldwin2014-06-094-4/+0
* mdoc: fix AUTHORS section.Joel Dahl2014-06-091-2/+2
* Use strcasecmp() instead of strcmp() when checking user-supplied encodingJohn Baldwin2014-06-092-4/+4
* Make the hpt27xx(4) driver MPSAFE.John Baldwin2014-06-093-47/+51
* Fixes from Fanco Ficthner on transparent modeLuigi Rizzo2014-06-091-19/+7
* sync the code with the one in stable/10Luigi Rizzo2014-06-091-1/+3
* Fix race in r267221.Alexander Motin2014-06-091-2/+4
* Removed stale comment about multi-vdev root pool config not workingSteven Hartland2014-06-091-3/+0
* Devolatile as needed.Konstantin Belousov2014-06-091-4/+4
* Change the nblock mutex, protecting the needsbuffer buffer deficitKonstantin Belousov2014-06-091-27/+42
* Make mmap(MAP_STACK) search for the available address space, similarKonstantin Belousov2014-06-092-40/+68
* Fix TSO support on VMware FusionBryan Venteicher2014-06-091-9/+45
* Remove an unnecessary variable reassignmentBryan Venteicher2014-06-091-1/+1
* Refresh a comment. The VM_STACK option was eliminated in r43209.Alan Cox2014-06-091-3/+3
* Resolve a deadlock setting the USB configuration index from userspaceHans Petter Selasky2014-06-087-73/+133
* Remove extra branching from r267232.Alexander Motin2014-06-081-9/+5
* In preparation for ASLR [1] support add WITH_PIE to support building with -fPIE.Bryan Drewery2014-06-0812-0/+24
* Use atomics to modify numvnodes variable.Alexander Motin2014-06-081-9/+15
* Split RPC pool threads into number of smaller semi-isolated groups.Alexander Motin2014-06-083-182/+250
* Remove write-only local variable.Konstantin Belousov2014-06-081-2/+0
* Initialize the pbuf counter for directio using SYSINIT, instead ofKonstantin Belousov2014-06-084-18/+8
* Remove st_idle variable, duplicating st_xprt.Alexander Motin2014-06-082-6/+1
* Introduce new per-thread lock to protect the list of requests.Alexander Motin2014-06-083-85/+57
* Remove unused variable.Andrey V. Elsukov2014-06-081-14/+2
* Add ioctl(VM_REINIT) to reinitialize the virtual machine state maintainedNeel Natu2014-06-076-80/+153
* Add a page size field to struct vm_page. Increase the page size field whenAlan Cox2014-06-077-21/+65
* Make WITNESS happy by giving USB mutexes different names.Hans Petter Selasky2014-06-071-2/+2
* Fix for USB specification compliance. We need to accept both DATA0 andHans Petter Selasky2014-06-071-0/+16
* Some further DWC OTG improvements for full speed and low speed devices:Hans Petter Selasky2014-06-072-83/+59
* Mov p2041rdb.dts, p3041ds.dts, and p5020ds.dts to the powerpc directory.Rui Paulo2014-06-073-0/+0
* Fix the script to run make_dtb.sh instead of just dtc.Rui Paulo2014-06-071-1/+4
* Add Makefiles to automatically test all the DTS files.Rui Paulo2014-06-065-0/+33
* The new NFS server would not allow a hard link to beRick Macklem2014-06-061-7/+0
* make sure if_transmit returns 0 if the mbuf is enqueued.Luigi Rizzo2014-06-063-6/+5
* Compilation fixes.Hans Petter Selasky2014-06-061-1/+3
* better handling of netmap emulation over standard device drivers:Luigi Rizzo2014-06-062-29/+83
* Clarify statement on font originEd Maste2014-06-061-3/+3
* Support guest accesses to %cr8.Tycho Nightingale2014-06-063-53/+166
* introduce mbq_lock() and mbq_unlock() for the mbq,Luigi Rizzo2014-06-063-9/+19
* Remove extra semicolons.Kevin Lo2014-06-063-5/+5
* move netmap_getna() to a freebsd-specific fileLuigi Rizzo2014-06-062-6/+8