aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Use sysctl + CTLRWTUN for hw.nvme.verbose_cmd_dump.Warner Losh2019-07-193-3/+5
* Provide new tunable hw.nvme.verbose_cmd_dumpWarner Losh2019-07-183-0/+14
* Provide macros to extract the sub-fields of the CAP_LO and CAP_HI registers.Warner Losh2019-07-182-4/+20
* Rename arm64 macros in preperation for a script to generate them.Andrew Turner2019-07-182-188/+188
* Fix a paste-o, set is212x = false for other chip types. Doh!Ian Lepore2019-07-181-1/+1
* Handle the PCF2127 RTC chip the same as PCF2129 when init'ing the chip.Ian Lepore2019-07-181-4/+13
* The error reported in FS-14-UFS-3 can only happen on UFS/FFSKirk McKusick2019-07-178-13/+115
* riscv: Return vm_paddr_t in pmap_early_vtophys()Kristof Provost2019-07-171-1/+1
* Remove now-obsolete comment.Warner Losh2019-07-171-2/+1
* F_READAHEAD: Fix r349248's overflow protection, broken by r349391Alan Somers2019-07-171-2/+7
* Fix FASTTRAPIOC_GETINSTR.Mark Johnston2019-07-172-3/+1
* I add the ability to accept the default pin widget configuration to helpSean Bruno2019-07-172-5/+12
* Style.Kirk McKusick2019-07-161-4/+8
* When a process attempts to allocate space on a full filesystem, aKirk McKusick2019-07-163-26/+42
* Assume that the timeout value from the capacity is 1-basedWarner Losh2019-07-161-1/+1
* As of upstream fil.c CVS r1.53 (March 1, 2009), prior to the import ofCy Schubert2019-07-161-3/+0
* Refactor, removing one compare.Cy Schubert2019-07-161-9/+7
* Fix compilation on platforms using gcc.Michael Tuexen2019-07-161-1/+0
* Adds signal number format to kern.corefileEric van Gyzen2019-07-161-2/+5
* Always use the software DBM bit for now.Mark Johnston2019-07-161-2/+6
* Fix the arm64 page table entry attribute mask.Mark Johnston2019-07-161-1/+1
* Propagate attribute changes during demotion.Mark Johnston2019-07-161-16/+16
* bge: check that the bus is a pci bus before using it as suchAndriy Gapon2019-07-161-2/+2
* powerpc: Fix casueword(9) post-r349951Justin Hibbits2019-07-161-11/+11
* Revert r349973. Upon further reflection, I realized that the commentAlan Cox2019-07-161-0/+7
* Add ptrace op PT_GET_SC_RET.John Baldwin2019-07-152-2/+68
* In nxprtc(4), use the countdown timer for better timekeeping resolutionIan Lepore2019-07-151-11/+16
* Fix nxprtc(4) on systems that support i2c repeat-start correctly.Ian Lepore2019-07-151-2/+35
* Don't pass error from syscallenter() to syscallret().John Baldwin2019-07-1510-36/+22
* Always set td_errno to the error value of a system call.John Baldwin2019-07-153-17/+21
* Don't free read control entries, which are still on the stream queue whenMichael Tuexen2019-07-151-7/+11
* In do_sem2_wait(), balance umtx_key_get() with umtx_key_release() on retry.Konstantin Belousov2019-07-151-4/+3
* Implement software access and dirty bit management for arm64.Mark Johnston2019-07-153-160/+258
* pmap_clear_modify() needs to clear PTE_W.Mark Johnston2019-07-151-1/+1
* Fix reference counting in pmap_ts_referenced() on RISC-V.Mark Johnston2019-07-151-10/+13
* Remove duplicated device firmware entry in generic arm kernel config added in...Emmanuel Vadot2019-07-151-2/+0
* Add support for MSG_EOR and MSG_EOF in sendmsg() for SCTP.Michael Tuexen2019-07-151-11/+25
* Fix socket state handling when freeing an SCTP endpoint.Michael Tuexen2019-07-151-6/+5
* In do_lock_pi(), do not return prematurely.Konstantin Belousov2019-07-151-1/+1
* Correctly check for casueword(9) success in do_set_ceiling().Konstantin Belousov2019-07-151-1/+2
* Improve the input validation for l_linger.Michael Tuexen2019-07-141-1/+9
* PR: 239143Konstantin Belousov2019-07-141-0/+7
* This is the second in a number of patches needed toRandall Stewart2019-07-144-5/+50
* When calling sctp_initialize_auth_params(), the inp must have atMichael Tuexen2019-07-146-23/+20
* Fix a typo in r349969Chuck Tuffli2019-07-141-1/+1
* Calculate the offset of the interface name using FR_NAME rather thanCy Schubert2019-07-141-5/+5
* Recycle the unused FR_CMPSIZ macro which became orphaned in ipfilter 5Cy Schubert2019-07-142-3/+3
* style(9)Cy Schubert2019-07-141-8/+8
* Revert r349442, which was a workaround for bus errors caused by an errantAlan Cox2019-07-131-8/+1
* Remove a stale comment.Alan Cox2019-07-131-7/+0