summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
1998-06-02isapnp joyTheo de Raadt
1998-06-02indentTheo de Raadt
1998-06-02nbytes - ofs should never be less than 0 (Oops on me)janjaap
1998-06-02Integrated fix from NetBSD kern/5357.Constantine Sapuntzakis
1998-06-02Fixed copyright.Constantine Sapuntzakis
1998-06-02update from NetBSD, #define a few more useful strings. augustss.Niels Provos
1998-06-02syncTheo de Raadt
1998-06-02add a comment about the TCM5095Theo de Raadt
1998-06-02syncTheo de Raadt
1998-06-02apple pci controllerTheo de Raadt
1998-06-02newer fixes from plunky@skate.demon.co.ukTheo de Raadt
1998-06-02four not threeTheo de Raadt
1998-06-02add sysctl and sysconf support for sysvsem, sysvshm, sysvmsg, and fsync; ↵Theo de Raadt
mostly from kleink
1998-06-02syncTheo de Raadt
1998-06-02const mlock(2) and munlock(2)Theo de Raadt
1998-06-01this is standalone, not kernelMichael Shalayeff
1998-05-31cleanup for !ANSI compilers, mostly __P usageMichael Shalayeff
1998-05-31cleanup for !ANSI compilers, mostly __P usageMichael Shalayeff
1998-05-30permit sig 0 (existance checking) to setuid parents; ibo@ragnarok.val-axs.netTheo de Raadt
1998-05-30syncTheo de Raadt
1998-05-30new devs; markTheo de Raadt
1998-05-30save spaceTheo de Raadt
1998-05-30no math needed for cd9660 any moreMichael Shalayeff
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