summaryrefslogtreecommitdiff
path: root/sys/arch/sparc
AgeCommit message (Expand)Author
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
2003-12-17attempt to power down voyager (untested); miod okTheo de Raadt
2003-12-17remove unneeded bits introduced in previous commitTodd C. Miller
2003-12-17Simply include the main libz Makefile instead of trying to roll our own.Todd C. Miller
2003-11-20Add -fno-builtin-print -fno-builtin-log to i386/sparc/sparc64/hppa.Marc Espie
2003-11-14the the; rohee@Miod Vallat
2003-11-07adress -> address, and a few more; all from Jonathon Gray;Jason McIntyre
2003-11-06move netisr definition into md code to allow arch provide suitable allocation...Michael Shalayeff
2003-11-03spelling fixes (in the comments)David Krause
2003-10-05If attaching a wsdisplay console causes a font switch, do not update the PROMMiod Vallat
2003-10-03Merge tty_attach() in ttymalloc() and tty_detach() in ttyfree(). The need forMiod Vallat
2003-09-29avaliable -> availableMiod Vallat
2003-09-23Replace select backends with poll backends. selscan() and pollscan()Todd C. Miller
2003-08-25rename struct dinode to ufs1_dinode. clears the namespace and makesTed Unangst
2003-08-15change arguments to suser. suser now takes the process, and a flagsTed Unangst
2003-08-14partial proto repairsTheo de Raadt
2003-08-11better cleaningTheo de Raadt
2003-08-01The Vigra VS10-EK is recognized as a cgthree clone, but due to its utterlyMiod Vallat
2003-07-22Fix .depend generation for assym.h. Resolves PR 1154.Otto Moerbeek
2003-07-19don't specify the leading "/" in MANSUBDIR (otherwise "//" occurs)David Krause
2003-07-16sun disklabels need updating too. frag size -> 2048.Ted Unangst