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