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