summaryrefslogtreecommitdiff
path: root/sys/arch/sun3/sun3
AgeCommit message (Expand)Author
2001-06-27add the ALTQ device to the rest of the architectures.Kenjiro Cho
2001-06-27Zap old vm.Artur Grabowski
2001-06-25add pf device on all architectures.Kjell Wooding
2001-06-25cold is in systm nowMichael Shalayeff
2001-06-11Use MI {trunc,round}_page macros.Miod Vallat
2001-06-08Change the paddr_t pmap_extract(struct pmap *, vaddr_t) interface toArtur Grabowski
2001-05-30Preliminary UVM support. UVM kernels don't work for the moment, though.Miod Vallat
2001-05-30Bring the root device selection code up-to-date with modern standardsMiod Vallat
2001-05-30OopsMiod Vallat
2001-05-30Define msgbuf area size better, gets rid of occasionnal noise in dmesgMiod Vallat
2001-05-17convert mbuf and cluster allocation to pool, mostly from NetBSDNiels Provos
2001-05-13PAGE_SIZE is a constant now. I should know that, I'm guilty asMiod Vallat
2001-05-09More sync to NetBSD.Artur Grabowski
2001-05-05Rename configure() to cpu_configure().Artur Grabowski
2001-05-05Get rid of CLSIZE and all related stuff.Artur Grabowski
2001-04-29ddb command `machine halt' is superceded by `boot halt' now, so remove itMiod Vallat
2001-01-04Sync with genassym.cf symbol name changes.Miod Vallat
2001-01-04Convert the old genassym.c to .cf style. Remove unneeded definitions,Miod Vallat
2001-01-04KNF, add prototypes to compile with -Wmissing-prototypes.Miod Vallat
2001-01-04Remove netintr().Miod Vallat
2001-01-03Remove bogus comment. Also fix ramdisk kernel detection.Miod Vallat
2001-01-03Use netisr_dispatch.Miod Vallat
2000-11-10Change the ktrace interface functions from taking the trace vnode to taking theArtur Grabowski
2000-11-09Do not use vm_pmap anymore. Requested by art@Miod Vallat
2000-10-27more precise BUFCACHEPERCENT calculations.Michael Shalayeff
2000-09-26Implement getnulldev that returns the dev_t for "/dev/null".Artur Grabowski
2000-08-28Prototypes for interrupt handlers should go into .h file, not .cMiod Vallat
2000-08-28Less magic numbersMiod Vallat
2000-08-28Add lkm, ch and ses supportMiod Vallat
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-02Recognize and support 16 partition disklabels (taken from sparc port)Miod 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-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-05Changes to exit handling.Artur Grabowski
2000-05-02<machine/vmparam.h> not welcomed hereMiod Vallat
2000-04-30Fix kernel msgbuf size and positionMiod 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-02sun3 is alive, thanks to Miod Vallat <miodrag@ifrance.com>Todd T. Fries
1999-12-08bring in KAME IPv6 code, dated 19991208.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