summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Collapse)Author
1997-01-05these pieces are doneTheo de Raadt
1997-01-05Add cross back, as it at least compiles nowNiklas Hallqvist
1997-01-05First stab at making a VM-controlled bankswitching driverNiklas Hallqvist
for the CrossLink driver
1997-01-04Remove extra blank lineNiklas Hallqvist
1997-01-04Go to Buslogic and SCSINiklas Hallqvist
1997-01-04Print warning when not recognizing the boot device.Niklas Hallqvist
Also get the partition number from the BIOS when building bootdev.
1997-01-04bus.h not bus.old.hNiklas Hallqvist
1997-01-04Temporarily comment out cross as it is not compiling yetNiklas Hallqvist
1997-01-04I use IP-filtering at home now tooNiklas Hallqvist
1997-01-04Use fancy macrosNiklas Hallqvist
1997-01-02COMPAT_{SUNOS,SVR4}Theo de Raadt
1997-01-02Perl should build on the powerpc port now, I will build staticallyDale S. Rahn
instead of trying to build dynamically and fail.
1997-01-02DESTDIR already set.etheisen
1997-01-02prevent system from suspend/standby twice.Michael Shalayeff
(netbsd pr#3005, yasufu-i@is.aist-nara.ac.jp)
1997-01-02do not confuse readdisklabel callersTheo de Raadt
1997-01-02Current differences between development tree and checked in tree.Dale S. Rahn
Reason these are not checked in: Wide affecting change that would be "incorrect" for other ports. Build issues that do not have final solutions Misc other changes. (Some cross compilations issues)
1997-01-02Current information about port status.Dale S. Rahn
1997-01-02adding files previously missing.Dale S. Rahn
The reg.h file may not be complete, currently the port does not support ptrace.
1997-01-01add a comment about how to configure pci pcmcia chips (from stefan grefenThomas Graichen
- the original author of the NetBSD pcmcia stuff) p.s.: this way i got my notebook working with pcmcia
1997-01-01Get blktochr() from sun3/sun3/conf.cbriggs
1997-01-01Prototypes for mountroot, etc. are now in sys/systm.h--use ufs/ffs/ffs_extern.hbriggs
for ffs_mountroot proto.
1997-01-01Supply full path on 'include' lines for config.briggs
1996-12-31sync with 17-Dec-1996kstailey
1996-12-31removed unused CTL_MACHDEP stuffkstailey
1996-12-29don't strip boot.com on installThomas Graichen
1996-12-29be more consistent when printing the memory values at bootup - now alsoThomas Graichen
the BIOS mem stuff is printed in bytes - like the other values too
1996-12-29add some comments to some things we removed to get also more brokenThomas Graichen
keyboards working
1996-12-28changed __NetBSD__ to __OpenBSD__kstailey
1996-12-28add OpenBSD tag to files.Dale S. Rahn
1996-12-28adding OpenBSD tag to files.Dale S. Rahn
1996-12-28Adding OpenBSD tags to files.Dale S. Rahn
1996-12-28Changes necessary to make the kernel compile and boot.Dale S. Rahn
Some merging with NetBSD port.
1996-12-28Got an NCR controller too nowThorsten Lockert
1996-12-28Switch to pcvt for consoleThorsten Lockert
1996-12-27new NetBSD file; #include from <machine/cpu.h> on m68k boxenkstailey
1996-12-27merged into autoconf.h and control.hkstailey
1996-12-27merged into if_le.ckstailey
1996-12-26compile, Makefile rebuildMichael Shalayeff
1996-12-24sync with NetBSDkstailey
1996-12-24new NetBSD filekstailey
1996-12-24test kernel for wglen driverTheo de Raadt
1996-12-24nearly working driver for wglen serial cardTheo de Raadt
1996-12-24for the moment, yammer a bit moreTheo de Raadt
1996-12-24call all irq routinesTheo de Raadt
1996-12-23i think this fixes COMPAT_ULTRIXTheo de Raadt
1996-12-23use _{NLIST,KERN}_DO_{AOUT,ELF,ECOFF} to select binary typesTheo de Raadt
1996-12-22removed netbsd refs from "clean" targetkstailey
1996-12-22bring back all the local OpenBSD changes to the pmax tree since 961107Thomas Graichen
i hope that i did'nt break anything of the files required for the alpha (in the dev dir) niklas :-)
1996-12-22update the pmax stuff to NetBSD 961107 - this version i got somehowThomas Graichen
compiled on my decstation 2100 (PLUTO) - but it will not fully work out of the box - but i want to bring it into the tree because i get my own pmax on 961228 - so that i have a good startpoint then :-) all the OpenBSD changes to the pmax tree will follow in the next commit
1996-12-21-Wall madness.Todd C. Miller