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