summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix two issues that can lead to exceeding configured pipe bandwidth:oleg2009-11-031-5/+16
* Add more verbose output when dumping the configuration descriptor.thompsa2009-11-021-12/+57
* Provide the same sanity check on the sector size in dagetcapacity as when thethompsa2009-11-021-2/+9
* MFV of r198828, tzcode2009qedwin2009-11-022-6/+6
* MFV of tzdata2009q:edwin2009-11-023-10/+130
* Unbreak SBus cards which have been broken (apparently) for a while.mjacob2009-11-021-18/+8
* Ensure 'kvm' is always initialized. If "-M" was not specified and thejhb2009-11-021-0/+1
* Revert a functional change that snuck in.rpaulo2009-11-021-1/+1
* Add IDs for nVidia MCP65/77/79/89 SATA conntrollers.mav2009-11-022-1/+89
* Fix a non-style change that snuck in.rpaulo2009-11-021-1/+1
* Add a check to know whether driver is still running afteryongari2009-11-021-0/+2
* Add BCM5761 PHY id.yongari2009-11-022-0/+2
* Avoid pointless calls to pmap_protect().alc2009-11-021-3/+3
* Add sysctl documentation strings. The descriptions are derivedivoras2009-11-021-3/+7
* Use our canonical .Dd format.brueffer2009-11-0220-20/+20
* Document the WWWSUPFILE variable.remko2009-11-021-0/+8
* Big style cleanup. While there remove references to FreeBSD versionsrpaulo2009-11-029-806/+426
* Execute the start/stop process of a jail in the background.remko2009-11-021-1/+1
* The async callback could free the device. If it is a broadcast async,mav2009-11-021-1/+7
* Attempt to reduce accidental foot-shooting by pointing out thatcperciva2009-11-021-0/+4
* - Add usb_fill_bulk_urb() and usb_bulk_msg() linux compat functions [1]thompsa2009-11-012-8/+79
* Fix a corner case where usbd_transfer_drain() can return too early if thethompsa2009-11-012-1/+20
* Check unit number and provide string name for consdev.thompsa2009-11-011-1/+6
* Refine r198714, it's not as easy as just leaving the major number zero.brueffer2009-11-011-1/+0
* MFp4:mav2009-11-011-0/+1
* Expand DESCRIPTION and a basic EXAMPLES section.brueffer2009-11-011-1/+9
* MFp4:mav2009-11-014-30/+50
OpenPOWER on IntegriCloud