Age | Commit message (Expand) | Author |
4 days | Cast atomic_load_int(9) to signed int when loading `securelevel'. | Vitaliy Makkoveev |
2024-11-07 | Remove OF_package_to_path(). This routine used to be needed by the OFW | Miod Vallat |
2024-11-05 | Apply the changes in sys/lib/libsa/alloc.c 1.13 to the other copies of that | Miod Vallat |
2024-11-05 | The MI boot code used to have an infinite loop trying to boot the kernel, | Miod Vallat |
2024-11-01 | In macppc ofwboot, sync instruction cache before entering kernel | George Koehler |
2024-10-28 | Unlock KERN_ALLOWKMEM. The `allowkmem' is atomically accessed integer. | Vitaliy Makkoveev |
2024-10-24 | Change macppc's ci_idepth from -1 to 0 when no interrupts | George Koehler |
2024-10-22 | put opening { on same line as struct name | Jonathan Gray |
2024-10-22 | Rename `ci_intrdepth' to `ci_idepth'. | Martin Pieuchot |
2024-10-21 | remove unneeded includes | Jonathan Gray |
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 |