summaryrefslogtreecommitdiff
path: root/sys/arch/powerpc
AgeCommit message (Collapse)Author
1997-05-01nice rd attach msgTheo de Raadt
1997-04-30Newer bootloader from netbsd. This should work with non MCG FirmworksDale S. Rahn
openfirmware.
1997-04-27COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIPTodd C. Miller
This fixes namespace problems where STRIP is sometimes used as the name of the strip(1) to use and other times used as the flag to send install(1) when stripping (or not). COPY doesn't have this problem (yet) but was poorly named.
1997-04-18Use the new genassym.cf method of generating the assym.h file.Dale S. Rahn
1997-04-17Apple's firmware returns 0 from OF_read(stdin,)briggs
if no characters are available. Deal with it.
1997-04-07unconfuse partition/block sizing stuffTheo de Raadt
1997-04-04Define in_addr_t and in_port_t everywhere but use u_intXX_t forTodd C. Miller
htonl and friends.
1997-04-01Check in some changes hiding in my tree.Dale S. Rahn
Now that ramdisk is used, booting from floppy does not wait for floppy change. Do not force real mode for booting, this disables caches on certain machines. use the freshly build hack-obj, do not require "." in the current path.
1997-03-21Yet more DDB type correctnessNiklas Hallqvist
1997-03-21New FIXUP_PC_AFTER_BREAK convention from NetBSDNiklas Hallqvist
1997-02-28Add missing _MACHINE & _MACHINE_ARCH defines + some RCS IdsNiklas Hallqvist
1997-02-27Fix MAXBUFCACHE changes.Dale S. Rahn
1997-02-24for generic case, use dk_mountroot not special hacksTheo de Raadt
1997-02-24implement BUFCACHEPERCENT and take care with kva spaceTheo de Raadt
1997-02-18Add the necessary pieces to boot on a PowerMAC, does not currently work,Dale S. Rahn
Debugging in progress.
1997-02-18Add the note object to the executable.Dale S. Rahn
1997-02-18Add note file to elf executable to tell firmware what mode to boot in.Dale S. Rahn
Is this correct to have real-mode 0? It boots...
1997-02-18Ok, these are more stragglers in my source tree. These changes were necessaryDale S. Rahn
to clean up the interdependancies caused by the siginfo changes.
1997-02-06Add zlib support for booting gzipped kernels.Dale S. Rahn
Clean up to allow this to happen.
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.