summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Collapse)Author
1997-01-10Use "locore.S" versions of block io operations.Per Fogelstrom
They handle unaligned memory references.
1997-01-09Now that ELF symbols are working (not leading '_'), dont put themDale S. Rahn
in for these symbols either.
1997-01-09Closing down on the last few differences between the build areaDale S. Rahn
and the checked in source.
1997-01-09Fix the SALIB dependancies correctly so that it builds and locatesDale S. Rahn
the library. Fix alloc.c so that the piece allocated is of the "correct" size for the current allocation by splitting the buffer. This was required so that free would work correctly if a large buffer was allocated, then freed, the allocated again with a small allocation.
1997-01-09ignore new kernelDale S. Rahn
1997-01-09minimal kernel to fit on kc boot floppy.Dale S. Rahn
1997-01-09Booting OpenBSD not NetBSD.Dale S. Rahn
Change the print to reflect that.
1997-01-09support resident page count.Dale S. Rahn
Attempt at least, pmap doesn't allow for exact tracking.
1997-01-09adding further support.Dale S. Rahn
1997-01-09kernel is bsd not netbsdDale S. Rahn
1997-01-07backed out prev. netbsd merge except for smaller proc tablekstailey
1997-01-07Fix for final ptdi panic on i386Thorsten Lockert
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