Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-05-20 | Increase NVNODE. | Jason Downs | |
1998-05-20 | Enable NTP again now that mickey has solved the pentium timer problem. | gene | |
1998-05-06 | Comment out NTP for now as it seems to expose a bug in the use of performance | gene | |
timers on the Pentium. | |||
1998-04-26 | remove another foul up of mine | Niels Provos | |
1998-04-26 | typo | Todd C. Miller | |
1998-04-26 | update audio from NetBSD, mostly by Lennart Augustsson <augustss@cs.chalmers.se> | Niels Provos | |
1998-04-25 | Add option NTP to the standard set of things built into the kernel. | gene | |
Adds minimal bloat vs. functionallity. | |||
1998-03-24 | add isp driver from netbsd, more munging needed | Theo de Raadt | |
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-07 | moving towards 2.3 now | Theo de Raadt | |
1998-03-01 | Merge 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-15 | provide an lo1 for the netmask hack | Theo de Raadt | |
1998-01-28 | Missing files, noted by Marco S Hyman <marc@snafu.org> | Niklas Hallqvist | |
1998-01-26 | IPF 3.2.3 | dgregor | |
1998-01-10 | Broke up vfs_subr.c which was getting a bit huge. We now have seperate files | Constantine Sapuntzakis | |
for the syncer daemon as well as default VOP_*. | |||
1997-11-25 | add ripemd160. | Niels Provos | |
1997-11-10 | use files.wscons | Michael Shalayeff | |
1997-11-06 | Add some missing things for the MI vga driver. Move wscons to an MI place as | Niklas Hallqvist | |
well. $OpenBSD$ tagging | |||
1997-11-06 | Updates for VFS Lite 2 + soft update. | Constantine Sapuntzakis | |
1997-11-06 | We 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-05 | noone cares about the strip driver | Theo de Raadt | |
1997-11-04 | make it easier to add additional transforms. add blowfish and cast | Niels Provos | |
encryption. some more info for kernfs/ipsec. | |||
1997-10-06 | back out vfs lite2 till after 2.2 | Theo de Raadt | |
1997-10-06 | VFS Lite2 Changes | Constantine Sapuntzakis | |
1997-10-01 | 2.2 | Theo de Raadt | |
1997-09-24 | correct PORTAL comment; kstailey@ | Michael Shalayeff | |
1997-09-02 | Remove COMPAT_NOMID, it should never have been here in the first place. | Jason Downs | |
1997-08-20 | Comment out wavelan device. | Angelos D. Keromytis | |
1997-08-19 | Add wlp (wavelan) device. | Angelos D. Keromytis | |
1997-07-23 | Add netatalk files. | denny | |
1997-07-11 | put old esp/ah and new esp/ah in different files. | Niels Provos | |
generalised way of handling transforms. | |||
1997-07-01 | only need one encap device now | Niels Provos | |
1997-06-25 | ..and EXT2FS for all. | Jason Downs | |
1997-06-23 | activate IPFILTER_LOG | kstailey | |
1997-06-23 | IPFILTER_LOG should be a kernel option | kstailey | |
1997-06-23 | Add option PPP_BSDCOMP and PPP_DEFLATE | gene | |
1997-06-21 | 4 strips? there is no need for that | Theo de Raadt | |
1997-06-20 | 3des ede | Niels Provos | |
1997-06-20 | ip_ahsha1.c + ip_esp3des.c | Niels Provos | |
1997-06-02 | add strip | Theo de Raadt | |
1997-05-30 | Support the new ext2fs. | Jason Downs | |
1997-05-29 | add ipsec by default | Theo de Raadt | |
1997-05-28 | move vm_cache_max into param.c | Michael Shalayeff | |
make it maxusers adaptive note, that NTEXT approximation is probably not the best idea | |||
1997-04-30 | more inet & ipsec | Theo de Raadt | |
1997-04-30 | inet & ipsec | Theo de Raadt | |
1997-04-28 | Kernel release is 2.1. | Jason Downs | |
1997-04-24 | Don't even support LFS in the kernel. | Jason Downs | |
1997-04-17 | not all ports use rd, duh | Theo de Raadt | |
1997-04-14 | rd pdev | Theo de Raadt | |
1997-03-30 | no 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! |