summaryrefslogtreecommitdiff
path: root/sys/arch/sun3
AgeCommit message (Expand)Author
2001-01-25spellingTodd T. Fries
2001-01-22Define ARCH_ELFSIZE that is the default elf size on this arch.Artur Grabowski
2001-01-13s!UFS!FFSMiod 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-04Harmonization with other m68k arch Makefiles. Stricter compilationMiod Vallat
2001-01-04KNF, add prototypes to compile with -Wmissing-prototypes.Miod Vallat
2001-01-04Remove netintr().Miod Vallat
2001-01-03Sync with GENERIC + cleanupMiod Vallat
2001-01-03Sync with GENERIC, minor cleanups.Miod Vallat
2001-01-03Remove hardcoded SunOS-compatible drive name assignments. No other archMiod Vallat
2001-01-03Remove bogus comment. Also fix ramdisk kernel detection.Miod Vallat
2001-01-03netintr() doesn't exist anymoreMiod 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-10seperate -> separate, okay aaron@Niels Provos
2000-11-09Argh, repair CFLAGS.Miod Vallat
2000-11-09Do not use vm_pmap anymore. Requested by art@Miod Vallat
2000-10-27more precise BUFCACHEPERCENT calculations.Michael Shalayeff
2000-09-28Update compilation flags, make cross-compilation work.Miod Vallat
2000-09-26Implement getnulldev that returns the dev_t for "/dev/null".Artur Grabowski
2000-09-21Bad mickey doesn't know how to spell ``openings''Miod Vallat
2000-09-21initialize sc_link.openings to it's (currently) default value of 4Michael Shalayeff
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-08-28Remove unneeded constantsMiod Vallat
2000-08-28Allocate memory for the correct size, not some forgotten constantMiod Vallat
2000-08-28Always claim scsi interrupts, prevents looping interrupts (from NetBSD)Miod Vallat
2000-08-28Use sparc version (more realistic settings) of header file for ieMiod Vallat
2000-08-28Repair badly looking printfMiod Vallat
2000-08-28Define major device number for cd-rom drivesMiod 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-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