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