aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Change the remainder of the drivers for DMA'ing devices enabled in theMarius Strobl2007-01-2115-40/+57
* Correct a logic bug in the previous change.Marius Strobl2007-01-211-1/+1
* Use a printf-modifier which doesn't need a cast.Alexander Leidinger2007-01-211-2/+2
* Decrease to WARNS=3.Craig Rodrigues2007-01-201-1/+1
* Clean up compilation warnings. Set WARNS=6 in Makefile.Craig Rodrigues2007-01-2010-89/+35
* - Disable the long-term load balancer. I believe that steal_busy worksJeff Roberson2007-01-201-1/+1
* Fix tinderbox build on amd64.Alexander Leidinger2007-01-201-2/+2
* Quiet GCC4 warnings regarding the width of printf()-arguments notMarius Strobl2007-01-201-2/+3
* The multicast hash table has 8 slots in the BCE hardware, not 4 slots likeScott Long2007-01-201-4/+4
* - We do need to IPI the idlethread on some systems. It may be stuck inJeff Roberson2007-01-201-7/+1
* MFp4 (113077, 113083, 113103, 113124, 113097):Alexander Leidinger2007-01-203-17/+83
* Add macros for the individual divisor bits as some MC146818A-compatibleMarius Strobl2007-01-201-4/+7
* Remove BUS_DMA_WAITOK from bus_dma_tag_create() invocations as it'sMarius Strobl2007-01-204-7/+7
* - Use bus_get_dma_tag() to obtain the parent DMA tag so dma(4) willMarius Strobl2007-01-201-6/+6
* Fix build. chkdquot() should not return anything.Xin LI2007-01-201-1/+1
* - For the sake of completeness mention back-end support for the ILACCMarius Strobl2007-01-201-29/+57
* Add front-ends for the 'lebuffer' variants found on some SBus cards.Marius Strobl2007-01-204-2/+714
* Quota system cleanup.Mike Pritchard2007-01-201-29/+137
* Quota system cleanup.Mike Pritchard2007-01-204-30/+41
* Ooops, fix the ratelimit.Alexander Leidinger2007-01-201-1/+3
* Convert a KASSERT into a runtime warning (rate limited) + failsafe fallback.Alexander Leidinger2007-01-201-4/+12
* For setting the port PCnet chips must be powered down or stopped andMarius Strobl2007-01-201-7/+15
* Use bus_get_dma_tag() to obtain the parent DMA tag so le(4) works onMarius Strobl2007-01-203-3/+3
* - In tdq_transfer() always set NEEDRESCHED when necessary regardless ofJeff Roberson2007-01-201-15/+25
* Send not only Access Request, but also Access Challenge with definedPawel Jakub Dawidek2007-01-201-5/+7
* Add instructions for future update.Rong-En Fan2007-01-202-0/+62
* o Remove duplicate includes.Maxim Konovalov2007-01-207-7/+0
* Retire old ncurses build glueRong-En Fan2007-01-207-1248/+0
* Switch to new ncurses build glueRong-En Fan2007-01-202-8/+8
* Introduce new ncurses build glues which are part of ncurses 5.6 update.Rong-En Fan2007-01-209-622/+1082
* Force commit to note the following repocopies:Rong-En Fan2007-01-200-0/+0
* - Resolve conflictsRong-En Fan2007-01-2068-23851/+537
* Grumble- let a linux-ism slip in and had an llx whichMatt Jacob2007-01-201-9/+12
* This commit was generated by cvs2svn to compensate for changes in r166124,Rong-En Fan2007-01-20483-31392/+67999
|\
| * Import ncurses 5.6-20061217 onto the vender branchRong-En Fan2007-01-20486-31817/+68536
* | Add the following knobs for quotas if they are enabled:Mike Pritchard2007-01-202-3/+6
* | MFP4: Move default setting to the end of isp_reset instead of theMatt Jacob2007-01-207-93/+138
* | Add a section about RSTP support.Andrew Thompson2007-01-201-17/+33
* | - Display the media instance numbers and allow the user to set the activeMarius Strobl2007-01-202-3/+32
* | - In miibus_attach() remove IFM_IMASK from the dontcare_mask of theMarius Strobl2007-01-201-2/+17
* | - Don't set MIIF_NOISOLATE so ukphy(4) can be used in configurations withMarius Strobl2007-01-201-3/+1
* | - Change the PCI-X registers constants to be relative to the PCI-X PCIJohn Baldwin2007-01-193-22/+88
* | Major revamp of ULE's cpu load balancing:Jeff Roberson2007-01-191-237/+290
* | Add a reference too pthread_cancel(3).Olivier Houchard2007-01-191-0/+1
* | Remove remnants from the sparc64 origin of this file and which areMarius Strobl2007-01-191-5/+0
* | Convert the remainder of the low hanging fruits regarding includingMarius Strobl2007-01-1924-139/+141
* | Cope gracefully with device_get_children returning an error.Warner Losh2007-01-191-2/+5
* | Make DK-HOSTMASTER show contact info for .dk domains.Poul-Henning Kamp2007-01-191-0/+2
* | On FreeBSD/arm, any value > 50 bits will result in a rediculously hugeWarner Losh2007-01-191-2/+2
* | Use eaccess() instead of access() for the type builtin, like we do for theStefan Farfeleder2007-01-181-1/+1