| Commit message (Expand) | Author | Files | Lines |
2012-08-19 | When building dynamic hostent and netent, allocate a single linear buffer to |  eric | 6 | -104/+88 |
2012-08-19 | fix smtpctl schedule-all and schedule-id <msgid> |  chl | 2 | -13/+55 |
2012-08-19 | avoid crash when removing non-existing envelope |  chl | 1 | -2/+2 |
2012-08-19 | coding style: replace all occurences of u_int* with uint* |  chl | 22 | -266/+266 |
2012-08-19 | Fix ranges in the method description. |  martynas | 1 | -5/+5 |
2012-08-19 | kill dead file that must die. |  eric | 1 | -0/+0 |
2012-08-19 | Stefan Unterweger pointed out that, contrary to the man page, |  jmc | 1 | -11/+17 |
2012-08-19 | Let the scheduler return all schedulable envelopes for the same message |  eric | 1 | -4/+2 |
2012-08-19 | Kill envelope_{dump,load}_file() and replace them with envelope_{dump,load}_buffer(). |  chl | 3 | -64/+81 |
2012-08-19 | Add warnings on io errors to help diagnosis. |  eric | 1 | -2/+10 |
2012-08-19 | add missing IMSG_* in imsg_to_str() |  chl | 1 | -2/+8 |
2012-08-19 | fix an issue where too long lines were not spot properly. |  chl | 1 | -3/+3 |
2012-08-19 | zap trailing whitespace; |  jmc | 1 | -3/+3 |
2012-08-18 | document ocaml_native and ocaml_native_dynlink properties |  avsm | 1 | -6/+11 |
2012-08-18 | zap struct mta_batch. Only pass ids where needed. |  eric | 3 | -31/+17 |
2012-08-18 | - introduce stat_backend, an API for pluggable statistic backends |  gilles | 16 | -349/+472 |
2012-08-18 | Don't store a time_t into an int. Make the variable time_t. |  krw | 1 | -2/+2 |
2012-08-18 | ensure that async_run() and async_run_sync() always preserve errno. |  eric | 3 | -13/+27 |
2012-08-18 | RFC updates: |  jmc | 5 | -18/+19 |
2012-08-18 | Disallow empty domain/address sent after HELO/EHLO command. |  chl | 1 | -3/+3 |
2012-08-18 | glxpcib(4) invokes pcibattach assuming pcib doesn't need more than a |  miod | 1 | -15/+38 |
2012-08-18 | Major update of the mta internals. |  eric | 3 | -373/+599 |
2012-08-18 | RFCs 2461 and 2462 have been replaced by, respectively, RFCs 4861 and 4862; |  jmc | 3 | -17/+20 |
2012-08-18 | Limit the number of bounce sessions running at the same time. When |  eric | 1 | -19/+55 |
2012-08-18 | Don't try to printf() a time_t value with %d. Cast to (int) just |  krw | 1 | -4/+4 |
2012-08-18 | getrrsetyname() only uses ERRSET_* and is not supposed to set errno. |  eric | 2 | -12/+12 |
2012-08-18 | Simplify error reporting in hostaddr_async(). Only use EAI_* error codes. |  eric | 1 | -11/+2 |
2012-08-18 | Improve error reporting in getnameinfo_async() and getaddrinfo_async(). |  eric | 3 | -57/+46 |
2012-08-18 | allow other targets to work like install -> realinstall |  espie | 1 | -2/+2 |
2012-08-18 | within Rs/Re reference blocks, use %U instead of %O (or any other |  jmc | 36 | -125/+125 |
2012-08-18 | forgot to document llvm property. |  espie | 1 | -1/+5 |
2012-08-18 | be more explicit about what mono is. |  espie | 1 | -2/+4 |
2012-08-18 | document default change |  espie | 1 | -5/+5 |
2012-08-18 | Fix http resume without out auth, which I broke on the last commit, |  haesbaert | 1 | -3/+6 |
2012-08-18 | Remove unused field 'next' from struct timeout. There's only one |  krw | 1 | -2/+1 |
2012-08-18 | Update global cur_time after exiting poll() and before calling the |  krw | 2 | -4/+6 |
2012-08-17 | make sure mycreate uses -DSHARED_LIBS=1 (for now), gets a lot of tests to |  espie | 1 | -1/+2 |
2012-08-17 | fix after signatures change |  espie | 1 | -2/+2 |
2012-08-17 | oops, shouldn't go interactive (found by matthew@) |  espie | 1 | -2/+2 |
2012-08-17 | ouch, this should not work |  espie | 3 | -1/+15 |
2012-08-17 | Native mdoc versions of the sudo manuals, back-ported from sudo trunk. |  millert | 11 | -3208/+5409 |
2012-08-17 | Properly initialize the IOMMU control and status register for pyro(4). |  kettenis | 2 | -3/+14 |
2012-08-17 | Turns out interrupts for Ebus devices are wired to the *other* PCI Expres leaf |  kettenis | 2 | -35/+34 |
2012-08-17 | Don't forget to byteswap the state_flags since it's a uint16_t now. |  mikeb | 1 | -3/+3 |
2012-08-17 | cleanup mpii_get_ioc_pg8 mess, no functional change |  mikeb | 1 | -51/+26 |
2012-08-17 | Fix typos in DPRINTF() so error messages refer to correct *hci. |  krw | 2 | -4/+4 |
2012-08-17 | Don't need this anymore, we have it in bsd.own.mk now. |  haesbaert | 1 | -11/+1 |
2012-08-17 | Don't need this anymore, we have them in bsd.own.mk. |  haesbaert | 1 | -11/+0 |
2012-08-17 | Add a default CDIAGFLAGS, so that programs may be enable warnings by |  haesbaert | 1 | -3/+9 |
2012-08-17 | Double check that we're not testing libc's __guard. Changing ld.so's |  matthew | 1 | -0/+2 |