Age | Commit message (Expand) | Author |
2017-07-05 | Comments are lying. | Martin Pieuchot |
2017-07-05 | If we are sending a neighbor solicitation for a link local address | Florian Obser |
2017-07-04 | Ignore entries with specific PCI subvendor/subdevice such that we don't | Mark Kettenis |
2017-07-04 | some of this code was written in an era when spaces cost extra. | Ted Unangst |
2017-07-04 | zap .o, put both .c at deraadt@'s request | Marc Espie |
2017-07-04 | Revert previous, it exposed two edge cases still requiring the | Martin Pieuchot |
2017-07-04 | Always hold the socket lock when calling sblock(). | Martin Pieuchot |
2017-07-04 | Assert that the socket lock is held when `so_state' is modified. | Martin Pieuchot |
2017-07-04 | Assert that the socket lock is held when `so_qlen' is modified. | Martin Pieuchot |
2017-07-04 | Export our atomic definitions to userland instead of gcc builtins. | Martin Pieuchot |
2017-07-03 | blacklist MSI on intel m.2 optane parts. it just doesnt work there. | David Gwynne |
2017-07-03 | Do not grab the socket lock in doaccept() twice. Pass NOTE_SUBMIT | Alexander Bluhm |
2017-07-03 | Both PF_ROUTE and PF_KEY need to start to take care of their own PCB list | Claudio Jeker |
2017-07-03 | Use copyin32() instead of copyin() in RDHWR emulation. | Visa Hankala |
2017-07-03 | merge error, revealed by clang; ok kettenis@ | Christian Weisgerber |
2017-07-03 | Replace slot time durations with macros. | Kevin Lo |
2017-07-03 | Protect `so_state', `so_snd' and `so_rcv' with the socket lock in | Martin Pieuchot |
2017-07-03 | Protect `so_state', `so_error' and `so_qlen' with the socket lock in | Martin Pieuchot |
2017-07-03 | Not all sockets require the NET_LOCK(). So use solock() instead in | Martin Pieuchot |
2017-07-03 | Attach com(4) using fdt on octeon. | Visa Hankala |
2017-07-03 | Drop the KERNEL_LOCK() in pf_purge_thread(). | Martin Pieuchot |
2017-07-03 | Add the first UART into the fdt blob. | Visa Hankala |
2017-07-03 | regen | David Gwynne |
2017-07-03 | intel optanes are a thing | David Gwynne |
2017-07-02 | Enable MIPI/DSI support for inteldrm(4). Makes the display on my ASUS | Mark Kettenis |
2017-07-02 | re-enable PAT | Mike Larkin |
2017-07-02 | Add the definition of IEEE80211_DUR_DS_SHSLOT. | Kevin Lo |
2017-07-01 | Use absolute pointers in codepatch entries | Stefan Fritsch |
2017-07-01 | Use absolute pointers in codepatch entries | Stefan Fritsch |
2017-07-01 | Update inteldrm(4) to code based on Linux 4.4.70. This brings us support for | Mark Kettenis |
2017-07-01 | Update inteldrm(4) to code based on Linux 4.4.70. This brings us support for | Mark Kettenis |
2017-07-01 | Update inteldrm(4) to code based on Linux 4.4.70. This brings us support for | Mark Kettenis |
2017-07-01 | - Avoid possible use of uninitialized variable; noticed by jsg@ | Kevin Lo |
2017-06-30 | In OpenBSD 6.0 we had the check (ip6_forward_rt.ro_tableid != | Alexander Bluhm |
2017-06-30 | Fix a format string specifier error in a debug printf. | Mike Larkin |
2017-06-30 | Remove unused variables | Mike Larkin |
2017-06-29 | kill RCSID macros; discussed with millert | Theo de Raadt |
2017-06-29 | Put asm-generated strings into .rodata | Theo de Raadt |
2017-06-29 | put SYSTEM_SWAP_DEP out of its misery, it died in 1997, along with config.old | Marc Espie |
2017-06-29 | 0xd4d4d4d4 is a useful 'trap instruction' on arm64, but not on arm32. | Theo de Raadt |
2017-06-29 | Always use the maximum permissible frame size for Rx size limit. | Visa Hankala |
2017-06-29 | add some comments, no functional change | Mike Larkin |
2017-06-29 | suppress local symbols in mptramp. Matches a similar diff in | Mike Larkin |
2017-06-29 | suppress local symbols in mptramp. Matches a similar diff in | Mike Larkin |
2017-06-29 | Remove a block of "#if 0" code that has been in the file since r1.1, 13 | Mike Larkin |
2017-06-29 | Remove an "#if 1" that had been in the code for 16 years. I think it's | Mike Larkin |
2017-06-29 | hide some locore0 symbols that are only used inside locore0. | Mike Larkin |
2017-06-29 | TEMPORARILY disable gap compilation, until lld is fixed/updated to | Theo de Raadt |
2017-06-29 | Switch TIOCSTAT to _IO(). Two decades ago it was mistakenly defined to | Theo de Raadt |
2017-06-29 | Due to risks known for decades, TIOCSTI now performs no action, and simply | Theo de Raadt |