summaryrefslogtreecommitdiff
path: root/sys/conf
AgeCommit message (Collapse)Author
1998-05-20Increase NVNODE.Jason Downs
1998-05-20Enable NTP again now that mickey has solved the pentium timer problem.gene
1998-05-06Comment out NTP for now as it seems to expose a bug in the use of performancegene
timers on the Pentium.
1998-04-26remove another foul up of mineNiels Provos
1998-04-26typoTodd C. Miller
1998-04-26update audio from NetBSD, mostly by Lennart Augustsson <augustss@cs.chalmers.se>Niels Provos
1998-04-25Add option NTP to the standard set of things built into the kernel.gene
Adds minimal bloat vs. functionallity.
1998-03-24add isp driver from netbsd, more munging neededTheo de Raadt
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-07moving towards 2.3 nowTheo de Raadt
1998-03-01Merge of MACHINE_NEW_CONTIG (aka MNN) code from Chuck Cranor,Niklas Hallqvist
<chuck@openbsd.org>. This code is as of yet disabled on all platforms, actually not yet supported on more than mvme68k, although other platforms are expected soon, as code is already available. This code makes handling of multiple physical memory regions consistent over all platforms, as well as keeping the performance of maintaining a single continuous memory chunk. It is also a requirement for the upcoming UVM replacement VM system. What I did in this merge: just declared the pmap_map function in a MD include file per port that needs it. It's not an exported pmap interface, says Chuck. It ended up in differnt include files on differnet ports, as I tried to follow the current policy on a per-arch basis.
1998-02-15provide an lo1 for the netmask hackTheo de Raadt
1998-01-28Missing files, noted by Marco S Hyman <marc@snafu.org>Niklas Hallqvist
1998-01-26IPF 3.2.3dgregor
1998-01-10Broke up vfs_subr.c which was getting a bit huge. We now have seperate filesConstantine Sapuntzakis
for the syncer daemon as well as default VOP_*.
1997-11-25add ripemd160.Niels Provos
1997-11-10use files.wsconsMichael Shalayeff
1997-11-06Add some missing things for the MI vga driver. Move wscons to an MI place asNiklas Hallqvist
well. $OpenBSD$ tagging
1997-11-06Updates for VFS Lite 2 + soft update.Constantine Sapuntzakis
1997-11-06We need an MI vga driver. The alpha one was most MI. Not entirely yet though.Niklas Hallqvist
Some files were move behind CVS back.
1997-11-05noone cares about the strip driverTheo de Raadt
1997-11-04make it easier to add additional transforms. add blowfish and castNiels Provos
encryption. some more info for kernfs/ipsec.
1997-10-06back out vfs lite2 till after 2.2Theo de Raadt
1997-10-06VFS Lite2 ChangesConstantine Sapuntzakis
1997-10-012.2Theo de Raadt
1997-09-24correct PORTAL comment; kstailey@Michael Shalayeff
1997-09-02Remove COMPAT_NOMID, it should never have been here in the first place.Jason Downs
1997-08-20Comment out wavelan device.Angelos D. Keromytis
1997-08-19Add wlp (wavelan) device.Angelos D. Keromytis
1997-07-23Add netatalk files.denny
1997-07-11put old esp/ah and new esp/ah in different files.Niels Provos
generalised way of handling transforms.
1997-07-01only need one encap device nowNiels Provos
1997-06-25..and EXT2FS for all.Jason Downs
1997-06-23activate IPFILTER_LOGkstailey
1997-06-23IPFILTER_LOG should be a kernel optionkstailey
1997-06-23Add option PPP_BSDCOMP and PPP_DEFLATEgene
1997-06-214 strips? there is no need for thatTheo de Raadt
1997-06-203des edeNiels Provos
1997-06-20ip_ahsha1.c + ip_esp3des.cNiels Provos
1997-06-02add stripTheo de Raadt
1997-05-30Support the new ext2fs.Jason Downs
1997-05-29add ipsec by defaultTheo de Raadt
1997-05-28move vm_cache_max into param.cMichael Shalayeff
make it maxusers adaptive note, that NTEXT approximation is probably not the best idea
1997-04-30more inet & ipsecTheo de Raadt
1997-04-30inet & ipsecTheo de Raadt
1997-04-28Kernel release is 2.1.Jason Downs
1997-04-24Don't even support LFS in the kernel.Jason Downs
1997-04-17not all ports use rd, duhTheo de Raadt
1997-04-14rd pdevTheo de Raadt
1997-03-30no more 2(two) md5 libs in kernel!Michael Shalayeff
tested for rnd(4).... should work for ip too, since it's the copy of ip_md*. use sys/md5k.h for protos.... std iface forever! hurray!