Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-02-06 | PowerPC 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-05 | Fixups 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-05 | Siginfo changes. | Dale S. Rahn | |
1997-01-27 | remove items that are no longer an issue. | Dale S. Rahn | |
1997-01-27 | Patches file can be removed. All change necessary to build powerpc | Dale S. Rahn | |
port are now checked in. Doesn't necessarily mean that the port doesn't need more work... | |||
1997-01-27 | Fix 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-26 | Change to fix bug with constant handling in locore. | Dale S. Rahn | |
16 bit operations should not be done on 32 bit quantities. | |||
1997-01-26 | change default data limit so that source build will work without modifications. | Dale S. Rahn | |
1997-01-22 | Current status. | Dale S. Rahn | |
1997-01-22 | example fdisk and disklabel information in the Installation instructions. | Dale S. Rahn | |
1997-01-21 | Fix problems pointed out by Andrew Cagney, | Dale S. Rahn | |
These didn't seem to have adverse effects, but were wrong. | |||
1997-01-20 | ifdef the RB_TIMEBAD change, | Dale S. Rahn | |
resettodr doesn't currently do anything anyway, put this problem off till later. | |||
1997-01-16 | do not call resettodr() if RB_TIMEBAD is set due to being in ddb with clock ↵ | kstailey | |
updates suspended | |||
1997-01-15 | Well, actually this seemed to be a bug in generic code, that | Dale 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-15 | Add DESTDIR support for crt{begin,end}.o (powerpc only so far) | Niklas Hallqvist | |
1997-01-13 | Important 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-13 | Misc installation notes for installing the powerpc port. | Dale S. Rahn | |
Probably will change greatly or be moved eventually. | |||
1997-01-09 | Now that ELF symbols are working (not leading '_'), dont put them | Dale S. Rahn | |
in for these symbols either. | |||
1997-01-09 | Closing down on the last few differences between the build area | Dale S. Rahn | |
and the checked in source. | |||
1997-01-09 | Fix the SALIB dependancies correctly so that it builds and locates | Dale 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-09 | ignore new kernel | Dale S. Rahn | |
1997-01-09 | minimal kernel to fit on kc boot floppy. | Dale S. Rahn | |
1997-01-09 | Booting OpenBSD not NetBSD. | Dale S. Rahn | |
Change the print to reflect that. | |||
1997-01-09 | support resident page count. | Dale S. Rahn | |
Attempt at least, pmap doesn't allow for exact tracking. | |||
1997-01-09 | adding further support. | Dale S. Rahn | |
1997-01-09 | kernel is bsd not netbsd | Dale S. Rahn | |
1997-01-05 | these pieces are done | Theo de Raadt | |
1997-01-02 | Perl should build on the powerpc port now, I will build statically | Dale S. Rahn | |
instead of trying to build dynamically and fail. | |||
1997-01-02 | Current 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-02 | Current information about port status. | Dale S. Rahn | |
1997-01-02 | adding files previously missing. | Dale S. Rahn | |
The reg.h file may not be complete, currently the port does not support ptrace. | |||
1996-12-28 | add OpenBSD tag to files. | Dale S. Rahn | |
1996-12-28 | adding OpenBSD tag to files. | Dale S. Rahn | |
1996-12-28 | Adding OpenBSD tags to files. | Dale S. Rahn | |
1996-12-28 | Changes necessary to make the kernel compile and boot. | Dale S. Rahn | |
Some merging with NetBSD port. | |||
1996-12-23 | use _{NLIST,KERN}_DO_{AOUT,ELF,ECOFF} to select binary types | Theo de Raadt | |
1996-12-21 | Check-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. |