summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove debugging remnants from unifdefall.fanf2009-11-261-2/+2
* Remove overuse of exclamation marks in kernel printfs, there mere fact athompsa2009-11-2635-106/+105
* Fix a performance bug in factor(6).fanf2009-11-261-21/+27
* Disable interrupts after doing early takeover of the usb controller in case usbthompsa2009-11-253-2/+19
* Update unifdef to my upstream version 1.188fanf2009-11-253-134/+300
* exit if "make distribition" failsjulian2009-11-251-1/+1
* Fix typo which inversed the logic which in turn disabled MSI.yongari2009-11-251-1/+1
* Make sure one shot MSI is enabled.yongari2009-11-251-0/+2
* Be nice, don't use the f-word.trasz2009-11-252-2/+2
* Change gcore in order to get rid of the procfs accesses and use FreeBSD'sattilio2009-11-254-198/+185
* Avoid sshd, cron, syslogd and inetd to be killed under high-pressure swapattilio2009-11-254-0/+17
* Add the possibility to show informations about dropped packets on theattilio2009-11-251-4/+13
* In tac_get_av_value() empty attributes should be handled like 0-lengthattilio2009-11-251-1/+6
* Fix a socket leak in ftp_request() after that a connection is established.attilio2009-11-251-3/+9
* Fix small copu-paste bug.mav2009-11-251-1/+1
* Fix comment typo.rwatson2009-11-251-1/+1
* Style: use structure assignment rather than memcpy() to copy awollman2009-11-251-1/+1
* In clnt_raw_create(), avoid minor race condition initializing thewollman2009-11-251-4/+7
* In svc_raw_reply(), don't leave stat uninitialized if the MSG_ACCEPTEDwollman2009-11-251-3/+2
* Eliminate more dead stores.wollman2009-11-257-10/+9
* Make all three if conditions look similar by always initializing nsecwollman2009-11-251-1/+2
* In __mbsconv(), if prec was zero, nconv could have been usedwollman2009-11-251-1/+1
* Eliminate dead store.wollman2009-11-251-1/+1
* Make ``ifconfig -l ether'' only list interfaces that speak Ethernet.will2009-11-251-3/+19
* Make ULE process usage (%CPU) accounting usable again by keeping trackivoras2009-11-241-1/+4
* - fix a LOR between process lock and pmc thread mutexfabient2009-11-241-14/+19
* Use a single private timer to drive the transmit watchdog rather than usingjhb2009-11-242-13/+24
* BGE_FLAG_40BIT_BUG should be set before creating DMA tags.yongari2009-11-241-7/+7
* - For 350 chips, don't set various INTR bits in TX control word; turning INTRjhb2009-11-242-9/+14
* Use bus_*() rather than bus_space_*().jhb2009-11-245-39/+12
* Use only lower byte of sectors_intr IDENTIFY word as sector count.mav2009-11-241-1/+1
* Grammar and mdoc improvements.brueffer2009-11-241-13/+13
* MFp4:mav2009-11-2411-96/+428
* LSI MegaRAID 9260 works, sort the hardware list while here.brueffer2009-11-241-2/+4
* remove annoying printf that cripples kdb on PV guestskmacy2009-11-241-1/+0
* fixup kernel core dumps on paravirtual guestskmacy2009-11-242-2/+2
* Improve upon revision 196196 by removing the newly added commentmarcel2009-11-241-2/+4
* Don't make MJUMPAGESIZE equal to PAGE_SIZE unconditionally.marcel2009-11-231-1/+8
* Make this test case little bit more interesting.jkim2009-11-231-500/+500
* - Add more aggressive BPF JIT optimization. This is in more favor of i386jkim2009-11-234-104/+173
* Revert previous commit. The problem was not related to overrunningmarcel2009-11-231-1/+1
* Actually disable interrupts in ehci_detach().thompsa2009-11-231-1/+1
* Do not attach JMicrons with single PCI function. They are not working asmav2009-11-231-0/+4
* Modify the experimental nfs server so that it falls back tormacklem2009-11-231-38/+44
* Create a seperate ZFS enabled loader.rnoland2009-11-235-15/+33
* Refer more recently added Marvell chips.mav2009-11-231-2/+2
* Make the mode setting transfer asynchronous.thompsa2009-11-221-21/+46
* Reduce status block size DMAed by controller. bge(4) uses singleyongari2009-11-221-8/+26
* Add missed register change in r199676.thompsa2009-11-221-1/+1
* add support for MIDI devices without audio control stream.thompsa2009-11-221-0/+7
OpenPOWER on IntegriCloud