summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Dont accidentally remove a filesocket which is still in use. This givesremko2008-01-161-6/+9
* Bump manpage date for rev 1.27keramida2008-01-161-1/+1
* Document that loader(8) stops reading `loader.conf' when itkeramida2008-01-161-0/+10
* remove superfluous debug printfskmacy2008-01-162-8/+1
* Remove duplicate cpufreq levels, i.e. ones that are within 25 Mhz of eachnjl2008-01-161-0/+11
* Fix mbuf leak caused by freeing packet zone clusters but not their associated...kmacy2008-01-163-29/+45
* put tx queue size back to 1024kmacy2008-01-161-4/+0
* Optimize this a bit better.das2008-01-151-13/+18
* Use '%zd' to print PIO_LEN since it involves a size_t (via sizeof()) tojhb2008-01-152-2/+2
* Don't cache the new-bus name of a PCI device in the PCI conf structure,jhb2008-01-151-1/+4
* Add optional support to mxge for MSI-X interrupts and multiple receivegallatin2008-01-1512-516/+31667
* WITHOUT_FORTRAN was removed some time ago. Regen src.conf.5.brueffer2008-01-152-10/+1
* Hide common prints under bootverbose.sobomax2008-01-151-2/+4
* Remove some now-unused macros.jhb2008-01-151-3/+1
* Fix a few minor issues based on a bug report and reading over the HPETjhb2008-01-151-3/+45
* Make test00 compilable again.sobomax2008-01-152-1/+3
* Handle Zip archives that are "multi-part archives with onlykientzle2008-01-151-1/+19
* Put back the openpty(3) and ptsname(3) fixes but don't disable ptsname(3)jhb2008-01-152-101/+34
* Fix accidental swap of "const" for "static" in mxge firmware byte arraysgallatin2008-01-152-6/+6
* Back out last commit, since it accidentally broke pts.cperciva2008-01-152-40/+103
* Update to firmware version 1.4.29 from 1.4.25. Relevant changes include:gallatin2008-01-152-25570/+26369
* - When executing the 'tryself' branch in sched_pickcpu() look at thejeff2008-01-151-4/+5
* - Simplify mb_free_ext_fastkmacy2008-01-155-40/+91
* Fix some bugs in wall(1):das2008-01-151-6/+13
* In getttyent(3), if /etc/ttys doesn't end in a newline, don'tdas2008-01-151-1/+1
* Quotacheck may possibly skip quota accounting for up to 2 filesmpp2008-01-151-3/+14
* Support uppercase hex digits in cpio archives.kientzle2008-01-151-3/+5
* Protect arg in macro M_ASSERTPKTHDR.yongari2008-01-151-1/+1
* Fix build.yongari2008-01-151-1/+1
* - move WR_LEN in to cxgb_adapter.h add PIO_LEN to make intent clearerkmacy2008-01-156-249/+191
* remove superfluous locking from dequeuekmacy2008-01-151-2/+0
* Overhaul re(4).yongari2008-01-152-383/+521
* Update the manpage for openpty(3) to account for the recent fixes.jhb2008-01-141-18/+14
* Fix issues which allow snooping on ptys. [08:01]cperciva2008-01-143-105/+42
* Update the KVA_PAGES comments for the effect that PAE has on it. Itpeter2008-01-141-0/+2
* Add a CTASSERT that KERNBASE is valid. This is usually messed up by anpeter2008-01-141-0/+7
* Make pmap_is_prefaultable() more TLB friendly. Specifically, make it usealc2008-01-141-1/+1
* Changing 'r' to a size_t in the previous commit turned quicksortdas2008-01-141-4/+5
* - Assert that immpkt is not setkmacy2008-01-141-2/+4
* Implement WOL capability.yongari2008-01-142-11/+54
* Increment major version to mark the ABI change between RELENG_7 and -HEAD.jkoshy2008-01-141-1/+1
* - Add more extensive sanity checkskmacy2008-01-141-15/+22
* Make back pressure visible more quickly, particularly now that we maintain a ...kmacy2008-01-141-1/+1
* Add extensive sanity checking to buf_ringkmacy2008-01-141-7/+50
* Tests for lrintl() and llrintl(). I didn't add anything speciallydas2008-01-141-5/+22
* Implement rintl(), nearbyintl(), lrintl(), and llrintl().das2008-01-1418-35/+383
* Add cxgb_multiq.c to the cxgb build for static linkingkmacy2008-01-141-0/+1
* Since the tar bidder can never get called more than once, itkientzle2008-01-132-23/+59
* * Remove KTR_CPUMASK, it is not correct to set thiskris2008-01-131-2/+3
* Convert over to using the multiqueue infrastructure although all calls goingkmacy2008-01-133-208/+94
OpenPOWER on IntegriCloud