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