Age | Commit message (Expand) | Author |
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 |
2022-10-26 | Make audio(9) get_props() optional, remove it from duplex drivers | Klemens Nanni |
2022-10-25 | Consistently use 'proc_trampoline' as the name of the trampoline | Philip Guenther |
2022-10-23 | Constify send/receive command tables | Klemens Nanni |
2022-10-23 | Connect macppc's power button and lid to the SUSPEND stubs | George Koehler |
2022-10-21 | hw.power, machdep.lidaction, machdep.pwraction for macppc | George Koehler |
2022-10-21 | Change len in syncicache(_, len) from int to size_t | George Koehler |
2022-10-19 | Use C99 struct init for struct audio_hw_if | Klemens Nanni |
2022-10-18 | Remove unused AUDIO_PROP_{MMAP,INDEPENDENT} | Klemens Nanni |
2022-10-15 | ansi | Jonathan Gray |
2022-10-12 | Remove powerpc left-overs | Klemens Nanni |
2022-10-12 | Fix -Wreturn-type | Klemens Nanni |
2022-10-11 | Give checkdisklabel() a new parameter supplying the dev_t of the | Kenneth R Westerback |
2022-09-18 | Define PMU_ADB_CMD and PMU_INT_ACK | George Koehler |
2022-09-08 | macppc: cpu_initclocks: install tb_timecounter before cpu_startclock() | Scott Soule Cheloha |
2022-09-05 | Fix file specification, zap partition bits, rectify disk naming errors | Klemens Nanni |
2022-09-04 | spelling | Jonathan Gray |
2022-09-02 | Constify nam2blk[], chrtoblktbl[] and octeon devmap[]. | Miod Vallat |
2022-08-29 | remove unused macppc headers | Jonathan Gray |