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