Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-10-06 | - extra juice for debugging signal passing. Note when we can't pass the | Marc Espie | |
signal because the process already bought it (pgroups will do that to you) (lots of discussion with Todd on that one) - tweak error handling some more to make it less verbose when just one job is running... - show signal name in case of signal interrupts. - zap OP_LIB, move that stuff to the location where we warn when we meet that bug. okay millert@ | |||
2012-10-06 | inetd Xr no longer relevant; ok dlg | Jason McIntyre | |
2012-10-05 | Point an interface directly to its bridgeport configuration, instead | Camiel Dobbelaar | |
of to the bridge itself. This is ok, since an interface can only be part of one bridge, and the parent bridge is easy to find from the bridgeport. This way we can get rid of a lot of list walks, improving performance and shortening the code. ok henning stsp sthen reyk | |||
2012-10-05 | document implicit rules and target dependency operators better. | Marc Espie | |
some input from jmc@, might not be 100% perfect yet, but better than nothing at all. | |||
2012-10-05 | fix signed vs unsigned warning; feedback & ok: djm@ | Markus Friedl | |
2012-10-05 | include sys/mbuf.h | Camiel Dobbelaar | |
2012-10-05 | missing NCARP define and fix indent | Camiel Dobbelaar | |
2012-10-05 | missing include for pf | Camiel Dobbelaar | |
2012-10-05 | protect against multiple inclusion | Camiel Dobbelaar | |
2012-10-05 | Avoid uninitiliazed use of ctl and corresponding warnings. | Christiano F. Haesbaert | |
Part of the work to remove -Wno-uninitialized. ok kettenis@ | |||
2012-10-05 | further tweak the maps description; ok gilles | Jason McIntyre | |
2012-10-05 | tweak previous; ok gilles | Jason McIntyre | |
2012-10-05 | some formatting/macro fixes; also a bit less bind-centric | Jason McIntyre | |
ok krw | |||
2012-10-05 | Add umac-128@openssh.com to the list of MACs to be tested | Darren Tucker | |
2012-10-05 | Use 'kill -0' to test for the presence of a pid since it's more portable | Darren Tucker | |
2012-10-05 | add send(2) MSG_DONTWAIT support which enables us to choose nonblocking | YASUOKA Masahiko | |
or blocking for each send(2) call. diff from UMEZAWA Takeshi ok bluhm | |||
2012-10-05 | Add targets for the 6k and 8k bit moduli components | Darren Tucker | |
2012-10-04 | spacing | Reyk Floeter | |
2012-10-04 | default map source to S_PLAIN, this allows us to simplify smtpd.conf: | Gilles Chehade | |
map aliases source plain "/etc/mail/aliases" can be reduced to: map aliases "/etc/mail/aliases" | |||
2012-10-04 | delay the call to log_debug() for displaying the backends used until | Eric Faurot | |
the "real" debug mode is set. ok gilles@ chl@ | |||
2012-10-04 | add umac128 variant; ok djm@ at n2k12 | Markus Friedl | |
2012-10-04 | backout pgroup/job control from make, there is something deeply bogus | Marc Espie | |
in stdin interaction. Fixes update-patches as reported by aja... | |||
2012-10-04 | Clean up uninitialized warnings from cryptosoft and aesni. | Christiano F. Haesbaert | |
Part of the work to remove -Wno-uninitialized. ok mikeb@ | |||
2012-10-04 | change to from=<...>, to=<...> instead of to=<...> for logging | Todd T. Fries | |
from gilles@ ok eric@ | |||
2012-10-04 | Clean up uninitialized warnings from ar9003. | Christiano F. Haesbaert | |
Part of the work to remove -Wno-uninitialized. ok kettenis@ | |||
2012-10-04 | Sync | Miod Vallat | |
2012-10-04 | Use information provided by ACPI to attach secondary PCI host bridges. | Christian Ehrhardt | |
ok kettenis@ | |||
2012-10-04 | FRELE() has a second argument now | Philip Guenthe | |
2012-10-03 | Don't include <mips64/archtype.h> unless you really need it. | Miod Vallat | |
2012-10-03 | Do not use <mips64/archtype.h> for loongson model numbers, but rather put the | Miod Vallat | |
list in loongson's <machine/autoconf.h> directly. <mips64/archtype.h> is intended to be only used on ARCBios-like platforms. | |||
2012-10-03 | when requesting MX entries, the result can be appear in random orders. | Gilles Chehade | |
the logic for inserting them in a lka session when acting as backup MX did not take account for one specific case that could lead to an early exit without smtpd getting a chance to detect the entry corrsponds to itself. in such case, a backup MX woud try to connect to itself and bounce in the loop detection code ... or it would sometimes work. | |||
2012-10-03 | Don't include <mips64/archtype.h> when you don't need it. | Miod Vallat | |
2012-10-03 | we reintroduced a bug that was fixed 2 years ago with the aliases rewrite: | Gilles Chehade | |
During the entire expansion process, a username may be larger than MAXLOGNAME because it may be an alias going through another expansion. We should use a buffer that's large enough to fit a mailaddr user-part so we avoid hitting a truncation check leading to a fatal(). ok eric@, ok chl@ | |||
2012-10-03 | - add a EXPAND_DEPTH define for ... expansion depth | Gilles Chehade | |
- bump the expansion depth from 5 to 10 - add the current node depth to log_debug() ok eric@, ok chl@ | |||
2012-10-03 | disallow root deliveries for "deliver to filename" and "deliver to mda" | Gilles Chehade | |
rules, we only allow them for mbox and maildir though users should really create a root alias ... discussed with eric@ and chl@, ok both | |||
2012-10-03 | don't try to cope with iobuf_init() failure, make it fatal() instead. | Charles Longeau | |
from eric@ input ok gilles@ | |||
2012-10-03 | Split ever-growing mips <machine/cpu.h> into what 99% of the kernel needs, | Miod Vallat | |
which will remain in <machine/cpu.h>, and a new mips_cpu.h containing only the goriest md details, which are only of interest to a handful set of files; this is similar in spirit to what alpha does, but here <machine/cpu.h> does not include the new file. | |||
2012-10-03 | sync | Miod Vallat | |
2012-10-03 | Only show "inflight" debugging message if compiled with DEBUG > 1. | Reyk Floeter | |
2012-10-03 | Inherit and pass the relay table flags correctly. | Reyk Floeter | |
2012-10-03 | Support more than one relay backup table. Instead of duplicating the | Reyk Floeter | |
code for main and backup table all over the place, turn the relay tables into a list attached to the relay. This improves the code and allows some other tricks with multiple tables later. | |||
2012-10-03 | attach to D-Link WUA-2340, from Aaron Wirtz on misc@ | Stuart Henderson | |
2012-10-03 | sync | Stuart Henderson | |
2012-10-03 | add D-Link WUA-2340, reported working with uath by Aaron Wirtz on misc@ | Stuart Henderson | |
2012-10-03 | tweak text for consistency; from artturi alm | Jason McIntyre | |
2012-10-02 | fix weird depend on -liberty, okay miod@. | Marc Espie | |
maybe not the simplest fix, but I'd rather it gets fixed now, while we discuss details :) | |||
2012-10-02 | while it's of little harm, it's also been 5.5 years (and 8 releases), | Okan Demirmen | |
remove the db conversion from BTREE to HASH. ok beck@ | |||
2012-10-02 | check iobuf_init() return value. | Charles Longeau | |
ok gilles@ eric@ | |||
2012-10-02 | more changes, discussed and tested by various people. | Marc Espie | |
- put back some job control, turns out it's necessary when we don't run a shell. - zap old #ifdef CLEANUP code... probably doesn't even compile. - kill most of the OP_LIB code. Just keep a wee little bit for compatibility (deprecated .LIBS and .INCLUDES, warns for weird dependencies instead of erroring out). - much improved debugging and -p output: sort variables, targets, rules, output stuff in a nicer format mimicing input. - better error message when no command is found, explain where the target comes from. - sort final error list by file. - show system files in errors as <bsd.prog.mk> - reincorporate random delay, that was dropped - optimize siginfo output by not regenerating the whole string each time. - finish zapping old LocationInfo field that's no longer used. | |||
2012-10-02 | rework make documentation to correspond to usual terms (prerequisites | Marc Espie | |
instead of "sources", target rules, makefile names). document most recent changes. discussed with jmc@ |