Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-03-16 | Widen some struct statfs fields to support large filesystem stata | Otto Moerbeek | |
and add some to be able to support statvfs(2). Do the compat dance to provide backward compatibility. ok thib@ miod@ | |||
2008-01-05 | Add support for the Meinberg Standard Time String format that all Meinberg | Marc Balmer | |
radio clocks can transmit over serial ports. This is implemented as a line discipline similar to nmea(4) and provides a timedelta sensor. See http://www.meinberg.de/english/specs/timestr.htm for details on the MSTS format. ldattach(8) is extended to support the "msts" line discipline and two stopbits (which some radio clocks, e.g. the C51 use). Do a "make includes" before your next system build. Initially from Maurice Janssen based on nmea(4). "go for it" deraadt | |||
2007-11-28 | COMPAT_{23,25,35} should not be used directly | Theo de Raadt | |
2007-11-27 | TCP_COMPAT_42 was last used in 1997. Kill it. | Theo de Raadt | |
ok millert | |||
2007-11-25 | Re-enable softraid. Tested on virtually all platforms by many people. | Marco Peereboom | |
Thanks! ok deraadt | |||
2007-11-25 | turn off COMPAT_35; ok miod | Theo de Raadt | |
2007-06-15 | disable softraid (because ↵ | Theo de Raadt | |
sr_boot_assembly->readdisklabel->readdoslabel->biowait) is what happens on late-cold architectures. something else has to be fixed first before that is permitted, i guess. | |||
2007-06-05 | IPX is about to go away, remove commented out IPX options in GENERIC and | Henning Brauer | |
ipx related files (doesn't compile anyway) | |||
2007-06-02 | Enable softraid so that people can start testing it. | Marco Peereboom | |
Note: this is a work in progress! this is under active development and things will change. prompted and ok deraadt | |||
2007-05-28 | bio for all archs, ok krw@ kettenis@ sounds good marco@ go for it deraadt@ | Todd T. Fries | |
2007-05-27 | back out bio, breaks dlg's sparc64 v215 | Todd T. Fries | |
prompted by/ok dlg@ deraadt@ | |||
2007-05-26 | prodded by marco, enable bio everywhere | Todd T. Fries | |
grudgingly ok deraadt@ | |||
2007-04-30 | Enable FFS2, okay deraadt@ | Pedro Martelletto | |
2007-04-17 | Add commented out entry for FFS2 | Todd C. Miller | |
2007-03-19 | attach softraid to the root of the device tree in a machine independant | David Gwynne | |
way, rather than requiring some glue in each machines mainbus probe. it is still commented out. based on a discussion with miod@ ok marco@ deraadt@ | |||
2006-08-03 | Remove the tb(4) line discipline and manual page. I found no man pages | Marc Balmer | |
referencing tb(4). ok deraadt | |||
2006-06-14 | enable the NMEA 0183 line discipline in GENERIC. see nmea(4) for details. | Marc Balmer | |
ok deraadt | |||
2005-12-12 | Only include PROCFS on kernels which have either COMPAT_LINUX or COMPAT_SVR4, | Miod Vallat | |
otherwise it's just a waste of bytes. ok deraadt@ mickey@ | |||
2005-12-06 | Remove fdescfs | Pedro Martelletto | |
2005-11-24 | Remove kernfs, okay deraadt@. | Pedro Martelletto | |
2005-10-05 | Add multicast routing to GENERIC. | Esben Norby | |
It is now possible to enable multicast routing in the kernel with the sysctl option net.inet.ip.mforwarding=1 Based on intial work by msf@ help claudio@ ok claudio@ deraadt@ | |||
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 | |