Age | Commit message (Expand) | Author |
2019-12-31 | convert infinite msleep(9) to msleep_nsec(9) | Jonathan Gray |
2019-12-31 | Convert infinite sleeps to {m,t}sleep_nsec(9). | Martin Pieuchot |
2019-12-31 | include sys/sensors.h for sensor use | Jonathan Gray |
2019-12-20 | Make athn(4) use a constant Tx retry rate while MiRA is probing. | Stefan Sperling |
2019-12-17 | Add support for NCT6775F, NCT5104D, NCT6779D, NCT679[1235]D sensors. | mortimer |
2019-11-30 | pckbc(4): tsleep(9) -> tsleep_nsec(9); ok jca@ | cheloha |
2019-11-19 | Set isr to the correct value (sc->rl_intrs). | Kevin Lo |
2019-11-19 | Don't assign ifp twice in the re_txeof(). | Kevin Lo |
2019-11-16 | - Don't enable/disable efuse access protection for rtl8188c/rtl8192c; | Kevin Lo |
2019-11-14 | Unleash all the available openings and let the midlayer sort things | Kenneth R Westerback |
2019-11-09 | Add support for active scan to bwfm(4). So far we only have done | Patrick Wildt |
2019-11-07 | Showing kernel WEP keys to userland has been disabled in generic | Alexander Bluhm |
2019-11-07 | Only root is allowed to set the WEP key. Add an suser() check to | Alexander Bluhm |
2019-10-28 | Better error handling for bwfm(4) connection attempts. When we fail | Patrick Wildt |
2019-10-09 | Restore BSS channel only when BSS was not changed in iee80211_input(). | tobhe |
2019-10-05 | fix build errors of aac(4) | jan |
2019-09-29 | Replace dwge(4) with a new driver based on dwxe(4). There are many | Mark Kettenis |
2019-09-25 | Argument order fix for MCLGETI. | Kevin Lo |
2019-09-15 | Mask all MMC interrupts. This prevents an interrupt storm when one of the | Mark Kettenis |
2019-09-12 | Make wireless drivers call if_input() only once per interrupt. | Stefan Sperling |
2019-09-01 | Adopt the SCSI versioning #define's from FreeBSD. Eliminate the | Kenneth R Westerback |
2019-08-27 | Keep ieee80211_node structures cached across scans, rather than | Stefan Sperling |
2019-08-20 | Use the defines DETACH_FORCE and DETACH_QUIET when constructing a value | Kenneth R Westerback |
2019-08-18 | Increase timeout used when waiting for the Rx FIFO to fill up when in polled | Mark Kettenis |
2019-08-18 | In polled mode, wait on STOP detected bit to be set in the interrupt status | Mark Kettenis |
2019-08-11 | Fix an issue where output gets stuck when a machine is under load. Also | Mark Kettenis |
2019-08-06 | Read the fifo depths from the appropriate configuration register and | Mark Kettenis |
2019-07-27 | Make target numbers match the NVMe namespace identifiers. This fixes booting | Mark Kettenis |
2019-07-24 | Set athn(4) Tx descriptor fields which specify Tx power used for retries. | Stefan Sperling |
2019-07-24 | Make athn(4) provide full Tx time of each frame in a Tx series to hardware. | Stefan Sperling |
2019-07-19 | ttysleep(): drop unused timeout parameter | cheloha |
2019-07-16 | don't bother reading default timing parameters if they're just going | Joshua Stein |
2019-07-08 | Remove some "set but not used" variables in ahci(4)'s hibernate code. | Mike Larkin |
2019-07-05 | Since on a SCAN each node is provided in its own event, | Patrick Wildt |
2019-07-03 | Don't check if unsigned value is less than zero | ians |
2019-06-25 | Turn off the code which waits for AHCI_PREG_CMD_CR to be set by the | Patrick Wildt |
2019-06-03 | Prevent corruption of the pckbc command queue. If multiple synchronous | anton |
2019-05-22 | Print the bwfm(4)'s ethernet address on attach. | Patrick Wildt |
2019-05-22 | If we are SCANning and we want another SCAN, we don't need to purge | Patrick Wildt |
2019-05-21 | Fix free(9) with wrong pointer in sili(4) attach error path; CID 1480295 | Stefan Sperling |
2019-05-17 | For AR9271, use correct clock control register and add a macro to access it. | Kevin Lo |
2019-05-14 | Fix athn(4) 9280 1T2R devices; broken since my noisefloor calib commit | Stefan Sperling |
2019-05-14 | Add free(9) sizes to ahc(4) | jan |
2019-05-12 | Fix 'ifconfig nwflags; These flags ended up overlapping with other flags | Stefan Sperling |
2019-05-10 | Explicitly disable BCM4331 chips present in 2011-2012 Apple Mac systems. | Brent Cook |
2019-05-08 | when freeing ccbs, pass the number so we can free with the size. | Ted Unangst |
2019-05-07 | Fix delay logic: measure w/ uptime, pack timeval correctly. ok krw@ | cheloha |
2019-04-29 | MC146818_GETTOD: Check for RTC rollover during read. | cheloha |
2019-04-25 | Follow up on jmatthew's suggestion: | Kevin Lo |
2019-04-01 | Correctly extract the RSSI information from the structure. It's | Patrick Wildt |