summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-08-21update to nginx-1.2.3Robert Nagy
2012-08-21Missing "-q" in usage().Antoine Jacoutot
2012-08-21xterm won't reach version 500 for a while so set that as the upper limit.Nicholas Marriott
2012-08-21Fix up window reference counting and don't crash if the rename timerNicholas Marriott
2012-08-21Sort options.Antoine Jacoutot
2012-08-21For interrupts that get established before we attach the interrupt controller,Mark Kettenis
2012-08-21Build sed in distrib/ just like everything else. Simplifies PIE work sincePascal Stumpf
2012-08-21Use the new "-q" option of pgrep(1) instead of redirecting stdoutAntoine Jacoutot
2012-08-21add -q "silent" option similar to grepMarc Espie
2012-08-21flesh out the rfc section;Jason McIntyre
2012-08-21Link randomdata tests into the regress build now that I've committed support forMatthew Dempsky
2012-08-21Don't abandon time_t precision for intervals. Use (long long) and %lld whenKenneth R Westerback
2012-08-20Add support for .openbsd.randomdata and PT_OPENBSD_RANDOMIZE toMatthew Dempsky
2012-08-20Add support for .openbsd.randomdata sections and PT_OPENBSD_RANDOMIZEMatthew Dempsky
2012-08-20MAX_LINE_SIZE is supposed to define the max length of a SMTP line ...Gilles Chehade
2012-08-20add -Wdeclaration-after-statement to the default CDIAGFLAGS (used whenStuart Henderson
2012-08-20rfc 4291 replaces rfcs 2373 and 3513;Jason McIntyre
2012-08-20Sync GCC 3's libpthread specs with GCC 4's. Not currently used byMatthew Dempsky
2012-08-20syncTheo de Raadt
2012-08-20Do not send more bytes than necessary with IMSG_STAT_*. The INCREMENTEric Faurot
2012-08-20- fix the example filter to match current APIGilles Chehade
2012-08-20start iterating from min, not root.Eric Faurot
2012-08-20MISs work on Oberon as well.Mark Kettenis
2012-08-20Explicitely set local variables as such.Antoine Jacoutot
2012-08-20wire up the bits for tftp-proxy, which is called tftpproxy from rc.d'sDavid Gwynne
2012-08-20make use of __only_inline to ask for gnu inline semanticsJonathan Gray
2012-08-20chroot scheduler in /var/empty instead of /var/spool/smtpd now that eric@ fix...Charles Longeau
2012-08-20consensus says this should be an errorMarc Espie
2012-08-20add support for chaining a scatter gather list off a request frame if itDavid Gwynne
2012-08-20Don't unset NEED_NEWALIASES too soon or we will not get the warning.Antoine Jacoutot
2012-08-20mention V445Jonathan Gray
2012-08-19decls before codeTheo de Raadt
2012-08-19document some more disabled tests.Federico G. Schwindt
2012-08-19Switch to -lpthread.Federico G. Schwindt
2012-08-19Update version to 3.7.13 to match reality.Landry Breuil
2012-08-19Skip putting a port in sleep mode when it is used as serial console. In thatMark Kettenis
2012-08-19Build static netent and hostent structure in a nicer and hopefully notEric Faurot
2012-08-19When building dynamic hostent and netent, allocate a single linear buffer toEric Faurot
2012-08-19fix smtpctl schedule-all and schedule-id <msgid>Charles Longeau
2012-08-19avoid crash when removing non-existing envelopeCharles Longeau
2012-08-19coding style: replace all occurences of u_int* with uint*Charles Longeau
2012-08-19Fix ranges in the method description.Martynas Venckus
2012-08-19kill dead file that must die.Eric Faurot
2012-08-19Stefan Unterweger pointed out that, contrary to the man page,Jason McIntyre
2012-08-19Let the scheduler return all schedulable envelopes for the same messageEric Faurot
2012-08-19Kill envelope_{dump,load}_file() and replace them with envelope_{dump,load}_b...Charles Longeau
2012-08-19Add warnings on io errors to help diagnosis.Eric Faurot
2012-08-19add missing IMSG_* in imsg_to_str()Charles Longeau
2012-08-19fix an issue where too long lines were not spot properly.Charles Longeau
2012-08-19zap trailing whitespace;Jason McIntyre