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