summaryrefslogtreecommitdiffstats
path: root/sys (follow)
Commit message (Expand)AuthorAgeFilesLines
* One more mistake introduced in 1.65miod2014-05-171-2/+2
* ...and it needs a guard against NULL as well.miod2014-05-171-1/+3
* Fix previous commit by making sure we are not dereferencing uninitializedmiod2014-05-171-1/+2
* When looking at another process, use the data from struct processguenther2014-05-171-21/+21
* Fix kernel build with EHCI_DEBUG by removing a non-compiling DPRINTF().stsp2014-05-171-10/+1
* fix format mistakes visible if AZALIA_DEBUG is definedratchov2014-05-171-4/+4
* fix format mistakes visible if UAUDIO_DEBUG is definedratchov2014-05-171-3/+3
* fix format mistakes visible if AUICH_DEBUG is definedratchov2014-05-171-6/+6
* unbreak build with AUDIO_DEBUG: use %lx for bus_addr_tratchov2014-05-171-2/+2
* In pmap_remove_page(), do not keep wired mappings; the callers want them gone.miod2014-05-171-7/+1
* Remove "WARNING:" prefix from SYSFAIL and ACFAIL messages, so that, in casemiod2014-05-171-3/+3
* unbreak build: exchange %b args order, from miod@ratchov2014-05-171-2/+2
* Lower VUPS value for delay() to behave closer to the intent.miod2014-05-172-4/+4
* Print the rpb device type and unit values if the root device can't be foundmiod2014-05-171-3/+6
* When the firmware tells us a loop id is already in use, add the devicejmatthew2014-05-172-33/+59
* Change the return value of interrupt handler to 0 when nothing isaoyama2014-05-171-2/+2
* Reduce the difference between HC drivers by always passing a genericmpi2014-05-162-51/+53
* There is no need to remember which usb(4) device is the child of an USBmpi2014-05-1612-66/+42
* It seems that there is new and old revision of CH340.sasano2014-05-161-73/+16
* regendcoppa2014-05-162-4/+14
* Add Alcatel OneTouch L100Vdcoppa2014-05-162-2/+6
* Do not put any link-layer address on the per-ifp lists or on the RB-mpi2014-05-162-28/+7
* regenmpi2014-05-152-2/+2
* XHCI -> xHCImpi2014-05-151-2/+2
* Use a more appropriate malloc(9) type than M_TEMP for the keymap memorympi2014-05-152-5/+5
* Do not use nd6_rtrequest() for addresses configured on loopbackmpi2014-05-152-16/+10
* knote_processexit() needs the thread to pass down to FRELE(), so pass itguenther2014-05-153-11/+13
* Prefer prsignal() to send process signalsguenther2014-05-151-2/+2
* Move from struct proc to process the reference-count-holding pointersguenther2014-05-1514-214/+184
* improve style - basically, what my fingers did at Marrakesh airport whenhenning2014-05-141-117/+73
* There is no reason why one needs to have a lo(4) MTU that is arch specific.claudio2014-05-141-6/+2
* wsmoused() called if cmd == WSDISPLAYIO_WSMOUSED only,shadchin2014-05-142-30/+27
* While Rev 1.285 fixed a RB tree corruption it caused a TAILQ corruptionclaudio2014-05-131-3/+6
* Remove some m->m_pkthdr.rcvif dereference to help for upcomingmpi2014-05-131-44/+40
* Move GTT management for Sandy Bridge and up into inteldrm(4). This makeskettenis2014-05-125-188/+327
* Fix format strings in debug code.kettenis2014-05-121-31/+32
* Backport FreeBSD's HID parser in order to properly parse `moderm'mpi2014-05-126-220/+380
* Includes a router altert option (RAO) in IGMP packets. Without thismpi2014-05-122-6/+30
* The relation between uhci(4), ohci(4) and their root hub device ismpi2014-05-111-2/+11
* need syscall.h..deraadt2014-05-111-1/+2
* hide two printfs behind an ifdef DEBUG; spotted by miod@jasper2014-05-111-3/+3
* Move the increment of uvmexp.softs back to the caller of mi_ast():guenther2014-05-1115-18/+30
* Pull in <sys/user.h> before <sys/syscall*.h>guenther2014-05-113-8/+8
* spello in comment and tweak DUMP_BOOT_DESC a tadjasper2014-05-101-5/+5
* various format string fixes and remove -Wno-format from octeonjasper2014-05-1012-85/+97
* sigh, another case of user.h before syscall_mi.hderaadt2014-05-101-2/+2
* Remove -Wno-format.kettenis2014-05-101-2/+2
* Disable speedstep instead of panicing if the high and low speeds are the same.guenther2014-05-102-6/+12
* We print time_t by casting to "long long" even in the kernel.kettenis2014-05-101-3/+3
* Sidestep format string issue by sanitizing a bit of debug code.kettenis2014-05-101-9/+4