Age | Commit message (Expand) | Author |
2023-04-13 | Grammar fixes in comments. | Miod Vallat |
2023-04-13 | pmap_copy() has never, ever, been implemented in any of the platforms OpenBSD | Miod Vallat |
2023-04-13 | Remove intentionally undocumented pci_{io,mem}_find and convert their last | Miod Vallat |
2023-04-13 | remove duplicate includes | Jonathan Gray |
2023-04-11 | fix double words in comments | Jonathan Gray |
2023-04-10 | add missing write of SAB_DAFO | Jonathan Gray |
2023-04-10 | spelling | Jonathan Gray |
2023-03-19 | Aggressively randomize the location of the stack on all 64-bit architectures | Mark Kettenis |
2023-03-09 | Improve vnet(4) to work better in busy conditions. | Claudio Jeker |
2023-03-08 | Delete obsolete /* ARGSUSED */ lint comments. | Philip Guenther |
2023-02-11 | __syscall() is no longer neccessary since the system calls which needed | Theo de Raadt |
2023-02-04 | timecounting: remove incomplete PPS support | Scott Soule Cheloha |
2023-01-31 | On systems without xonly mmu hardware-enforcement, we can still mitigate | Theo de Raadt |
2023-01-24 | Add and use a specific routine to fetch instructions from userland when | Miod Vallat |
2023-01-23 | Make sure pmap_extract() doesn't incorrectly return success when invoked | Miod Vallat |
2023-01-21 | Remove dead/unused prototypes | Miod Vallat |
2023-01-16 | we spent far too long debugging a weird go library problem (incorrect | Theo de Raadt |
2023-01-13 | Drop PICCY_SET() and RODATA() macros now that libc no longer needs them. | Miod Vallat |
2023-01-13 | sparc64: switch to clockintr | Scott Soule Cheloha |
2023-01-11 | Implement X-only mappings on sun4u by not letting the dtlb miss handler | Miod Vallat |
2023-01-10 | In pmap_bootstrap, when importing the PROM translations into the kernel pmap, | Miod Vallat |
2023-01-06 | Remove copystr(9), unless used internally by copy{in,out}str. | Miod Vallat |
2023-01-04 | Eduardo Horvath agreed to rescind clause 3 and 4 in | Jonathan Gray |
2023-01-01 | With the introduction of the PMAP_PREFER_{ALIGN,OFFSET} macros a long time ago, | Miod Vallat |
2022-12-30 | Neuter zlib fatal warnings when building kernels and bootloaders with clang 15 | Jeremie Courreges-Anglas |
2022-12-29 | sparc64: pull retry logic out of tickcmpr_set(), sys_tickcmpr_set() | Scott Soule Cheloha |
2022-12-22 | sparc64: move retry logic out of stickcmpr_set() | Scott Soule Cheloha |
2022-12-14 | add __ctzdi2 to sparc64 kernel | Jonathan Gray |
2022-12-08 | _C_LABEL() and _ASM_LABEL() are no longer useful in the "everything | Philip Guenther |
2022-11-10 | Convert sparc64 clock event counter to per-cpu and increment using | Jonathan Matthew |
2022-11-02 | Clean up more ancient history: since 2015 the libc stubs for | Philip Guenther |
2022-10-30 | Simplfity setregs() by passing it the ps_strings and switching | Philip Guenther |
2022-10-26 | Make audio(9) get_props() optional, remove it from duplex drivers | Klemens Nanni |
2022-10-25 | STACK_OFFSET was to support it varying when compiling some code for | Philip Guenther |
2022-10-25 | rwindow32 is gone and won't be coming back. ok miod@ | Philip Guenther |
2022-10-23 | Fix a misleading comment | Philip Guenther |
2022-10-22 | Put struct rwindow back in reg.h, pcb.h depends on this. | Miod Vallat |
2022-10-21 | Remove vestigial bits of 32-bit binaries support; drop the `64' suffix in | Miod Vallat |
2022-10-19 | Use C99 struct init for struct audio_hw_if | Klemens Nanni |
2022-10-17 | Fix "map" OpenFirmware call. It does not return a value according to the | Mark Kettenis |
2022-10-17 | Fix "map" OpenFirmware call. It does not return a value according to the | Mark Kettenis |
2022-10-16 | Change function definitions using the identifier-list form used in the | Jonathan Gray |
2022-10-15 | ansi | Jonathan Gray |
2022-10-12 | Extend struct todr_chip_handle with a todr_quality member. This allows us | Mark Kettenis |
2022-10-11 | Give checkdisklabel() a new parameter supplying the dev_t of the | Kenneth R Westerback |
2022-10-06 | Build CRC calc/static block decode tables when needed to fix netboot | Klemens Nanni |
2022-09-10 | Remove pmap_collect() when a no-op, define __HAVE_PMAP_COLLECT otherwise. | Miod Vallat |
2022-09-08 | Remove old debug code knobs, wrong comments, and unused pv entry flags. | Miod Vallat |
2022-09-02 | Constify nam2blk[], chrtoblktbl[] and octeon devmap[]. | Miod Vallat |
2022-09-02 | Add softraid(4) RAID 1C boot support | Klemens Nanni |