Age | Commit message (Expand) | Author |
2022-10-28 | Remove unused audio(9) get_props()/AUDIO_PROP_FULLDUPLEX | Klemens Nanni |
2022-10-28 | Replace audio(9) get_props() with duplex check in open() in non-duplex drivers | Klemens Nanni |
2022-10-28 | Implement support for DT_MIPS_RLD_MAP_REL. | Mark Kettenis |
2022-10-28 | Remove audio(9) get_props() from record-only drivers | Klemens Nanni |
2022-10-28 | Replace audio(9) get_props() with duplex check in open() in partial duplex dr... | Klemens Nanni |
2022-10-27 | In dynamic binaries, AUX_base is the ld.so address. In static PIE binaries, | Theo de Raadt |
2022-10-27 | Unfortunately there are still ugly text-relocation binaries in the wild. | Theo de Raadt |
2022-10-27 | VMCMD_SYSCALL cannot be incorporated into flags variable, because flags | Theo de Raadt |
2022-10-27 | Match ure(4) on Windows Dev Kit 2023 | Patrick Wildt |
2022-10-27 | regen | Patrick Wildt |
2022-10-27 | Add USB device id for integrated ure(4) on Windows Dev Kit 2023 | Patrick Wildt |
2022-10-26 | Make audio(9) get_props() optional, remove it from duplex drivers | Klemens Nanni |
2022-10-26 | Constify device table | Klemens Nanni |
2022-10-26 | Constify battery check table | Klemens Nanni |
2022-10-26 | Fix handling of PGIDs in wait4(2) that I broke with the previous commit. | Mark Kettenis |
2022-10-25 | Calculate approx. battery re-charge time. | Marcus Glocker |
2022-10-25 | Store mod/ref flags using md pg_flags values rather than a specific field in | Miod Vallat |
2022-10-25 | Move CLOCKS_PER_SEC to sys/_time.h so the kernel has access to it. | Todd C. Miller |
2022-10-25 | regen | Mark Kettenis |
2022-10-25 | mplement waitid(2) which is now part of POSIX and used by mozilla. | Mark Kettenis |
2022-10-25 | Implement waitid(2) which is now part of POSIX and used by mozilla. | Mark Kettenis |
2022-10-25 | Consistently use 'proc_trampoline' as the name of the trampoline | Philip Guenther |
2022-10-25 | Add more chance to process IPI in the interrupt service routine. | Kenji Aoyama |
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-24 | uvm_unmap_remove() traverses the entries in the start,end range scanning | Theo de Raadt |
2022-10-24 | regen | Jonathan Gray |
2022-10-24 | add AMD Mendocino/Radeon 610M graphics id | Jonathan Gray |
2022-10-24 | regen | Jonathan Gray |
2022-10-24 | include "600 Series" in 600 Series strings | Jonathan Gray |
2022-10-24 | enable snooping on Intel 700 Series | Jonathan Gray |
2022-10-24 | match on Intel 700 Series | Jonathan Gray |
2022-10-24 | regen | Jonathan Gray |
2022-10-24 | add Intel 700 Series PCH ids | Jonathan Gray |
2022-10-24 | match AMD family 17h model 90h CCP | Jonathan Gray |
2022-10-24 | regen | Jonathan Gray |
2022-10-24 | add AMD family 17h model 90h (Van Gogh) ids | Jonathan Gray |
2022-10-24 | Fix comment; sconds -> seconds | Marcus Glocker |
2022-10-24 | tsc: AMD Family 17h, 19h: compute frequency from Core::X86::Msr:PStateDef | Scott Soule Cheloha |
2022-10-23 | Fix a misleading comment | Philip Guenther |
2022-10-23 | Make sure driver is attached before allocating a channel. Fixes a crash on | Tobias Heider |
2022-10-23 | bzero(disklabel) or memset(disklabel,0) should be enough for | Kenneth R Westerback |
2022-10-23 | Initial apm/sensor driver for the PiJuice HAT UPS, to feedback battery | Marcus Glocker |
2022-10-23 | bzero(disklabel) or memset(disklabel,0) should be enough for | Kenneth R Westerback |
2022-10-23 | Bump tsleep timeout. For some reason the first attempt to load the firmware | Mark Kettenis |
2022-10-23 | Constify send/receive command tables | Klemens Nanni |
2022-10-23 | Drop RCS ids in upstream zlib source | Theo Buehler |
2022-10-23 | Connect macppc's power button and lid to the SUSPEND stubs | George Koehler |
2022-10-23 | A better workaround for mips64 mimmutable problem. The problem is the | Theo de Raadt |
2022-10-22 | Put struct rwindow back in reg.h, pcb.h depends on this. | Miod Vallat |