summaryrefslogtreecommitdiffstats
path: root/sys (follow)
Commit message (Expand)AuthorAgeFilesLines
* some of this code was written in an era when spaces cost extra.tedu2017-07-041-15/+15
* zap .o, put both .c at deraadt@'s requestespie2017-07-041-2/+2
* Revert previous, it exposed two edge cases still requiring thempi2017-07-041-6/+5
* Always hold the socket lock when calling sblock().mpi2017-07-043-45/+32
* Assert that the socket lock is held when `so_state' is modified.mpi2017-07-041-6/+7
* Assert that the socket lock is held when `so_qlen' is modified.mpi2017-07-042-9/+15
* Export our atomic definitions to userland instead of gcc builtins.mpi2017-07-041-21/+21
* blacklist MSI on intel m.2 optane parts. it just doesnt work there.dlg2017-07-031-1/+8
* Do not grab the socket lock in doaccept() twice. Pass NOTE_SUBMITbluhm2017-07-031-2/+2
* Both PF_ROUTE and PF_KEY need to start to take care of their own PCB listclaudio2017-07-035-166/+134
* Use copyin32() instead of copyin() in RDHWR emulation.visa2017-07-031-2/+2
* merge error, revealed by clang; ok kettenis@naddy2017-07-031-2/+2
* Replace slot time durations with macros.kevlo2017-07-0310-27/+32
* Protect `so_state', `so_snd' and `so_rcv' with the socket lock inmpi2017-07-031-7/+23
* Protect `so_state', `so_error' and `so_qlen' with the socket lock inmpi2017-07-031-14/+23
* Not all sockets require the NET_LOCK(). So use solock() instead inmpi2017-07-031-8/+12
* Attach com(4) using fdt on octeon.visa2017-07-039-435/+86
* Drop the KERNEL_LOCK() in pf_purge_thread().mpi2017-07-031-5/+6
* Add the first UART into the fdt blob.visa2017-07-032-1/+41
* regendlg2017-07-032-2/+7
* intel optanes are a thingdlg2017-07-031-1/+2
* Enable MIPI/DSI support for inteldrm(4). Makes the display on my ASUSkettenis2017-07-0212-35/+1020
* re-enable PATmlarkin2017-07-021-3/+2
* Add the definition of IEEE80211_DUR_DS_SHSLOT.kevlo2017-07-022-4/+5
* Use absolute pointers in codepatch entriessf2017-07-012-16/+13
* Use absolute pointers in codepatch entriessf2017-07-012-16/+16
* Update inteldrm(4) to code based on Linux 4.4.70. This brings us support forkettenis2017-07-01135-25183/+75375
* Update inteldrm(4) to code based on Linux 4.4.70. This brings us support forkettenis2017-07-011-0/+144
* Update inteldrm(4) to code based on Linux 4.4.70. This brings us support forkettenis2017-07-0126-3036/+15923
* - Avoid possible use of uninitialized variable; noticed by jsg@kevlo2017-07-012-41/+68
* In OpenBSD 6.0 we had the check (ip6_forward_rt.ro_tableid !=bluhm2017-06-301-1/+3
* Fix a format string specifier error in a debug printf.mlarkin2017-06-301-2/+2
* Remove unused variablesmlarkin2017-06-301-13/+2
* kill RCSID macros; discussed with millertderaadt2017-06-2917-108/+17
* Put asm-generated strings into .rodataderaadt2017-06-296-30/+70
* put SYSTEM_SWAP_DEP out of its misery, it died in 1997, along with config.oldespie2017-06-2914-28/+28
* 0xd4d4d4d4 is a useful 'trap instruction' on arm64, but not on arm32.deraadt2017-06-291-2/+2
* Always use the maximum permissible frame size for Rx size limit.visa2017-06-291-2/+2
* add some comments, no functional changemlarkin2017-06-291-1/+18
* suppress local symbols in mptramp. Matches a similar diff inmlarkin2017-06-291-17/+16
* suppress local symbols in mptramp. Matches a similar diff inmlarkin2017-06-291-7/+7
* Remove a block of "#if 0" code that has been in the file since r1.1, 13mlarkin2017-06-291-10/+1
* Remove an "#if 1" that had been in the code for 16 years. I think it'smlarkin2017-06-291-3/+1
* hide some locore0 symbols that are only used inside locore0.mlarkin2017-06-291-12/+12
* TEMPORARILY disable gap compilation, until lld is fixed/updated toderaadt2017-06-292-5/+6
* Switch TIOCSTAT to _IO(). Two decades ago it was mistakenly defined toderaadt2017-06-291-2/+2
* Due to risks known for decades, TIOCSTI now performs no action, and simplyderaadt2017-06-292-13/+3
* set c.c_maxrxlen to something. apparently lost a line somewhere.tedu2017-06-291-1/+2
* Introduce a simple mechanism to select the appropriate queue managermikeb2017-06-282-2/+13
* Tighten up FQ-CoDel vs HFSC checksmikeb2017-06-281-3/+4