summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2018-04-24Make futex(2) also return ECANCELED in case SA_RESTART was set.Paul Irofti
2018-04-24account for FPU context switch (uvm statistic only)Mike Larkin
2018-04-24Validate timespec and return ECANCELED when interrupted with SA_RESTART.Paul Irofti
2018-04-24Push NET_LOCK down in the default ifioctl case.Paul Irofti
2018-04-24make the check for XSAVE the same as it is later in the file, forMike Larkin
2018-04-24Enable gpioiic(4) and gpioow(4). From Artturi Alm.Mark Kettenis
2018-04-24Run duplicate address detection again if an existing address getsFlorian Obser
2018-04-24Remove unused rtentry parameter.Florian Obser
2018-04-24Enable em(4) on loongson.Visa Hankala
2018-04-24Do not lock the kernel when expanding the working buffer.Visa Hankala
2018-04-23Move efi_cleanup() to before the mem_pass() since efi_cleanup() mightYASUOKA Masahiko
2018-04-23regenccardenas
2018-04-23Add ids for AMD 15h 3xh family along with Kaveri graphicsccardenas
2018-04-22Use free(9) size argument in azalia_codec_select_dacs(). FromAlexandre Ratchov
2018-04-22Wrap debug-only variable definition in #ifdef AZALIA_DEBUG. FromAlexandre Ratchov
2018-04-22Add reference counting that prevents freeing of busy aesni sessions.Visa Hankala
2018-04-20revert to 2018/04/20 10:00:00, before oopsChristian Weisgerber
2018-04-20oops, snapshot tests not ready yetTheo de Raadt
2018-04-20syncTheo de Raadt
2018-04-20Add a workaround that lets loongson bootblocks work with PMON thatVisa Hankala
2018-04-20Make loongson bootblocks use disklabel duid instead of PMON device nameVisa Hankala
2018-04-20remove the background scan timeout on detach, so we don't crash shortlyJonathan Matthew
2018-04-20grammar fixes PTE's -> PTEsMike Larkin
2018-04-20enable ccp(4) as found on recent amd chipsDavid Gwynne
2018-04-20enable ccp(4) as found on amd seattle platforms, eg, overdrive 1000sDavid Gwynne
2018-04-20add a small driver for AMDs cryptographic co processor.David Gwynne
2018-04-20regenDavid Gwynne
2018-04-20add and update amd cryptographic co-processor devicesDavid Gwynne
2018-04-19when adding span ports, restrict them to ether and mplstunnel interfaces.David Gwynne
2018-04-18crank versionTheo de Raadt
2018-04-18re-enable ucode loading. The problem is the standard memory allocatorTheo de Raadt
2018-04-18Some programs create a PROT_NONE guard page at the far-end of the providedTheo de Raadt
2018-04-18If m_pullup() changes the mbuf in gif_input(), also adjust the mbufAlexander Bluhm
2018-04-18handle failure better in release_firmware()/request_firmware()Jonathan Gray
2018-04-18Stop modifying vm page flags using mixed atomic and non-atomicPatrick Wildt
2018-04-18Introduce a pmap lock on pmap_fault_fixup(). Heavily threadedPatrick Wildt
2018-04-18Try to get the layout from the default mux when attaching a consoleMartin Pieuchot
2018-04-18Do a FREF()/FRELE() dance after fd_getfile() in sys_fcntl().Martin Pieuchot
2018-04-18Call FREF(9) earlier instead of incrementing `f_count' by hand.Martin Pieuchot
2018-04-18vmm: Fix interrupt window exiting for AMD / SVMpd
2018-04-17- Make rnd hints avoid the brk area. The rnd allocator refuses to allocate inOtto Moerbeek
2018-04-17Remove protection checks from uvm_map_is_stack_remappableStefan Kempf
2018-04-17Prepare vnops to be locked.Martin Pieuchot
2018-04-17Better way of allocating EPT entries.Mike Larkin
2018-04-15Disable microcode loading added in r1.20 of exec_i386.c.Joel Sing
2018-04-15The Exar XR17V354 has 4 com ports that have a 256-byte FIFO, use aJoshua Stein
2018-04-15pucdata: convert port types and frequencies to a lookup table toJoshua Stein
2018-04-14regenJoshua Stein
2018-04-14add another lite-on vendor id and cb1 nvmeJoshua Stein
2018-04-14account for the meltdown pdir page in pmap statsMike Larkin