summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2019-12-08Various cleanup tweaks. 'return' is not a function. KNF. Whitespace,Kenneth R Westerback
2019-12-08Reduce the max. number of frame buffers so that we can run higherMarcus Glocker
2019-12-08Various cleanup tweaks. 'return' is not a function. KNF. Whitespace,Kenneth R Westerback
2019-12-08Convert infinite sleeps to {m,t}sleep_nsec(9).Martin Pieuchot
2019-12-08Convert infinite sleeps to tsleep_nsec(9).Martin Pieuchot
2019-12-08Bye bye options KVM86 and VM86Martin Pieuchot
2019-12-08Remove kernel VM86 support.Martin Pieuchot
2019-12-08Make sure packet destination address matches interface address,Alexandr Nedvedicky
2019-12-08Remove an unnecessary #ifndef PMAP_EXCLUDE_DECLS. It was last utilizedVisa Hankala
2019-12-07Various cleanup tweaks. 'return' is not a function. KNF. Whitespace,Kenneth R Westerback
2019-12-07Various cleanup tweaks. 'return' is not a function. KNF. Whitespace,Kenneth R Westerback
2019-12-07Combine macro KNOTE_ACTIVATE() with function knote_activate()Visa Hankala
2019-12-07Various cleanup tweaks. 'return' is not a function. KNF. Whitespace,Kenneth R Westerback
2019-12-07regenKevin Lo
2019-12-07- Add support for RTL8156Kevin Lo
2019-12-07Unhook <machine/varargs.h> from <sys/varargs.h> to prepare for removal.Visa Hankala
2019-12-06Various cleanup tweaks. 'return' is not a function. KNF. Whitespace,Kenneth R Westerback
2019-12-06Various cleanup tweaks. 'return' is not a function. KNF. Whitespace,Kenneth R Westerback
2019-12-06Checking the IPsec policy is expensive. Check only when IPsec is used.tobhe
2019-12-06Various cleanup tweaks. 'return' is not a function. KNF. Whitespace,Kenneth R Westerback
2019-12-06Retire piixpcib(4).Martin Pieuchot
2019-12-06Sync KVE_ET_* and UVM_ET_* flags.Martin Pieuchot
2019-12-06when copying capabilities from the first port to a trunk, copy hardmtu too.David Gwynne
2019-12-06enable the full use of jumbos and remove IFCAP_VLAN_MTU.David Gwynne
2019-12-05Various cleanup tweaks. 'return' is not a function. KNF. Whitespace,Kenneth R Westerback
2019-12-05Don't discard error from mode sense (6) if mode sense (10) isKenneth R Westerback
2019-12-05Shrink scsi_mode_do_sense() parameter list by eliminating the threeKenneth R Westerback
2019-12-05No need for 'byte2' parameter to scsi_mode_sense[_big]() since weKenneth R Westerback
2019-12-05Move prototypes for scsi_mode_sense(), scsi_mode_sense_big(),Kenneth R Westerback
2019-12-05Move uvmexp_print() to a better place.Martin Pieuchot
2019-12-05Remove clause #3 from mrg@NetBSD license.Martin Pieuchot
2019-12-05Convert infinite sleeps to tsleep_nsec(9).Martin Pieuchot
2019-12-04Add sizes for free() in autri(4).Frederic Cambus
2019-12-04Convert infinite sleeps to {m,t}sleep_nsec(9).Martin Pieuchot
2019-12-04Fix a bad offset calculation in uvm_share.Mike Larkin
2019-12-04Fix uvm_unmap_remove panic when tearing down VMs.Mike Larkin
2019-12-03Check for expected mode sense page code as well as expected mode page length ...Kenneth R Westerback
2019-12-03Add display of mode sense data to SCSIDEBUG.Kenneth R Westerback
2019-12-03Since device tree trip points might not be sorted, but our codePatrick Wildt
2019-12-03Add pwmfan(4), a driver for PWM-regulated fans.Patrick Wildt
2019-12-03Add rkpwm(4), a driver for the RK3399's PWM controller.Patrick Wildt
2019-12-03Add support for the RK3399's PWM clock to rkclock(4).Patrick Wildt
2019-12-02Revert "timeout(9): switch to tickless backend"cheloha
2019-12-02Have SCSIDEBUG show the number of bytes of VPD inquiry data received,Kenneth R Westerback
2019-12-02Don't forget the scsi_vpd_header when calculating the number of bytesKenneth R Westerback
2019-12-02Replace rwsleep(9) with rwsleep_nsec(9) in vfs_lockf.c.Visa Hankala
2019-12-02Remove now unneeded kernel locking from vfs_lockf.c.Visa Hankala
2019-12-02Stop supporting UVM_FLAG_TRYLOCK in uvm_mapanon(), it is not used.Martin Pieuchot
2019-12-02drm/i915/userptr: Try to acquire the page lock around set_page_dirty()Jonathan Gray
2019-12-02drm/amd/powerplay: issue no PPSMC_MSG_GetCurrPkgPwr on unsupported ASICsJonathan Gray