Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-10-21 | Dig out the ethernet address from the board configuration. This just takes | Per Fogelstrom | |
the first "network" with a "mac-address" for this. In the future this has to be improved (probably) to handle more than one ethernet ifc. | |||
1997-10-21 | Straighten up boot options. | Per Fogelstrom | |
1997-10-20 | Add IPSEC to GENERIC, move if_de srom emul to pci | Per Fogelstrom | |
1997-10-18 | do not create spoofed partition for DOSTYP_OPENBSD | Theo de Raadt | |
1997-10-15 | Add shm/sem includes, fix up disklabel stuff | Per Fogelstrom | |
1997-10-14 | Need this for ramdisk install... | Per Fogelstrom | |
1997-10-14 | Get a few things right... | Per Fogelstrom | |
1997-10-13 | A few adjustments. | Per Fogelstrom | |
1997-10-13 | Monolithic (No OpenFirmware driver crap...) PowerPC kernel. This is the | Per Fogelstrom | |
first release based on Wolfgang Solfrank, TooLs GmbH, work. Most OFW stuff has been ripped out. Only a few functions for memory probing and halt/reboot functionality has been kept. The kernel currently works with V.I's power.4e PowerPC604 board, but more will come. | |||
1997-10-13 | Monolithic PowerPC kernel, new include | Per Fogelstrom | |
1997-10-13 | Monolithic PowerPC kernel RAMDISK | Per Fogelstrom | |
1997-10-13 | Monolithic PowerPC kernel configuration files | Per Fogelstrom | |
1997-10-11 | Monolithic PowerPC kernel ISA bus support | Per Fogelstrom | |
1997-10-11 | PCI bus code for monolithic PowerPC kernels. | Per Fogelstrom | |
1997-09-29 | DOSMBR_SIGNATURE, DOSACTIVE; weingart | Theo de Raadt | |
1997-09-15 | kill Locore.c | Theo de Raadt | |
1997-08-08 | Change the bounds_check_with_label API to also take a cpu_disklabel | Niklas Hallqvist | |
reference for making transferral of meta-information possible from readdisklabel to bounds_check_with_label. The first (and maybe only) thing that will use this is the multi-disklabel-format code on the alpha where the labelsector is passed via cpu_disklabel so the label write-protection can work correctly no matter what label was found. Also use a new macro DKBAD to get at the dkbad field of the cpu_disklabel implementations that contain it. This too is for multi-disklabel architectures where the "bad" field can be inside a union. Use this macro as a means for a driver to check if an architecture supports dkbad constructs. Remove proto of bounds_check_with_label from all MD disklabel.h as it is in sys/disklabel.h. I have not been able to test the changes everywhere, if I break anything I apologize, and promise to fix it as soon as I become aware of it. | |||
1997-08-01 | proto __flt_rounds correctly | Theo de Raadt | |
1997-07-24 | multiple inclusion protection; brenner@umr.edu | Theo de Raadt | |
1997-07-23 | Add AppleTalk netisr. Only tested (indeed, only compiled) on mac68k port. | denny | |
Add options NETATALK to your config to try it out. | |||
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. |