summaryrefslogtreecommitdiff
path: root/sys/conf/GENERIC
AgeCommit message (Collapse)Author
2008-03-16Widen some struct statfs fields to support large filesystem stataOtto Moerbeek
and add some to be able to support statvfs(2). Do the compat dance to provide backward compatibility. ok thib@ miod@
2008-01-05Add support for the Meinberg Standard Time String format that all MeinbergMarc 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-28COMPAT_{23,25,35} should not be used directlyTheo de Raadt
2007-11-27TCP_COMPAT_42 was last used in 1997. Kill it.Theo de Raadt
ok millert
2007-11-25Re-enable softraid. Tested on virtually all platforms by many people.Marco Peereboom
Thanks! ok deraadt
2007-11-25turn off COMPAT_35; ok miodTheo de Raadt
2007-06-15disable 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-05IPX is about to go away, remove commented out IPX options in GENERIC andHenning Brauer
ipx related files (doesn't compile anyway)
2007-06-02Enable 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-28bio for all archs, ok krw@ kettenis@ sounds good marco@ go for it deraadt@Todd T. Fries
2007-05-27back out bio, breaks dlg's sparc64 v215Todd T. Fries
prompted by/ok dlg@ deraadt@
2007-05-26prodded by marco, enable bio everywhereTodd T. Fries
grudgingly ok deraadt@
2007-04-30Enable FFS2, okay deraadt@Pedro Martelletto
2007-04-17Add commented out entry for FFS2Todd C. Miller
2007-03-19attach softraid to the root of the device tree in a machine independantDavid 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-03Remove the tb(4) line discipline and manual page. I found no man pagesMarc Balmer
referencing tb(4). ok deraadt
2006-06-14enable the NMEA 0183 line discipline in GENERIC. see nmea(4) for details.Marc Balmer
ok deraadt
2005-12-12Only 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-06Remove fdescfsPedro Martelletto
2005-11-24Remove kernfs, okay deraadt@.Pedro Martelletto
2005-10-05Add 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 # XNSHenning Brauer
-#option NSIP # XNS tunneling over IP
2005-06-07remove commented-out CCITT optionHenning Brauer
2005-05-26RIP stackable filesystems, ok marius@ tedu@, discussed with deraadt@Pedro Martelletto
2005-05-24initial 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-22add option VFSDEBUG, disabled by defaultPedro Martelletto
2005-03-30enable UDF in GENERICTheo de Raadt
2005-01-14Add 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-28In 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-24nothing really uses kernfs anymore, and in general it is unsafe since theTheo de Raadt
way that it interacts with the buffer cache can result in non-atomic data ok most people
2004-11-24disable the layer filesystems by default; ok lots of peopleTheo de Raadt
2004-07-31remove GATEWAY and IPFORWARDING option knobs, use the sysctl.Brad Smith
ok mcbride@ miod@ deraadt@
2004-07-15remove commented-out netiso stuffHenning Brauer
2004-05-28bpf 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-27make acct(2) optional with ACCOUNTINGTed Unangst
ok art@ deraadt@
2004-05-03Add COMPAT_35Todd C. Miller
2004-04-10Make it more obvious that you don't have to modify the counts on clonableRyan Thomas McBride
devices anymore. ok deraadt@ henning@ krw@ millert@
2004-03-02disable COMPAT_25; ok miod millertTheo de Raadt
2004-02-10Decrease the initial number of ptys from 64 to 16. If the systemsTodd C. Miller
needs more it will allocate them on demand. OK deraadt@ beck@
2004-02-10Adjust comment now that number of ptys is dynamic.Todd C. Miller
2004-01-26TCP_SIGNATURE enabled by defaultTheo de Raadt
2004-01-18clean out #ifdef horror show in xfs_dev-bsd.c and enable XFS in GENERIC.Bob Beck
ok deraadt@, todd@
2004-01-07dirhash is good to go. ok deraadt@Ted Unangst
2003-10-212 carp not 4Theo de Raadt
2003-10-17Common Address Redundancy ProtocolRyan 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-14make PULLDOWN_TEST codepath the default (has been default for a long time).Jun-ichiro itojun Hagino
markus ok
2003-05-13turn layer fs back on. nullfs at least is very solid, and union isn't tooTed Unangst
bad. suggested by deraadt and naddy
2003-02-28do not entice people into playing with broken fsTed Unangst
ok deraadt@
2002-11-29expose state table changesMichael Shalayeff
2002-09-26renable sppp and lmc, now freeTheo de Raadt