Age | Commit message (Expand) | Author |
2014-05-18 | Add PCI ID for Realtek RTL8402 card reader. | Stefan Sperling |
2014-05-17 | One more mistake introduced in 1.65 | Miod Vallat |
2014-05-17 | ...and it needs a guard against NULL as well. | Miod Vallat |
2014-05-17 | Fix previous commit by making sure we are not dereferencing uninitialized | Miod Vallat |
2014-05-17 | When looking at another process, use the data from struct process | Philip Guenther |
2014-05-17 | Fix kernel build with EHCI_DEBUG by removing a non-compiling DPRINTF(). | Stefan Sperling |
2014-05-17 | fix format mistakes visible if AZALIA_DEBUG is defined | Alexandre Ratchov |
2014-05-17 | fix format mistakes visible if UAUDIO_DEBUG is defined | Alexandre Ratchov |
2014-05-17 | fix format mistakes visible if AUICH_DEBUG is defined | Alexandre Ratchov |
2014-05-17 | unbreak build with AUDIO_DEBUG: use %lx for bus_addr_t | Alexandre Ratchov |
2014-05-17 | In pmap_remove_page(), do not keep wired mappings; the callers want them gone. | Miod Vallat |
2014-05-17 | Remove "WARNING:" prefix from SYSFAIL and ACFAIL messages, so that, in case | Miod Vallat |
2014-05-17 | unbreak build: exchange %b args order, from miod@ | Alexandre Ratchov |
2014-05-17 | Lower VUPS value for delay() to behave closer to the intent. | Miod Vallat |
2014-05-17 | Print the rpb device type and unit values if the root device can't be found | Miod Vallat |
2014-05-17 | When the firmware tells us a loop id is already in use, add the device | Jonathan Matthew |
2014-05-17 | Change the return value of interrupt handler to 0 when nothing is | Kenji Aoyama |
2014-05-16 | Reduce the difference between HC drivers by always passing a generic | Martin Pieuchot |
2014-05-16 | There is no need to remember which usb(4) device is the child of an USB | Martin Pieuchot |
2014-05-16 | It seems that there is new and old revision of CH340. | sasano |
2014-05-16 | regen | David Coppa |
2014-05-16 | Add Alcatel OneTouch L100V | David Coppa |
2014-05-16 | Do not put any link-layer address on the per-ifp lists or on the RB- | Martin Pieuchot |
2014-05-15 | regen | Martin Pieuchot |
2014-05-15 | XHCI -> xHCI | Martin Pieuchot |
2014-05-15 | Use a more appropriate malloc(9) type than M_TEMP for the keymap memory | Martin Pieuchot |
2014-05-15 | Do not use nd6_rtrequest() for addresses configured on loopback | Martin Pieuchot |
2014-05-15 | knote_processexit() needs the thread to pass down to FRELE(), so pass it | Philip Guenther |
2014-05-15 | Prefer prsignal() to send process signals | Philip Guenther |
2014-05-15 | Move from struct proc to process the reference-count-holding pointers | Philip Guenther |
2014-05-14 | improve style - basically, what my fingers did at Marrakesh airport when | Henning Brauer |
2014-05-14 | There is no reason why one needs to have a lo(4) MTU that is arch specific. | Claudio Jeker |
2014-05-14 | wsmoused() called if cmd == WSDISPLAYIO_WSMOUSED only, | Alexandr Shadchin |
2014-05-13 | While Rev 1.285 fixed a RB tree corruption it caused a TAILQ corruption | Claudio Jeker |
2014-05-13 | Remove some m->m_pkthdr.rcvif dereference to help for upcoming | Martin Pieuchot |
2014-05-12 | Move GTT management for Sandy Bridge and up into inteldrm(4). This makes | Mark Kettenis |
2014-05-12 | Fix format strings in debug code. | Mark Kettenis |
2014-05-12 | Backport FreeBSD's HID parser in order to properly parse `moderm' | Martin Pieuchot |
2014-05-12 | Includes a router altert option (RAO) in IGMP packets. Without this | Martin Pieuchot |
2014-05-11 | The relation between uhci(4), ohci(4) and their root hub device is | Martin Pieuchot |
2014-05-11 | need syscall.h.. | Theo de Raadt |
2014-05-11 | hide two printfs behind an ifdef DEBUG; spotted by miod@ | Jasper Lievisse Adriaanse |
2014-05-11 | Move the increment of uvmexp.softs back to the caller of mi_ast(): | Philip Guenther |
2014-05-11 | Pull in <sys/user.h> before <sys/syscall*.h> | Philip Guenther |
2014-05-10 | spello in comment and tweak DUMP_BOOT_DESC a tad | Jasper Lievisse Adriaanse |
2014-05-10 | various format string fixes and remove -Wno-format from octeon | Jasper Lievisse Adriaanse |
2014-05-10 | sigh, another case of user.h before syscall_mi.h | Theo de Raadt |
2014-05-10 | Remove -Wno-format. | Mark Kettenis |
2014-05-10 | Disable speedstep instead of panicing if the high and low speeds are the same. | Philip Guenther |
2014-05-10 | We print time_t by casting to "long long" even in the kernel. | Mark Kettenis |