summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2006-11-14match other architectures: _spinlock_lock_t is not volatile itself, butTheo de Raadt
2006-11-12$OBJCOPY is not defined by sys.mk yetTheo de Raadt
2006-11-11Get rid of magic isa and eisa bus numbers in mpbios code. Pave the way forMark Kettenis
2006-11-11reloc.h is included via machine/reloc.h so it should be accessable here.Dale Rahn
2006-11-10relocations belong in reloc.hDale Rahn
2006-11-10Correct order of the bitfields of float and double. Fixes ldexp() (andOtto Moerbeek
2006-11-10Remove debug code.Miod Vallat
2006-11-10Remove unnecessary failure printf. That's what nonzero return codes are for.Miod Vallat
2006-11-10Avoid an unnecessary branch for byte-by-byte copyin() and copyout().Miod Vallat
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