Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-03-15 | Update Berkeley sccsid since this includes the lite2 changes | Todd C. Miller | |
1998-03-15 | enable softupdates | Michael Shalayeff | |
1998-03-15 | Add 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-14 | Changes necesary for new soft updates code. Doesn't affect old soft updates | Todd C. Miller | |
or kernels without soft updates... | |||
1998-03-11 | make usage message much prettier | Theo de Raadt | |
1998-03-11 | change CPPFLAGS= to CPPFLAGS+= - so that the definition of -DSERIAL | Thomas Graichen | |
in mbr/Makefile will not be overridden (seems like nobody is using a serial console) | |||
1998-03-11 | remove wrong end of comment which breaks compilation with -DSERIAL | Thomas Graichen | |
enabled | |||
1998-03-11 | sync | Theo de Raadt | |
1998-03-11 | another device | Theo de Raadt | |
1998-03-11 | delete blank line | Theo de Raadt | |
1998-03-10 | Added support for the 82553 and 'B' 82555 PHY; dg@freebsd | Theo de Raadt | |
1998-03-10 | Play nicely with soft updates. Based on a patch from Kirk via FreeBSD--untested | Todd C. Miller | |
1998-03-10 | not yet | Theo de Raadt | |
1998-03-10 | Clear dependcy list so we don't panic a soft updates kernel. | Todd C. Miller | |
1998-03-10 | sync | Theo de Raadt | |
1998-03-10 | merge in tags from freebsd | Theo de Raadt | |
1998-03-10 | not yet | Theo de Raadt | |
1998-03-10 | propogate pci flags | Theo de Raadt | |
1998-03-10 | please gcc 2.8.1 | Theo de Raadt | |
1998-03-10 | sync | Theo de Raadt | |
1998-03-10 | sync to netbsd; we have some extra though | Theo de Raadt | |
1998-03-10 | use .Ox | Todd C. Miller | |
1998-03-09 | print how much memory | Theo de Raadt | |
1998-03-09 | handle 128KB if_le chunks | Theo de Raadt | |
1998-03-09 | print hotfix info at end of cpu attach line | Theo de Raadt | |
1998-03-08 | uncomment wdc1 as that's often where atapi cdroms live | Todd C. Miller | |
1998-03-08 | move to 2.3 | Theo de Raadt | |
1998-03-07 | moving towards 2.3 now | Theo de Raadt | |
1998-03-07 | improve performance by avoiding unnecessary copies. | Niels Provos | |
1998-03-07 | please the anal compiler | Theo de Raadt | |
1998-03-07 | Prototype 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-07 | sync | Jason Downs | |
1998-03-07 | more Symbios products (from ncr.c) | Jason Downs | |
1998-03-06 | Keep gcc from addint an implicit memset() behind our back. Thanks | Todd C. Miller | |
to Niklas and Theo for help in tracking down what was going on. | |||
1998-03-06 | Just alter the tag if it is not already set | Niklas Hallqvist | |
1998-03-06 | Just set the OS tag if it is not already set | Niklas Hallqvist | |
1998-03-06 | NCR is handled per process now | Niklas Hallqvist | |
1998-03-06 | regen | Niklas Hallqvist | |
1998-03-06 | Make NCR rdebug behaviour dependent on p_os field | Niklas Hallqvist | |
1998-03-06 | Ensure the correct probe will be run for an OLF binary | Niklas Hallqvist | |
1998-03-06 | After 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-06 | Please gcc 2.8 | Todd C. Miller | |
1998-03-06 | please gcc 2.8 | Todd C. Miller | |
1998-03-06 | Back out gcc 2.8 warning stubs. | gene | |
Obviously, they break earlier versions of which there are still a great number floating around. | |||
1998-03-06 | main returns int | Todd C. Miller | |
1998-03-05 | main returns int | Theo de Raadt | |
1998-03-05 | add OpenBSD tag | Mats O Jansson | |
1998-03-05 | please gcc 2.8 | Mats O Jansson | |
1998-03-05 | guard against multiple inclusion | Marco S Hyman | |
1998-03-05 | please GCC 2.8 | Niklas Hallqvist | |