summaryrefslogtreecommitdiffstats
path: root/sys (follow)
Commit message (Expand)AuthorAgeFilesLines
* Only check if the current thread has the lock in rw_assert_unlocked(9).mpi2019-11-121-2/+2
* Convert tsleep(9) that wait for a multiple of `hz' to tsleep_nsec(9).mpi2019-11-127-17/+21
* Default to 0 arguments if no symbol has been found in the CTF section.mpi2019-11-121-2/+2
* Fix support for 3168 iwm(4) devices, and load new firmware for them.stsp2019-11-123-15/+56
* Check sleep timeout state only if the sleep has a timeout. Otherwise,visa2019-11-122-11/+20
* SIOCDVNETID mutates state, so should only be run by root.dlg2019-11-121-1/+2
* Prevent underflows in tp->snd_wnd if the remote side ACKs more thanbluhm2019-11-111-3/+9
* Prevent a NULL deref in ieee80211_node2req() which could be triggeredstsp2019-11-111-2/+3
* Kernel is missing propper input validation when configuring IPv6bluhm2019-11-112-40/+48
* Extended the scope of the pipelock() in pipe_write() making the lockinganton2019-11-111-46/+29
* drm/amdgpu: fix potential VM faultsjsg2019-11-111-1/+2
* add linkstate hooks at the head of the tailq.dlg2019-11-111-2/+2
* you still need newlines when using log(9). add some errnos while here.dlg2019-11-111-25/+34
* Tedu scsi_scanner.h as krw@ intended to dopatrick2019-11-101-135/+0
* whitespace fixes, no functional changedlg2019-11-101-13/+13
* TRUE/FALSE conversions missed in previous.mpi2019-11-105-517/+517
* whitespace tweaks, no functional change.dlg2019-11-101-8/+8
* Stop connecting to available open wifi networks when the interface is put up.stsp2019-11-101-3/+2
* Invert a conditional in pipe_write() for reduced indent and inanton2019-11-101-64/+66
* Change the EINVAL return code to a KASSERT if the namei structure isbeck2019-11-101-6/+3
* Make sure that SDEV_NOSYNC abd SDEV_NOWIDE quirks are notkrw2019-11-091-20/+32
* Add support for active scan to bwfm(4). So far we only have donepatrick2019-11-092-10/+31
* Retguard will start using sections named ".openbsd.randomdata.retguard.*"guenther2019-11-099-17/+59
* Let mcount.o compile by ignoring a warning about the profile.h ASMguenther2019-11-091-2/+2
* Replace the hand-rolled pipe lock with a rwlock. A necessary first stepanton2019-11-092-18/+8
* move NT eflag clearing after register saving, otherwise %eax isderaadt2019-11-092-18/+16
* Forgot comment requested by deraadt in previous.florian2019-11-091-2/+2
* Add RTP_PROPOSAL_SOLICIT to allow unwind(8) to solicit DNS proposalsflorian2019-11-091-1/+2
* Shuffle sd_get_parms() logic to ensure we only update sc->params withkrw2019-11-091-46/+67
* Give access points which fail to AUTH or ASSOC less priority duringstsp2019-11-093-4/+35
* Fix SCSIDEBUG display of VPD inquiry data.krw2019-11-091-5/+9
* Fix SCSIDEBUG display of VPD inquiry data.krw2019-11-091-3/+3
* Trigger a background scan when root runs the 'ifconfig scan' command.stsp2019-11-092-2/+5
* whitespace fixes, no functional change.dlg2019-11-091-23/+23
* drm/amdgpu/powerplay/vega10: allow undervolting in p7jsg2019-11-091-3/+1
* drm/amdgpu: fix memory leakjsg2019-11-091-7/+7
* drm/amd/display: fix odm combine pipe resetjsg2019-11-091-4/+2
* Fix SCSIDEBUG compile. Missed a %lx -> %x.krw2019-11-091-2/+2
* whitespace fixes, no functional change.dlg2019-11-091-6/+6
* Clear the unref callback function pointer when cleaning up an ieee80211_node.stsp2019-11-091-1/+2
* Ack the interrupt first, so that it can receive interrupts for newyasuoka2019-11-091-3/+3
* Switch 8260 and 8265 iwm(4) devices to -34 firmware.stsp2019-11-081-3/+3
* Add support to iwm(4) for new umac scan API in newer firmware versions.stsp2019-11-082-70/+352
* Add support to iwm(4) for ADD_STA commands used by newer firmware.stsp2019-11-083-14/+127
* The u_long fields in struct disk_parms (secsize, heads, cyls, sectors)krw2019-11-082-7/+7
* Substitute boolean_t/TRUE/FALSE/db_addr_t by int/1/0/vaddr_t.mpi2019-11-084-30/+30
* void being too clever about setting/clearing ifpromisc on the parent.dlg2019-11-081-8/+6
* convert interface address change hooks to tasks and a task_list.dlg2019-11-0810-59/+79
* Add support for button 2 and 3 to imt(4).yasuoka2019-11-082-8/+19
* Remove get_pc_str_offset(), which has been unused since we switchedpatrick2019-11-073-38/+3