summaryrefslogtreecommitdiff
path: root/sys/arch/sun3
AgeCommit message (Expand)Author
2000-07-14Enable interrupts after configuration phase.Miod Vallat
2000-07-14Use generic m68k code when possible ; do not enable interrupts atMiod Vallat
2000-07-14Remove unneeded definitionsMiod Vallat
2000-07-14Remove unneeded definitionMiod Vallat
2000-07-14Move splXXXX() stuff from <machine/param.h> to <machine/psl.h>, andMiod Vallat
2000-07-14Let config(8) know we can use 16 partitions per label nowMiod Vallat
2000-07-11since .cvsignore is there, .keep_me is not neededTheo de Raadt
2000-07-06Change splsoftclock() call to spllowersoftclock() to conform with otherHakan Olsson
2000-07-06Add spllowersoftclock(), same as splsoftclock(). (art@ ok)Hakan Olsson
2000-07-02Recognize and support 16 partition disklabels (taken from sparc port)Miod Vallat
2000-07-02Silence annoying warnings when using type 4 or 5 keyboards on sun3Miod Vallat
2000-06-29Enable UKCMiod Vallat
2000-06-23remove obsolete vtrace guts; art@Michael Shalayeff
2000-06-21Fix xd entry in chrtoblktblMiod Vallat
2000-06-19Upload memory ranges for NEW_NONCONTIG code, this one forgotten before 2.7Miod Vallat
2000-06-19Small, usable, and it even boots on 4Mb machinesMiod Vallat
2000-06-08Add explicit inclusions of signalvar.h to files actually using syms definedNiklas Hallqvist
2000-06-08&vm_pmap -> vm_map.pmapArtur Grabowski
2000-06-06include ksyms.h to have correct NKSYMS value (oops)Miod Vallat
2000-06-06Make si compile with non-DDB kernelsMiod Vallat
2000-06-05Changes to exit handling.Artur Grabowski
2000-05-26limit MI man page traversalTheo de Raadt
2000-05-26more portable manual pagesTheo de Raadt
2000-05-26Use ../../../conf/GENERIC for standard set of options; general cleanupMiod Vallat
2000-05-26Disable TCP 4.2 compatibility bugs by defaultMiod Vallat
2000-05-23KGDB is broken since a few decades, don't useMiod Vallat
2000-05-02<machine/vmparam.h> not welcomed hereMiod Vallat
2000-05-02Add $OpenBSD$Miod Vallat
2000-04-30Fix kernel msgbuf size and positionMiod Vallat
2000-04-30Fix kernel msgbuf buffer size and positionMiod Vallat
2000-04-30Prevent multi inclusionMiod Vallat
2000-04-30Add $OpenBSD$, update pseudo-device settingsMiod Vallat
2000-04-29Fixed a tyopMiod Vallat
2000-04-11Check usec for >= 1000000, not just > ; as msaitoh@NetBSD.orgPaul Janzen
2000-03-23New API for timeouts. Replaces the old timeout()/untimeout() API andArtur Grabowski
2000-03-03$OpenBSD$Todd T. Fries
2000-03-02sun3 is alive, thanks to Miod Vallat <miodrag@ifrance.com>Todd T. Fries
2000-03-02sun3 is alive, thanks to Miod Vallat <miodrag@ifrance.com>Todd T. Fries
2000-03-02sun3 is alive, thanks to Miod Vallat <miodrag@ifrance.com>, add ksyms.Todd T. Fries
2000-01-09add INET6 into conf/GENERIC.Jun-ichiro itojun Hagino
2000-01-03.Sh "SEE ALSO" -> .Sh SEE ALSOPaul Janzen
1999-12-08bring in KAME IPv6 code, dated 19991208.Jun-ichiro itojun Hagino
1999-12-08add GENERIC.v6 (IPv6 test configuration). to be integrated into GENREIC.Jun-ichiro itojun Hagino
1999-11-22add empty mmioctl() implementation for new /dev/mem interface for allMatthieu Herrb
1999-11-09Adapt to changed pmap_enter API (the extra argument is a no-op).Artur Grabowski
1999-11-09Adapt to pmap_enter changes.Artur Grabowski
1999-11-08move MI definition of rd into it's MI place also fixingMichael Shalayeff
1999-08-17factor out ie device definition; niklas@ okMichael Shalayeff
1999-08-17New cpu_fork API to take a stack in which you point the child's stackpointerNiklas Hallqvist
1999-07-09- remove all trailing whitespaceAaron Campbell