summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove duplicate suspend/resume code from vga_pci.c and let vga(4) registerjkim2009-11-063-95/+65
* Take a step towards removing if_watchdog/if_timer. Don't explicitly setjhb2009-11-061-2/+0
* It's normal to see Rx FIFO overruns under high network load andyongari2009-11-061-3/+1
* Remove unnecessary header file.yongari2009-11-061-1/+0
* - Use device_printf() instead of printf() with an explicit unit numberjhb2009-11-065-19/+16
* Make nd6_llinfo_timer() does its job, again. ln->la_expire wasume2009-11-061-1/+1
* Several years ago a feature was added to TCP that casued soreceive() tojhb2009-11-061-1/+1
* Take a step towards removing if_watchdog/if_timer. Don't explicitly setjhb2009-11-0614-21/+0
* Use device_printf() and if_printf() instead of printf() with an explicitjhb2009-11-066-162/+142
* Fix a copy-paste bug when reading data from the last 3 (7 for PAE) bytes ofjhb2009-11-061-6/+6
* Document support for more chips.mav2009-11-061-4/+6
* Don't call LLE_FREE() after nd6_free().ume2009-11-061-0/+1
* Add MAP_ANONYMOUS.ed2009-11-062-1/+8
* Unbreak E500 builds. The inline assembly for the 970 CPUsmarcel2009-11-061-1/+6
* Correct MSI mode register bits.yongari2009-11-061-5/+2
* Save/restore VGA state from vga_pci.c instead of relying on vga_isa.c.jkim2009-11-053-70/+103
* sh: Fix memory leak when using a variable in arithmetic like $((x)).jilles2009-11-051-3/+23
* Fix two memory leaks in error cases.brueffer2009-11-051-2/+7
* Strip from messages for users external URLs the project cannot directlyattilio2009-11-052-8/+2
* Revert the spelling of Taiwan to be politically neutral in accordanceru2009-11-051-1/+4
* MFp4:mav2009-11-051-4/+17
* Fix typo in kernel message. The fix is based upon the patch in the PR.netchild2009-11-051-1/+1
* Fix gdb_cpu_getreg() to actually match GDB's registermarcel2009-11-051-3/+7
* Implement db_trace_thread() by calling db_stack_trace_cmd() andmarcel2009-11-051-6/+3
* Implement db_trace_self() by calling db_stack_trace_cmd()marcel2009-11-051-1/+4
* IP_TTL is an IP socket option, not a TTL value. Use IPDEFTTLmarcel2009-11-051-1/+1
* File flags handling fixes for ext2fs:jh2009-11-052-4/+10
* Cleanup code to make it WARNS=6 clean:delphij2009-11-0411-40/+54
* Tweak memory allocation for amd64 suspend/resume CPU context.jkim2009-11-042-19/+17
* Include string.h for prototype of strcmp().delphij2009-11-041-0/+1
* Make bge_newbuf_std()/bge_newbuf_jumbo() returns actual error codeyongari2009-11-041-13/+20
* Remove common DMA tag used for TX/RX mbufs and create Tx DMA tagyongari2009-11-042-27/+42
* Covert bge_newbuf_std to use bus_dmamap_load_mbuf_sg(9). Note,yongari2009-11-041-14/+11
* Use correct dma tag for jumbo buffer.yongari2009-11-041-1/+1
* Fix not only the grammar, but also the formatting that makes the gagdougb2009-11-041-1/+2
* Do not probe video mode if we are not going to use it.jkim2009-11-041-7/+9
* Fix protype.mav2009-11-041-1/+1
* PMP commands use short format. PMP write doesn't return result.mav2009-11-041-10/+4
* MFp4:mav2009-11-044-25/+12
* MFp4:mav2009-11-046-33/+61
* Do not unarm callout on request completion and change slot selectionmav2009-11-041-10/+8
* Fix build.trasz2009-11-041-1/+1
* Revert r198874, pending further discussion.trasz2009-11-041-1/+1
* Style fixes.trasz2009-11-041-7/+7
* Make sure we don't end up with VAPPEND without VWRITE, if someone calls open(2)trasz2009-11-041-1/+1
* While VAPPEND without VWRITE makes sense for VOP_ACCESSX(9) (e.g. to checktrasz2009-11-041-0/+8
* Eliminate an unnecessary vm include file.alc2009-11-044-4/+0
* Fix typo (noded -> nodes).benno2009-11-041-1/+1
* Eliminate an unnecessary #include. (This #include should have been removedalc2009-11-041-1/+0
* Opteron rev E family of processor expose a bug where, in very rareattilio2009-11-042-0/+36
OpenPOWER on IntegriCloud