Age | Commit message (Expand) | Author |
2012-08-28 | sync | Theo de Raadt |
2012-08-28 | Don't enable "sendfile" which does not work on OpenBSD according to robert@ | Antoine Jacoutot |
2012-08-28 | LDFLAGS will be -nopie for the NOPIE case, change GCC_PIE_DEFAULT -> PIE_DEFAULT | Pascal Stumpf |
2012-08-28 | remove encrypt.c prototypes leftovers | Charles Longeau |
2012-08-28 | Make mg behave more like emacs with regards to opening a new buffer: | lum |
2012-08-28 | -fPIC and -fpic for m68k | Jonathan Gray |
2012-08-28 | Expose _EVENT_VERSION in event.h. This is expected by net/tor, which will spew | Pascal Stumpf |
2012-08-28 | This file isn't and won't be used --> delete it. | Charles Longeau |
2012-08-28 | Don't order file and dir creation, no measurable effect, ffs | Otto Moerbeek |
2012-08-28 | Always compare master.passwd(5) and group(5) regardless of their sums: | Antoine Jacoutot |
2012-08-27 | Change a log to fprintf that was missed last time around, from Tiago Cunha. | Nicholas Marriott |
2012-08-27 | Instead of requiring a prompt to enter all numbers >10, go back to | Nicholas Marriott |
2012-08-27 | Remove landisk gcc 3 compiler workaround. Reminded by martynas@ and brad | Miod Vallat |
2012-08-27 | fix sundry macro abuses; | Jason McIntyre |
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 |