aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Move sys/boot/fdt/dts to sys/dts and adjust scripts.Warner Losh2017-11-14118-3/+3
* disallow clock_settime too far in the future to avoid panicEd Maste2017-11-141-1/+1
* Unbreak IPv6.Bjoern A. Zeeb2017-11-141-62/+71
* vnic: report that the driver supports multicastEd Maste2017-11-141-1/+1
* Make sure the ib_wr_opcode enum is signed by adding a negative dummy element.Hans Petter Selasky2017-11-143-2/+4
* Make sure a valid VNET is set before trying to access the V_ip6_v6onlyHans Petter Selasky2017-11-141-7/+5
* Set the default VNET in krping before calling ifunit_ref(). Else using IPv6Hans Petter Selasky2017-11-141-0/+2
* Properly decode NVMe state of the drive and print out the informationWarner Losh2017-11-143-6/+28
* Belatedly add opt_nvme.h to fix building nvme.ko outside of a kernelWarner Losh2017-11-141-0/+1
* Provide link speed data in XPT_GET_TRAN_SETTINGS. Provide full versionWarner Losh2017-11-145-18/+51
* Provide pcie_link_status and pcie_link_cap convenience functions.Warner Losh2017-11-142-0/+30
* Move zstd from contrib to sys/contrib so it can be used in theWarner Losh2017-11-14243-0/+93071
* Expand the Freescale PCIe root complex driver with the ofw_pcib_pciJustin Hibbits2017-11-141-2/+96
* Convert BERI to use ofw_parse_bootargs()Justin Hibbits2017-11-141-43/+2
* Use the correct board name for the Ubiquiti Unifi Security GatewayJustin Hibbits2017-11-142-5/+5
* Simply the code and use the full buffer for contigous chunk representation.Michael Tuexen2017-11-141-52/+24
* Add TP-LINK UE300.Kevin Lo2017-11-142-1/+1
* Add two new tunables / sysctls to controll reboot after panic:Warner Losh2017-11-141-0/+12
* Style r320614: don't initialize at declaration, new line after declarations,Gleb Smirnoff2017-11-131-5/+5
* Don't add /boot/dt*s* but /boot/dt*b*. Stupid think-o. /boot/dtb wasWarner Losh2017-11-131-1/+1
* Add /boot/dts to the list of default modules. The minimal arm and mipsWarner Losh2017-11-131-1/+1
* Move loop to clear TDB_SUSPEND into PT_DETACH case.John Baldwin2017-11-131-6/+3
* Pull the PT_ATTACH case out of the 'sendsig:' block.John Baldwin2017-11-131-49/+47
* Rework r325568 so all 'make LINT' targets work.Bryan Drewery2017-11-131-3/+7
* Add loader.conf to the list of files that are MD.Warner Losh2017-11-132-2/+1
* Only clear a pending thread event if one is pending.John Baldwin2017-11-131-26/+35
* arm: rpi2: Fix cpufreq(4)Emmanuel Vadot2017-11-131-0/+1
* Properly handle the case where the linux_cdev_handle_insert() functionHans Petter Selasky2017-11-131-22/+44
* Add __BEGIN_DECLS and __END_DECLS to <sys/umtx.h>Eric van Gyzen2017-11-131-0/+4
* Do not leak PMC_PO_OWNS_LOGFILE on error.Konstantin Belousov2017-11-131-0/+1
* Style bug.Konstantin Belousov2017-11-131-1/+1
* Be more careful when doing calculation with request from userland.Xin LI2017-11-131-1/+1
* Use proper include file. While <boot/userboot/userboot.h> works, itWarner Losh2017-11-131-1/+1
* Add Intel Processor Trace (PT) MSRs.Ruslan Bukin2017-11-121-0/+56
* Cleanup the handling of control chunks. While there fix some minorMichael Tuexen2017-11-121-240/+110
* boot1: also check for NULL deviceEd Maste2017-11-121-7/+9
* Make sure the proper loader.rc gets installed.Warner Losh2017-11-121-3/+10
* amd64: stop nesting preemption counter in spinlock_enterMateusz Guzik2017-11-121-3/+4
* Use passed thread pointer instead of curthread in sys_sched_yieldMateusz Guzik2017-11-121-2/+2
* Avoid locking and refing in sysctl_kern_proc_args if possible.Mateusz Guzik2017-11-111-1/+14
* sysctl: try to avoid malloc in name2oidMateusz Guzik2017-11-111-3/+8
* Implement missing KDGETMODE IOCTL in VT.Hans Petter Selasky2017-11-111-0/+4
* Use pfind_any in linux_rt_sigqueueinfo and kern_sigqueueMateusz Guzik2017-11-112-6/+3
* Add pfind_anyMateusz Guzik2017-11-114-12/+27
* Avoid allproc lock in pfind if curproc->pid == pidMateusz Guzik2017-11-111-0/+5
* Remove useless proc lookup from sysctl_out_procMateusz Guzik2017-11-111-21/+3
* Remove release and acquire semantics when accessing the "state" field of theHans Petter Selasky2017-11-113-8/+7
* Mask away return codes from del_timer() and del_timer_sync() becauseHans Petter Selasky2017-11-111-2/+2
* rwlock: use fcmpset for setting RW_LOCK_WRITE_SPINNERMateusz Guzik2017-11-111-2/+1
* Install the 4th files in sys/boot/forth instead of each loaderWarner Losh2017-11-1039-203/+96