Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-06-23 | some includes | Michael Shalayeff | |
1998-06-23 | ok, it boots, include and libkern to come | Michael Shalayeff | |
1998-06-23 | wt0 moved to 0x308; avoids conflicts; burgess@cynjut.neonramp.com | Theo de Raadt | |
1998-06-17 | there is no such thing as APM_NOIDLE any more | Michael Shalayeff | |
1998-06-16 | Xref pcvt(4) not pcvt(8); Oleg Safiullin <form@vs.itam.nsc.ru> | Todd C. Miller | |
1998-06-11 | nice DEBUGFLAGS handling | Michael Shalayeff | |
1998-06-11 | put missed changes that support booting from floppy (; | Michael Shalayeff | |
i applodgize for any inconvinience this memory hole caused to people. ps. i would like to know the snapshots schedule to issue extra testing cycles to ensure i did not forget anything. | |||
1998-06-09 | there is no such thing as dprintf'' | Michael Shalayeff | |
1998-06-08 | use named constatnts | Michael Shalayeff | |
1998-06-08 | typos | Michael Shalayeff | |
1998-06-08 | consdev to come | Michael Shalayeff | |
1998-06-06 | more system types we know | Michael Shalayeff | |
1998-06-05 | Comment out text after #endif | janjaap | |
1998-06-04 | cpuid return values for sysctl | Jason Downs | |
1998-06-04 | Make cpuid return values available via sysctl so that userland doesn't have | Jason Downs | |
to rifle through kmem for them. Also add a few more cpu names. | |||
1998-06-04 | Cleanup, partial KNF, only use TSC on non-Intel processors. | Jason Downs | |
1998-06-04 | LED blinker for the back panel leds on the 2100/3100. | Jason Wright | |
1998-06-02 | untested isapnp joystick driver | Theo de Raadt | |
1998-06-02 | newer fixes from plunky@skate.demon.co.uk | Theo de Raadt | |
1998-05-30 | no math needed for cd9660 any more | Michael Shalayeff | |
1998-05-30 | kill the hack! | Michael Shalayeff | |
1998-05-30 | compile ctime.c | Michael Shalayeff | |
1998-05-29 | Sync with NetBSD: | Jason Wright | |
In kvm_uncache(), turn off the PTE cache bit even after calling pv_changepte(). Reason: the managed() macro does not take into account the gap in the managed pages range that may have been introduced by the page table allocation in bootstrap(). Don't bzero() the IO page table; it is fully initialized in iommu_attach(). | |||
1998-05-29 | Major changes here and there, tweaks elsewhere. | Dale S. Rahn | |
Support for Openfirmware drivers was reintroduced so that more systems were supported. This should work with the real driver configurations as well. Bootloader files were deleted/replaced with the newer versions in the subdirectory. Some effort has been made to be closer to support booting (at least the bootloader) on the Mac. Config files that end with OFW are the openfirmware versions of the kernels without have native drivers. Native driver support has not been changed, presumably it still works. I couldn't test that. | |||
1998-05-29 | protect from multiple define collisions w/ pccons.h | Michael Shalayeff | |
pccons.h must be included first (for historical reasons ;) | |||
1998-05-28 | cleanup the Makefiles a bit. | Michael Shalayeff | |
make machine link in a smart way, remove unused bits. | |||
1998-05-28 | grow kernel malloc area by 2M | Michael Shalayeff | |
1998-05-27 | conditional LD definition | Michael Shalayeff | |
1998-05-27 | Fix warning in non-68040 case; jason@couch.com | Todd C. Miller | |
1998-05-25 | put support for test /boot environment back; some CLEANFILES and spaces | Michael Shalayeff | |
1998-05-25 | more CLEANFILES; oops | Michael Shalayeff | |
1998-05-25 | more CLEANFILES | Michael Shalayeff | |
1998-05-25 | Remove gobs of unneeded code. | Jason Downs | |
1998-05-25 | Major cleanup of configuration code; don't assume all the world is Intel, and | Jason Downs | |
don't duplicate the work of locore. | |||
1998-05-25 | Fix Cyrix model names and add MediaGX/GXm; add feature bit display. | Jason Downs | |
1998-05-25 | Add support for feature bit listing; fix #defines. | Jason Downs | |
1998-05-22 | do not assume ttys or bpps exist; plunky@skate.demon.co.uk | Theo de Raadt | |
1998-05-22 | magma in both these | Theo de Raadt | |
1998-05-22 | include <machine/locore.h> instead of <pmax/locore.h> - this should solve | Thomas Graichen | |
the make depend problem noted by Nino Margetic (nino@well.ox.ac.uk) | |||
1998-05-22 | More AMD model names. | Jason Downs | |
1998-05-22 | Delete a NetBSD <-> OpenBSD "oops" from my previous merge. | gene | |
1998-05-22 | Start the timeout's if sparc_led_blink is initialized to true | Jason Wright | |
1998-05-21 | typo | Matthieu Herrb | |
1998-05-20 | magma serial driver; plunky@skate.demon.co.uk | Theo de Raadt | |
1998-05-19 | cross-compile ready | Michael Shalayeff | |
1998-05-18 | start using new apiver things | Michael Shalayeff | |
1998-05-18 | new cpureg.h from NetBSD plus modifications to use the changed macro names | Todd C. Miller | |
1998-05-17 | bus.h from NetBSD, does not implement OpenBSD extensions yet. | Todd C. Miller | |
1998-05-17 | Intercept all targets in cross-mode | Niklas Hallqvist | |
1998-05-17 | Automatically detect cross-compilation case. If you have an i386 | Niklas Hallqvist | |
(well that is the only tested host environment for the time being) and would like to test the support, do this: cd /usr/src make TARGET=vax cd sys/arch/vax/conf config MYKERNEL cd ../compile/MYKERNEL make and you should get a nicely compiled vax kernel. This is WIP, so do not expect robustness quite yet. |