summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2006-11-10Fetch syscall arguments beyond r9 with copyin() from the userland stack,Miod Vallat
2006-11-10Enforce correct userspace bounds in copy{in,out}str().Miod Vallat
2006-11-10Will be needed at some point.Dale Rahn
2006-11-09add a solid compliment of usb devicesTheo de Raadt
2006-11-09tweaks;Jason McIntyre
2006-11-09landisk has no DCD line, so we must force TS_CARR_ON. This is a gruesomeTheo de Raadt
2006-11-09no newline at end of cpu_modelTheo de Raadt
2006-11-08Implement interrupt counters (better)Dale Rahn
2006-11-08OBJCOPY should default to objcopy.Dale Rahn
2006-11-08fix LINKSTheo de Raadt
2006-11-08this is actually a primary bootblock (xxboot) not a secondary bootblockTheo de Raadt
2006-11-08fix sigmask handling bug that caused SIGCHLD to be almost alwaysOtto Moerbeek
2006-11-07Add xmphy(4) here too.Mark Kettenis
2006-11-07Add xmphy(4).Mark Kettenis
2006-11-07remove wdc debugDale Rahn
2006-11-07Timecounters for amd64. Diff by art@, tested by many. ok deraadt@Otto Moerbeek
2006-11-06Oops, bootblocks need this.Miod Vallat
2006-11-06Let CISCoholic memset() do not behave as bzero for a length over 64KB.Miod Vallat
2006-11-06Sync the VS2000 (and some VS3100) MFM controller driver with NetBSD, andMiod Vallat
2006-11-06root on wd0a for now.Miod Vallat
2006-11-06Don't ask for root device if boot device is not known but root configurationMiod Vallat
2006-11-06No bootinfo stuff. We'll use something different to pass device informationMiod Vallat
2006-11-06Root device machinery. Boot device is still not known yet.Miod Vallat
2006-11-06add gem and gentbi; why notTheo de Raadt
2006-11-05Use TF_SPC instead of hardcoding its value.Miod Vallat
2006-11-05Correctly release resources in intc_free_ih().Miod Vallat
2006-11-05Fix a couple of comments.Miod Vallat
2006-11-05Some basic fpu trap handling.Miod Vallat
2006-11-05Add deduced power state table for 1.00 GHz VIA Eden 90nm 'Esther'.Dimitry Andric
2006-11-05Do not enable hardware cursor in the Brooktree DAC on the 8bpp model as wellMiod Vallat
2006-11-05Wait two seconds after reset before probing devices, lets RX23 get detectedMiod Vallat
2006-11-05define the bit that sh4 uses for FPU disable.Dale Rahn
2006-11-04make compile w/ debugMichael Shalayeff
2006-11-04make stack trace look as other flavoured stack traces look likeMichael Shalayeff
2006-11-03cleanup some devicesMichael Shalayeff
2006-11-03add scifMichael Shalayeff
2006-11-03need an entry for scifMichael Shalayeff
2006-11-03Return address is way too useful to not print here.Dale Rahn
2006-11-03For now use 3 pages like netbsd, allows the kernel to get _MUCH_ farther.Dale Rahn
2006-11-03must steal pages from the end of the physsegMichael Shalayeff
2006-11-03mdproc has to be initialisedMichael Shalayeff
2006-11-03step and stuff works in ddb now tooMichael Shalayeff
2006-11-02Remove unused code and move the knowledge of struct switchframe to a singleMiod Vallat
2006-11-02proper brkpt detection so continue does restart properMichael Shalayeff
2006-11-02enable vic(4) now that it works.David Gwynne
2006-11-01German LK-[24]01 keyboard layout;Miod Vallat
2006-10-31Do not map obio mappings twice.Miod Vallat
2006-10-31Mention that cdboot won't find boot.conf if you create the CDTom Cosgrove
2006-10-30install boot.conf as a section 5 page, not section 8;Jason McIntyre
2006-10-30Now the primary CPU starts the CMMUs which tied to the secondary CPUs.Kenji Aoyama