summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2022-12-26vmd(8): provide a detailed e820 memory map.Dave Voutila
2022-12-26Replace two (void)copystr(..., NULL) with equivalent (void)strlcpy() calls.Miod Vallat
2022-12-26send_adb_cuda() would assume the returned value of splhigh() is the macintrMiod Vallat
2022-12-26Update adb_polling in akbd_cnpollc rather than akbd_cngetc; repairs ddbMiod Vallat
2022-12-26Add close vmt.ASOU Masato
2022-12-24Hook up xhci(4)'s activate function to the FDT attachment driver. ThisPatrick Wildt
2022-12-24Enable pcagpio(4), and also consistently pcamux(4) while we're at it. WithPatrick Wildt
2022-12-24fix and enable toeplitz hashing of pf_state_keys again.David Gwynne
2022-12-23Add detection of EPAN feature bit.Mark Kettenis
2022-12-23Avoid using 1GB mappings for the identity map that we use in the earlyMark Kettenis
2022-12-23Prevent an iwx(4) firmware error when authentication to the AP times out.Stefan Sperling
2022-12-23disable the use of the has in the pf state key lookup (for now).David Gwynne
2022-12-23wrap a line betterTheo de Raadt
2022-12-22sparc64: move retry logic out of stickcmpr_set()Scott Soule Cheloha
2022-12-22Bring over various changes from the arm64 version of this code.Mark Kettenis
2022-12-22use stoeplitz to generate a hash/flowid for state keys.David Gwynne
2022-12-22provide stoeplitz_n32()David Gwynne
2022-12-21Have the power button trigger a wakeup from suspend.Patrick Wildt
2022-12-21Implement wakeup interrupt handling. This makes sure that during suspendPatrick Wildt
2022-12-21Pull enabling/disabling wakeup interrupt handling out of the aplintc(4)Mark Kettenis
2022-12-21Move duplicate code to new sr_find_discipline() helperKlemens Nanni
2022-12-21The location of the aux info vector is now cached in ps_auxinfo of structClaudio Jeker
2022-12-21fix a mangled commentTheo de Raadt
2022-12-21tiny whitespace tweak.David Gwynne
2022-12-21consistently use the PF_REF wrappers around refcnts.David Gwynne
2022-12-21Update the Rx descriptor based on the vendor driver for Linux.Kevin Lo
2022-12-21prefix pf_state_key and pf_state_item struct bits to make them more unique.David Gwynne
2022-12-19Remove unused *sd_scsibus_dev member from struct sr_disciplineKlemens Nanni
2022-12-19Invalidate ugen(4) knote lists after device detachVisa Hankala
2022-12-19Say "discipline" not "dis" in comment, latter looks like typoed "disk"Klemens Nanni
2022-12-19rework the synchronisation around suspend/resume.David Gwynne
2022-12-19move pf_state_item and pf_state_key structs from pfvar.h to pfvar_priv.h.David Gwynne
2022-12-19Add WTRAPPED opiton for waitid(2) to control whether CMD_TRAPPEDPhilip Guenther
2022-12-18spellingTheo de Raadt
2022-12-18regenDaniel Dickman
2022-12-18add two transmeta devicesDaniel Dickman
2022-12-18Do not save bootdev and boothowto when invalid value has passed.Kenji Aoyama
2022-12-18Prevent detaching the boot volumeKlemens Nanni
2022-12-18regenMark Kettenis
2022-12-18Add Union Memory NVMe devices.Mark Kettenis
2022-12-18Disable the keyboard on the Samsung Galaxy Book Go until we can fix theMarcus Glocker
2022-12-17regen after minherit(2) unlockKlemens Nanni
2022-12-17Unlock minherit(2)Klemens Nanni
2022-12-17Add aplefuse(4), a driver for the eFuses on Apple Silicon SoCs.Mark Kettenis
2022-12-17Make nvmem_read_cell() and nvmem_write_cell() work for hardware thatMark Kettenis
2022-12-16qcpdc(4)'s establish routine needs to return the wrapped cookie, not thePatrick Wildt
2022-12-16Prevent KASSERT in iwm(4) if firmware image is missing or corrupt.Stefan Sperling
2022-12-16always keep pf_state_keys attached to pf_states.David Gwynne
2022-12-14add __ctzdi2 to sparc64 kernelJonathan Gray
2022-12-14regenJonathan Gray