Age | Commit message (Expand) | Author |
2020-06-15 | document -T html -O tag as implemented in main.c rev. 1.253 | Ingo Schwarze |
2020-06-15 | Support -T html -O tag by passing a file:// URI to the pager. | Ingo Schwarze |
2020-06-15 | Implement a simple kqfilter for deadfs matching its poll handler. | Martin Pieuchot |
2020-06-15 | Set __EV_HUP when the conditions matching poll(2)'s POLLUP are found. | Martin Pieuchot |
2020-06-15 | Document EVP_read_pw_string_min(3) | Theo Buehler |
2020-06-15 | slight copyright update regarding recent work | Theo de Raadt |
2020-06-15 | align the random buffer so mdrandom() can fill it with register-width | Christian Weisgerber |
2020-06-15 | Document PEM_def_callback(3). | Ingo Schwarze |
2020-06-15 | Raise SPL when modifying ps_klist to prevent a race with interrupts. | Visa Hankala |
2020-06-15 | print the name of the rings in systat mbuf output too. | David Gwynne |
2020-06-15 | update powerpc64 include paths for 5.7 drm | Jonathan Gray |
2020-06-14 | Implement cpu_rnd_messybits() as a read of the cycle counter register. | Christian Weisgerber |
2020-06-14 | Implement cpu-rnd_messybits() as a read of the cycle counter register. | Mark Kettenis |
2020-06-14 | Remove debug code. | Mark Kettenis |
2020-06-14 | Enable ahci(4). | Mark Kettenis |
2020-06-14 | Provide address space extents. While the firmware does configure the bridge | Mark Kettenis |
2020-06-14 | Make sure SDHC_HOST_CTL2 is consistently controlled using 2-byte accesses, | Patrick Wildt |
2020-06-14 | Get context switching between kernel threads going. | Mark Kettenis |
2020-06-14 | Put a bit more information in the panic message. | Mark Kettenis |
2020-06-14 | Parse bootargs. | Mark Kettenis |
2020-06-14 | do not need assym.h | Theo de Raadt |
2020-06-14 | Add -msoft-float, -mno-altivec and -mno-vsx to the compiler flags. | Mark Kettenis |
2020-06-14 | Make soft interrupts work. | Mark Kettenis |
2020-06-14 | Minimal >machine/asm.h> to make ffs.S build. | Mark Kettenis |
2020-06-14 | crank version number | Theo de Raadt |
2020-06-14 | asm versions of mdrandom() no longer needed | Theo de Raadt |
2020-06-14 | rewrite mdrandom() in C. previously this XOR'd against rdrand if available, | Theo de Raadt |
2020-06-14 | Unstub diskconf(). | Mark Kettenis |
2020-06-14 | rename our kunmap() to kunmap_va() | Jonathan Gray |
2020-06-14 | convert kunmap() arguments with pointer to page struct | Jonathan Gray |
2020-06-14 | fix i915_gem_swizzle_page() | Jonathan Gray |
2020-06-14 | Remove misleading XXX about locking of ps_klist. All of the kqueue | Visa Hankala |
2020-06-14 | make IS_ERR() and IS_ERR_OR_NULL() return bool | Jonathan Gray |
2020-06-14 | move tx and rx ring variables into their own structs. | David Gwynne |
2020-06-13 | Add support for the XIVE interrupt controller found on POWER9 CPUs. | Mark Kettenis |
2020-06-13 | Remove a dead store. | Visa Hankala |
2020-06-13 | correct a krealloc conversion | Jonathan Gray |
2020-06-13 | Load CTF section to enable DDB's "show struct" | kn |
2020-06-13 | Add -b flags to insert a window before (like the existing -a for after) | Nicholas Marriott |
2020-06-13 | Some new firmware for ConnectX-5 tries to give pages back when | Jonathan Matthew |
2020-06-13 | remove the reference to tun(4), as suggested by kaya saman, | Jason McIntyre |
2020-06-13 | use wakeup_one() in complete() | Jonathan Gray |
2020-06-13 | use a unique wchan name for wait_for_completion() | Jonathan Gray |
2020-06-13 | Integrate the bsd-features branch from awk github. | Todd C. Miller |
2020-06-13 | POSIX doesn't permit an unescaped '/' in an extended regular expression. | Todd C. Miller |
2020-06-12 | Teach powerpc64 ddb to x, w, break, step, trace. | gkoehler |
2020-06-12 | add my Copyright and license, which i forgot when adding a significant | Ingo Schwarze |
2020-06-12 | sync | Theo de Raadt |
2020-06-12 | On error, drop clients and close the device only if it's still open | Alexandre Ratchov |
2020-06-12 | Add test for passive interfaces | denis |