Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-03-05 | re-enable POOL_DEBUG | Chris Cappuccio | |
2014-02-22 | disable POOL_DEBUG for release | Jonathan Gray | |
ok deraadt@ | |||
2013-12-14 | enable tmpfs so it gets tested some more. | Marc Espie | |
okay kettenis@, martin@, beck@, krw@, tedu@, millert@ | |||
2013-11-01 | enable fuse. | Sylvestre Gallon | |
ok deraadt@ | |||
2013-10-21 | enable vxlan(4). ok deraadt@ | Reyk Floeter | |
2013-10-13 | Import vxlan(4), the virtual extensible local area network tunnel | Reyk 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-01 | as predicted, problems have been found with mpath. disabling it while they | David Gwynne | |
get figured out. | |||
2013-09-28 | enable 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-17 | Fix comment, socket splice can also do UDP now. Fix white spaces. | Alexander Bluhm | |
2013-08-14 | The 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-07 | re-enable POOL_DEBUG after release; ok deraadt@ | Christian Weisgerber | |
2013-07-11 | disable POOL_DEBUG for release | Jonathan Gray | |
ok deraadt@ | |||
2013-04-15 | Add an f_mntfromspec member to struct statfs, which specifies the name of | Joel 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-14 | tedu faith(4), suggested by todd@ some weeks ago after a submission by | Martin Pieuchot | |
dhill. ok krw@, mikeb@, tedu@ (implicit) | |||
2013-03-01 | Antici | Philip Guenther | |
pation: back to -current | |||
2013-01-31 | welcome to 5.3-BETA | Miod Vallat | |
2012-09-19 | cleanup around the pipex. naming style, delete or update comments. | YASUOKA Masahiko | |
no functional changes. | |||
2012-09-05 | COMPAT_O48 can be turned off; ok guenther | Theo de Raadt | |
2012-08-23 | kill nnpfs dead | Theo de Raadt | |
2012-07-26 | now that we are current again, enable POOL_DEBUG | Otto Moerbeek | |
2012-07-16 | As usual, turn off POOL_DEBUG for the release. Note that POOL_DEBUG is | Jasper 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-21 | Actually enabling the __tfork compat code would be a Good Thing | Philip Guenthe | |
2012-02-15 | re-enable POOL_DEBUG for -current | Theo de Raadt | |
2012-02-09 | As usual, turn off POOL_DEBUG for the release. Note that POOL_DEBUG is | Theo 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-06 | ccd goes to the attic | Theo de Raadt | |
discussed with jsing and millert | |||
2011-08-21 | Re-enable POOL_DEBUG. requested by deraadt@. | Matthieu Herrb | |
2011-08-03 | As usual, turn off POOL_DEBUG for the release. Note that POOL_DEBUG is | Theo 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-09 | Fix up previous diff: use COMPAT_O48 instead of COMPAT_48, add option | Matthew 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-09 | begone, fucking rotten appletalk shit. ok room | Henning Brauer | |
2011-07-08 | this 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-08 | do 1.174 correctly and remove (commented out) option PORTAL | Jonathan Gray | |
2011-07-04 | Disable 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-02 | rename VFSDEBUG to VFLCKDEBUG; | Thordur I. Bjornsson | |
prompted by tedu@ | |||
2011-04-06 | POOL_DEBUG has nothing to do with portalfs | Theo de Raadt | |
2011-04-05 | Remove 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-04 | COMPAT_O47 (kernel getpeereid, which was replaced by libc getpeereid) | Theo de Raadt | |
can go away ok guenther | |||
2011-03-02 | enable POOL_DEBUG again since we are not in release | Theo de Raadt | |
2011-02-15 | move us to real 4.9 | Theo de Raadt | |
2011-01-19 | group filesystems together | Thordur I. Bjornsson | |
ok miod@ | |||
2011-01-07 | Add 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-18 | There is no reason to not include MPLS and mpe(4) in GENERIC. Makes my | Claudio Jeker | |
life a lot easier. Sure deraadt@ | |||
2010-09-24 | use a better description for the vnd(4) entry on this file. | Igor Sobrado | |
ok millert@ | |||
2010-09-24 | vscsi lives once more! | David Gwynne | |
2010-09-22 | Add a new interface pppx(4) -- the ppp multiplexer to be used with npppd | Claudio 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-20 | Move getpeereid(2) into COMPAT_O47. In 4.8 and onwards it is library | Theo de Raadt | |
code using socket options. ok matthew | |||
2010-08-13 | now that we are at -current again, re-enable POOL_DEBUG | Peter Hessler | |
"go ahead" kettenis@ | |||
2010-08-08 | we 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-21 | disable 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-01 | garbage collect the now unused PAGEFASTRECYCLE option. | Thordur I. Bjornsson | |
ok deraadt@, david@ | |||
2010-07-01 | turn off COMPAT_O43 | Theo de Raadt | |