Age | Commit message (Expand) | Author |
2020-02-21 | Remove prefix_len, since it is always zero. | Joel Sing |
2020-02-21 | Remove now unused variable. | Joel Sing |
2020-02-21 | Add rkanxdp(4), rkdrm(4) and rkvop(4) to GENERIC, but keep them | Patrick Wildt |
2020-02-21 | Add rkanxdp(4), an attachment driver for anxdp(4) on the RK3399. | Patrick Wildt |
2020-02-21 | Add anxdp(4), a driver for the Analogix Display Port controller, | Patrick Wildt |
2020-02-21 | Add rkvop(4), a driver for the RK3399's Video Output Processors, | Patrick Wildt |
2020-02-21 | Implement a rather simple video interface support for OFW. This is | Patrick Wildt |
2020-02-21 | Add rkdrm(4), a driver which combines all the separate components | Patrick Wildt |
2020-02-21 | Add a DRM GEM CMA helper from NetBSD. Plenty of parts are still | Patrick Wildt |
2020-02-21 | Add test for IPsec transport mode. Check not only flows but also SAs, | tobhe |
2020-02-21 | Add transport mode for child SAs. This is useful for GRE over IPsec and | tobhe |
2020-02-21 | Use proper function to get a timestamp, as time_second isn't safe; | Otto Moerbeek |
2020-02-21 | Handle the mount(... MNT_RELOAD) case for ffs2 as well. ok kettenis@ | Otto Moerbeek |
2020-02-21 | Remove sigacts structure sharing. The only process that used sharing was | Claudio Jeker |
2020-02-21 | Document the format of the tsig key file. | Florian Obser |
2020-02-21 | Read CLOCK_MONOTONIC when we need timestamps to compare and use | Florian Obser |
2020-02-21 | Adjust a comment, no functional change | Claudio Jeker |
2020-02-21 | Fix daemon_rtable route command mention | kn |
2020-02-21 | Fix some typos and an incorrect word in docs. Patch from itoama at live.jp | Darren Tucker |
2020-02-20 | Add a delay after link training to work-around a panic when first | Kurt Miller |
2020-02-20 | bugfix: indented paragraph macros need a space character | Ingo Schwarze |
2020-02-20 | Support devaliases for vdisk | kn |
2020-02-20 | vnet does not take curly braces | kn |
2020-02-20 | drm/amd: Add DM DMCU support | Mark Kettenis |
2020-02-20 | Implement request_firmware_direct(). | Mark Kettenis |
2020-02-20 | drm/amd: Add PSP DMCU support | Mark Kettenis |
2020-02-20 | drm/amd: Add ucode DMCU support | Mark Kettenis |
2020-02-20 | We do not generate DNS records from text representations. | Florian Obser |
2020-02-20 | Remove support for reading tsig keys from dnssec key pair. | Florian Obser |
2020-02-20 | Replace field f_isfd with field f_flags in struct filterops to allow | Visa Hankala |
2020-02-20 | document no debug | Marc Espie |
2020-02-20 | forgot to actually put "nodebug" in state | Marc Espie |
2020-02-20 | make shell "with debug info" by default and add a bit of code to mark | Marc Espie |
2020-02-20 | Relax the grip the dead hand of QBUS (a.k.a. MAXPHYS) has on the | Kenneth R Westerback |
2020-02-20 | dwiic(4): tsleep(9) -> tsleep_nsec(9); ok claudio@ | cheloha |
2020-02-20 | pgt(4): tsleep(9) -> tsleep_nsec(9); ok claudio@ | cheloha |
2020-02-20 | Typo in log message | Otto Moerbeek |
2020-02-20 | Introduce the concept of queue to prepare supporting multiple of them. | Martin Pieuchot |
2020-02-20 | In signal_pending_state() only test for pending signal when | Jonathan Gray |
2020-02-20 | Add selection_active format for when the selection is present but not | Nicholas Marriott |
2020-02-20 | controler -> controller | Jonathan Gray |
2020-02-20 | Update moduli generation script to new ssh-keygen generation and screening | Darren Tucker |
2020-02-20 | Import regenerated moduli. | Darren Tucker |
2020-02-20 | Update en_US.UTF-8.src to Unicode 12.1 | Andrew Fresh |
2020-02-20 | Update unicode licence in generate script | Andrew Fresh |
2020-02-20 | fdc(4/sparc64): timeout_add(9) -> timeout_add_msec(9) | cheloha |
2020-02-20 | Backout revision 1.190 partially. That part was an unintended change which | YASUOKA Masahiko |
2020-02-20 | bugfix: .Tg must be ignored completely in these output modes | Ingo Schwarze |
2020-02-19 | simplify signal setup and remove block/unblock/is_running/reload | Joerg Jung |
2020-02-19 | remove unreachable code | Joerg Jung |