Age | Commit message (Expand) | Author |
2015-06-16 | Store a unique ID, an interface index, rather than a pointer to the | Martin Pieuchot |
2015-06-16 | Add a uslcom id for the Netgear M7100 console from Andrew Daugherity. | Jonathan Gray |
2015-06-16 | regen | Jonathan Gray |
2015-06-16 | Add a uslcom id for the Netgear M7100 console from Andrew Daugherity. | Jonathan Gray |
2015-06-15 | Bring back r1.78 and r1.79, now that ajactouto@'s regression has | Martin Pieuchot |
2015-06-15 | Fix a double free in the destroy path triggered when a second process, | Martin Pieuchot |
2015-06-15 | Set the length of isochronous transfers as the sum of the frames lengths. | Martin Pieuchot |
2015-06-15 | Use proper argument type for crp_callback functions; no functional change. | Mike Belopuhov |
2015-06-15 | No need for an extra local variable; no functional change. | Mike Belopuhov |
2015-06-15 | Use proper argument type for crp_callback functions; no functional change. | Mike Belopuhov |
2015-06-15 | Remove comments referring to Linux iwlwifi source filenames from iwm(4). | Stefan Sperling |
2015-06-15 | Make the wifi LED work with iwm(4). | Stefan Sperling |
2015-06-14 | Bring a few routines from libkern in order to avoid linking against libgcc. | Miod Vallat |
2015-06-14 | Build required bits from libkern rather than importing them from libgcc. | Miod Vallat |
2015-06-14 | Build __moddi3, __muldi3 and __qdivrem from libkern, and built no-pie, instead | Miod Vallat |
2015-06-14 | Fix 1.26; kdoprnt() should not attempt to invoke va_end() at all, it's the | Miod Vallat |
2015-06-14 | Implement IQ calibration support for rtwn(4). Lots of black magic involved. | Stefan Sperling |
2015-06-14 | correct the uart irq numbers | Jonathan Gray |
2015-06-14 | add a driver for the ARM PrimeCell PL031 RTC | Jonathan Gray |
2015-06-13 | Parse _CST objects and use the C-states they describe when they're sane. | Philip Guenther |
2015-06-13 | Busy-wait a short while after sending a command to rtwn(4) firmware. | Stefan Sperling |
2015-06-13 | When investigating an uninitialised variable in the armv7 resettodr() | Jonathan Gray |
2015-06-12 | Only match devices with a valid configuration. | Martin Pieuchot |
2015-06-12 | Remove superfluous splnet() protection. | Martin Pieuchot |
2015-06-12 | Actually trigger iwm_init_task() from iwm_watchdog() as intended to give | Stefan Sperling |
2015-06-12 | Fix rtwn(4) wifi LED support. Tested with rtwn(4) device in Thinkpad X220. | Stefan Sperling |
2015-06-11 | In the copyout family of functions, if the address is out of range | Theo de Raadt |
2015-06-11 | Move hzto(9) to the attic; OK dlg | Mike Belopuhov |
2015-06-11 | Convert from hzto(9) to tvtohz(9); OK dlg | Mike Belopuhov |
2015-06-11 | Move away from using hzto(9); OK dlg | Mike Belopuhov |
2015-06-11 | convert sc_sendq into an mbuf_list, and use ph_cookie rather than rcvif to | Jonathan Matthew |
2015-06-11 | Avoid double-free in error path by cribbing the HASBUF flag | Bret Lambert |
2015-06-11 | remove uneeded pci includes | Jonathan Gray |
2015-06-10 | Typos: equalivant, fucntion, libary. | Miod Vallat |
2015-06-10 | Don't claim the autri(4) driver supports big-ending, signed 8-bit, | Alexandre Ratchov |
2015-06-10 | Use first 4 channels of the board. The previous channel setting | Alexandre Ratchov |
2015-06-10 | Do not set "rcvif", if_input() does it for us. | Martin Pieuchot |
2015-06-10 | Add missing include. | Martin Pieuchot |
2015-06-09 | Remove the hack to check if the received pointer has changed in an ifih | Martin Pieuchot |
2015-06-09 | Convert trunk(4) to if_input(). | Martin Pieuchot |
2015-06-08 | More damned eye searing whitespace. No change to .o files. | Kenneth R Westerback |
2015-06-08 | enable agtimer on the ramdisk as well | Jonathan Gray |
2015-06-08 | At some point arm moved to a unified syntax for arm and thumb instructions. | Jonathan Gray |
2015-06-08 | Merge multiple copies of the code doing VLAN tag insertion back into | Martin Pieuchot |
2015-06-08 | Move carp-related logic from ether_output() into carp_start(). | Martin Pieuchot |
2015-06-08 | rearrange delayed_work to avoid the use of container_of while leaving it in | Jonathan Matthew |
2015-06-08 | pms(4): Don't match Elantech v4 devices with firmware versions 0xX7XXXX. | Stefan Sperling |
2015-06-08 | Add initial support for the ARM Versatile Express boards as emulated by | Jonathan Gray |
2015-06-08 | refuse to do polled isochronous transfers, as other usb controller drivers do | Jonathan Matthew |
2015-06-08 | Ensure polled bulk, control and interrupt transfers actually poll, fixing | Jonathan Matthew |