Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-12-06 | - it is now possible to specify an interface instead of an address or a | Gilles Chehade | |
hostname in a listen statement (ie: listen on lo0) request by deraadt@ a while ago, ok jacekm@ | |||
2008-12-05 | haul in some stuff from ntpd.8; ok todd | Jason McIntyre | |
2008-12-05 | - more err/errx -> fatal/fatalx, warn/warnx -> log_warn/log_warnx | Gilles Chehade | |
contains bits based on an old diff from Jacek Masiulaniec and other bits from me. | |||
2008-12-05 | - err -> fatal(), old diff from Jacek Masiulaniec <jacekm@dobremiasto.net> | Gilles Chehade | |
2008-12-05 | - cosmethic, no functionnal change | Gilles Chehade | |
2008-12-05 | use HTTP/1.1 instead of HTTP/1.0 if a host header is specified. | Reyk Floeter | |
spotted by phessler@ | |||
2008-12-05 | change the way relayd reports check results: instead of logging an | Reyk Floeter | |
arbitrary string in debugging mode, it will store an error code (HCE_*) for each host. the error code can be translated to a string (in log.c) for debugging but it will also be passed to relayctl via the control socket. from a user point of view, this will print a human-readable error message in the "relayctl show hosts" output if a host is down because the check failed. the relayctl(8) manpage includes detailed explanations of the error messages including mitigations for the most-common problems. ok jmc@ (manpages) ok phessler@ | |||
2008-12-05 | add a few HOST-RESOURCES-MIB types (just names, no functionality yet) | Reyk Floeter | |
2008-12-05 | need set argument now in this example; ok mbalmer@ | Kevin Steves | |
2008-12-05 | fix a possible crash in debugging mode (if compiled for with -DDEBUG) | Reyk Floeter | |
found by Alexander Sabourenkov | |||
2008-12-05 | Sort uvideo_vs_iface struct a bit. | Marcus Glocker | |
2008-12-05 | expand slightly the description of adjusting files/sockets; ok ratchov | Jason McIntyre | |
2008-12-05 | tweaks; | Jason McIntyre | |
2008-12-05 | - smtpctl utility to control the smtpd, don't expect too much yet as it is | Gilles Chehade | |
just an empty clone of relayctl with the glue needed to have it exchange imsg with smtpd correctly. code mostly by pyr@, reviewed by chl@ and I a while ago. | |||
2008-12-05 | - last part of the new queue code: the runner process (unprivileged and | Gilles Chehade | |
chrooted) is now in charge of doing the scheduling of deliveries, and the dispatching of messages to MDA and MTA. queue process only does inserts/updates/removals from the queue and can no longer be so busy that it delays answers to imsg from smtp server. | |||
2008-12-05 | - fix Albert Hofmann's name and add his death | Jacob Meuser | |
- add Ken Kesey's birth/death ok sthen@ | |||
2008-12-05 | add ethertype and tcpdump support for VLAN stacking (QinQ) with | Stuart Henderson | |
type number 0x88a8 specified by 802.1ad. from reyk on misc@. "ok, go for it" dlg | |||
2008-12-05 | enable 9k frames on the "jumbo" ring | David Gwynne | |
2008-12-05 | Garbage collect now unused field in the softc struct again. | Brad Smith | |
2008-12-04 | enable to large clusters again now that arts put the pool allocator for | David Gwynne | |
them in again. | |||
2008-12-04 | Don't hardcode the bus_space_tag to use, grab if from pci_attach_args | Owain Ainsworth | |
like you're supposed to. Makes this file slightly less horrible. ok kettenis@, "yes" deraadt@. | |||
2008-12-04 | - in session_read(), set EV_WRITE if we are going to send a "transaction | Gilles Chehade | |
failed" error. found by Jacek Masiulaniec <jacekm@dobremiasto.net> | |||
2008-12-04 | *sigh* unbreak the tree. | Owain Ainsworth | |
Some old diff snuck into this change. | |||
2008-12-04 | Declare printf-style functions with __attribute__((format(printf,x,x))) | Chad Loder | |
and fix some of the errors caught by this. Part of a general push to make yyerror() -Wformat clean throughout the tree. | |||
2008-12-04 | cosmetic changes: | Reyk Floeter | |
- log table changes in sync_table() if "log updates" is enabled. before we only logged these changes in debug mode when running relayd in foreground. - type in a log message | |||
2008-12-04 | Revert ppc intr stuff. Make socppc compile again. -moj | Mats O Jansson | |
2008-12-04 | Fix "fp_save ipi didn't" panic, and move i386/amd64 closer in the process. | Tobias Weingartner | |
Positive test results by a handful of people. Ok kettenis@ | |||
2008-12-04 | Move the bus_dma generic functions out of the far-too-podgy machdep.c and | Owain Ainsworth | |
into bus_dma.c (a-la amd64). Discussed with art and toby in coimbra. Ok mikeb. | |||
2008-12-04 | - allow smtpd to build again | Gilles Chehade | |
2008-12-04 | move smtpd build to smtpd subdir so we can traverse to newaliases and makemap | Todd T. Fries | |
ok gilles@ | |||
2008-12-04 | Put back the support for pools > PAGE_SIZE. This time the compare function | Artur Grabowski | |
works and there's even some sanity checks that it actually returns what we expect it to return. | |||
2008-12-04 | fix typo in the dwFrameInterval comment | Yojiro Uo | |
2008-12-04 | add 2 more cameras | Yojiro Uo | |
2008-12-04 | sync | Theo de Raadt | |
2008-12-04 | another that works for sure | Theo de Raadt | |
2008-12-04 | tidy up the list a little, and add missing .El; | Jason McIntyre | |
2008-12-04 | some basic cleanup; | Jason McIntyre | |
2008-12-04 | ... but without the debug code | Theo de Raadt | |
2008-12-04 | correctly display information for each of the mbuf cluster pools (which | Theo de Raadt | |
have different sizes) ok dlg | |||
2008-12-04 | regen | Brad Smith | |
2008-12-04 | typo. | Brad Smith | |
2008-12-04 | Add some more Intel GM45 MCH PCI id's. | Brad Smith | |
2008-12-04 | - when in state S_DATACONTENT, do not disable EV_READ if the last line we | Gilles Chehade | |
read is empty, instead return and only disable EV_READ when we read "." | |||
2008-12-04 | Don't have anything after #endif. | Ray Lai | |
Caught by pcc. OK martynas | |||
2008-12-04 | Add initial support for the ICH9 IGP M and ICH9 IGP M AMT chipsets. | Brad Smith | |
For now the chunk in em_detect_gig_phy() is a hack to get things going until it can be figured out why exactly the PHY id is not probed properly. Based on a diff from jcs@ via ckuethe@ ok kettenis@ | |||
2008-12-04 | - when doing the session timeout lookup, do not remove the last session | Gilles Chehade | |
that timed out twice. | |||
2008-12-04 | dont need this bit of whitespace | David Gwynne | |
2008-12-04 | - fix event masking for DATA and make DATA look more like MAIL and RCPT | Gilles Chehade | |
with regard to communication with queue process (one state before sending imsg, another state when imsg has returned). this fixes an issue that I observed when clients send DATA and content without even looking at server replies. | |||
2008-12-04 | start documenting vscsi(4) | David Gwynne | |
2008-12-04 | document that the Option GlobeTrotter 3G Quad / 3G Quad Plus and | Felix Kronlage | |
Vodafone Mobile Connect 3G are driven now by umsm(4) instead of ubsa(4) |