summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64
AgeCommit message (Expand)Author
2006-01-09Remove completely obsolete comment from the pre-wscons sparc days inMiod Vallat
2006-01-08Expose struct sigcontext, struct sigstat and struct sigaltstack for XPG4.2Todd C. Miller
2006-01-06Don't redefine SIZE_MAXTodd C. Miller
2006-01-06Don't add the same function twice when ordering the functions of a PCI device.Mark Kettenis
2006-01-06Adapt things to use __type_t instead of _BSD_TYPE_T_Todd C. Miller
2006-01-06Merge machine/ansi.h and machine/types.h into machine/_types.h andTodd C. Miller
2006-01-03Try to prevent red stating the machine on a misaligned user space stack byMark Kettenis
2006-01-02Remove orphaned cpu_exec_aout_makecmds() since we don't _KERN_DO_AOUT.Miod Vallat
2006-01-02do i2c initialization using ofw data instead of scanning; ok kettenisTheo de Raadt
2005-12-31Make PT_SETFPREGS work even if the process didn't use the fpu yet.Mark Kettenis
2005-12-30Remove unused COMPAT_NETBSD32 block and get rid of register{32,64}_tTodd C. Miller
2005-12-30Now that errno.h and sys/errno.h are separate header files there is noTodd C. Miller
2005-12-28Remove dead cruft.Miod Vallat
2005-12-27enable some i2c bus drivers (piixpm(4), alipm(4), ichiic(4)) as neededTheo de Raadt
2005-12-27Remove unused sw_nblks field of struct swdevt. Then, remove swapconf()Miod Vallat
2005-12-25Ensure child_return() leaves registers the same way a successfull systemMiod Vallat
2005-12-22Set correct partition offset to 0 when initializing RAW_PART.Kenneth R Westerback
2005-12-20using the right ebus bus space makes this beep againMartin Reindl
2005-12-18Don't include cdefs.h if _LOCORE is defined and hide some more definesTodd C. Miller
2005-12-17Fix PT_{GET|SET}FPREGS. Make sure we flush the fpu before reading/modifyingMark Kettenis
2005-12-16Compile out process_sstep() as we don't define PT_STEP, thus nothing usesMiod Vallat
2005-12-14convert _FOO_SOURCE -> __FOO_VISIBLE in machine. OK deraadt@Todd C. Miller
2005-12-13First step in include files overhaul. Use __FOO_VISIBLE (as definedTodd C. Miller
2005-12-12Nuke unused pmap_from_phys_address().Miod Vallat
2005-11-24Remove unnecessary cast in an atop() construct.Miod Vallat
2005-11-24add lint-specific hacks. at the same time, clean out a lot of ancientTheo de Raadt
2005-11-15add ixgb(4) though commented out for now.Brad Smith
2005-11-14add de and pcnBrad Smith
2005-11-11Remove machdep.booted_kernel sysctl of questionable usefulness.Miod Vallat
2005-11-11Enable or disable keyclick on attach, based upon the PROM keyboard-click?Miod Vallat
2005-11-11Simplify a computation in a can't happen diagnostic message.Miod Vallat
2005-11-05add or enable lmc(4)Brad Smith
2005-10-24Mach-macro freeMartin Reindl
2005-10-10add ti(4), commented out sk(4) and some PHYBrad Smith
2005-10-06match isp as a PCI device called "SUNW,isptwo".Brad Smith
2005-09-21isbad() is only used on SMD disks on sparc; remove it on other platforms.Miod Vallat
2005-09-15Change child_return() to record a proper ktrace record for vfork childMiod Vallat
2005-09-12Change the NKMEMPAGES range to 4-64MB for 32bit arches, and 8-128MB for 64bitMiod Vallat
2005-09-08make comments match the fact that we are on sun4u, plus minor cleanupMartin Reindl
2005-09-04remove unused NetBSD pci_intr_evcnt() function.Brad Smith
2005-08-09apparently some ultra machines do need this, work by miod; testing my uweTheo de Raadt
2005-08-08Skip (trap) instruction in cpu_fork() instead of proc_trampoline().Mark Kettenis
2005-08-06We do not need a char machine_arch[] constant.Miod Vallat
2005-08-03enable safte and ses on all archs that appear to have real scsi bussesDavid Gwynne
2005-08-01I'm Positive these are Type-O.Miod Vallat
2005-08-01spacing; ok deraadt@David Krause
2005-07-31Get rid of unused SINCR and SSIZE constants.Miod Vallat
2005-07-31remove the config glue between the /dev entry for ses and its driverDavid Gwynne
2005-07-30Don't do nothing -> Don't do anythingBrad Smith
2005-07-27Back out 1.16. There are cases where we can recover from OF_mapintrArtur Grabowski