Age | Commit message (Expand) | Author |
2013-01-28 | fix possible descriptor leak in mta_session when reusing session for many | Gilles Chehade |
2013-01-28 | - introduce 'smtpctl trace lookup' to trace lookup process | Gilles Chehade |
2013-01-28 | there is no untimeout function in our kernel | David Gwynne |
2013-01-28 | Add TX interrupt mitigation for vr(4) chips, loosely based on FreeBSD, | Darren Tucker |
2013-01-27 | The removal of the wrapping of PIC symbol references in an UNSPEC vector | Miod Vallat |
2013-01-27 | Bump MAXTSIZ to 128 MB, some binaries are quite large. | Federico G. Schwindt |
2013-01-27 | add a -u option to make it possible to build on an existing database | Marc Espie |
2013-01-27 | actually use the xrealloc() return value; spotted by xi.wang AT gmail.com | Damien Miller |
2013-01-27 | Make this PIC-aware. | Miod Vallat |
2013-01-27 | Correct the PBA size used for PCH adapters (26KB). | Brad Smith |
2013-01-27 | Refactor code a bit. Calculate resolv.conf contents once when binding a | Kenneth R Westerback |
2013-01-26 | Make sure new processes get a clean FPU configuration upon startup, by | Miod Vallat |
2013-01-26 | Make sure to flush I$ over the plt in case of non-lazy relocation as well. | Miod Vallat |
2013-01-26 | Forgot to remove one line in 1.2, in turn caused div() from libc to fail if | Miod Vallat |
2013-01-26 | Oops. Restore "no domain-name, no domain-name-seervers means don't | Kenneth R Westerback |
2013-01-26 | Give an example of how to increase the state limit. The 10k limit is too | Claudio Jeker |
2013-01-26 | pesky quote! | Jason McIntyre |
2013-01-26 | tweak previous; | Jason McIntyre |
2013-01-26 | no longer used | Gilles Chehade |
2013-01-26 | users can now be looked up in tables, the user_backend code is no longer | Gilles Chehade |
2013-01-26 | user credentials are now looked up using the table API, the auth_backend | Gilles Chehade |
2013-01-26 | these are no longer used, maps were replaced with something better | Gilles Chehade |
2013-01-26 | update smtpd.conf, map API gone and replaced with table API | Gilles Chehade |
2013-01-26 | Sync with our smtpd repo: | Gilles Chehade |
2013-01-26 | Do not allow stopping/restarting mountd using the rc.d(8) framework; | Antoine Jacoutot |
2013-01-26 | remove ACSS, now that it is gone from libcrypto too | Damien Miller |
2013-01-26 | remove ACSS, crank libcrypto major; ok markus@ deraadt@ | Damien Miller |
2013-01-26 | Read /etc/resolv.conf.tail once on startup and save contents for | Kenneth R Westerback |
2013-01-26 | Whitespace tweaks. | Kenneth R Westerback |
2013-01-25 | Add _KERNEL guard to hide dprintf macro from userland. | Brad Smith |
2013-01-25 | Updates for beagle/panda work. OK patrick@ and miod@ | Brandon Mercer |
2013-01-25 | Rename some functions and bump copyright. | Antoine Jacoutot |
2013-01-25 | redo last commit without the vi-vomit that snuck in: | Damien Miller |
2013-01-25 | Revert last. Breaks due to likely typo. Let djm@ fix later. | Kenneth R Westerback |
2013-01-25 | the event type is a 16bit value, not 32bit. use htole16 instead of htole32. | David Gwynne |
2013-01-25 | we go to a lot of effort to post the first tx descriptor last, but we | David Gwynne |
2013-01-25 | the myx_dmamem struct doesnt need a name. | David Gwynne |
2013-01-24 | Fix unused local and missing initializer warnings. | Miod Vallat |
2013-01-24 | skip serial lookup when cert's serial number is zero | Damien Miller |
2013-01-24 | fix handling of (unused) KRL signatures; skip string in correct buffer | Damien Miller |
2013-01-24 | Get rid of a few warnings by pouring prototypes and punctuation. | Miod Vallat |
2013-01-24 | Even if there's no special seclevel required in snmpd.conf, we have to | Gerhard Roth |
2013-01-24 | typo in #include | Giovanni Bechis |
2013-01-24 | Oops, due to the way return from system calls work, we can not use a delay | Miod Vallat |
2013-01-23 | m88k_expand_prologue(): add a REG_MAYBE_DEAD note to the insns loading the | Miod Vallat |
2013-01-23 | ARMv7 doesn't support the atomic SWP instruction anymore. Use the atomic | Patrick Wildt |
2013-01-23 | Add instruction fault register functions, which will be needed for further | Patrick Wildt |
2013-01-23 | give this a chance to work after make obj | Miod Vallat |
2013-01-23 | bits for an m68k ELF ld.so, to be used soon. Lazy resolver wrapper borrowed from | Miod Vallat |
2013-01-23 | Cache flush .plt after updating its pointers to .got during the initial | Miod Vallat |