Age | Commit message (Expand) | Author |
2019-12-11 | use sockaddr_storage to store the address used to generate mcast entries. | David Gwynne |
2019-12-11 | Replace p_xstat with ps_xexit and ps_xsig | Philip Guenther |
2019-12-11 | %r26 hasn't been used by the threads implementation since 2016, so stop | Philip Guenther |
2019-12-10 | Make bundled IPcomp/ESP policies work with IPSEC_LEVEL_REQUIRE. | tobhe |
2019-12-10 | Like other architectures, luna88k bootloader also needs arc4.c. | Kenji Aoyama |
2019-12-09 | typo | Theo de Raadt |
2019-12-09 | Many people have crossed the ABI, so re-enable "syscall call-from" checking. | Theo de Raadt |
2019-12-09 | improve comment for uvm_map_inentry_pc(), the underlying | Theo de Raadt |
2019-12-09 | always pull in if_types.h, to unbreak ramdisks | Theo de Raadt |
2019-12-08 | msyscall(2) is like kbind(2), and should be always permitted. it does | Theo de Raadt |
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 |