Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-08-21 | For interrupts that get established before we attach the interrupt controller, | Mark Kettenis | |
store the type of the interrupt (level, edge). ok miod@, mpi@ | |||
2012-08-21 | Build sed in distrib/ just like everything else. Simplifies PIE work since | Pascal Stumpf | |
we can now use NOPIE= for it. Note that NOPIE= is still a no-op atm. ok deraadt@ | |||
2012-08-21 | Use the new "-q" option of pgrep(1) instead of redirecting stdout | Antoine Jacoutot | |
to /dev/null. | |||
2012-08-21 | add -q "silent" option similar to grep | Marc Espie | |
okay ajacoutot@, guenther@ | |||
2012-08-21 | flesh out the rfc section; | Jason McIntyre | |
rfc 5321 replaces 974 and 2821; | |||
2012-08-21 | Link randomdata tests into the regress build now that I've committed support for | Matthew Dempsky | |
.openbsd.randomdata, but comment out randomdata/ld.so-cookie for now since I haven't yet switched ld.so's __guard to use it. | |||
2012-08-21 | Don't abandon time_t precision for intervals. Use (long long) and %lld when | Kenneth R Westerback | |
printing, rather than (int) and %d. Follows idiom used for 64-bit size_t and off_t. Suggested by deraadt@ | |||
2012-08-20 | Add support for .openbsd.randomdata and PT_OPENBSD_RANDOMIZE to | Matthew Dempsky | |
binutils 2.17. Passes randomdata regress tests on sparc64. | |||
2012-08-20 | Add support for .openbsd.randomdata sections and PT_OPENBSD_RANDOMIZE | Matthew Dempsky | |
segments to the kernel, ld (2.15), and ld.so. Tested on alpha, amd64, i386, macppc, and sparc64 (thanks naddy, mpi, and okan!). Idea discussed for some time; committing now for further testing. ok deraadt | |||
2012-08-20 | MAX_LINE_SIZE is supposed to define the max length of a SMTP line ... | Gilles Chehade | |
... but SMTP_LINE_MAX *also* defines it ... with a different value ... and did I mention both were too small anyway ? quick fix until we kill one or the other: bump MAX_LINE_SIZE and define SMTP_LINE_MAX to be MAX_LINE_SIZE. this fixes the immediate issue while we decide which one bites the dust. fixes the crashes and "line too long" errors spotted by todd@ ok todd@, ok chl@ | |||
2012-08-20 | add -Wdeclaration-after-statement to the default CDIAGFLAGS (used when | Stuart Henderson | |
WARNINGS=yes is set) on gcc4 arch. ok haesbaert@ deraadt@. | |||
2012-08-20 | rfc 4291 replaces rfcs 2373 and 3513; | Jason McIntyre | |
2012-08-20 | Sync GCC 3's libpthread specs with GCC 4's. Not currently used by | Matthew Dempsky | |
anything, but might as well as long as GCC 3's still in tree. From Brad. | |||
2012-08-20 | sync | Theo de Raadt | |
2012-08-20 | Do not send more bytes than necessary with IMSG_STAT_*. The INCREMENT | Eric Faurot | |
and DECREMENT messages just contain the key with the ending zero. For IMSG_STAT_SET, the value is found at the beginning of the message, and the rest is the key. ok gilles@ | |||
2012-08-20 | - fix the example filter to match current API | Gilles Chehade | |
spotted by todd@ ;-) | |||
2012-08-20 | start iterating from min, not root. | Eric Faurot | |
ok gilles@ | |||
2012-08-20 | MISs work on Oberon as well. | Mark Kettenis | |
2012-08-20 | Explicitely set local variables as such. | Antoine Jacoutot | |
Remove unused DBFILE. from robert at peichaer dot org | |||
2012-08-20 | wire up the bits for tftp-proxy, which is called tftpproxy from rc.d's | David Gwynne | |
point of view. mostly ok sthen@ ajacoutot@, who were discussing the feng shui of the start_daemons chunk | |||
2012-08-20 | make use of __only_inline to ask for gnu inline semantics | Jonathan Gray | |
ok espie@ | |||
2012-08-20 | chroot scheduler in /var/empty instead of /var/spool/smtpd now that eric@ ↵ | Charles Longeau | |
fixed the initialization layer violation committing on behalf of gilles@ ok gilles@ chl@ | |||
2012-08-20 | consensus says this should be an error | Marc Espie | |
2012-08-20 | add support for chaining a scatter gather list off a request frame if it | David Gwynne | |
runs out of space for entries. | |||
2012-08-20 | Don't unset NEED_NEWALIASES too soon or we will not get the warning. | Antoine Jacoutot | |
from robert at peichaer dot org | |||
2012-08-20 | mention V445 | Jonathan Gray | |
2012-08-19 | decls before code | Theo de Raadt | |
2012-08-19 | document some more disabled tests. | Federico G. Schwindt | |
2012-08-19 | Switch to -lpthread. | Federico G. Schwindt | |
2012-08-19 | Update version to 3.7.13 to match reality. | Landry Breuil | |
ok espie@ | |||
2012-08-19 | Skip putting a port in sleep mode when it is used as serial console. In that | Mark Kettenis | |
case the kernel will still be using the port even after the last process closes it. And on machines like the v445 the firmware won't be happy if the console port is in sleep mode when the kernel reboots or halts. ok miod@ | |||
2012-08-19 | Build static netent and hostent structure in a nicer and hopefully not | Eric Faurot | |
broken way. Make it almost trivial to implement gethostby*_r() family of functions when needed. | |||
2012-08-19 | When building dynamic hostent and netent, allocate a single linear buffer to | Eric Faurot | |
hold both the structure and the data. The freehostent() and freenetent() API functions are not needed anymore. While there, ensure that the constructed addr and alias lists are really NULL terminated. | |||
2012-08-19 | fix smtpctl schedule-all and schedule-id <msgid> | Charles Longeau | |
with help from eric@ ok eric@ | |||
2012-08-19 | avoid crash when removing non-existing envelope | Charles Longeau | |
from eric, ok eric@ cvs: ---------------------------------------------------------------------- | |||
2012-08-19 | coding style: replace all occurences of u_int* with uint* | Charles Longeau | |
ok eric@ | |||
2012-08-19 | Fix ranges in the method description. | Martynas Venckus | |
2012-08-19 | kill dead file that must die. | Eric Faurot | |
ok chl@ | |||
2012-08-19 | Stefan Unterweger pointed out that, contrary to the man page, | Jason McIntyre | |
dc exited after processing any expressions and/or files; this is the doc fix, as requested by (and ok) otto | |||
2012-08-19 | Let the scheduler return all schedulable envelopes for the same message | Eric Faurot | |
as a single batch. The route for each envelope is sorted out by the mta properly, so they are grouped as a single MAIL on each route. ok gilles@ chl@ | |||
2012-08-19 | Kill envelope_{dump,load}_file() and replace them with ↵ | Charles Longeau | |
envelope_{dump,load}_buffer(). with input from eric@ ok eric@ | |||
2012-08-19 | Add warnings on io errors to help diagnosis. | Eric Faurot | |
ok gilles@ chl@ | |||
2012-08-19 | add missing IMSG_* in imsg_to_str() | Charles Longeau | |
ok eric@ | |||
2012-08-19 | fix an issue where too long lines were not spot properly. | Charles Longeau | |
issue reported by todd@ ok eric@ | |||
2012-08-19 | zap trailing whitespace; | Jason McIntyre | |
2012-08-18 | document ocaml_native and ocaml_native_dynlink properties | Anil Madhavapeddy | |
ok espie@ | |||
2012-08-18 | zap struct mta_batch. Only pass ids where needed. | Eric Faurot | |
ok gilles@ | |||
2012-08-18 | - introduce stat_backend, an API for pluggable statistic backends | Gilles Chehade | |
> statistics are no longer static structures in shared memory > statistics are only set, smtpd never uses them in its logic > each statistic is a key/value where key can be any (dynamic) string - convert all uses of the former API to use the new one - implement stat_ramstat that keeps non-persistent stats in ram structure ok eric@, ok chl@ | |||
2012-08-18 | Don't store a time_t into an int. Make the variable time_t. | Kenneth R Westerback | |
Part of larger time_t rectification diff from guenther@. | |||
2012-08-18 | ensure that async_run() and async_run_sync() always preserve errno. | Eric Faurot | |