summaryrefslogtreecommitdiff
path: root/sys/arch/sparc
AgeCommit message (Expand)Author
2004-08-08do not reset the chip (and subsequently the phy) when unnecessary; that is,Brad Smith
2004-08-06rename sparc kill_user_windows() to pmap_unuse_final(). provide empty stubsTheo de Raadt
2004-08-06provide md USPACE_ALIGN zero on all but mips; deradat@ pefo@ okMichael Shalayeff
2004-07-26Remove orphaned prototypes.Miod Vallat
2004-07-13errno changes, lib major version bumps, and general flag dayMarco S Hyman
2004-07-06only pull in a.out stuff if COMPAT_SUNOSTheo de Raadt
2004-06-20zx(4) support for sparc64, tested on an Ultra 2.Miod Vallat
2004-06-13debranch SMP, have funNiklas Hallqvist
2004-06-08No need to update runtime in cpu_switch. It's updated in mi_switch justArtur Grabowski
2004-05-30knfTheo de Raadt
2004-05-23Three years ago, Mike Frantzen invented StackGhost -- a simple tweakTheo de Raadt
2004-05-20Properly flush instruction cache for ptrace(PT_WRTIE_{DI}, ...) on powerpcMark Kettenis
2004-05-12if tctrl not there, still let this compile; miod okTheo de Raadt
2004-05-10When external power is not available, the tadpole video hardware getsMiod Vallat
2004-05-09Add option ISP_COMPILE_1000_FW, as done in GENERIC; recommended by mjacob@.Miod Vallat
2004-05-09Replace the event queue with a bit mask of slots needing attention, asMiod Vallat
2004-05-08In pmap_enu*(), be sure to splx() on low memory conditions.Miod Vallat
2004-05-04Remove useless ``elm'' argument from the SIMPLEQ_REMOVE_HEAD macro.Alexander Yurchenko
2004-04-19remove the GATEWAY junk thingy; at the same time, select a new fatTheo de Raadt
2004-04-12removeable -> removable;Jason McIntyre
2004-04-08on RAMDISK kernels, do not compare / time against the system timeTheo de Raadt
2004-04-02remove pk from copyright, seen in netbsdTheo de Raadt
2004-03-17Make sure disklabels use at least DEV_BSIZE as their sector size.Miod Vallat
2004-03-12commented pcmcia stuffTheo de Raadt
2004-03-10Ensure that we obey a user's ddb> boot reboot command even if the systemTom Cosgrove
2004-03-09Real, inverted, cursor.Miod Vallat
2004-03-09TyposMiod Vallat
2004-03-02In process_set_pc() and process_set_regs(), disallow unaligned pc and npcMiod Vallat
2004-03-02Rework the card insertion/removal detection logic:Miod Vallat
2004-03-01Initialize the frame buffer when the PROM did not do this on our behalf.Miod Vallat
2004-03-01More readable DAC programming.Miod Vallat
2004-03-01rfx fits on the installation media.Miod Vallat
2004-03-01Define a wsdisplay type for rfx; ok deraadt@Miod Vallat
2004-02-29Enter rfx, driver for the SBus RasterFlex frame buffer family.Miod Vallat
2004-02-29More colormap games for 8-bit framebuffers to enjoy the inverted cursor too.Miod Vallat
2004-02-27TyposMiod Vallat
2004-02-20crank maxusers from 18 to 20Theo de Raadt
2004-02-19Kill <sys/clist.h> - nothing uses it since years.Miod Vallat
2004-02-15new arg to disk_unbusy, to record separate read/write statistics.Ted Unangst
2004-02-10Add the ptm device to pty(4). By opening /dev/ptm and using the PTMGETTodd C. Miller
2004-02-08restored & repaired wcookie support; kettenis@chello.nlTheo de Raadt
2004-02-01Trivial touches to compile with gcc 3.Miod Vallat
2004-01-27enable bpp for sun4m too; jason@ okMichael Shalayeff
2004-01-20do not put INET6 here, we want bsd.rd that fitsTheo de Raadt
2004-01-15instuction -> instructionMiod Vallat
2004-01-12typos from Jared Yanovich;Jason McIntyre
2004-01-04put INET6, rtsol, and ping6 onto media where it fits. install.sub changesTheo de Raadt
2004-01-03put an mi wrapper around stdarg.h/varargs.h. gcc3 moved stdarg/varargs macrosMarc Espie
2003-12-20Pass -Wformat.Miod Vallat
2003-12-18oops; pointed out by brunoTheo de Raadt