summaryrefslogtreecommitdiff
path: root/sys/conf/files
AgeCommit message (Collapse)Author
1998-09-03o OpenBSD gets if_media support (from NetBSD)Jason Wright
o rework/simplify if_xl to use it
1998-08-30glue for xfsArtur Grabowski
1998-08-27Undo changes which were not discussed.Theo de Raadt
1998-08-27defopt TIMEZONEMichael Shalayeff
1998-08-27defopt NTPMichael Shalayeff
1998-08-24back out a change that should not have escapedTodd C. Miller
1998-08-24/dev/ksyms; kernel symbols pseudo-device that masquerades as an a.out binary ↵Todd C. Miller
for ports that copy the symbol table to the end of kernel space (all that use DDB do this)
1998-07-10add MI ipx_cksum.c for those missing MD oneMichael Shalayeff
1998-04-26remove another foul up of mineNiels Provos
1998-04-26update audio from NetBSD, mostly by Lennart Augustsson <augustss@cs.chalmers.se>Niels Provos
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-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-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-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-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-06-203des edeNiels Provos
1997-06-20ip_ahsha1.c + ip_esp3des.cNiels Provos
1997-05-30Support the new ext2fs.Jason Downs
1997-04-30more inet & ipsecTheo de Raadt
1997-04-30inet & ipsecTheo de Raadt
1997-04-24Don't even support LFS in the kernel.Jason Downs
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!
1997-03-23Some changes for arc local bus com & lpt.Per Fogelstrom
1997-02-27Add M.I. ncr53c9x SCSI driver file.briggs
1997-02-20IPSEC package by John Ioannidis and Angelos D. Keromytis. Written inTheo de Raadt
Greece. From ftp.funet.fi:/pub/unix/security/net/ip/BSDipsec.tar.gz
1996-12-23use _{NLIST,KERN}_DO_{AOUT,ELF,ECOFF} to select binary typesTheo de Raadt
1996-11-30Com driver moved, still somewhat ISA-dependent though, but it willNiklas Hallqvist
improve. Pica and PCMCIA-dependent stuff factored out.
1996-11-30Cleaned up. lpt is MI now.Niklas Hallqvist
1996-11-28Adaption to new bus.h from NetBSD. Various driver has been updated toNiklas Hallqvist
NetBSD 961107 state. Other has not, partly because sometimes the bus.h changes was coupled with other changes.
1996-10-29quota minimizingTheo de Raadt
1996-10-21undo last change.Michael Shalayeff
Use The Source, Luke!
1996-10-21add procfs flagsMichael Shalayeff
1996-10-19not ready for this yet, mickeyTheo de Raadt
1996-10-19random device is permanent now.Michael Shalayeff
1996-09-20do not fool people into thinking VNODEPAGER is an option; netbsd pr#2757, ↵Theo de Raadt
erik@aarhus1.uni-c.dk
1996-08-30rnd, not randomTheo de Raadt
1996-08-29randomTheo de Raadt