summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add one more board ID with inverted external amplifier control.mav2009-05-081-0/+1
* Change the internal buffer used to store input lines from a static buffersepotvin2009-05-087-54/+75
* kill more portability functions that are no longer usefulsam2009-05-083-29/+5
* kill unused OS_GETUPTIMEsam2009-05-082-11/+0
* don't call vn_rele_async_fini in the !_KERNEL casekmacy2009-05-071-0/+2
* define VN_RELE_ASYNC for use by libzpoolkmacy2009-05-071-0/+1
* move VN_RELE_ASYNC to the compatibility layer with the rest of the VN_* defineskmacy2009-05-072-5/+1
* Partially revert r191171, which went too far in tryingkientzle2009-05-071-20/+49
* avoid LOR and gratuitous extra lock acquisitions by moving user_evict list bu...kmacy2009-05-071-6/+16
* Allow the VM to provide backpressure on the ARC cache as it doeskmacy2009-05-071-0/+9
* Asynchronously release vnodes to avoid blocking on range locks when calling b...kmacy2009-05-075-4/+165
* No man page currently exists so comment the two uncommentedkmacy2009-05-071-4/+13
* Give vfs_getopt the type it's expecting.jamie2009-05-071-4/+2
* Add ID of one more SII3132 revision found on adaptec aar-1225sa rev a2.mav2009-05-072-0/+2
* Move the per-prison Linux MIB from a private one-off pointer to the newjamie2009-05-077-98/+331
* Eliminate the loop and the call to pause(9) in vfs_vget_ino(). Ifkib2009-05-071-6/+8
* Add PCI IDs for the Broadcom 5825 incarnation.philip2009-05-072-2/+6
* If we have a regular rint handler, never go into rint_bypass mode.ed2009-05-071-3/+6
* Use a 32 bit type for the interface mask as this equals the max interfacethompsa2009-05-071-1/+2
* repository sync to multi-OS repo ... spaceing changerrs2009-05-071-0/+1
* ABI expansions to hopefully future-proof our MIB/netstat code for 8.0rrs2009-05-071-2/+4
* Update example with feedback from thompsa@.emaste2009-05-071-1/+2
* Add KTR(9) tracing for futex emulation.dchagin2009-05-071-11/+49
* Add my birthdayskreuzer2009-05-071-0/+1
* Adding myself as a ports committerskreuzer2009-05-071-0/+3
* s/ath0/wlan0/ since we no longer use the real device directly.emaste2009-05-071-3/+3
* Linux exports HZ value to user space via AT_CLKTCK auxiliary vector entry,dchagin2009-05-071-3/+1
* Add tcsetsid(3).ed2009-05-077-7/+118
* Change linux struct tms definition to match actual linux one.dchagin2009-05-071-4/+4
* Add preliminary KTR(9) support to the linux emulation layer.dchagin2009-05-073-2/+34
* To avoid excessive code duplication move MI definitions to the MIdchagin2009-05-074-16/+11
* Return EAFNOSUPPORT instead of EINVAL in case when the incorrect ordchagin2009-05-071-1/+1
* Eliminate an incorrect comment.alc2009-05-071-2/+0
* Define the kernel pmap in the same way on arm as on every otheralc2009-05-072-5/+2
* Rework r191742.dchagin2009-05-071-5/+12
* Add the Sierra AC885U and increase the max ports to 8.thompsa2009-05-071-1/+2
* - Fix the u3g port detection where it would not calculate the correct number ofthompsa2009-05-071-50/+43
* Use vendor and product macro expansion to make the device table smaller andthompsa2009-05-071-57/+56
* optimize ath_tx_findrix: there's no need to walk the rates table assam2009-05-071-20/+18
* o cleanup checks for which vap combinations are permitted and what tosam2009-05-061-20/+32
* add support for the Beacon Not Ready (BNR) interruptsam2009-05-063-2/+14
* Use the good hints for the NSLU, it should fix the network adapter.cognet2009-05-061-6/+6
* fix grammar...jmg2009-05-061-1/+1
* - Split up the BIO queue into a queue for new and one for completed requests.lulf2009-05-065-86/+98
* - Fix a case where a RAID5 volume would think that it is supposed to grow a newlulf2009-05-061-2/+1
* - Check if any plexes are doing internal maintenance before removing them.lulf2009-05-061-0/+7
* - Add forgotten KASSERT.lulf2009-05-061-0/+1
* - Fix a bug where the bio_data field of the wrong BIO is freed if an errorlulf2009-05-061-1/+1
* - GV_BIO_RETRY is not used, and it is actually impossible with more than 8lulf2009-05-061-1/+0
* - Split the queue mutex into one for the event queue and one for the BIO queue,lulf2009-05-065-39/+60
OpenPOWER on IntegriCloud