summaryrefslogtreecommitdiff
path: root/sys/arch/sparc/include
AgeCommit message (Expand)Author
1999-02-07implement sparc atomic lock with LDSTUBDavid Leonard
1999-02-01driver for the 8 serial 1 parallel SUNW,spif board:Jason Wright
1999-01-10Generalize cpu_set_kpc to take any kind of arg; mostly from NetBSDNiklas Hallqvist
1999-01-08move spinlock.h into the real worldDavid Leonard
1999-01-08make uint*_t line up nicely and add a few $OpenBSD$ tags that were missingTodd C. Miller
1999-01-07move uint*_t to machine/types.hTodd C. Miller
1998-12-29first cut at a bpp driver; mailed to me by downsj eons agoTheo de Raadt
1998-11-20marc did not test this completelyTheo de Raadt
1998-11-20make _MCOUNT_DECL non-static so the compiler doesn't bitch andMarco S Hyman
1998-08-24Add support for /dev/ksyms to arch-specific filesTodd C. Miller
1998-08-23crank max data size from 64 to 128 megMarco S Hyman
1998-08-18Add sparc_btop and sparc_ptob for consistency with other portsTodd C. Miller
1998-06-27functions go under #ifdef _KERNEL for X; thanks matthieu for the pointer!Todd T. Fries
1998-05-20magma serial driver; plunky@skate.demon.co.ukTheo de Raadt
1998-03-22Add UID_MAX and GID_MAXTodd C. Miller
1997-12-25do not break the bootblocksTheo de Raadt
1997-12-21ifdef some definitions of NBPG that use kernel variables, when theAngelos D. Keromytis
1997-11-11make tty col/row size be unsignedNiklas Hallqvist
1997-11-09New endian.h design. All architectures now use a common file for the bulkNiklas Hallqvist
1997-11-07simple_lock api changed slightlyTheo de Raadt
1997-09-17Double default NMBCLUSTERS settings.Jason Downs
1997-09-17NETBSD_CURRENT_970916. Lot's just ID changes, since changes don't apply toJason Downs
1997-08-25Implement LED blinking as a run-time configurable option via the sysctlJason Downs
1997-08-08Mostly sync to NetBSD-current 970804.Jason Downs
1997-08-01proto __flt_rounds correctlyTheo de Raadt
1997-07-24multiple inclusion protection; brenner@umr.eduTheo de Raadt
1997-07-07Too many things include <machine/ansi.h> w/o <sys/types.h> soTodd C. Miller
1997-07-05Make _BSD_TIME_T_ int32_t on all platforms. You can't writeTodd C. Miller
1997-07-01gestures in the direction of TurboSpPARC compatibilitygrr
1997-06-25Sigh, Revert changes to endian.h - it was all confusion due to incorrectgrr
1997-06-24The HTONS class of macros are defined as HTONS(x) <- (void) (x), whichgrr
1997-06-24New floppy and auxreg drivers, from NetBSD. fd.c has many changes preserved,Jason Downs
1997-06-12sparc/pmap.cgrr
1997-06-11import netbsd kcore.h so that sparc can use libkvm vs. libkvm.oldgrr
1997-06-04Bump MAXTSIZ to 16MB (makes latest netscape communicator work)Niklas Hallqvist
1997-05-06add ipl devicekstailey
1997-04-20Add new clock related types; from NetBSDThorsten Lockert
1997-04-04Define in_addr_t and in_port_t everywhere but use u_intXX_t forTodd C. Miller
1997-04-02add SVR4_T_* flags; might be wrong for sparcTheo de Raadt
1997-02-01trapsignal/sendsig type/sigval changesTheo de Raadt
1997-01-27add another parameter to trapsignal() and sendsig() -- fault addr to beTheo de Raadt
1996-12-23use _{NLIST,KERN}_DO_{AOUT,ELF,ECOFF} to select binary typesTheo de Raadt
1996-12-11SUNXPART always; also one case of MAXPARTITIONS not being thereTheo de Raadt
1996-12-11MCLSHIFT=11, and calc MCLBYTES in such terms. found by pefoTheo de Raadt
1996-11-25htons et al. works on explicit 16- and 32-bit quantities and not theNiklas Hallqvist
1996-11-11Updates for SCSI scanner and SCSI unknown devices.kstailey
1996-09-12Add 16 partition support to the SPARC. From NetBSD PR#2675, by der Mouse,Jason Downs
1996-09-06random declTheo de Raadt
1996-08-16fix for sun4 netbsd mergesccappuc
1996-08-13Revert back to Theo's eeprom.h.Jason Downs