summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-08-26Declare hw_{prod,serial,uuid,vendor,ver} in <sys/systm.h>.Visa Hankala
2020-08-26Annotate locking of ps_single.Visa Hankala
2020-08-26Fix a race in single-thread mode switchingVisa Hankala
2020-08-25Clear user SLB upon context switch.Mark Kettenis
2020-08-25Fix undefined symbol.tobhe
2020-08-25Add dpd_check_interval configuration option. If for any IKE SA no IPsectobhe
2020-08-25usbd_set_idle() use requires prototype from usbdi_util.hTheo de Raadt
2020-08-25check that fcgiport string value is within rangetracey
2020-08-25Allow colour to be spelt as color, from Boris Verkhovsky. GitHub issueNicholas Marriott
2020-08-25Rename rtable filter variables and simplify buffer handlingkn
2020-08-25enable more of the syncobj codeJonathan Gray
2020-08-24Reduce the amount of boilerplate code and imsgs for config options bytobhe
2020-08-24some tweaks to the "group" text, from evan silberman;Jason McIntyre
2020-08-24Convert ip6_sysctl to sysctl_bounded_argsgnezdo
2020-08-24Convert divert*_sysctl to sysctl_bounded_argsgnezdo
2020-08-24Add support for non-localhost fastcgi sockets.tracey
2020-08-24Rehash main ruleset after rule expirationkn
2020-08-24The kernel provides sufficiently randomised ports.Florian Obser
2020-08-24Remove ptr_array from struct pf_rulesetkn
2020-08-24Enable xicp(4) here as well.Mark Kettenis
2020-08-24Enable UHS-I support. No SDR104 support though since it doesn't seem to workMark Kettenis
2020-08-24Implement UHS-I support in the sdmmc(4) midlayer.Mark Kettenis
2020-08-24Add some USB HID devices.Mark Kettenis
2020-08-24According the code `nfsbootdevname' is always set to network device namemvs
2020-08-24merge unbound 1.11.0Stuart Henderson
2020-08-24update to unbound 1.11.0, tests tb@ dtucker@, ok tb@Stuart Henderson
2020-08-24Clarify that tpmr(4) does not aggregatekn
2020-08-24Omit common ifconfig optionskn
2020-08-24syncTheo de Raadt
2020-08-24Old Terminal.app versions do not respond correctly to secondary DA,Nicholas Marriott
2020-08-24Do not run off end of string when stripping delays, reported by DaveNicholas Marriott
2020-08-23typo fix; from (part of a diff from) uwe werlerJason McIntyre
2020-08-23Enable xicp(4).Mark Kettenis
2020-08-23amd64: TSC timecounter: prefix RDTSC with LFENCEcheloha
2020-08-23Filter by routing tablekn
2020-08-23regenMark Kettenis
2020-08-23Add IBM POWER8 host bridge.Mark Kettenis
2020-08-23Add xicp(4), a driver for the interrupt control presenter hardware foundMark Kettenis
2020-08-23Add a new configuration option to limit the number of connections fortobhe
2020-08-23Rename natt_mode to sc_nattmode for consistency.tobhe
2020-08-23fix unused variable warning gcc4 complains aboutJonathan Gray
2020-08-23Add support for "normal" external interrupts. Needed for running on POWER8Mark Kettenis
2020-08-23Add OPAL_SET_XIVE and OPAL_GET_XIVE.Mark Kettenis
2020-08-23Add missing conversion from IPL to CPU priority.Mark Kettenis
2020-08-23uhidev(4) does apply the SET_IDLE request to all its child driversMarcus Glocker
2020-08-23check errno against EINTR; not return value from poll()Damien Miller
2020-08-23Attempt to support IODA2 bridges such as the one found on POWER8 chips.Mark Kettenis
2020-08-23Add support for POWER8 (and maybe earlier) CPUs. Not sure if this works onMark Kettenis
2020-08-23Remove unused debug_syncprt, improve debug sysctl handlingkn
2020-08-23Merge listen_sock into address, since there's a 1:1 correlation. Save someMartijn van Duren