| Commit message (Expand) | Author | Age | Files | Lines |
* | Oops, pc98 is independent of i386 for clock.c and machdep.c but not | bde | 2007-01-23 | 3 | -25/+24 |
* | - Remove setrunqueue and replace it with direct calls to sched_add(). | jeff | 2007-01-23 | 18 | -208/+166 |
* | - Allow the schedulers to IPI_PREEMPT idlethread. This puts the decision | jeff | 2007-01-23 | 2 | -18/+12 |
* | Cleaned up declaration and initialization of clock_lock. It is only | bde | 2007-01-23 | 7 | -43/+46 |
* | Add missing function trace for debug prints. | njl | 2007-01-23 | 1 | -0/+2 |
* | Merge mount_nfs4.c and mount_nfs.c into one program. | rodrigc | 2007-01-23 | 2 | -7/+248 |
* | When exiting vfs_export(), delete the "export" option from | rodrigc | 2007-01-23 | 1 | -11/+31 |
* | Remove a PCI ID entry that conflicts with the AMR driver. | scottl | 2007-01-23 | 1 | -1/+0 |
* | Use fseeko to seek in the file, instead of fseek to prevent seek | mpp | 2007-01-23 | 1 | -2/+2 |
* | Make sure that unknown uids/gids that now have non-zero usage and | mpp | 2007-01-23 | 1 | -7/+24 |
* | It seems that enabling Tx and Rx before setting descriptor DMA | yongari | 2007-01-23 | 1 | -15/+17 |
* | Clean up some of the various platform and release specific dma tag | mjacob | 2007-01-23 | 3 | -47/+36 |
* | Expand the MSI/MSI-X API to address some deficiencies in the MSI-X support. | jhb | 2007-01-22 | 19 | -27/+281 |
* | Unbreak writes of 0 bytes. Zero byte writes happen when only ancillary | andre | 2007-01-22 | 2 | -2/+15 |
* | Document the existence of the TCP_INFO socket option. | bms | 2007-01-22 | 1 | -1/+24 |
* | Actually fully emulate NetBSD and print the media instance number | marius | 2007-01-22 | 1 | -2/+3 |
* | Docuemnt exactly which functions access which NSS databases. | bms | 2007-01-22 | 2 | -6/+58 |
* | Below is slightly edited description of the LOR by Tor Egge: | kib | 2007-01-22 | 2 | -5/+41 |
* | Add quirk for EasyMP3 EM732X usb 2.0 flash mp3 player. | imp | 2007-01-22 | 1 | -0/+8 |
* | Change the remainder of the drivers for DMA'ing devices enabled in the | marius | 2007-01-21 | 15 | -40/+57 |
* | Correct a logic bug in the previous change. | marius | 2007-01-21 | 1 | -1/+1 |
* | Use a printf-modifier which doesn't need a cast. | netchild | 2007-01-21 | 1 | -2/+2 |
* | Decrease to WARNS=3. | rodrigc | 2007-01-20 | 1 | -1/+1 |
* | Clean up compilation warnings. Set WARNS=6 in Makefile. | rodrigc | 2007-01-20 | 10 | -89/+35 |
* | - Disable the long-term load balancer. I believe that steal_busy works | jeff | 2007-01-20 | 1 | -1/+1 |
* | Fix tinderbox build on amd64. | netchild | 2007-01-20 | 1 | -2/+2 |
* | Quiet GCC4 warnings regarding the width of printf()-arguments not | marius | 2007-01-20 | 1 | -2/+3 |
* | The multicast hash table has 8 slots in the BCE hardware, not 4 slots like | scottl | 2007-01-20 | 1 | -4/+4 |
* | - We do need to IPI the idlethread on some systems. It may be stuck in | jeff | 2007-01-20 | 1 | -7/+1 |
* | MFp4 (113077, 113083, 113103, 113124, 113097): | netchild | 2007-01-20 | 3 | -17/+83 |
* | Add macros for the individual divisor bits as some MC146818A-compatible | marius | 2007-01-20 | 1 | -4/+7 |
* | Remove BUS_DMA_WAITOK from bus_dma_tag_create() invocations as it's | marius | 2007-01-20 | 4 | -7/+7 |
* | - Use bus_get_dma_tag() to obtain the parent DMA tag so dma(4) will | marius | 2007-01-20 | 1 | -6/+6 |
* | Fix build. chkdquot() should not return anything. | delphij | 2007-01-20 | 1 | -1/+1 |
* | - For the sake of completeness mention back-end support for the ILACC | marius | 2007-01-20 | 1 | -29/+57 |
* | Add front-ends for the 'lebuffer' variants found on some SBus cards. | marius | 2007-01-20 | 4 | -2/+714 |
* | Quota system cleanup. | mpp | 2007-01-20 | 1 | -29/+137 |
* | Quota system cleanup. | mpp | 2007-01-20 | 4 | -30/+41 |
* | Ooops, fix the ratelimit. | netchild | 2007-01-20 | 1 | -1/+3 |
* | Convert a KASSERT into a runtime warning (rate limited) + failsafe fallback. | netchild | 2007-01-20 | 1 | -4/+12 |
* | For setting the port PCnet chips must be powered down or stopped and | marius | 2007-01-20 | 1 | -7/+15 |
* | Use bus_get_dma_tag() to obtain the parent DMA tag so le(4) works on | marius | 2007-01-20 | 3 | -3/+3 |
* | - In tdq_transfer() always set NEEDRESCHED when necessary regardless of | jeff | 2007-01-20 | 1 | -15/+25 |
* | Send not only Access Request, but also Access Challenge with defined | pjd | 2007-01-20 | 1 | -5/+7 |
* | Add instructions for future update. | rafan | 2007-01-20 | 2 | -0/+62 |
* | o Remove duplicate includes. | maxim | 2007-01-20 | 7 | -7/+0 |
* | Retire old ncurses build glue | rafan | 2007-01-20 | 7 | -1248/+0 |
* | Switch to new ncurses build glue | rafan | 2007-01-20 | 2 | -8/+8 |
* | Introduce new ncurses build glues which are part of ncurses 5.6 update. | rafan | 2007-01-20 | 9 | -626/+1086 |
* | Force commit to note the following repocopies: | rafan | 2007-01-20 | 0 | -0/+0 |