Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-07-07 | Too many things include <machine/ansi.h> w/o <sys/types.h> so | Todd C. Miller | |
make time_t int not int32_t. | |||
1997-07-05 | Make _BSD_TIME_T_ int32_t on all platforms. You can't write | Todd C. Miller | |
lint-free code when these differ in name accross platforms. Fundamnetal type has not changed (was int on alpha and long on others). | |||
1997-06-25 | Sigh, Revert changes to endian.h - it was all confusion due to incorrect | grr | |
usage in new ip_* code, since fixed. Added usage notes to prevent future confusion in this regard. | |||
1997-06-25 | Big endian HTON?() macros should be (void)(x). | Jason Downs | |
1997-06-24 | change like sparc/include/endian.h | grr | |
1997-05-22 | dont used ipkdb, doesn't configure currently. | Dale S. Rahn | |
need MAXUSES defined. (ok this probably is not the best place to put this. | |||
1997-05-21 | build ofwboot, this is the "new" boot program, boot.ppc probably will | Dale S. Rahn | |
go away soon. | |||
1997-05-20 | powerpc port does not use genassym.c anymore, do not attempt to | Dale S. Rahn | |
create dependancies on it. | |||
1997-05-05 | This is not getting picked up from ../Makefile.inc | Dale S. Rahn | |
set it here. This probably will go away shortly for preference to ofwboot. | |||
1997-05-05 | only build one version of the libraries. | Dale S. Rahn | |
1997-05-05 | add Extended partition id. | Dale S. Rahn | |
I hate when things are sitting around in trees forgotten. | |||
1997-05-01 | nice rd attach msg | Theo de Raadt | |
1997-04-30 | Newer bootloader from netbsd. This should work with non MCG Firmworks | Dale S. Rahn | |
openfirmware. | |||
1997-04-27 | COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIP | Todd 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-18 | Use the new genassym.cf method of generating the assym.h file. | Dale S. Rahn | |
1997-04-17 | Apple's firmware returns 0 from OF_read(stdin,) | briggs | |
if no characters are available. Deal with it. | |||
1997-04-07 | unconfuse partition/block sizing stuff | Theo de Raadt | |
1997-04-04 | Define in_addr_t and in_port_t everywhere but use u_intXX_t for | Todd C. Miller | |
htonl and friends. | |||
1997-04-01 | Check 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-21 | Yet more DDB type correctness | Niklas Hallqvist | |
1997-03-21 | New FIXUP_PC_AFTER_BREAK convention from NetBSD | Niklas Hallqvist | |
1997-02-28 | Add missing _MACHINE & _MACHINE_ARCH defines + some RCS Ids | Niklas Hallqvist | |
1997-02-27 | Fix MAXBUFCACHE changes. | Dale S. Rahn | |
1997-02-24 | for generic case, use dk_mountroot not special hacks | Theo de Raadt | |
1997-02-24 | implement BUFCACHEPERCENT and take care with kva space | Theo de Raadt | |
1997-02-18 | Add the necessary pieces to boot on a PowerMAC, does not currently work, | Dale S. Rahn | |
Debugging in progress. | |||
1997-02-18 | Add the note object to the executable. | Dale S. Rahn | |
1997-02-18 | Add 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-18 | Ok, these are more stragglers in my source tree. These changes were necessary | Dale S. Rahn | |
to clean up the interdependancies caused by the siginfo changes. | |||
1997-02-06 | Add zlib support for booting gzipped kernels. | Dale S. Rahn | |
Clean up to allow this to happen. | |||
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. |