summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
1998-05-30use shift, save on long div (which is expensive on certain archs)Michael Shalayeff
1998-05-30define ISO_DEFAULT_BLOCK_SHIFT and redefine ISO_DEFAULT_BLOCK_SIZE through itMichael Shalayeff
1998-05-30more const here and there; so would benefit everyoneMichael Shalayeff
1998-05-30kill the hack!Michael Shalayeff
1998-05-30fix variable comparision algorythm so variable being changed/addedMichael Shalayeff
which name is a substr of the name of another one would not corrupt the list.
1998-05-30use ctime(), kill that ugly time_print() hackMichael Shalayeff
1998-05-30compile ctime.cMichael Shalayeff
1998-05-30add bsd.old, bsd.old.gz kernels.Michael Shalayeff
print boot label earlier.
1998-05-29add ctime(3) for certain archs usageMichael Shalayeff
1998-05-29Sync 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-29Major 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-29protect from multiple define collisions w/ pccons.hMichael Shalayeff
pccons.h must be included first (for historical reasons ;)
1998-05-28Sync 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-28cleanup the Makefiles a bit.Michael Shalayeff
make machine link in a smart way, remove unused bits.
1998-05-28do not panicTheo de Raadt
1998-05-28grow kernel malloc area by 2MMichael Shalayeff
1998-05-27for icmpbmcastecho, block all of themTheo de Raadt
1998-05-27conditional LD definitionMichael Shalayeff
1998-05-27Fix warning in non-68040 case; jason@couch.comTodd C. Miller
1998-05-26of course an ethernet card has an ethernet addressTheo de Raadt
1998-05-25put support for test /boot environment back; some CLEANFILES and spacesMichael Shalayeff
1998-05-25make a new file for variable manipulation code; add environment supportMichael Shalayeff
1998-05-25more CLEANFILES; oopsMichael Shalayeff
1998-05-25more CLEANFILESMichael Shalayeff
1998-05-25update up to the current libsa envMichael Shalayeff
1998-05-25nd_procnum should be unsigned; ovg@nusun.jinr.ruTheo de Raadt
1998-05-25Remove gobs of unneeded code.Jason Downs
1998-05-25Major cleanup of configuration code; don't assume all the world is Intel, andJason Downs
don't duplicate the work of locore.
1998-05-25Fix Cyrix model names and add MediaGX/GXm; add feature bit display.Jason Downs
1998-05-25Add support for feature bit listing; fix #defines.Jason Downs
1998-05-24allow SAs with non-specified source addressNiels Provos
1998-05-24allow the use of blowfish and cast encryption with implicit ivNiels Provos
1998-05-24avoid source address spoofing for mutual hostile hosts which have SAs toNiels Provos
us, reported by Craig Metz <cmetz@inner.net>.
1998-05-24add support for Virtual Private Networks (VPN).Niels Provos
1998-05-23Don'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-22EM100FXTheo de Raadt
1998-05-22do not assume ttys or bpps exist; plunky@skate.demon.co.ukTheo de Raadt
1998-05-22magma in both theseTheo de Raadt
1998-05-22include <machine/locore.h> instead of <pmax/locore.h> - this should solveThomas Graichen
the make depend problem noted by Nino Margetic (nino@well.ox.ac.uk)
1998-05-22Set the outter IP header's ttl, not the inner.Angelos D. Keromytis
1998-05-22More AMD model names.Jason Downs
1998-05-22Delete a NetBSD <-> OpenBSD "oops" from my previous merge.gene
1998-05-22Start the timeout's if sparc_led_blink is initialized to trueJason Wright
1998-05-21typoMatthieu Herrb
1998-05-20Increase NVNODE.Jason Downs
1998-05-20syncJason Downs
1998-05-20I think this is more correct than the last; it makes more sense, at least.Jason Downs
1998-05-20magma serial driver; plunky@skate.demon.co.ukTheo de Raadt
1998-05-20syncJason Downs
1998-05-20VIA Apollo VP3 AGPsetJason Downs