summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-12-06revert all changes related to the mpsafe intr handler. i screwed up the commitTed Unangst
2008-12-06not commited, i'm a retardTed Unangst
2008-12-06Get rid of anonymous unions. Discussed with and ok gilles@Paul de Weerd
2008-12-06In session_destroy, use "if (s->s_state >= S_MAIL)", and notJacek Masiulaniec
2008-12-06the not MP version didn't compile, mglocker foundTed Unangst
2008-12-06Don't include <err.h> where log.c API must be used.Jacek Masiulaniec
2008-12-06- fix spelling and grammar, From Nicholas Marriott <nicm__@ntlworld.com>Gilles Chehade
2008-12-06Unbreak -Werror.Jacek Masiulaniec
2008-12-06the ellipsis allows more than one argument being specified.Igor Sobrado
2008-12-06uncount clusters taken off the rx ring immediately. if those clusters wereDavid Gwynne
2008-12-06smtpctl(8) was committed after 4.4.Igor Sobrado
2008-12-06typo, no binary change.Damien Bergamini
2008-12-06remove old version of man.conf, since the current one is in /etc;Jason McIntyre
2008-12-06cvs wouldn't let me check this in beforeTed Unangst
2008-12-06some more trouble where i failed to account for oga's diffTed Unangst
2008-12-06NULL-ify s_msg.datafp upon fclose unconditionally.Jacek Masiulaniec
2008-12-06mpsafe intr_establish that doesn't get biglock, so that we may dream of the d...Ted Unangst
2008-12-06- teach smtpctl how to inspect queue and runqueue, it supports two commandsGilles Chehade
2008-12-06evbuffer_readline already strips <CRLF> so that callers don't have to.Jacek Masiulaniec
2008-12-06- it is now possible to specify an interface instead of an address or aGilles Chehade
2008-12-05haul in some stuff from ntpd.8; ok toddJason McIntyre
2008-12-05- more err/errx -> fatal/fatalx, warn/warnx -> log_warn/log_warnxGilles Chehade
2008-12-05- err -> fatal(), old diff from Jacek Masiulaniec <jacekm@dobremiasto.net>Gilles Chehade
2008-12-05- cosmethic, no functionnal changeGilles Chehade
2008-12-05use HTTP/1.1 instead of HTTP/1.0 if a host header is specified.Reyk Floeter
2008-12-05change the way relayd reports check results: instead of logging anReyk Floeter
2008-12-05add a few HOST-RESOURCES-MIB types (just names, no functionality yet)Reyk Floeter
2008-12-05need set argument now in this example; ok mbalmer@Kevin Steves
2008-12-05fix a possible crash in debugging mode (if compiled for with -DDEBUG)Reyk Floeter
2008-12-05Sort uvideo_vs_iface struct a bit.Marcus Glocker
2008-12-05expand slightly the description of adjusting files/sockets; ok ratchovJason McIntyre
2008-12-05tweaks;Jason McIntyre
2008-12-05- smtpctl utility to control the smtpd, don't expect too much yet as it isGilles Chehade
2008-12-05- last part of the new queue code: the runner process (unprivileged andGilles Chehade
2008-12-05- fix Albert Hofmann's name and add his deathJacob Meuser
2008-12-05add ethertype and tcpdump support for VLAN stacking (QinQ) withStuart Henderson
2008-12-05enable 9k frames on the "jumbo" ringDavid Gwynne
2008-12-05Garbage collect now unused field in the softc struct again.Brad Smith
2008-12-04enable to large clusters again now that arts put the pool allocator forDavid Gwynne
2008-12-04Don't hardcode the bus_space_tag to use, grab if from pci_attach_argsOwain Ainsworth
2008-12-04- in session_read(), set EV_WRITE if we are going to send a "transactionGilles Chehade
2008-12-04*sigh* unbreak the tree.Owain Ainsworth
2008-12-04Declare printf-style functions with __attribute__((format(printf,x,x)))Chad Loder
2008-12-04cosmetic changes:Reyk Floeter
2008-12-04Revert ppc intr stuff. Make socppc compile again. -mojMats O Jansson
2008-12-04Fix "fp_save ipi didn't" panic, and move i386/amd64 closer in the process.Tobias Weingartner
2008-12-04Move the bus_dma generic functions out of the far-too-podgy machdep.c andOwain Ainsworth
2008-12-04- allow smtpd to build againGilles Chehade
2008-12-04move smtpd build to smtpd subdir so we can traverse to newaliases and makemapTodd T. Fries
2008-12-04Put back the support for pools > PAGE_SIZE. This time the compare functionArtur Grabowski