| Commit message (Expand) | Author | Age | Files | Lines |
| * | Change the remainder of the drivers for DMA'ing devices enabled in the | Marius Strobl | 2007-01-21 | 15 | -40/+57 |
| * | Correct a logic bug in the previous change. | Marius Strobl | 2007-01-21 | 1 | -1/+1 |
| * | Use a printf-modifier which doesn't need a cast. | Alexander Leidinger | 2007-01-21 | 1 | -2/+2 |
| * | Decrease to WARNS=3. | Craig Rodrigues | 2007-01-20 | 1 | -1/+1 |
| * | Clean up compilation warnings. Set WARNS=6 in Makefile. | Craig Rodrigues | 2007-01-20 | 10 | -89/+35 |
| * | - Disable the long-term load balancer. I believe that steal_busy works | Jeff Roberson | 2007-01-20 | 1 | -1/+1 |
| * | Fix tinderbox build on amd64. | Alexander Leidinger | 2007-01-20 | 1 | -2/+2 |
| * | Quiet GCC4 warnings regarding the width of printf()-arguments not | Marius Strobl | 2007-01-20 | 1 | -2/+3 |
| * | The multicast hash table has 8 slots in the BCE hardware, not 4 slots like | Scott Long | 2007-01-20 | 1 | -4/+4 |
| * | - We do need to IPI the idlethread on some systems. It may be stuck in | Jeff Roberson | 2007-01-20 | 1 | -7/+1 |
| * | MFp4 (113077, 113083, 113103, 113124, 113097): | Alexander Leidinger | 2007-01-20 | 3 | -17/+83 |
| * | Add macros for the individual divisor bits as some MC146818A-compatible | Marius Strobl | 2007-01-20 | 1 | -4/+7 |
| * | Remove BUS_DMA_WAITOK from bus_dma_tag_create() invocations as it's | Marius Strobl | 2007-01-20 | 4 | -7/+7 |
| * | - Use bus_get_dma_tag() to obtain the parent DMA tag so dma(4) will | Marius Strobl | 2007-01-20 | 1 | -6/+6 |
| * | Fix build. chkdquot() should not return anything. | Xin LI | 2007-01-20 | 1 | -1/+1 |
| * | - For the sake of completeness mention back-end support for the ILACC | Marius Strobl | 2007-01-20 | 1 | -29/+57 |
| * | Add front-ends for the 'lebuffer' variants found on some SBus cards. | Marius Strobl | 2007-01-20 | 4 | -2/+714 |
| * | Quota system cleanup. | Mike Pritchard | 2007-01-20 | 1 | -29/+137 |
| * | Quota system cleanup. | Mike Pritchard | 2007-01-20 | 4 | -30/+41 |
| * | Ooops, fix the ratelimit. | Alexander Leidinger | 2007-01-20 | 1 | -1/+3 |
| * | Convert a KASSERT into a runtime warning (rate limited) + failsafe fallback. | Alexander Leidinger | 2007-01-20 | 1 | -4/+12 |
| * | For setting the port PCnet chips must be powered down or stopped and | Marius Strobl | 2007-01-20 | 1 | -7/+15 |
| * | Use bus_get_dma_tag() to obtain the parent DMA tag so le(4) works on | Marius Strobl | 2007-01-20 | 3 | -3/+3 |
| * | - In tdq_transfer() always set NEEDRESCHED when necessary regardless of | Jeff Roberson | 2007-01-20 | 1 | -15/+25 |
| * | Send not only Access Request, but also Access Challenge with defined | Pawel Jakub Dawidek | 2007-01-20 | 1 | -5/+7 |
| * | Add instructions for future update. | Rong-En Fan | 2007-01-20 | 2 | -0/+62 |
| * | o Remove duplicate includes. | Maxim Konovalov | 2007-01-20 | 7 | -7/+0 |
| * | Retire old ncurses build glue | Rong-En Fan | 2007-01-20 | 7 | -1248/+0 |
| * | Switch to new ncurses build glue | Rong-En Fan | 2007-01-20 | 2 | -8/+8 |
| * | Introduce new ncurses build glues which are part of ncurses 5.6 update. | Rong-En Fan | 2007-01-20 | 9 | -622/+1082 |
| * | Force commit to note the following repocopies: | Rong-En Fan | 2007-01-20 | 0 | -0/+0 |
| * | - Resolve conflicts | Rong-En Fan | 2007-01-20 | 68 | -23851/+537 |
| * | Grumble- let a linux-ism slip in and had an llx which | Matt Jacob | 2007-01-20 | 1 | -9/+12 |
| * | This commit was generated by cvs2svn to compensate for changes in r166124, | Rong-En Fan | 2007-01-20 | 483 | -31392/+67999 |
| |\ |
|
| | * | Import ncurses 5.6-20061217 onto the vender branch | Rong-En Fan | 2007-01-20 | 486 | -31817/+68536 |
| * | | Add the following knobs for quotas if they are enabled: | Mike Pritchard | 2007-01-20 | 2 | -3/+6 |
| * | | MFP4: Move default setting to the end of isp_reset instead of the | Matt Jacob | 2007-01-20 | 7 | -93/+138 |
| * | | Add a section about RSTP support. | Andrew Thompson | 2007-01-20 | 1 | -17/+33 |
| * | | - Display the media instance numbers and allow the user to set the active | Marius Strobl | 2007-01-20 | 2 | -3/+32 |
| * | | - In miibus_attach() remove IFM_IMASK from the dontcare_mask of the | Marius Strobl | 2007-01-20 | 1 | -2/+17 |
| * | | - Don't set MIIF_NOISOLATE so ukphy(4) can be used in configurations with | Marius Strobl | 2007-01-20 | 1 | -3/+1 |
| * | | - Change the PCI-X registers constants to be relative to the PCI-X PCI | John Baldwin | 2007-01-19 | 3 | -22/+88 |
| * | | Major revamp of ULE's cpu load balancing: | Jeff Roberson | 2007-01-19 | 1 | -237/+290 |
| * | | Add a reference too pthread_cancel(3). | Olivier Houchard | 2007-01-19 | 1 | -0/+1 |
| * | | Remove remnants from the sparc64 origin of this file and which are | Marius Strobl | 2007-01-19 | 1 | -5/+0 |
| * | | Convert the remainder of the low hanging fruits regarding including | Marius Strobl | 2007-01-19 | 24 | -139/+141 |
| * | | Cope gracefully with device_get_children returning an error. | Warner Losh | 2007-01-19 | 1 | -2/+5 |
| * | | Make DK-HOSTMASTER show contact info for .dk domains. | Poul-Henning Kamp | 2007-01-19 | 1 | -0/+2 |
| * | | On FreeBSD/arm, any value > 50 bits will result in a rediculously huge | Warner Losh | 2007-01-19 | 1 | -2/+2 |
| * | | Use eaccess() instead of access() for the type builtin, like we do for the | Stefan Farfeleder | 2007-01-18 | 1 | -1/+1 |