Age | Commit message (Expand) | Author |
2018-01-24 | Put the default case, which prints information about an event we do not yet | Patrick Wildt |
2018-01-24 | We don't do booleans in the kernel, so replace a few occurrences of 'true' | Patrick Wildt |
2018-01-24 | document bpfsattach and bpfsdetach | David Gwynne |
2018-01-24 | add support for bpf on "subsystems", not just network interfaces | David Gwynne |
2018-01-23 | Add a smarter test that opens a file, unlinks it, and remounts the | Alexander Bluhm |
2018-01-23 | The IPv6 gateway address passed to rt6_flush() comes either from a | Alexander Bluhm |
2018-01-23 | Update to tzdata2018c from ftp.iana.org | Todd C. Miller |
2018-01-23 | The TCP reaper timeout was still imlemented as soft timeout. So | Alexander Bluhm |
2018-01-23 | Although it is a dead store here, always reassign the tcpcb after | Alexander Bluhm |
2018-01-23 | Bring back the PRU_ATTACH constant and description. Then trpt(8) | Alexander Bluhm |
2018-01-23 | Fix printf(9) format strings so that a kernel with TCPDEBUG compiles. | Alexander Bluhm |
2018-01-23 | Fix a logic bug in sshd_exchange_identification which prevented clients | Stefan Sperling |
2018-01-23 | Add missing braces; fixes 'write: Socket is not connected' error in ssh. | Stefan Sperling |
2018-01-23 | use END_STRONG. Yes, everything in the sh ecosystem is different.. | Theo de Raadt |
2018-01-23 | Always lock the kernel lock with non-MP-safe interrupt handlers. | Visa Hankala |
2018-01-23 | Revise 'struct fpreg' such that it can actually represent the full VFPv3-D32 | Mark Kettenis |
2018-01-23 | Fix underline rotation on CCW (quarter counter-clockwise) rotated | Frederic Cambus |
2018-01-23 | Fix table wrt missing element and `, detailed analysis and diff from | Otto Moerbeek |
2018-01-23 | Drop compatibility hacks for some ancient SSH implementations, including | Damien Miller |
2018-01-23 | try harder to preserve errno during ssh_connect_direct() to make the | Damien Miller |
2018-01-23 | unbreak support for clients that advertise a protocol version | Damien Miller |
2018-01-23 | don't attempt to force hostnames that are addresses to lowercase, but | Damien Miller |
2018-01-23 | avoid modifying pw->pw_passwd; let endpwent() clean up for us, but | Damien Miller |
2018-01-23 | Fix checks for error return from urtw_alloc_rx_data_list() and | Kevin Lo |
2018-01-22 | 1. Add a field for configuring the size of edge areas on touchpads. | Ulf Brosziewski |
2018-01-22 | Add support for 'a:' and 'exists:' mechanisms. | Okan Demirmen |
2018-01-22 | Bring back the detach messages in trpt(8) for tcp debugging. They | Alexander Bluhm |
2018-01-22 | Triggered by Klemens Nanni patch, move OLD_WRKDIR_NAME into OBSOLETE VARIABLES | Marc Espie |
2018-01-22 | Use the proper address space when using a kernel that supports | helg |
2018-01-22 | More sizes for free() in wscons(4). | Frederic Cambus |
2018-01-22 | <machine/mutex.h> -> <sys/mutex.h> | Martin Pieuchot |
2018-01-22 | Include <sys/mutex.h> instead of <machine/mutex.h> | Martin Pieuchot |
2018-01-22 | Include <sys/mutex.h> rather than <machine/mutex.h> | Martin Pieuchot |
2018-01-22 | Always grab the KERNEL_LOCK() for !IPL_MPSAFE handlers. | Martin Pieuchot |
2018-01-22 | Use ip_send() to not call ip_output() recursively in *start() routine. | Martin Pieuchot |
2018-01-22 | Do not call ip_output() recursively in vxlan_start(). | Martin Pieuchot |
2018-01-22 | Add SHT_SYMTAB_SHNDX | Martin Pieuchot |
2018-01-22 | regen | Jonathan Gray |
2018-01-22 | add clang-local(1) to SEE ALSO | Jonathan Gray |
2018-01-22 | Match on Iris Pro Graphics 580 and other skylake GT4 ids and correct | Jonathan Gray |
2018-01-21 | Move some code back from locore0.S to locore.S that we will need to bring up | Mark Kettenis |
2018-01-21 | Implement ffs(3) using the CLZ instructions which has been available ever | Mark Kettenis |
2016-09-03 | Use the space freed up by sparc and zaurus to import LLVM. | Pascal Stumpf |
2018-01-21 | Add missing OpenBSD CVS tag | Patrick Wildt |
2018-01-21 | Implement network boot support in efiboot(8). This changes efiboot(8) | Patrick Wildt |
2018-01-21 | add new '-c' option which runs a command instead of an interactive shell | Jasper Lievisse Adriaanse |
2018-01-21 | fix error handling while fetching sets | Alexander Hall |
2018-01-21 | Release interrupt source if the interrupt task is already scheduled | Mike Belopuhov |
2018-01-21 | Improve panic message | Mike Belopuhov |
2018-01-21 | add arch to Dt; | Jason McIntyre |