summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - Remove unused remnants of MII bitbang'ing.marius2011-10-112-20/+3
* Add a new trace point, KTRFAC_CAPFAIL, which traces capability checkdes2011-10-118-15/+98
* After creating a filesystem using newfs -j the time stamps are allmckusick2011-10-111-0/+10
* When unmounting a filesystem always wait for the vfs_busy lock to clearmckusick2011-10-111-12/+0
* Fix date in last commit.glebius2011-10-111-1/+1
* Properly document default number of rx/tx descriptors for Intel cards.glebius2011-10-112-6/+8
* The previous commit did not fix the issue since it did not prevent signdes2011-10-111-8/+8
* Add curly braces missed in r226247.brueffer2011-10-111-1/+2
* Use the most significant 6 bits of the dscp instead of the leasttuexen2011-10-111-7/+7
* Properly free linux_gidset in case of an error.brueffer2011-10-111-0/+1
* Cast to unsigned for %#jx.des2011-10-111-1/+1
* Refactor this code by introducing separate functions to handle thedas2011-10-112-92/+164
* Also pass the -ansi flag through to mkdep (requested by bde), and fixdas2011-10-111-2/+2
* Fix build after TARGET_BIG_ENDIAN was nuked from orbit.thompsa2011-10-111-2/+1
* Make unionfs also clear VAPPEND when clearing VWRITE, since VAPPENDtrasz2011-10-101-1/+1
* All indirect routes will fail the rtcheck, except for a special hostqingli2011-10-101-25/+17
* Get struct sctp_net_route in tune with struct route.tuexen2011-10-101-0/+2
* Add USB mass storage quirk for device that emits errors after the automatichselasky2011-10-102-0/+6
* Fix how libusb20_dev_kernel_driver_active() andhselasky2011-10-103-8/+8
* Bugfix: The ucom detach function is sometimes called on zeroed structures.hselasky2011-10-101-0/+3
* Provide external definitions of all of the standardized functions indas2011-10-1022-91/+288
* Add a FBSD_1.3 namespace for FreeBSD 10.das2011-10-101-1/+5
* Pass -std= flags in CFLAGS to mkdep. Without this, preprocessor testsdas2011-10-101-2/+2
* Do not ignore block offsets.kib2011-10-101-0/+1
* When moving an stcb to a new inp and we copy over the list oftuexen2011-10-101-0/+3
* Free mbuf in case when protocol in unknown in ng_ipfw_rcvdata().melifaro2011-10-101-9/+7
* Add missing break statement to make sure all 3DES etypes really are treatedbrueffer2011-10-101-0/+1
* Incorporate recent changes from NetBSD. Most notable change is the additiondelphij2011-10-104-33/+233
* Properly use the cursor to bound the position for CUP.ed2011-10-101-1/+1
* Fix an incorrect use of sizeof().adrian2011-10-101-1/+1
* Update from OpenBSD: Include 0x4402 in the bbp id mapping table used on older...adrian2011-10-101-1/+1
* Add a "kern.features.ata_cam" sysctl in the kernel when the ATA_CAM kernelrodrigc2011-10-095-2/+70
* Recognize the Intel(R) Centrino(R) Wireless-N 130.marius2011-10-091-0/+1
* In device_get_children() avoid malloc(0) in order to increase portabilitymarius2011-10-091-0/+5
* Prefer KOBJMETHOD_END.marius2011-10-091-2/+1
* Bump .Dd to reflect the date of the last content change, so MFC contentgjb2011-10-091-1/+1
* Sprinkle const.marius2011-10-091-9/+9
* Use UFS labels and bsdlabels (like the 8.x memsticks) instead of GPT tonwhitehorn2011-10-092-70/+10
* Add support to makefs(8) to add UFS labels to images.nwhitehorn2011-10-094-1/+12
* Update the inp stored in a HB-timer when moving an stcb to a new inp.tuexen2011-10-092-1/+2
* Line up the struct declaration (yes, I know this isn't what it looksdes2011-10-091-6/+6
* Document some not-so-recently added trace points.des2011-10-091-2/+7
* Remove inphy(4), exphy(4) as well as ruephy(4) that no longer existed as amarius2011-10-081-3/+0
* Address some of bde@'s concerns with the new code.des2011-10-081-72/+71
* Fix the handling of an empty kmem map by sysctl_kmem_map_free(). Inalc2011-10-081-2/+2
* Revert unapproved commit to bsd.port.mk.crees2011-10-081-16/+0
* Avoid magicking into existence sub-partitions due to leftover blocks whennwhitehorn2011-10-081-11/+22
* Usability enhancements: do not allow setting a mountpoint on bsdlabelnwhitehorn2011-10-081-1/+30
* Teach kdump(1) to decode capability bitmasks.des2011-10-082-0/+9
* Fix the dependency issue properly by a) moving kdump_subr.c to the frontdes2011-10-081-6/+2
OpenPOWER on IntegriCloud