summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Restore color palette format if we reset video mode.jkim2009-11-041-0/+2
* Save/restore VGA color palette while suspending and resuming.jkim2009-11-042-10/+33
* Fix constants.mav2009-11-031-2/+2
* fixes a typo that value should be 0 not 10.weongyo2009-11-031-1/+1
* Make /dev/klog and kern.msgbuf* MPSAFE.ed2009-11-033-37/+58
* Belatedly add an UPDATING message for the usb ethernet ifnet naming in r188412.thompsa2009-11-031-0/+5
* Fix VESA color palette corruption:jkim2009-11-033-59/+40
* fdc(4) module unload fixes:jh2009-11-031-3/+14
* Fix a couple of comment typos.jhb2009-11-031-2/+2
* Eliminate a bit of hackery from vm_fault(). The operations that thisalc2009-11-031-11/+0
* Split P_NOLOAD into a per-thread flag (TDF_NOLOAD).attilio2009-11-036-30/+24
* If socket buffer space appears to be lower then sum of count of alreadykib2009-11-031-9/+1
* MFp4:mav2009-11-032-49/+104
* MFp4:mav2009-11-032-7/+35
* Just use devname(3) to print device names.ed2009-11-031-8/+1
* MFp4:mav2009-11-035-7/+229
* Increase width for %CPU, RSS and VSZ columns for now. Modern systemsdelphij2009-11-031-3/+3
* Static'ify signal handler which is not called from outside.delphij2009-11-031-1/+1
* Set umask to 0x077 instead of the default. This prevents non-root userdelphij2009-11-031-0/+2
OpenPOWER on IntegriCloud