aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* sys/dts: Remove arm64 from subdir as it no longer exists.Emmanuel Vadot2018-03-191-1/+1
* linux*_sysvec.c: rationalize whitespace and commentsEd Maste2018-03-193-43/+40
* Remove redundant integer cast in ibcore. The "ref_count" field alreadyHans Petter Selasky2018-03-191-1/+1
* Add the device/chip type to the disk d_descr field, and print more infoIan Lepore2018-03-181-2/+9
* Add support for 4K and 32K erase block sizes. Many of the supported chipsIan Lepore2018-03-181-12/+23
* Make all internal routines return an int error status, and check theIan Lepore2018-03-181-41/+47
* Add sc_parent to the softc and use it in place of device_get_parent() callsIan Lepore2018-03-181-46/+33
* Fix an access of an uninitialized variable in dtrace_probe().Mark Johnston2018-03-181-1/+1
* Bugfix: wait for writes/erases to complete after starting them, instead ofIan Lepore2018-03-181-1/+2
* Avoid dequeuing the fault page during a soft fault.Mark Johnston2018-03-181-5/+3
* Have vm_page_{deactivate,launder}() requeue already-queued pages.Mark Johnston2018-03-184-23/+18
* Eliminate some unneeded intermediate variables. Eliminate some redundantIan Lepore2018-03-181-45/+36
* Have vm_page_replace() assert that the new page is not enqueued.Mark Johnston2018-03-181-2/+4
* Remove a pointless KASSERT and reword a comment a bit. The KASSERT testedIan Lepore2018-03-181-10/+2
* Do not overwrite the contents of BIO_WRITE buffers. SPI inherentlyIan Lepore2018-03-181-1/+2
* Remove unneeded variable which was introduced in r328472.Mariusz Zaborski2018-03-181-3/+1
* lib(private)zstd: Fix riscv buildConrad Meyer2018-03-181-0/+5
* locks: slightly depessimize lockstatMateusz Guzik2018-03-173-68/+108
* Move the dirty queues inside the per-domain structure. This resolves a bugJeff Roberson2018-03-171-145/+333
* audit(4): fix a typo in a commentAlan Somers2018-03-171-1/+1
* Use kern.opts.mk instead of bsd.own.mk (which includes src.opts.mk)Warner Losh2018-03-171-3/+4
* Use FreeBSD-current conventions for building options rather thanWarner Losh2018-03-171-5/+5
* Remove commented out code to generate opt_inet*.h. That's handledWarner Losh2018-03-171-13/+2
* Add EFI to kernel options.Warner Losh2018-03-171-0/+6
* Fix outgoing TCP/UDP packet drop on arp/ndp entry expiration.Alexander V. Chernikov2018-03-175-13/+60
* Only take out the periph lock when we're modifying the flags of theWarner Losh2018-03-171-2/+6
* Move assym.s to DPSRCS in vmbus moduleEd Maste2018-03-171-2/+2
* Revert r313780 (UFS_ prefix)Ed Maste2018-03-1715-109/+105
* Prefix UFS symbols with UFS_ to reduce namespace pollutionEd Maste2018-03-1715-105/+109
* ANSIfy sys/x86Ed Maste2018-03-172-12/+6
* Add _IOC_NEWLEN() and _IOC_NEWTYPE() macros.Brooks Davis2018-03-161-0/+4
* random(4): Poll for signals during large readsConrad Meyer2018-03-161-2/+19
* Use EFI RTC capabilities info when registering, add bootverbose diagnostics.Ian Lepore2018-03-161-13/+65
* Add the header file needed for the recently-added call to pagedaemon_wakeup().Ian Lepore2018-03-161-0/+1
* Set the inp_vflag consistently for accepted TCP/IPv6 connections whenMichael Tuexen2018-03-161-0/+2
* linux_errno.c: add newer errno valuesEd Maste2018-03-161-2/+10
* Share a single bsd-linux errno table across MD consumersEd Maste2018-03-169-65/+154
* Move assym.s to DPSRC in sgx moduleEd Maste2018-03-161-1/+2
* ANSIfy i386/vm86.cEd Maste2018-03-161-14/+5
* Garbage collect unused chacha20 codeConrad Meyer2018-03-165-272/+0
* Fix GCC build: Remove redundant pagedaemon_wakeup declarationConrad Meyer2018-03-161-1/+0
* Try polling the qpairs on timeout.Warner Losh2018-03-162-10/+24
* Add required interface header.Ian Lepore2018-03-161-0/+1
* rtwn(4): de-hardcode ('h/w rate index' - 'corresponding MCS index') constantAndriy Voskoboinyk2018-03-164-7/+12
* urtw(4), zyd(4): reduce code verbosity.Andriy Voskoboinyk2018-03-162-14/+19
* urtw(4): provide names for some commonly used rate indices + dropAndriy Voskoboinyk2018-03-161-21/+12
* Correct comment for IFM_IEEE80211_VHT media variant.Andriy Voskoboinyk2018-03-151-1/+1
* Add a request structure and make the implementation use it.Brooks Davis2018-03-151-115/+157
* Eliminate pageout wakeup races. Take another step towards locklessJeff Roberson2018-03-154-118/+151
* Move implementation of ioctls into kern_*() functions.Brooks Davis2018-03-151-148/+254