Age | Commit message (Expand) | Author |
2020-07-14 | Mark unmanaged kernel mappings as wired and skip them if we need to evict | Mark Kettenis |
2020-07-14 | Put some debug code behin #ifdef TRAP_DEBUG. | Mark Kettenis |
2020-07-14 | Fix TIB/TCB on powerpc64. Some bright sould decided that the TCB should | Mark Kettenis |
2020-07-14 | getopt(3) returns an int so don't use a char to store its return value. | Mark Kettenis |
2020-07-14 | Add support for routing interrupts to other CPUs in agintc(4). Most of the | Patrick Wildt |
2020-07-14 | Add support for routing interrupts to other CPUs in ampintc(4). Most of the | Patrick Wildt |
2020-07-14 | Implement pci_intr_establish_cpu() on arm64 and armv7. The function pointer | Patrick Wildt |
2020-07-14 | Extend the interrupt API on arm64 and armv7 to be able to pass around | Patrick Wildt |
2020-07-14 | A pty write containing VDISCARD, VREPRINT, or various retyping cases of | Theo de Raadt |
2020-07-14 | reduce the diff to linux in local versions of functions | Jonathan Gray |
2020-07-14 | Remove hyphen | Kinichiro Inoguchi |
2020-07-14 | Add single space between pem and ... | Kinichiro Inoguchi |
2020-07-14 | Add manual for openssl(1) certhash | Kinichiro Inoguchi |
2020-07-14 | Remove commented out debug printfs. | Mark Kettenis |
2020-07-14 | Implement ptrace(2) bits. Still largely untested. | Mark Kettenis |
2020-07-14 | Do not convert the NOCACHE buffers that come from a vnd strategy routine | Bob Beck |
2020-07-14 | Set up a second level flow table for RSS and switch the root flow table | Jonathan Matthew |
2020-07-14 | Set SDEV_NOWIDE and SDEV_NOSYNC on the 'real' link (xs->sc_link) when | Kenneth R Westerback |
2020-07-13 | Clean up <machine/signal.h>, moving the trapframe struct into | Mark Kettenis |
2020-07-13 | Document CCMP offload support in the athn(4) man page. | Stefan Sperling |
2020-07-13 | Mention support for CCMP offload in iwm(4) man page. | Stefan Sperling |
2020-07-13 | Update iwx(4) man page: CCMP offload and background scan are now supported. | Stefan Sperling |
2020-07-13 | Enable background scanning on iwx(4) devices. | Stefan Sperling |
2020-07-13 | Increase iwx(4) command queue size to the size expected by hardware. | Stefan Sperling |
2020-07-13 | Where we have a pointer (sc) to the relevant adapter_softc, use | Kenneth R Westerback |
2020-07-13 | Cast to uschar when storing a char in an int that will be used as an index. | Todd C. Miller |
2020-07-13 | Remove some pointless casting of void * when assigning one | Kenneth R Westerback |
2020-07-13 | More preparations for adding RSS. Adjust several functions to allow for | Jonathan Matthew |
2020-07-13 | add kstat support for reading hardware counters. | David Gwynne |
2020-07-13 | Do not dereference NULL environment variable value, GitHub issue 2304. | Nicholas Marriott |
2020-07-13 | When athn(4) is deciding how to decrypt an incoming frame, look into the | Stefan Sperling |
2020-07-13 | Unbreak wg(4). | Theo Buehler |
2020-07-13 | When a wifi interface acts as a client and the WPA handshake is done, | Stefan Sperling |
2020-07-13 | Clarify /tmp permissions and use, GitHub issue 2300. | Nicholas Marriott |
2020-07-13 | Both phase 1 and phase 5 need the cylinder group meta data, so save those | Otto Moerbeek |
2020-07-13 | change some drm locks from IPL_TTY to IPL_NONE | Jonathan Gray |
2020-07-13 | let's be explicit about only supporting Ethernet ports as members. | David Gwynne |
2020-07-13 | when adding a non-existent interface as a port, don't try create missing ones. | David Gwynne |
2020-07-13 | Near the beginning of the DESCRIPTION, provide a tiny table showing | Ingo Schwarze |
2020-07-13 | Add size to free() call | kn |
2020-07-13 | Fix malloc(9) size | kn |
2020-07-12 | Remove comma that shouldn't be there. | Mark Kettenis |
2020-07-12 | Use the full 32 bits for the miscellaneous armv7 timecounters. | Christian Weisgerber |
2020-07-12 | The PowerPC/Power ISA Time Base is a 64-bit register, so we can use the | Christian Weisgerber |
2020-07-12 | Fix build without pf | kn |
2020-07-12 | Use su -fl to avoid sourcing /etc/profile / the target user's .profile | Jeremie Courreges-Anglas |
2020-07-12 | Eliminate pointless 'child' variable and just cast the config_found() result to | Kenneth R Westerback |
2020-07-12 | add kstat support for reading hardware counters. | David Gwynne |
2020-07-12 | it's not an error if the API doesnt support reading sfp/qsfp stuff. | David Gwynne |
2020-07-12 | actually tell people that they need a recent fw/API version. | David Gwynne |