Age | Commit message (Expand) | Author |
2006-11-08 | OBJCOPY should default to objcopy. | Dale Rahn |
2006-11-08 | fix LINKS | Theo de Raadt |
2006-11-08 | this is actually a primary bootblock (xxboot) not a secondary bootblock | Theo de Raadt |
2006-11-08 | fix sigmask handling bug that caused SIGCHLD to be almost always | Otto Moerbeek |
2006-11-07 | Add xmphy(4) here too. | Mark Kettenis |
2006-11-07 | Add xmphy(4). | Mark Kettenis |
2006-11-07 | remove wdc debug | Dale Rahn |
2006-11-07 | Timecounters for amd64. Diff by art@, tested by many. ok deraadt@ | Otto Moerbeek |
2006-11-06 | Oops, bootblocks need this. | Miod Vallat |
2006-11-06 | Let CISCoholic memset() do not behave as bzero for a length over 64KB. | Miod Vallat |
2006-11-06 | Sync the VS2000 (and some VS3100) MFM controller driver with NetBSD, and | Miod Vallat |
2006-11-06 | root on wd0a for now. | Miod Vallat |
2006-11-06 | Don't ask for root device if boot device is not known but root configuration | Miod Vallat |
2006-11-06 | No bootinfo stuff. We'll use something different to pass device information | Miod Vallat |
2006-11-06 | Root device machinery. Boot device is still not known yet. | Miod Vallat |
2006-11-06 | add gem and gentbi; why not | Theo de Raadt |
2006-11-05 | Use TF_SPC instead of hardcoding its value. | Miod Vallat |
2006-11-05 | Correctly release resources in intc_free_ih(). | Miod Vallat |
2006-11-05 | Fix a couple of comments. | Miod Vallat |
2006-11-05 | Some basic fpu trap handling. | Miod Vallat |
2006-11-05 | Add deduced power state table for 1.00 GHz VIA Eden 90nm 'Esther'. | Dimitry Andric |
2006-11-05 | Do not enable hardware cursor in the Brooktree DAC on the 8bpp model as well | Miod Vallat |
2006-11-05 | Wait two seconds after reset before probing devices, lets RX23 get detected | Miod Vallat |
2006-11-05 | define the bit that sh4 uses for FPU disable. | Dale Rahn |
2006-11-04 | make compile w/ debug | Michael Shalayeff |
2006-11-04 | make stack trace look as other flavoured stack traces look like | Michael Shalayeff |
2006-11-03 | cleanup some devices | Michael Shalayeff |
2006-11-03 | add scif | Michael Shalayeff |
2006-11-03 | need an entry for scif | Michael Shalayeff |
2006-11-03 | Return address is way too useful to not print here. | Dale Rahn |
2006-11-03 | For now use 3 pages like netbsd, allows the kernel to get _MUCH_ farther. | Dale Rahn |
2006-11-03 | must steal pages from the end of the physseg | Michael Shalayeff |
2006-11-03 | mdproc has to be initialised | Michael Shalayeff |
2006-11-03 | step and stuff works in ddb now too | Michael Shalayeff |
2006-11-02 | Remove unused code and move the knowledge of struct switchframe to a single | Miod Vallat |
2006-11-02 | proper brkpt detection so continue does restart proper | Michael Shalayeff |
2006-11-02 | enable vic(4) now that it works. | David Gwynne |
2006-11-01 | German LK-[24]01 keyboard layout; | Miod Vallat |
2006-10-31 | Do not map obio mappings twice. | Miod Vallat |
2006-10-31 | Mention that cdboot won't find boot.conf if you create the CD | Tom Cosgrove |
2006-10-30 | install boot.conf as a section 5 page, not section 8; | Jason McIntyre |
2006-10-30 | Now the primary CPU starts the CMMUs which tied to the secondary CPUs. | Kenji Aoyama |
2006-10-30 | Changed CMMU probing method. On the luna88k, badaddr() returns 'good' | Kenji Aoyama |
2006-10-29 | Fix Bt458 programming; screen burner now works on 8bpp flavour. | Miod Vallat |
2006-10-29 | The default for swap should be partition 'b' on the same unit as root is, | Mark Kettenis |
2006-10-29 | The default for swap should be partition 'b' on the same unit as root is, | Mark Kettenis |
2006-10-29 | These printfs appear unnecessary now that the cache is disabled. | Dale Rahn |
2006-10-29 | Disable cache before jumping into the kernel, makes bootloader more reliable. | Dale Rahn |
2006-10-29 | Don't need to 'goto done;' when 'done:' is the next line. | Kenneth R Westerback |
2006-10-29 | Remove redundant if (msg) {} block around invocations of | Kenneth R Westerback |