summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-08-27correct the description of VLAN_MTU; from brad smithJason McIntyre
2012-08-27don't call ckdir() on each mktmpfile() call.Charles Longeau
2012-08-27let regen_headers also take care of sqlite3.pc.in => sqlite3.pcMarc Espie
2012-08-27a few libtool users are bogus, they confuse --export-symbols with theMarc Espie
2012-08-27vax does not get -rpath-link, but it also does not really need it.Marc Espie
2012-08-26Junk global cur_time, and use time(NULL) or local variables whereKenneth R Westerback
2012-08-26oops, i added a stray character. spotted by jmcTed Unangst
2012-08-26Hook up nginx to rc(8).Antoine Jacoutot
2012-08-26missing DPADD ... sorryGilles Chehade
2012-08-26sane rewrite of the disk-queue traversal code, and log bogus files foundEric Faurot
2012-08-26correctly check compress_backend_lookup() to avoid a NULL derefGilles Chehade
2012-08-26- document queue compressionGilles Chehade
2012-08-26- use the same compression algorithm, gzip, for message file and envelopesGilles Chehade
2012-08-26- define ZLIB_BUFFER_SIZE instead of hardcoding 8192Gilles Chehade
2012-08-26htole64 works as good as htole32 twice for dma virtual addresses.David Gwynne
2012-08-26- remove unused variableGilles Chehade
2012-08-26Add missing RCS Id.Charles Longeau
2012-08-26Make a few ftp(1) usage/man page changes related to BasicLawrence Teo
2012-08-25Add compress_backend, allowing compression of messages and envelopes in the q...Charles Longeau
2012-08-25lka must not start servicing requests until it has received its full configEric Faurot
2012-08-25Another missed PIC -> __PIC__ conversion.Mark Kettenis
2012-08-25- add myself to the copyright in control.c, i've done quite a few changesGilles Chehade
2012-08-25- stop accepting clients if we hit our fd reserve limit (or if we fail)Gilles Chehade
2012-08-25Better detection of the st16650 v1 (with the broken fifo). Gets rid ofMark Kettenis
2012-08-25Turns out the v445 isn't happy at all if we touch the registers that dealMark Kettenis
2012-08-25It's ok to try to rollback an update we don't know about. It mightEric Faurot
2012-08-25- offline enqueue does not need to use the user_backend API, it relies onGilles Chehade
2012-08-25Add support for power saving in Host AP mode.Mark Kettenis
2012-08-25- introduce TRACE_PROFILINGGilles Chehade
2012-08-25Set up ni_savedq for the initial BSS node such that it can actually be usedMark Kettenis
2012-08-25- introduce struct stat_valueGilles Chehade
2012-08-25use duration_to_text() when logging delay, for consistency.Eric Faurot
2012-08-25log pause/resume from the administrator to maillog.Eric Faurot
2012-08-25- make wrong variable specs (unterminated) parse errors.Marc Espie
2012-08-25Mention Supermicro SMC2208.Christiano F. Haesbaert
2012-08-25Make sure we disable interrupts on attachment before re-enabling.Christiano F. Haesbaert
2012-08-25Small cleanup.Christiano F. Haesbaert
2012-08-25some endian fixes.David Gwynne
2012-08-24log forced removal and expiration of envelopes to maillog.Eric Faurot
2012-08-24- rfc 5082 replaces rfc 3682; ok claudioJason McIntyre
2012-08-24envelope_validate() don't take the evpid anymore.Eric Faurot
2012-08-24comment about bsd.own.mk is now false; ok markusTheo de Raadt
2012-08-24Back out the bit that links all shared libraries against -lc from the previousMark Kettenis
2012-08-24When an smtp session fails and IMSG_QUEUE_REMOVE_MESSAGE is sent to theEric Faurot
2012-08-24Error out if queue_envelope_load() failed, rather than sending crap toEric Faurot
2012-08-24add stat counter for the number of envelopes inflight.Eric Faurot
2012-08-24rfc 4456 replaces rfc 2796; ok claudioJason McIntyre
2012-08-24ikev2 is described in rfc 5996 now;Jason McIntyre
2012-08-24update SEE ALSO;Jason McIntyre
2012-08-24In envelope ascii dump/load:Charles Longeau