summaryrefslogtreecommitdiff
path: root/sys/conf/GENERIC
AgeCommit message (Collapse)Author
2014-03-05re-enable POOL_DEBUGChris Cappuccio
2014-02-22disable POOL_DEBUG for releaseJonathan Gray
ok deraadt@
2013-12-14enable tmpfs so it gets tested some more.Marc Espie
okay kettenis@, martin@, beck@, krw@, tedu@, millert@
2013-11-01enable fuse.Sylvestre Gallon
ok deraadt@
2013-10-21enable vxlan(4). ok deraadt@Reyk Floeter
2013-10-13Import vxlan(4), the virtual extensible local area network tunnelReyk Floeter
interface. VXLAN is a UDP-based tunnelling protocol for overlaying virtualized layer 2 networks over layer 3 networks. The implementation is based on draft-mahalingam-dutt-dcops-vxlan-04 and has been tested with other implementations in the wild. put it in deraadt@
2013-10-01as predicted, problems have been found with mpath. disabling it while theyDavid Gwynne
get figured out.
2013-09-28enable mpath, rdac, and sym to see what will happen.David Gwynne
discussed with and ok deraadt. we expect a problem will appear which will cause it to be disabled again, but unless we try this we wont see the problems.
2013-08-17Fix comment, socket splice can also do UDP now. Fix white spaces.Alexander Bluhm
2013-08-14The last user of the old __tfork() was updated to the current one,Philip Guenther
so COMPAT_O51 can go. The complete ABI role means COMPAT_O53 can be removed as well. ok jsing@ tedu@
2013-08-07re-enable POOL_DEBUG after release; ok deraadt@Christian Weisgerber
2013-07-11disable POOL_DEBUG for releaseJonathan Gray
ok deraadt@
2013-04-15Add an f_mntfromspec member to struct statfs, which specifies the name ofJoel Sing
the special provided when the mount was requested. This may be the same as the special that was actually used for the mount (e.g. in the case of a device node) or it may be different (e.g. in the case of a DUID). Whilst here, change f_ctime to a 64 bit type and remove the pointless f_spare members. Compatibility goo courtesy of guenther@ ok krw@ millert@
2013-03-14tedu faith(4), suggested by todd@ some weeks ago after a submission byMartin Pieuchot
dhill. ok krw@, mikeb@, tedu@ (implicit)
2013-03-01AnticiPhilip Guenther
pation: back to -current
2013-01-31welcome to 5.3-BETAMiod Vallat
2012-09-19cleanup around the pipex. naming style, delete or update comments.YASUOKA Masahiko
no functional changes.
2012-09-05COMPAT_O48 can be turned off; ok guentherTheo de Raadt
2012-08-23kill nnpfs deadTheo de Raadt
2012-07-26now that we are current again, enable POOL_DEBUGOtto Moerbeek
2012-07-16As usual, turn off POOL_DEBUG for the release. Note that POOL_DEBUG isJasper Lievisse Adriaanse
not the same as it was in 4.9 or earlier. In either case you can turn it on again using sysctl kern.pool_debug=1 -- but if POOL_DEBUG is not enabled you only get a subset of the strict checks. ok deraadt@
2012-06-21Actually enabling the __tfork compat code would be a Good ThingPhilip Guenthe
2012-02-15re-enable POOL_DEBUG for -currentTheo de Raadt
2012-02-09As usual, turn off POOL_DEBUG for the release. Note that POOL_DEBUG isTheo de Raadt
not the same as it was in 4.9 or earlier. In either case you can turn it on again using sysctl kern.pool_debug=1 -- but if POOL_DEBUG is not enabled you only get a subset of the strict checks. prodded by david
2011-10-06ccd goes to the atticTheo de Raadt
discussed with jsing and millert
2011-08-21Re-enable POOL_DEBUG. requested by deraadt@.Matthieu Herrb
2011-08-03As usual, turn off POOL_DEBUG for the release. Note that POOL_DEBUG isTheo de Raadt
not the same as it was in 4.9 or earlier. In either case you can turn it on again using sysctl kern.pool_debug=1 -- but if POOL_DEBUG is not enabled you only get a subset of the strict checks. ok kettenis miod beck
2011-07-09Fix up previous diff: use COMPAT_O48 instead of COMPAT_48, add optionMatthew Dempsky
to GENERIC, wrap compat_o48_sys_getdirentries() with an appropriate #ifdef, and use struct compat_o48_sys_getdirentries_args instead of struct sys_getdirentries_args.
2011-07-09begone, fucking rotten appletalk shit. ok roomHenning Brauer
2011-07-08this also must be included my previous commit. sorry.YASUOKA Masahiko
Include PIPEX in kernel by default. And add new sysctl variable `net.pipex.enable' to enable PIPEX. By default, pipex is disabled and it will not process packets from wire. Update man pages and update HOWTO_PIPEX_NPPPD.txt for testers. discussed with dlg@, ok deraadt@ mcbride@ claudio@
2011-07-08do 1.174 correctly and remove (commented out) option PORTALJonathan Gray
2011-07-04Disable NNPFS;Thordur I. Bjornsson
A purdy OpenAFS port is being worked on and everybody hates having to touch files inside nnpfs/ so it is going to go away real soon. ok deraadt@, beck@
2011-07-02rename VFSDEBUG to VFLCKDEBUG;Thordur I. Bjornsson
prompted by tedu@
2011-04-06POOL_DEBUG has nothing to do with portalfsTheo de Raadt
2011-04-05Remove portalfs.Thordur I. Bjornsson
While it is a terribly cool idea, it's just awful and since noone has stepped up to the plate to keep it up with the current vop state, retire it to the attic. ok krw@, deraadt@, guenther@, miod@. comments from jmc@
2011-04-04COMPAT_O47 (kernel getpeereid, which was replaced by libc getpeereid)Theo de Raadt
can go away ok guenther
2011-03-02enable POOL_DEBUG again since we are not in releaseTheo de Raadt
2011-02-15move us to real 4.9Theo de Raadt
2011-01-19group filesystems togetherThordur I. Bjornsson
ok miod@
2011-01-07Add socket option SO_SPLICE to splice together two TCP sockets.Alexander Bluhm
The data received on the source socket will automatically be sent on the drain socket. This allows to write relay daemons with zero data copy. ok markus@
2010-10-18There is no reason to not include MPLS and mpe(4) in GENERIC. Makes myClaudio Jeker
life a lot easier. Sure deraadt@
2010-09-24use a better description for the vnd(4) entry on this file.Igor Sobrado
ok millert@
2010-09-24vscsi lives once more!David Gwynne
2010-09-22Add a new interface pppx(4) -- the ppp multiplexer to be used with npppdClaudio Jeker
and pipex. pppx(4) creates an interface whenever a session is created so that altq and pf can work on these. Started by dlg@ debugged and made usable by myself OK dlg@ yasuoka@ deraadt@
2010-09-20Move getpeereid(2) into COMPAT_O47. In 4.8 and onwards it is libraryTheo de Raadt
code using socket options. ok matthew
2010-08-13now that we are at -current again, re-enable POOL_DEBUGPeter Hessler
"go ahead" kettenis@
2010-08-08we ship releases with POOL_DEBUG off. post-release, turn it back on.Theo de Raadt
POOL_DEBUG is for development safety (catches our bugs early), but this particular safety comes off for release. reminded by miod
2010-07-21disable vscsi until we actually have something that uses it (like iscsid),David Gwynne
and until matthew@ is happy with it. suggested by deraadt@
2010-07-01garbage collect the now unused PAGEFASTRECYCLE option.Thordur I. Bjornsson
ok deraadt@, david@
2010-07-01turn off COMPAT_O43Theo de Raadt