summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1997-01-13use the cpu_exec from the arcThomas Graichen
1997-01-13first try of an OpenBSD/pmax GENERIC kernel (config file)Thomas Graichen
1997-01-13now also the pmax builds with the in-tree ld using an ld.script similarThomas Graichen
to the arc
1997-01-13my pmax (decstation 5000/200)Thomas Graichen
1997-01-13type change to make it compile on the pmax of nowThomas Graichen
1997-01-13Import compat_m68k4k from NetBSDNiklas Hallqvist
1997-01-13small changes to get it compiled on the pmax (does'nt affect anything else)Thomas Graichen
1997-01-13<pmax/xxx> -> <machine/xxx>Thomas Graichen
<mips/xxx> -> <machine/xxx> ... plus missing files from arc
1997-01-13Misc installation notes for installing the powerpc port.Dale S. Rahn
Probably will change greatly or be moved eventually.
1997-01-13leds-extern.h -> ledsvar.hkstailey
1997-01-13back-panel LED control device derived from code by der Mousekstailey
1997-01-12Fix core dump and use libc err(3) instead of private one (which hadTodd C. Miller
slightly different semantics). Also clean up some gcc -Wall'isms.
1997-01-12Mostly sync to NetBSD-current of 011196. Compiles, links, boots to singleJason Downs
user. KNOWN NOT WORKING: * DIO-II devices * Dynamic executables NOT EVEN TRIED: * New config support
1997-01-12protect against multiple includesJason Downs
1997-01-12add sys_pipe.cJason Downs
1997-01-12Be more Posixly correct; from FreeBSDThorsten Lockert
1997-01-12sync and add OpenBSD IDs.Jason Downs
1997-01-12Release version certainly isn't 1.0, not really 2.0 either, but...Dale S. Rahn
1997-01-12Do not link against libcrypt, It no longer exists.Dale S. Rahn
1997-01-12Do not link against libcrypt, It doesn't exists anymore.Dale S. Rahn
1997-01-11Describe boolean capabilites betterand at a better place. It was ratherPer Fogelstrom
difficult to find before.
1997-01-11implement mincore syscall, just like sunos & ultrix compat do.Michael Shalayeff
1997-01-11Support an ONLY_FOR_ARCHS var, that prohibits doing anything for a certainNiklas Hallqvist
port except for certain architectures. If OBJMACHINE is set set WRKDIR to work.${MACHINE}. Fix a shell construct which pdksh interprets differently than ash as it was written. Make bsd.own.mk be auto-included in make(1) invocations below this one.
1997-01-11Fix PR#2 in a simplistic way. Handle EOF on all getchar()sNiklas Hallqvist
1997-01-11We run OpenBSDNiklas Hallqvist
1997-01-10Use "locore.S" versions of block io operations.Per Fogelstrom
They handle unaligned memory references.
1997-01-10Correct a panic condition hitting on machines with NBPG != ffs blocksize,Niklas Hallqvist
plus having a large bufpages value compared to nbuf.
1997-01-10one-line fix so fdisk knows that partitions marked 0x0B are Win95/FAT32jkatz
1997-01-10use opendev(3) + man page correctionkstailey
1997-01-10Leading underscores... Actually, they really DID fuck this up on the MIPSetheisen
and PPC platforms... Everyone else has _leading!
1997-01-10Change all mips ports to use mips-unknown-openbsd2.0 like gcc does.imp
This should allow for gdb to at least build on pmax, modulo potential platform specific include files. This impacts gas, ld, and other critical system components. Don't build this unless you are happy with your backups, as always for a change of this nature. It works for me on my machine, however.
1997-01-10UNIX3.0 -> 3.0BSD in history sectionkstailey
1997-01-09Now that ELF symbols are working (not leading '_'), dont put themDale S. Rahn
in for these symbols either.
1997-01-09max -> min typoTobias Weingartner
1997-01-09HTTP fetches would always loop indefinitelyNiklas Hallqvist
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-09allow gdb to configure on powerpc port.Dale S. Rahn
1997-01-09ignore new kernelDale S. Rahn
1997-01-09remove bpfa and bpfb, didnt know how to make device with minor of 'a' and 'b'.Dale S. Rahn
1997-01-09Changes to shrink kc filesystem, remove update from dot.profileDale S. Rahn
and remove an extra file.
1997-01-09Add the ablity to hide symbols on ELF/OLF objects.Dale S. Rahn
This is a first cut at the symbol hiding process for ELF. The current method will not work properly on mips. It has been tested for powerpc and should work on alpha. The problem with mips is due to the standard PIC compilation.
1997-01-09add support for ELF in crunch, for crunchgen this meansDale S. Rahn
do not add a leading underscore to symbol names. Indicated to crunchgen by a "-E" option.
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-09ELF does not use the leading '_' on any port, not just MIPS.Dale S. Rahn
1997-01-09port is powerpc not, ppc.Dale S. Rahn
Make the defines so.
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