Age | Commit message (Expand) | Author |
2016-12-20 | Fix operand of pushq instruction; clang's integrated assembler is less | Mark Kettenis |
2016-12-19 | Implement interface detaching | Mike Belopuhov |
2016-12-19 | Add experimental support for device hot-plugging | Mike Belopuhov |
2016-12-19 | Generating mixed 16-bit/32-bit/64-bit code with clang's integrated | Mark Kettenis |
2016-12-19 | Stop mentioning splsoftnet() in comments, it's almost history. | Martin Pieuchot |
2016-12-19 | Kill useless comment about splsoftnet() which is going away. | Martin Pieuchot |
2016-12-19 | Sending keep alive ends up in ip_output(), so it needs the NET_LOCK(). | Martin Pieuchot |
2016-12-19 | Assert that IPL_SOFTNET is needed rather than calling splsoftnet() | Martin Pieuchot |
2016-12-19 | Remove redundant splsoftnet(). | Martin Pieuchot |
2016-12-19 | Timer sending packets need to grab the NET_LOCK(). | Martin Pieuchot |
2016-12-19 | Kill unused function. | Rafael Zalamena |
2016-12-19 | Remove a recursive splsoftnet() in in_ioctl() that already asserts that | Martin Pieuchot |
2016-12-19 | If rt_ifa_addlocal() in in_ifinit() fails, the address has been | Alexander Bluhm |
2016-12-19 | Adjust Makefile to gain improvements that were made in other archs | Patrick Wildt |
2016-12-19 | Fix debug printf format and arguments. | Patrick Wildt |
2016-12-19 | Extend the multicast sockets and multicast hash table support to multiple | Rafael Zalamena |
2016-12-19 | Introduce the NET_LOCK() a rwlock used to serialize accesses to the parts | Martin Pieuchot |
2016-12-19 | fix uninitialised variable warnings from clang | Jonathan Gray |
2016-12-19 | remove redundant return statements | Jonathan Gray |
2016-12-19 | ansify function declaration; better whitespace | Patrick Wildt |
2016-12-19 | Fix an off by one when saving and restoring an array of registers. | Jonathan Gray |
2016-12-18 | Consolidate bus space tags into generic bus space code. Especially | Patrick Wildt |
2016-12-18 | Include sys/proc.h when compiled with SYSCALL_DEBUG to get access to | Patrick Wildt |
2016-12-18 | Use %zu/%d to print size_t/ssize_t. Cast recno_t (a.k.a. u_int32_t) | Kenneth R Westerback |
2016-12-18 | Adjust OpenBSD/arm64 files with FreeBSD origin to show the upstream | Patrick Wildt |
2016-12-18 | Remove comparison of array which is always non-NULL. Fixes clang warning. | Mark Kettenis |
2016-12-18 | Adjust OpenBSD/arm64 files with FreeBSD origin to show the upstream | Patrick Wildt |
2016-12-18 | Add cast to mask and shift macros to silence warnings generated by clang. | Mark Kettenis |
2016-12-18 | While copying out channel flags to userspace, omit the HT channel flag if | Stefan Sperling |
2016-12-18 | Set the maximum TKIP countermeasure timeout to 90 seconds instead of 120. | Stefan Sperling |
2016-12-17 | Import of OpenBSD/arm64 | Patrick Wildt |
2016-12-17 | Don't crash while sending a TKIP MIC failure report to the AP. | Stefan Sperling |
2016-12-17 | Complete our half-done implementation of TKIP countermeasures in hostap mode. | Stefan Sperling |
2016-12-17 | Insert RTF_CLONED routes at a higher priority than their partent to | Martin Pieuchot |
2016-12-17 | Fix IO clock speed and system reset on Octeon III. | Visa Hankala |
2016-12-17 | There is no RTC on Shasta, so do not attach the driver. | Visa Hankala |
2016-12-17 | Make Octeon model strings a bit more specific. While there, | Visa Hankala |
2016-12-17 | On some systems, the firmware advertises multiple tiny and disjoint | Visa Hankala |
2016-12-17 | Add new device xp(4), preliminary support for LUNA's I/O processor. | Kenji Aoyama |
2016-12-16 | When running on Azure, the initial timesync "sync" message is not correct, | Reyk Floeter |
2016-12-16 | Move the if_get/if_put to the caller of igmp_sendpkt so we avoid having | Rafael Zalamena |
2016-12-16 | Provide the "machdep.lidsuspend" sysctl on Loongson. | Frederic Cambus |
2016-12-15 | Remove rasops2 (2-bit color depth) functions, they are unused. | Frederic Cambus |
2016-12-15 | Regen usbdevs | Paul Irofti |
2016-12-15 | Add Intel Bluetooth devices found on x250 and x260 Thinkpads. | Paul Irofti |
2016-12-15 | fix build when DIAGNOSTIC is not defined | Jonathan Gray |
2016-12-14 | Make 'route add default' show a nicer error message if the provided | Stefan Sperling |
2016-12-14 | Kill compat for old VNDIOCSET; ok deraadt@ | Jeremie Courreges-Anglas |
2016-12-14 | Set the rtableid for new mbufs when sending packets in igmp_sendpkt(). | Rafael Zalamena |
2016-12-14 | Various typos and minor cleanup | Mike Belopuhov |