summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
1996-12-28add OpenBSD tag to files.Dale S. Rahn
1996-12-28adding OpenBSD tag to files.Dale S. Rahn
1996-12-28Adding OpenBSD tags to files.Dale S. Rahn
1996-12-28Adding OpenBSD tags to files.Dale S. Rahn
1996-12-28Changes necessary to make the kernel compile and boot.Dale S. Rahn
Some merging with NetBSD port.
1996-12-28add necessary file for powerpc port.Dale S. Rahn
It would be really nice if this was a "standard" libkern function.
1996-12-28Got an NCR controller too nowThorsten Lockert
1996-12-28Switch to pcvt for consoleThorsten Lockert
1996-12-27new NetBSD file; #include from <machine/cpu.h> on m68k boxenkstailey
1996-12-27merged into autoconf.h and control.hkstailey
1996-12-27merged into if_le.ckstailey
1996-12-26compile, Makefile rebuildMichael Shalayeff
1996-12-25smaller codeTheo de Raadt
1996-12-24sync with NetBSDkstailey
1996-12-24new NetBSD filekstailey
1996-12-24test kernel for wglen driverTheo de Raadt
1996-12-24nearly working driver for wglen serial cardTheo de Raadt
1996-12-24for the moment, yammer a bit moreTheo de Raadt
1996-12-24call all irq routinesTheo de Raadt
1996-12-24reclaim NFSMNT_RESVPORT bit, and add more traditional attribute cache ↵dm
timeout flags
1996-12-24Make termination of objects wait for possible collapses before alteringNiklas Hallqvist
the object's shadow linkage. Also note that the object is going to die so that a possible collapse can finish early.
1996-12-24deal with the 2340 lie in the right place, i thinkTheo de Raadt
1996-12-23no panic on ppp down/retryMichael Shalayeff
1996-12-23use _{NLIST,KERN}_DO_{AOUT,ELF,ECOFF} to select binary typesTheo de Raadt
1996-12-23i think this fixes COMPAT_ULTRIXTheo de Raadt
1996-12-23use _{NLIST,KERN}_DO_{AOUT,ELF,ECOFF} to select binary typesTheo de Raadt
1996-12-23Import of Openfirmware device drivers for PowerPC port.Dale S. Rahn
From NetBSD, with modification to get current time in kernel.
1996-12-22removed netbsd refs from "clean" targetkstailey
1996-12-22make spec_advlock() perform indirect call to lf_advlock()kstailey
1996-12-22bring back all the local OpenBSD changes to the pmax tree since 961107Thomas Graichen
i hope that i did'nt break anything of the files required for the alpha (in the dev dir) niklas :-)
1996-12-22update the pmax stuff to NetBSD 961107 - this version i got somehowThomas Graichen
compiled on my decstation 2100 (PLUTO) - but it will not fully work out of the box - but i want to bring it into the tree because i get my own pmax on 961228 - so that i have a good startpoint then :-) all the OpenBSD changes to the pmax tree will follow in the next commit
1996-12-21-Wall madness.Todd C. Miller
1996-12-21Check-in of powerpc kernel support.Dale S. Rahn
NOTE: This will not work until the other pieces are checked in. This is primarily the NetBSD powerpc port, with modifications to support ELF.
1996-12-21Check-in of powerpc kernel support.Dale S. Rahn
NOTE: This will not work until the other pieces are checked in. This is primarily the NetBSD powerpc port, with modifications to support ELF.
1996-12-21add disklabel supportTheo de Raadt
1996-12-20Add readdisklabel support for BSD disklabels. I got tired of the amiga RDBNiklas Hallqvist
only requirement, now you can partition with disklabel(8) -r instead. However I have not done in-kernel writedisklabel support yet.
1996-12-20constrain bufcache on sun4m tooTheo de Raadt
1996-12-20config-dependent heck noTheo de Raadt
1996-12-20add missing #ifdef COMPAT_10Thomas Graichen
1996-12-19netbsd fix to problem found by m4@nts.umn.eduTheo de Raadt
1996-12-19sync to 2.3b3Michael Shalayeff
1996-12-19do SIOCGIFADDRMichael Shalayeff
1996-12-19do SIOCGIFADDR in ether_ioctlMichael Shalayeff
1996-12-19treat only ether II type packets for ipx.Michael Shalayeff
1996-12-19Really set column to 0 when outputting a carriage return...Thorsten Lockert
1996-12-18Conditionalize GCC and ANSI/ISO C dependenciesNiklas Hallqvist
1996-12-18Make pccom compile. This stull really needs to be merged into theTodd C. Miller
normal com driver.
1996-12-17Fix oversight in column handling with OCRNL enabledThorsten Lockert
1996-12-17Reset output column when outputting \r with ONLCRThorsten Lockert
1996-12-17NFS attribute cache timeout mount paramdm