summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2017-07-06vmd: increase the max number of disks from 2 to 4. Requires kernel rebuildMike Larkin
2017-07-060xcc-fill a few more alignments. Not because these ones matter particularily,Theo de Raadt
2017-07-06remove an unneeded .align and .code32Mike Larkin
2017-07-05Fix native/raw backlight support in inteldrm(4).Mark Kettenis
2017-07-05Enable NFSCLIENT to let installation over NFS work.Visa Hankala
2017-07-05Fix RAMDISK build.Visa Hankala
2017-07-05regenMark Kettenis
2017-07-05Add Intel Braswell Sensor Hub device.Mark Kettenis
2017-07-05Convert pf tagname malloc(9) into pool_get(9) to make it MP safe.Alexander Bluhm
2017-07-05The IP in IP input function strips the outer header and reinsertsAlexander Bluhm
2017-07-05Comments are lying.Martin Pieuchot
2017-07-05If we are sending a neighbor solicitation for a link local addressFlorian Obser
2017-07-04Ignore entries with specific PCI subvendor/subdevice such that we don'tMark Kettenis
2017-07-04some of this code was written in an era when spaces cost extra.Ted Unangst
2017-07-04zap .o, put both .c at deraadt@'s requestMarc Espie
2017-07-04Revert previous, it exposed two edge cases still requiring theMartin Pieuchot
2017-07-04Always hold the socket lock when calling sblock().Martin Pieuchot
2017-07-04Assert that the socket lock is held when `so_state' is modified.Martin Pieuchot
2017-07-04Assert that the socket lock is held when `so_qlen' is modified.Martin Pieuchot
2017-07-04Export our atomic definitions to userland instead of gcc builtins.Martin Pieuchot
2017-07-03blacklist MSI on intel m.2 optane parts. it just doesnt work there.David Gwynne
2017-07-03Do not grab the socket lock in doaccept() twice. Pass NOTE_SUBMITAlexander Bluhm
2017-07-03Both PF_ROUTE and PF_KEY need to start to take care of their own PCB listClaudio Jeker
2017-07-03Use copyin32() instead of copyin() in RDHWR emulation.Visa Hankala
2017-07-03merge error, revealed by clang; ok kettenis@Christian Weisgerber
2017-07-03Replace slot time durations with macros.Kevin Lo
2017-07-03Protect `so_state', `so_snd' and `so_rcv' with the socket lock inMartin Pieuchot
2017-07-03Protect `so_state', `so_error' and `so_qlen' with the socket lock inMartin Pieuchot
2017-07-03Not all sockets require the NET_LOCK(). So use solock() instead inMartin Pieuchot
2017-07-03Attach com(4) using fdt on octeon.Visa Hankala
2017-07-03Drop the KERNEL_LOCK() in pf_purge_thread().Martin Pieuchot
2017-07-03Add the first UART into the fdt blob.Visa Hankala
2017-07-03regenDavid Gwynne
2017-07-03intel optanes are a thingDavid Gwynne
2017-07-02Enable MIPI/DSI support for inteldrm(4). Makes the display on my ASUSMark Kettenis
2017-07-02re-enable PATMike Larkin
2017-07-02Add the definition of IEEE80211_DUR_DS_SHSLOT.Kevin Lo
2017-07-01Use absolute pointers in codepatch entriesStefan Fritsch
2017-07-01Use absolute pointers in codepatch entriesStefan Fritsch
2017-07-01Update inteldrm(4) to code based on Linux 4.4.70. This brings us support forMark Kettenis
2017-07-01Update inteldrm(4) to code based on Linux 4.4.70. This brings us support forMark Kettenis
2017-07-01Update inteldrm(4) to code based on Linux 4.4.70. This brings us support forMark Kettenis
2017-07-01- Avoid possible use of uninitialized variable; noticed by jsg@Kevin Lo
2017-06-30In OpenBSD 6.0 we had the check (ip6_forward_rt.ro_tableid !=Alexander Bluhm
2017-06-30Fix a format string specifier error in a debug printf.Mike Larkin
2017-06-30Remove unused variablesMike Larkin
2017-06-29kill RCSID macros; discussed with millertTheo de Raadt
2017-06-29Put asm-generated strings into .rodataTheo de Raadt
2017-06-29put SYSTEM_SWAP_DEP out of its misery, it died in 1997, along with config.oldMarc Espie
2017-06-290xd4d4d4d4 is a useful 'trap instruction' on arm64, but not on arm32.Theo de Raadt