Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-07-04 | Add ia64 target. | Paul Irofti | |
2011-07-04 | Let ia64 gcc compile. | Paul Irofti | |
2011-07-04 | Add new socket splicing tests for the idle timeout feature. Note | Alexander Bluhm | |
that you need p5-BSD-Socket-Splice version 0.03 to run the regression tests. | |||
2011-07-04 | Add csu ia64 support. | Paul Irofti | |
2011-07-04 | Convert to ANSI. | Matthew Dempsky | |
ok md5 | |||
2011-07-04 | Add ld.so ia64 support. | Paul Irofti | |
2011-07-04 | fix a double space; | Jason McIntyre | |
2011-07-04 | Add ia64 libc support. | Paul Irofti | |
2011-07-04 | add nvt(4); | Jason McIntyre | |
2011-07-04 | use stronum, removing an atoi from the tree. ok deraadt matthew | Ted Unangst | |
2011-07-04 | assemble is a more appropriate place for the setup code than allocate. | Ted Unangst | |
not that it works any better. | |||
2011-07-04 | remove unneeded cast. | David Hill | |
no binary change. ok jmatthew@ | |||
2011-07-04 | Add wcsdup(), from NetBSD. | Nicholas Marriott | |
ok deraadt matthew | |||
2011-07-04 | LINK_STATE_IS_UP() cleanup userland part. There is no need to special | Claudio Jeker | |
case carp(4) interfaces anymore. LINK_STATE_IS_UP() almost always does the right job. OK deraadt@ henning@ This needs a -current kernel or link state may be not reported correctly. | |||
2011-07-04 | bread does nothing with its ucred argument. remove it. ok matthew | Ted Unangst | |
2011-07-04 | LINK_STATE cleanup. It is no longer needed to special case carp(4). | Claudio Jeker | |
LINK_STATE_IS_UP() does the trick now for all cases. OK henning@ deraadt@ | |||
2011-07-04 | bread() takes daddr64_t block address, not int32_t, so use correct cast. ↵ | Kenneth R Westerback | |
bread() always takes DEV_BSIZE address units so don't bother getting the disklabel and trying to convert units to d_secsize. Nukes last references to d_secsize in ufs/. ok tedu@ | |||
2011-07-04 | Make sure that passive interfaces (like carp) are added to the | Claudio Jeker | |
intra-area rtr LSA. Diff initialy made by Patrick Coleman but simplified by myself. Tested and OK dlg@ | |||
2011-07-04 | redo the timeout and input handling. unify them and fix some bugs. | Ted Unangst | |
we no longer retry commands, somebody else can worry about that. | |||
2011-07-04 | bye bye require-order. | Henning Brauer | |
i added that button many many many years ago since the order (options, scrub, nat, filter) was enforced back then, which I hated. now we had that turned off for ages, and with the scrub and nat rulesets being gone, there is very little reason to enforce an order at all. so let's get rid of it. introducing this button was one of my very early commits to openbsd... feels a bit strange to remove it now :) ok ryan dlg theo | |||
2011-07-04 | make it look like other softraid code | Ted Unangst | |
2011-07-04 | whack the collider stuff for now | Ted Unangst | |
2011-07-04 | there's no way we can use just a single workq task here. one task for all ↵ | Ted Unangst | |
packets? | |||
2011-07-04 | Don't make copy multicast packets for carp interfaces | Marco Pfatschbacher | |
that are not up. OK henning. | |||
2011-07-04 | sync | Theo de Raadt | |
2011-07-04 | include sys/timeout.h with it's define/undef _KERNEL dance before | Alexander Hall | |
we include sys/socket.h since the latter also includes the same but without _KERNEL defined ok tedu@ | |||
2011-07-04 | rip out more effectively dead code, ryan ok | Henning Brauer | |
2011-07-04 | Let custom nlist.c check ELF, but use the i386 values EM_I386 and | Kenneth R Westerback | |
ELFCLASS32 since we are building a 32-bit executable. Which is why we have a custom nlist.c here. Suggested by drahn@. ok drahn@ "looks good" deraadt@ | |||
2011-07-04 | Allow advbase to be set to zero, which makes it possible to run | Marco Pfatschbacher | |
with advertisement intervals of less than a second. This is needed in setups where takover times < 3s are needed. Don't use this unless you really need it. Running with too agressive timeouts might lead to false positive takeovers. OK mcbride, claudio. | |||
2011-07-04 | Implement an idle timeout for the socket splicing. A new `sp_idle' | Mike Belopuhov | |
field of the `splice' structure can be used to specify a period of inactivity after which splicing will be dissolved. ETIMEDOUT error retrieved with a SO_ERROR indicates the idle timeout expiration. With comments from and OK bluhm. | |||
2011-07-04 | Implement an idle timeout for the socket splicing. A new `sp_idle' | Mike Belopuhov | |
field of the `splice' structure can be used to specify a period of inactivity after which splicing will be dissolved. ETIMEDOUT error retrieved with a SO_ERROR indicates the idle timeout expiration. With comments from and OK bluhm. | |||
2011-07-04 | Change the list-keys format so that it shows the keys using actual tmux | Nicholas Marriott | |
commands which should be able to be directly copied into the config file. From Markus Schnalke, tweaked by me. | |||
2011-07-04 | Replace inadvertantly removed line. | Owain Ainsworth | |
now we can free vnodes again. ok gcc@, jetpack@, beck@, art@. (the results of this were hilarious) | |||
2011-07-03 | g/c RIO traces (aka clean up after tedu :)) | Henning Brauer | |
2011-07-03 | g/c code to read/write the dscp field. with pf as classifier altq has no | Henning Brauer | |
business in mucking with it and since the _CLEARDSCP flags were never possibly set that is effectively dead code | |||
2011-07-03 | g/c ALTQT_ defines for disciplines we don't have | Henning Brauer | |
2011-07-03 | *_CLEARDSCP could never possibly have been set, no point in being able to | Henning Brauer | |
print that as flag then | |||
2011-07-03 | bring in least-states load balancing algorithm | Joerg Zinke | |
ok mcbride@ henning@ | |||
2011-07-03 | In pf_setup_pdesc() the code for analysing TCP and UDP headers was | Alexander Bluhm | |
the same for v4 and v6. Deduplicate by moving the protocol switch after the address family switch. ok henning@ claudio@ | |||
2011-07-03 | IFQ_CLASSIFY is also just schrapnel | Henning Brauer | |
2011-07-03 | no traces of ALTQ_DECL to be found anywhere, thus kill the #defines | Henning Brauer | |
2011-07-03 | remove mention of altq_rio | Ted Unangst | |
2011-07-03 | cdnr and rio disciplines are not being used or supported, clear a path | Ted Unangst | |
for new code. ok henning | |||
2011-07-03 | Add Romanian UTF-8 support. | Paul Irofti | |
Thanks to robert@ for taking me through the hoops! Okay robert@. | |||
2011-07-03 | Tweak the dmesg output a bit. From brad@ | YASUOKA Masahiko | |
ok yasuoka@ | |||
2011-07-03 | Enable nvt(4). | Mark Kettenis | |
2011-07-03 | Bring in millert@ thinko fix for '_' handling from r1.47 of | Kenneth R Westerback | |
libc/gen/nlist.c. | |||
2011-07-03 | man page for nvt(4) | Mark Kettenis | |
2011-07-03 | avoid void * pointer arithmetic. | David Hill | |
ok claudio@ | |||
2011-07-03 | Enter nvt(4), a driver for the W83795G and W83795ADG hardware monitor. | Mark Kettenis | |
ok deraadt@, miod@ |