Age | Commit message (Expand) | Author |
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 |
2019-12-02 | tc_windup: separate timecounter.tc_freq_adj from timehands.th_adjustment | cheloha |
2019-12-02 | For 32 bit systems, cast the long long used by strtoll() to unsigned long | Theo de Raadt |
2019-12-01 | Add sizes for free() in auvia(4). | Frederic Cambus |
2019-12-01 | Don't require a valid sa_len for a bunch of IPv4 "get" ioctls | Jeremie Courreges-Anglas |
2019-12-01 | comply with POSIX and make execve() return EACCES for directories | Christian Weisgerber |
2019-12-01 | Tweak variable names to be consistent with 'pg_code' and 'pg_length' | Kenneth R Westerback |
2019-12-01 | Make prototype and implementation signatures the same by removing | Kenneth R Westerback |
2019-12-01 | Don't overwrite original error returned by scsi_do_mode_sense(). | Kenneth R Westerback |
2019-12-01 | Change Elf64 types and structs to match the System V ABI specification. | Jonathan Gray |
2019-12-01 | revert exec_elf.h rev 1.85 | Jonathan Gray |
2019-12-01 | this hexdump tie-in is incorrect, disable for now | Theo de Raadt |
2019-12-01 | Remove unused test program. | Visa Hankala |
2019-11-30 | temporarily neuter the syscall-callfrom check as a few people | Theo de Raadt |
2019-11-30 | cardbus(4): tsleep(9) -> tsleep_nsec(9); ok jca@ | cheloha |
2019-11-30 | pckbc(4): tsleep(9) -> tsleep_nsec(9); ok jca@ | cheloha |
2019-11-30 | onewire(4), owtemp(4): tsleep(9) -> tsleep_nsec(9); ok jca@ | cheloha |
2019-11-30 | utwitch(4): tsleep(9) -> tsleep_nsec(9); ok jca@ | cheloha |
2019-11-30 | Move kernel locking inside the sleep machinery. This enables calling | Visa Hankala |
2019-11-29 | Fix size of reserved bytes section in xsave header. | mortimer |
2019-11-29 | Add uvm_objfree function to free all pages in a uvm_obj in one go. | Bob Beck |
2019-11-29 | Change the default security level for incoming IPsec flows from | tobhe |
2019-11-29 | Improve support for the RK3399's eMMC in sdhc(4). Fix the compatible | Patrick Wildt |
2019-11-29 | Add rkemmcphy(4), a driver for the RK3399's eMMC PHY. | Patrick Wildt |
2019-11-29 | Make rkgrf(4) behave like a simplebus(4) so we can attach drivers | Patrick Wildt |
2019-11-29 | Add support for the RK3399's eMMC clock to rkclock(4). | Patrick Wildt |
2019-11-29 | Move p_sleeplocks and p_limit into the "zero on create" section of struct | Philip Guenther |