Age | Commit message (Expand) | Author |
2017-12-14 | sync | Sebastian Benoit |
2017-12-14 | add usb id for TP-LINK TL-WN722N v2 | Sebastian Benoit |
2017-12-14 | Change bcopy to memcpy in the i386 version of the VIA PadLock driver. | Frederic Cambus |
2017-12-14 | Repair flushcache/standby operations to not convert AT_WAIT operations | Theo de Raadt |
2017-12-14 | fcntl(F_SETFL) invokes the FIONBIO and FIOASYNC ioctls internally, so | Philip Guenther |
2017-12-14 | i forgot to convert timeout_proc_barrier to cond_signal | David Gwynne |
2017-12-14 | i forgot to convert ifq_barrier_task to cond_signal. | David Gwynne |
2017-12-14 | replace the bare sleep state handling in barriers with wait cond code | David Gwynne |
2017-12-14 | add code to provide simple wait condition handling. | David Gwynne |
2017-12-13 | Fix a softdep bug exposed by our recent changes to make reboot drop to read-only | Bob Beck |
2017-12-13 | Fix stray return; hopefully this makes the internal PHY actually work now. | Mark Kettenis |
2017-12-13 | Spacing from kshe59@zoho.eu. | Martin Pieuchot |
2017-12-13 | Sizes for free in route_output(). | Martin Pieuchot |
2017-12-13 | Add 'bt' an alias for 'trace'. | Martin Pieuchot |
2017-12-13 | report Oracle as the vendor is the produce starts with ORCL, | David Gwynne |
2017-12-12 | Add more Allwinner A80 clocks. | Mark Kettenis |
2017-12-12 | Only trigger background scans while we are in RUN state, and do not update | Stefan Sperling |
2017-12-12 | Make ieee80211_chan2ieee() panic if a bogus channel pointer is detected. | Stefan Sperling |
2017-12-12 | Make IEEE80211_CHAN_ANYC be a NULL pointer instead of a pointer to 0xffff. | Stefan Sperling |
2017-12-12 | Don't dereference IEEE80211_CHAN_ANYC pointer in ieee80211_node_checkrssi(). | Stefan Sperling |
2017-12-12 | Allow interfaces that aren't SCANNALLBAND drivers to benefit from the | Peter Hessler |
2017-12-12 | Nuke some forward-only struct's and functions and functions thereby | Kenneth R Westerback |
2017-12-12 | Remove unused variable defined with an unexisting type. | Martin Pieuchot |
2017-12-12 | Fix typo. Unbreaks building a kernel on arm64/clang. | Mark Kettenis |
2017-12-12 | stray , snuck in | Theo de Raadt |
2017-12-12 | sync | Theo de Raadt |
2017-12-12 | pledge()'s 2nd argument becomes char *execpromises, which becomes the | Theo de Raadt |
2017-12-12 | Fix the behavior of preferring weaker-but-still-good 5Ghz APs over | Joshua Stein |
2017-12-11 | Proper do {} while (0) idiom in TIMESPEC_TO_TIMEVAL/TIMEVAL_TO_TIMESPEC | Jeremie Courreges-Anglas |
2017-12-11 | Implement support for the "next-generation" clock bindings for the | Mark Kettenis |
2017-12-11 | Omit the PMKID count field from RSN information elements (IE) if the PMKID | Stefan Sperling |
2017-12-11 | Disable DIOCCACHESYNC code, which I believe does the opposite | Theo de Raadt |
2017-12-11 | Format the vnode lists of ddb show mount properly in columns. | Alexander Bluhm |
2017-12-11 | In uvm Chuck decided backing store would not be allocated proactively | Theo de Raadt |
2017-12-11 | Use correct mask to derive portid from "reg" property in cpu_match. | Mark Kettenis |
2017-12-10 | more 0xcc, in data. There are i386 machines without NX, so this change | Theo de Raadt |
2017-12-10 | Stop running iwm(4) devices in "continuous active mode (CAM)". | Stefan Sperling |
2017-12-10 | Add support for the internal PHY on the Allwinner H3. From Stephen Graf. | Mark Kettenis |
2017-12-10 | Fix MDIO_CMD register bit definitions. From Stepen Graf. | Mark Kettenis |
2017-12-10 | Move SB_SPLICE, SB_WAIT and SB_SEL to `sb_flags', serialized by solock(). | Martin Pieuchot |
2017-12-10 | Remove outdated comment and trailing spaces. | Martin Pieuchot |
2017-12-10 | Enable the phy-supply regulator if present and use the phy id specified | Jonathan Gray |
2017-12-09 | Add sizes for free() in the AMD PowerNow! K8 driver. | Frederic Cambus |
2017-12-09 | No need for the txb_used flag anymore | Mike Belopuhov |
2017-12-09 | More precision in pledge sysctl report | Theo de Raadt |
2017-12-09 | Add a #define for the name of the .openbsd.randomdata section. | Theo de Raadt |
2017-12-08 | Pullup the mbuf before accessing the version field in the IP header. | Alexander Bluhm |
2017-12-08 | Use m_freem() in error case. Found by Maxime Villard | Claudio Jeker |
2017-12-08 | The adjttl functions use m_pullup(). In some cases m_pullup() can return | Claudio Jeker |
2017-12-08 | mpls_shim_pop() can return NULL. Check it else we end up dereferencing NULL. | Claudio Jeker |