Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-06-08 | -#option NS # XNS | Henning Brauer | |
-#option NSIP # XNS tunneling over IP | |||
2005-06-07 | remove commented-out CCITT option | Henning Brauer | |
2005-05-26 | RIP stackable filesystems, ok marius@ tedu@, discussed with deraadt@ | Pedro Martelletto | |
2005-05-24 | initial import of a trunking (link aggregation and link failover) | Reyk Floeter | |
implementation. it currently supports round robin mode with link state checking, additional modes will be added later. ok brad@, deraadt@ | |||
2005-05-22 | add option VFSDEBUG, disabled by default | Pedro Martelletto | |
2005-03-30 | enable UDF in GENERIC | Theo de Raadt | |
2005-01-14 | Add kernel support for Protocol Independant Multicast (PIM) | Ryan Thomas McBride | |
Information: http://netweb.usc.edu/pim/ From Pavlin Radoslavov <pavlin@icir.org> ok deraadt@ brad@ | |||
2004-11-28 | In kernel pppoe client, a simple IPv4 only implementation. | Can Erkin Acar | |
Initial porting from NetBSD by David Berghoff. Modified/simplified to match our sppp implementation. ok deraadt@ | |||
2004-11-24 | nothing really uses kernfs anymore, and in general it is unsafe since the | Theo de Raadt | |
way that it interacts with the buffer cache can result in non-atomic data ok most people | |||
2004-11-24 | disable the layer filesystems by default; ok lots of people | Theo de Raadt | |
2004-07-31 | remove GATEWAY and IPFORWARDING option knobs, use the sysctl. | Brad Smith | |
ok mcbride@ miod@ deraadt@ | |||
2004-07-15 | remove commented-out netiso stuff | Henning Brauer | |
2004-05-28 | bpf device cloning. | Alexander Yurchenko | |
Now to have more bpf devices just add device nodes in /dev, no need to recompile kernel anymore. Code from form@pdp-11.org.ru, some help from markus@. ok markus@ canacar@ deraadt@ | |||
2004-05-27 | make acct(2) optional with ACCOUNTING | Ted Unangst | |
ok art@ deraadt@ | |||
2004-05-03 | Add COMPAT_35 | Todd C. Miller | |
2004-04-10 | Make it more obvious that you don't have to modify the counts on clonable | Ryan Thomas McBride | |
devices anymore. ok deraadt@ henning@ krw@ millert@ | |||
2004-03-02 | disable COMPAT_25; ok miod millert | Theo de Raadt | |
2004-02-10 | Decrease the initial number of ptys from 64 to 16. If the systems | Todd C. Miller | |
needs more it will allocate them on demand. OK deraadt@ beck@ | |||
2004-02-10 | Adjust comment now that number of ptys is dynamic. | Todd C. Miller | |
2004-01-26 | TCP_SIGNATURE enabled by default | Theo de Raadt | |
2004-01-18 | clean out #ifdef horror show in xfs_dev-bsd.c and enable XFS in GENERIC. | Bob Beck | |
ok deraadt@, todd@ | |||
2004-01-07 | dirhash is good to go. ok deraadt@ | Ted Unangst | |
2003-10-21 | 2 carp not 4 | Theo de Raadt | |
2003-10-17 | Common Address Redundancy Protocol | Ryan Thomas McBride | |
Allows multiple hosts to share an IP address, providing high availability and load balancing. Based on code by mickey@, with additional help from markus@ and Marco_Pfatschbacher@genua.de ok deraadt@ | |||
2003-05-14 | make PULLDOWN_TEST codepath the default (has been default for a long time). | Jun-ichiro itojun Hagino | |
markus ok | |||
2003-05-13 | turn layer fs back on. nullfs at least is very solid, and union isn't too | Ted Unangst | |
bad. suggested by deraadt and naddy | |||
2003-02-28 | do not entice people into playing with broken fs | Ted Unangst | |
ok deraadt@ | |||
2002-11-29 | expose state table changes | Michael Shalayeff | |
2002-09-26 | renable sppp and lmc, now free | Theo de Raadt | |
2002-09-23 | turn off sppp, lmc, and cz until various licenses on those components are | Theo de Raadt | |
resolved. sorry -- i've been warning people for some time that i would start to take this stance. | |||
2002-07-06 | Remove kernel support for NTP. ok deraadt@ and tholo@ | Thomas Nordin | |
2002-05-16 | systrace pseudo-device okay deraadt@ | Niels Provos | |
2002-05-16 | put TCP_ECN into the kernel | Theo de Raadt | |
2002-03-14 | Turn the ptrace(2) syscall into a kernel compile option, option PTRACE in | Miod Vallat | |
your kernel configuration file. By default, GENERIC will enable this. When PTRACE is not enabled, several ptrace-like features of the procfs filesystem will be disabled as well (namely, the ability to read and write any process' registers, as well as attching, single stepping and detaching to/from processes). This should help paranoid people build better sandboxens, and us to build smaller ramdisks. | |||
2001-09-17 | No need to define TIMEZONE and DST to 0 here, param.c does that automagically. | Artur Grabowski | |
2001-08-09 | change a maze of altq options into just "altq" for the base+red+cbq, and | Theo de Raadt | |
then altq_* for each of the other * experimental options. and.. enable it by default in GENERIC. | |||
2001-08-08 | IPCOMP removal. deraadt@ ok. | Jean-Jacques Bernard-Gundol | |
2001-07-06 | "option IPSEC needs the enc interface" | Angelos D. Keromytis | |
2001-07-05 | IPComp. Turned off by default in GENERIC. | Jean-Jacques Bernard-Gundol | |
2001-06-27 | SWAPPAGER and DEVPAGER are distant memories from the past. | Artur Grabowski | |
2001-06-25 | we need only one pflog now | Niels Provos | |
2001-06-25 | first stab at packet logging for pf. inspired by late night dreams of art. | Niels Provos | |
we just pass drop and passed packets to different pseudo interface that can be listened to with bpf. | |||
2001-06-25 | move pf hooks to sys/conf/GENERIC | Kjell Wooding | |
2001-05-30 | Remove ipf. Darren Reed has interpreted his (old, new, whichever) | Theo de Raadt | |
licence in a way that makes ipf not free according to the rules we established over 5 years ago, at www.openbsd.org/goals.html (and those same basic rules govern the other *BSD projects too). Specifically, Darren says that modified versions are not permitted. But software which OpenBSD uses and redistributes must be free to all (be they people or companies), for any purpose they wish to use it, including modification, use, peeing on, or even integration into baby mulching machines or atomic bombs to be dropped on Australia. Furthermore, we know of a number of companies using ipf with modification like us, who are now in the same situation, and we hope that some of them will work with us to fill this gap that now exists in OpenBSD (temporarily, we hope). | |||
2001-05-17 | It's Daylight Saving Time, not Savings. Fix comments. | Peter Valchev | |
Discussed with pjanzen@ | |||
2001-05-16 | Create COMPAT_25 and move ogetfsstat, ostatfs and ostatfs into it. | Todd C. Miller | |
Create COMPAT_23 and move __osemctl, omsgctl, oshmctl there. | |||
2001-05-16 | kill COMPAT_{09,10,11} kernel options. We still need kern_info_09.c and ↵ | Todd C. Miller | |
kern_ipc_10.c for other compat modules. | |||
2001-05-04 | vlan in GENERIC (ti(4) now has an issue, jason will deal) | Theo de Raadt | |
2001-04-09 | FFS_SOFTUPDATES in sys/conf/GENERIC | Theo de Raadt | |
2001-04-09 | LFS is not an option right now. | Artur Grabowski | |