Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-05-30 | use shift, save on long div (which is expensive on certain archs) | Michael Shalayeff | |
1998-05-30 | define ISO_DEFAULT_BLOCK_SHIFT and redefine ISO_DEFAULT_BLOCK_SIZE through it | Michael Shalayeff | |
1998-05-30 | more const here and there; so would benefit everyone | Michael Shalayeff | |
1998-05-30 | kill the hack! | Michael Shalayeff | |
1998-05-30 | fix variable comparision algorythm so variable being changed/added | Michael Shalayeff | |
which name is a substr of the name of another one would not corrupt the list. | |||
1998-05-30 | use ctime(), kill that ugly time_print() hack | Michael Shalayeff | |
1998-05-30 | compile ctime.c | Michael Shalayeff | |
1998-05-30 | add bsd.old, bsd.old.gz kernels. | Michael Shalayeff | |
print boot label earlier. | |||
1998-05-29 | add ctime(3) for certain archs usage | 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 | Sync with NetBSD: | Jason Wright | |
Allocate SCSI message buffers in ncr53c9x_attach(), with a provision for front-ends to override the allocation to avoid alignment handling in their DMA engines. Note that that ncr53c9x_msgout() can request a 1 byte DMA transfer that would be difficult to break up. Eliminate the degenerate loop in `ncr53c9x_intr()'. Retain the delay heuristic it implemented under the label `shortcut:' and only use it in these cases: (1) after successful re-relection, (2) after receiving command-complete status, and (3) during message-in handshake. If we have an NCR53CF9x (indicated by the front-end by setting a flag in the softc's new "features" word), set FSCSI bit in CFG3 if the sync period is <= 200ns, or clear it otherwise. | |||
1998-05-28 | cleanup the Makefiles a bit. | Michael Shalayeff | |
make machine link in a smart way, remove unused bits. | |||
1998-05-28 | do not panic | Theo de Raadt | |
1998-05-28 | grow kernel malloc area by 2M | Michael Shalayeff | |
1998-05-27 | for icmpbmcastecho, block all of them | Theo de Raadt | |
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-26 | of course an ethernet card has an ethernet address | Theo de Raadt | |
1998-05-25 | put support for test /boot environment back; some CLEANFILES and spaces | Michael Shalayeff | |
1998-05-25 | make a new file for variable manipulation code; add environment support | Michael Shalayeff | |
1998-05-25 | more CLEANFILES; oops | Michael Shalayeff | |
1998-05-25 | more CLEANFILES | Michael Shalayeff | |
1998-05-25 | update up to the current libsa env | Michael Shalayeff | |
1998-05-25 | nd_procnum should be unsigned; ovg@nusun.jinr.ru | Theo de Raadt | |
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-24 | allow SAs with non-specified source address | Niels Provos | |
1998-05-24 | allow the use of blowfish and cast encryption with implicit iv | Niels Provos | |
1998-05-24 | avoid source address spoofing for mutual hostile hosts which have SAs to | Niels Provos | |
us, reported by Craig Metz <cmetz@inner.net>. | |||
1998-05-24 | add support for Virtual Private Networks (VPN). | Niels Provos | |
1998-05-23 | Don't play games with PAGE_SIZE and PAGE_MASK. Previously I was #undef'ing ↵ | Todd C. Miller | |
the real ones but that's gross. | |||
1998-05-22 | EM100FX | Theo de Raadt | |
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 | Set the outter IP header's ttl, not the inner. | Angelos D. Keromytis | |
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 | Increase NVNODE. | Jason Downs | |
1998-05-20 | sync | Jason Downs | |
1998-05-20 | I think this is more correct than the last; it makes more sense, at least. | Jason Downs | |
1998-05-20 | magma serial driver; plunky@skate.demon.co.uk | Theo de Raadt | |
1998-05-20 | sync | Jason Downs | |
1998-05-20 | VIA Apollo VP3 AGPset | Jason Downs | |