aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Correct the mq_start routine to avoid out-of-orderJack F Vogel2012-08-061-3/+11
* In sys/dev/aic7xxx/aic79xx_osm.c, function ahd_attach(), initialize theDimitry Andric2012-08-061-0/+1
* Explicitly enable busmastering on PCI-PCI bridges. Transactions initiatedJohn Baldwin2012-08-061-0/+7
* In sys/dev/cxgbe/firmware/t4fw_interface.h, change the enumDimitry Andric2012-08-061-1/+1
* In cxgb(4), in function iwch_reregister_phys_mem(), initialize theDimitry Andric2012-08-061-1/+1
* Fix an instance in pam_krb5(8), where the variable 'user' could be usedDimitry Andric2012-08-061-2/+2
* Fix two instances in pam_krb5(8), where the variable 'princ_name' couldDimitry Andric2012-08-061-4/+4
* Do not add handler to event handlers list until ithread is created.Alexander Kabaev2012-08-061-25/+27
* move functions outside the SYSBEGIN/SYSEND blockLuigi Rizzo2012-08-061-15/+22
* use FREE_PKT instead of m_freem to free an mbuf.Luigi Rizzo2012-08-061-1/+1
* Fix a bug found by dim@:Michael Tuexen2012-08-061-1/+1
* Add supported device.Gleb Smirnoff2012-08-061-1/+3
* - Merge from NetBSD:Marius Strobl2012-08-061-20/+40
* Fix start offset calculation for the EBR partitions.Andrey V. Elsukov2012-08-061-1/+1
* Add to the debug output the offset from the parent partitioning scheme.Andrey V. Elsukov2012-08-061-2/+2
* Add PCI IDs for various new High Point RocketRAID 43xx and 3xxx devices.Xin LI2012-08-062-15/+33
* Merge r236494 from x86:Marius Strobl2012-08-052-4/+12
* Add interactive option to override portsnap's automagical detection ofEitan Adler2012-08-052-4/+24
* Include <vm/vm_param.h> for PA_LOCK_COUNT in order to fix kernel buildMarius Strobl2012-08-051-0/+1
* Add support for SIIG Cyber Serial Dual PCI 16C850Eitan Adler2012-08-051-0/+6
* In tcp timers, check INP_DROPPED flag a little later, afterMikolaj Golub2012-08-051-9/+38
* In usr.sbin/ctladm/ctladm.c, function cctl_error_inject(), initializeDimitry Andric2012-08-051-1/+1
* Bump USERBOOT_VERSION.Andrey V. Elsukov2012-08-053-2/+5
* Shave off a few more cycles from the average execution time of pmap_enter()Alan Cox2012-08-051-7/+2
* In usr.bin/make/var.c, function ParseModifier(), initialize the 'error'Dimitry Andric2012-08-051-1/+1
* Add simple test program that uses the partition tables handling code.Andrey V. Elsukov2012-08-053-0/+235
* Reduce diffs against i386.Yoshihiro Takahashi2012-08-052-3/+4
* Teach the ZFS use new partitions API when probing.Andrey V. Elsukov2012-08-052-23/+98
* Remove unneeded flag.Andrey V. Elsukov2012-08-051-3/+0
* Add offset field to the i386_devdesc structure to be compatible withAndrey V. Elsukov2012-08-054-1067/+240
* After the PHYS_TO_VM_PAGE() function was de-inlined, the main reasonKonstantin Belousov2012-08-0521-6/+20
* Reduce diffs against i386.Yoshihiro Takahashi2012-08-052-4/+4
* MFi386: the part of r219452 and r236405.Yoshihiro Takahashi2012-08-051-5/+6
* Add an option for pam_krb5 to allow it to authenticate users which don't haveDoug Rabson2012-08-051-4/+7
* Reduce namespace pollution from gssapi.hDoug Rabson2012-08-051-10/+8
* When GPT signature is invalid in the primary GPT header, then try toAndrey V. Elsukov2012-08-051-7/+36
* In sbin/camcontrol/camcontrol.c, function smpcmd(), initialize theDimitry Andric2012-08-051-1/+1
* Introduce new API to work with disks from the loader's drivers.Andrey V. Elsukov2012-08-058-785/+310
* Remove unused variables.Andrey V. Elsukov2012-08-052-2/+1
* Regenerate usb.confHans Petter Selasky2012-08-051-13/+269
* Update the list of devices supported by the FTDI driver. It might beHans Petter Selasky2012-08-053-6/+1258
* Create the interface to work with various partition tables from theAndrey V. Elsukov2012-08-052-0/+921
* Migrate the 802.11n ath_hal_chaintxdesc() API to use a buffer/segmentAdrian Chadd2012-08-055-10/+25
* Fix a refcount issue. The called only decrements is stcb is NULL.Michael Tuexen2012-08-051-4/+3
* Migrate the ath_hal_filltxdesc() API to take a list of buffer/seglen values.Adrian Chadd2012-08-0513-19/+125
* Minor style nit:Hans Petter Selasky2012-08-051-11/+12
* Use new method of assigning IPv4 addressesEitan Adler2012-08-051-1/+1
* Add additional Perle Speed LE serial cardsEitan Adler2012-08-051-0/+25
* Remove variables which are initialized but never used thereafterEitan Adler2012-08-051-3/+0
* Fix typo.Andreas Tobler2012-08-051-1/+1