summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
1998-03-15Update Berkeley sccsid since this includes the lite2 changesTodd C. Miller
1998-03-15enable softupdatesMichael Shalayeff
1998-03-15Add Kirk McKusick's soft update code. This is an implementation of:Todd C. Miller
http://www.ece.cmu.edu/~ganger/papers/CSE-TR-254-95/ This code currently has a restrictive copyright (for the time being) and so is not enabled by default; "option FFS_SOFTUPDATES" will enable it. Note that you will need to re-run config(8) as the old softdep stubs have moved to ffs_softdep_stub.c.
1998-03-14Changes necesary for new soft updates code. Doesn't affect old soft updatesTodd C. Miller
or kernels without soft updates...
1998-03-11make usage message much prettierTheo de Raadt
1998-03-11change CPPFLAGS= to CPPFLAGS+= - so that the definition of -DSERIALThomas Graichen
in mbr/Makefile will not be overridden (seems like nobody is using a serial console)
1998-03-11remove wrong end of comment which breaks compilation with -DSERIALThomas Graichen
enabled
1998-03-11syncTheo de Raadt
1998-03-11another deviceTheo de Raadt
1998-03-11delete blank lineTheo de Raadt
1998-03-10Added support for the 82553 and 'B' 82555 PHY; dg@freebsdTheo de Raadt
1998-03-10Play nicely with soft updates. Based on a patch from Kirk via FreeBSD--untestedTodd C. Miller
1998-03-10not yetTheo de Raadt
1998-03-10Clear dependcy list so we don't panic a soft updates kernel.Todd C. Miller
1998-03-10syncTheo de Raadt
1998-03-10merge in tags from freebsdTheo de Raadt
1998-03-10not yetTheo de Raadt
1998-03-10propogate pci flagsTheo de Raadt
1998-03-10please gcc 2.8.1Theo de Raadt
1998-03-10syncTheo de Raadt
1998-03-10sync to netbsd; we have some extra thoughTheo de Raadt
1998-03-10use .OxTodd C. Miller
1998-03-09print how much memoryTheo de Raadt
1998-03-09handle 128KB if_le chunksTheo de Raadt
1998-03-09print hotfix info at end of cpu attach lineTheo de Raadt
1998-03-08uncomment wdc1 as that's often where atapi cdroms liveTodd C. Miller
1998-03-08move to 2.3Theo de Raadt
1998-03-07moving towards 2.3 nowTheo de Raadt
1998-03-07improve performance by avoiding unnecessary copies.Niels Provos
1998-03-07please the anal compilerTheo de Raadt
1998-03-07Prototype pmap_map here so we can use it in machdep.c.gene
Eventually, pmap_activate and pmap_deactivate will go away completely in favor of a better m68k framework, but we're not ready for that.
1998-03-07syncJason Downs
1998-03-07more Symbios products (from ncr.c)Jason Downs
1998-03-06Keep gcc from addint an implicit memset() behind our back. ThanksTodd C. Miller
to Niklas and Theo for help in tracking down what was going on.
1998-03-06Just alter the tag if it is not already setNiklas Hallqvist
1998-03-06Just set the OS tag if it is not already setNiklas Hallqvist
1998-03-06NCR is handled per process nowNiklas Hallqvist
1998-03-06regenNiklas Hallqvist
1998-03-06Make NCR rdebug behaviour dependent on p_os fieldNiklas Hallqvist
1998-03-06Ensure the correct probe will be run for an OLF binaryNiklas Hallqvist
1998-03-06After talk w/ developers, revert gcc 2.8 changes again.gene
We're striving for progressiveness. If you want to build a kernel now, though, you /need/ gcc 2.8.
1998-03-06Please gcc 2.8Todd C. Miller
1998-03-06please gcc 2.8Todd C. Miller
1998-03-06Back out gcc 2.8 warning stubs.gene
Obviously, they break earlier versions of which there are still a great number floating around.
1998-03-06main returns intTodd C. Miller
1998-03-05main returns intTheo de Raadt
1998-03-05add OpenBSD tagMats O Jansson
1998-03-05please gcc 2.8Mats O Jansson
1998-03-05guard against multiple inclusionMarco S Hyman
1998-03-05please GCC 2.8Niklas Hallqvist