summaryrefslogtreecommitdiff
path: root/sys/arch/powerpc
AgeCommit message (Collapse)Author
1997-02-06PowerPC pieces for ramdisk (rd) changes this is adds majors,Dale S. Rahn
rd_root pieces, config file to generate MINIROOT with rdroot and MAKEDEV changes as well as adding the rd device to known device types.
1997-02-05Fixups of the siginfo code changes.Dale S. Rahn
All of the siginfo changes were from theo, I just cleaned up the header files and tested it.
1997-02-05Siginfo changes.Dale S. Rahn
1997-01-27remove items that are no longer an issue.Dale S. Rahn
1997-01-27Patches file can be removed. All change necessary to build powerpcDale S. Rahn
port are now checked in. Doesn't necessarily mean that the port doesn't need more work...
1997-01-27Fix another 16 bit operation on a 32 bit quantity.Dale S. Rahn
don't do and of 16 bit quantity on a 32 bit register. Also gets rid of the assembler warning/error.
1997-01-26Change to fix bug with constant handling in locore.Dale S. Rahn
16 bit operations should not be done on 32 bit quantities.
1997-01-26change default data limit so that source build will work without modifications.Dale S. Rahn
1997-01-22Current status.Dale S. Rahn
1997-01-22example fdisk and disklabel information in the Installation instructions.Dale S. Rahn
1997-01-21Fix problems pointed out by Andrew Cagney,Dale S. Rahn
These didn't seem to have adverse effects, but were wrong.
1997-01-20ifdef the RB_TIMEBAD change,Dale S. Rahn
resettodr doesn't currently do anything anyway, put this problem off till later.
1997-01-16do not call resettodr() if RB_TIMEBAD is set due to being in ddb with clock ↵kstailey
updates suspended
1997-01-15Well, actually this seemed to be a bug in generic code, thatDale S. Rahn
was being exercised. running with a 8k fs blk size and 4 k page size was a problem. Now running with fs blk size == page size works much better. The fix checked in a week or to back probably would fix this too.
1997-01-15Add DESTDIR support for crt{begin,end}.o (powerpc only so far)Niklas Hallqvist
1997-01-13Important change to the installation notes.Dale S. Rahn
pax must be used with the "-pe" option to keep file ownership, group and permissions (eg suid) on the extracted file.
1997-01-13Misc installation notes for installing the powerpc port.Dale S. Rahn
Probably will change greatly or be moved eventually.
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-05these pieces are doneTheo 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-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.
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-23use _{NLIST,KERN}_DO_{AOUT,ELF,ECOFF} to select binary typesTheo de Raadt
1996-12-21Check-in of powerpc kernel support.Dale S. Rahn
NOTE: This will not work until the other pieces are checked in. This is primarily the NetBSD powerpc port, with modifications to support ELF.