summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Both RX_GMF_LP_THR and RX_GMF_UP_THR must be 16 bits register. Ifyongari2010-04-302-4/+4
* usb_controller.c requires opt_ddb.hthompsa2010-04-291-1/+1
* - Pass flow control settings back to bce(4).davidch2010-04-291-6/+4
* Default connection timeout is way too long. To make it shorter we have topjd2010-04-291-3/+75
* Add FreeBSD 8.1 to known list as it's being referenced by a couple ofdelphij2010-04-291-0/+1
* bwn(4) will first appear in FreeBSD 8.1-RELEASE.delphij2010-04-291-1/+1
* Now sge(4) supports hardware VLAN tag insertion/stripping.yongari2010-04-292-6/+6
* Enable VLAN hardware tag insertion/stripping. Due to lack of SiS190yongari2010-04-292-6/+60
* Enable FCS stripping and padding 10 bytes bit of RX MAC controlyongari2010-04-292-5/+32
* Explicitly marks SiS190 to differentiate it from SiS191.yongari2010-04-292-1/+2
* Remove wrong link state chage.yongari2010-04-291-1/+0
* Preserve unknown bits of RX MAC control register when driveryongari2010-04-291-15/+16
* Simplify the inner loop of vm_pageout_object_deactivate_pages(). Ratheralc2010-04-291-7/+4
* MFamd64/i386 r207205alc2010-04-293-28/+12
* - Check if the worker process was killed by signal and restart it.pjd2010-04-291-18/+26
* Fix a problem where hastd will stuck in recv(2) after sending request topjd2010-04-2910-3/+87
* Decrement rxa_pad due to the addition of rxa_private.rpaulo2010-04-291-1/+1
* MFP4: @176978-176982, 176984, 176990-176994, 177441bz2010-04-2952-682/+412
* ffs_vfsops: restore alphabetic order of options in ffs_optsavg2010-04-291-2/+2
* When doing kstack swapin, read as much pages in one run as possible.kib2010-04-291-11/+25
* In swap pager, do not free the non-requested pages from the run if they arekib2010-04-291-3/+11
* Remove caddr_t casts.kib2010-04-291-5/+3
* kern_ntptime: drop a comment that became stale after r207359avg2010-04-291-4/+0
* periodically save system time to hardware time-of-day clockavg2010-04-291-0/+65
* kern_ntptime: abstract time error check into a functionavg2010-04-291-23/+27
* MFi386: revision 206553nyan2010-04-291-4/+8
* On certain chipsets AT keyboard controller isn't present and issobomax2010-04-294-16/+69
* For the experimental NFS client, it should always flush dirtyrmacklem2010-04-281-2/+1
* Delete a diagnostic statement that is no longer useful fromrmacklem2010-04-281-4/+0
* Restart worker thread only if the problem was temporary.pjd2010-04-281-3/+9
* Mark temporary issues as such.pjd2010-04-281-2/+2
* In the case where named_chroot_autoupdate is NOT set, butdougb2010-04-281-4/+10
* Use WEXITSTATUS() to obtain real exit code.pjd2010-04-281-2/+3
* Merge ACPICA 20100428.jkim2010-04-2850-3929/+6055
|\
| * Import ACPICA 20100428.jkim2010-04-2853-3921/+16773
| * Additional fix for root table size regression.jkim2010-04-021-3/+7
| * Fixes for table load regression.jkim2010-04-021-8/+11
| * Integrate FreeBSD changes for acfreebsd.h.jkim2010-04-021-4/+5
| * Import ACPICA 20100331.jkim2010-04-0231-617/+880
* | Don't assume that "resource" property is in metadata.pjd2010-04-281-1/+1
* | Address the LOD that some are seeing, put the RX lockjfv2010-04-281-10/+13
* | Initialize the callout structure earlier in attach before calling anyjhb2010-04-281-1/+1
* | Backport fix for 'zfs_znode_dmu_init: existing znode for dbuf' panic from Ope...pjd2010-04-281-12/+31
* | Change default WOL back to MAGIC only, havingjfv2010-04-281-2/+2
* | Remove dead code. Calculated greatest common divisor was not used at all.jkim2010-04-281-11/+0
* | - Extract the IODEV_PIO interface from ia64 and make it MI.attilio2010-04-288-198/+251
* | Add a private field to struct ieee80211_rx_ampdu do hold driver specificrpaulo2010-04-281-0/+1
* | Add ic_rxstream and ic_txstream. These variables hold the number of RXrpaulo2010-04-281-1/+2
* | Couple of fixes from DragonFly (typos).rpaulo2010-04-282-5/+5
* | When in the RUN -> AUTH -> RUN FSM transition happens, we'll call therpaulo2010-04-282-17/+21
OpenPOWER on IntegriCloud