Age | Commit message (Expand) | Author |
2024-09-06 | spelling; ok mglocker@ | Jonathan Gray |
2024-09-04 | Fix some spelling. | Marcus Glocker |
2024-08-28 | splnet() not needed in activate function | Theo de Raadt |
2024-08-07 | crank to 7.6-beta, release date is vague | Theo de Raadt |
2024-07-21 | Export basic HWCAP bits to let applications detect Altivec on powerpc | Jeremie Courreges-Anglas |
2024-07-14 | Add missing <machine/elf.h> for compound arches. | Miod Vallat |
2024-07-11 | umoddi3.c is now needed for libz | Theo de Raadt |
2024-06-23 | If an ioctl(2) request isn't implemented we should return ENOTTY. | Mark Kettenis |
2024-06-11 | remove drm prototypes duplicating those in sys/conf.h | Jonathan Gray |
2024-06-11 | remove kbd/ms prototypes with no matching functions | Jonathan Gray |
2024-05-29 | indent with tabs not spaces; from jon@elytron.openbsd.amsterdam | Jonathan Gray |
2024-05-28 | Garbage collect sleep_abort(); it doesn't do anything useful anymore. | Mark Kettenis |
2024-05-22 | remove prototypes with no matching function and externs with no var | Jonathan Gray |
2024-04-14 | with empty body loops, put final semicolon on a new line for readability | Jonathan Gray |
2024-04-13 | correct indentation | Jonathan Gray |
2024-03-03 | Fix awacs(4) audio on some iMac G3 models | George Koehler |
2024-02-17 | move to 7.5-beta | Theo de Raadt |
2024-01-30 | the clang binary never shrinks, especially since it is statically | Theo de Raadt |
2024-01-28 | set -fno-stack-protector in NORMAL_C_NOP, which is used to compile | Theo de Raadt |
2023-12-26 | Update documentation URL | Miod Vallat |
2023-12-12 | The sigtramp was calling sigreturn(2), and upon failure exit(2), which | Theo de Raadt |
2023-12-10 | Add a new label "sigcodecall" inside every sigtramp definition, directly | Theo de Raadt |
2023-11-22 | Add support for keyboard backlight on Apple Powerbooks. | Tobias Heider |
2023-10-24 | Normally context switches happen in mi_switch() but there are 3 cases | Claudio Jeker |
2023-09-18 | crank to 7.4-beta | Theo de Raadt |
2023-09-17 | clockintr: remove clockintr_init(), clockintr_flags | Scott Soule Cheloha |
2023-09-14 | clockintr: replace CL_RNDSTAT with global variable statclock_is_randomized | Scott Soule Cheloha |
2023-09-06 | revert disabling warnings for zlib on clang >= 15 | Jonathan Gray |
2023-08-23 | all platforms: separate cpu_initclocks() from cpu_startclock() | Scott Soule Cheloha |
2023-07-31 | Implement audio input source selection. | Tobias Heider |
2023-07-25 | statclock: move profil(2), GPROF code to profclock(), gmonclock() | Scott Soule Cheloha |
2023-07-08 | Adds request_sleep(), a MI way of sending the machine to sleep in | Tobias Heider |
2023-06-15 | all platforms, main(): call clockqueue_init() just before sched_init_cpu() | Scott Soule Cheloha |
2023-04-13 | Remove intentionally undocumented pci_{io,mem}_find and convert their last | Miod Vallat |
2023-04-11 | fix double words in comments | Jonathan Gray |
2023-03-08 | Delete obsolete /* ARGSUSED */ lint comments. | Philip Guenther |
2023-03-04 | move to 7.3-beta | Theo de Raadt |
2023-02-23 | Remove dangerous user-settable "addr" variable from MI boot loader, and | Miod Vallat |
2023-02-04 | macppc: dec_rearm: don't disable interrupts around atomic operations | Scott Soule Cheloha |
2023-02-04 | timecounting: remove incomplete PPS support | Scott Soule Cheloha |
2023-01-27 | macppc: initialize stathz, profhz as on other platforms | Scott Soule Cheloha |
2023-01-04 | Gordon W. Ross and Bill Studenmund agreed to rescind clause 3 and 4 in | Jonathan Gray |
2022-12-31 | Look for the first 2 mem regions, ignore the rest | George Koehler |
2022-12-30 | Neuter zlib fatal warnings when building kernels and bootloaders with clang 15 | Jeremie Courreges-Anglas |
2022-12-28 | Ansify, fixes clang 15 -Wdeprecated-non-prototype (fatal with -Werror) | Jeremie Courreges-Anglas |
2022-12-26 | send_adb_cuda() would assume the returned value of splhigh() is the macintr | Miod Vallat |
2022-12-26 | Update adb_polling in akbd_cnpollc rather than akbd_cngetc; repairs ddb | Miod Vallat |
2022-12-08 | _C_LABEL() and _ASM_LABEL() are no longer useful in the "everything | Philip Guenther |
2022-11-29 | powerpc, macppc: switch to clockintr | Scott Soule Cheloha |
2022-10-30 | Simplfity setregs() by passing it the ps_strings and switching | Philip Guenther |