Age | Commit message (Collapse) | Author |
|
them shorter and eliminate implications about what the function
does. No functional change.
|
|
make the code easier to read.
no functional change.
OK millert@
|
|
Makes these variants actually work.
Based on a diff from James Turned, also confirmed by weerd@
|
|
in the example code.
millert@ suggested using -ne instead of -gt since $# can't be negative.
ok millert@
|
|
ensure that the function will stop and return NULL instead of continuing
(which could lead to a segfault).
ok benno deraadt otto
|
|
|
|
prepare stdio fds before closefrom()
spotted by landry@
|
|
when it is already cleared will trigger an NMI if the corresponding bit ini
the ERRCMD register is enabled. So instead of unconditionally writing 1 into
some of the bits, simply read the register and write back the value that we
just read. This will clear any status bits that were set (since they are R/WC)
and leave all other bits alone.
Tested by Karlis Mikelsons.
|
|
ok henning
|
|
ok henning
|
|
"yes" deraadt, input jmc
|
|
until we get rid of it. Soon.
|
|
<bsd.own.mk>. Allows cross-gcc to be built on a host using a different compiler
version than the target.
|
|
and ok aoyama@
|
|
|
|
seem to require an initialized pseudo-header checksum
|
|
|
|
|
|
in accept() case.
"go for it" deraadt
|
|
|
|
aperture.
ok kettenis@
|
|
ok gilles@
|
|
like: allow from any nexthop neighbor (to allow only prefixes that use the
routers IP address as nexthop). Lots of testing, input and OK florian@
|
|
the server is running, and flush()/next_message() helpers to make
imsg request/response loops easier.
ok gilles@
|
|
#include "recvfromto.h" to l2tp_ctrl.c. no binary changes.
|
|
|
|
|
|
* Log more events (especially client session) and use a better scheme
for that: each messages is prefixed with a token to easily identify
its class:
- info/warn/debug: general server messages
- smtp-in: smtp client connections
- relay: status update for relayed messages
- delivery: status update for local deliveries
* Implement "smtpctl monitor" to display updates of selected internal
counters.
* When reloading the on-disk queue at startup do not commit a message
if no envelope was submitted for that message.
* Remove unused stuff in the config parser.
ok gilles@
|
|
encounters an invalid multiplier, like the man page says it should
"looks sensible" deraadt@, ok ian@
|
|
an invalid multiplier, like the man page says it should
"looks sensible" deraadt@, ok ian@
|
|
|
|
it unconditionally.
The only place local_rcconf could have been defined is from /etc/rc
sourcing rc.conf but then the variable is not exported so it will never
be seen by rc.subr.
ok robert@
|
|
sent later, even if the opendir() fails or the nodescend option is set.
ok krw@, ian@
|
|
Enable warnings.
ok krw@, ian@
|
|
|
|
|
|
and try to get the builtin varargs code to work. I have tried to mimic the
gcc2 varargs logic, which is optimal in the sense that no argument gets
duplicated and as many arguments as possible are passed in registers, to no
avail (read: hair-pulling ICE out of nowhere in variadic functions). So I am
now sticking to the original gcc 2.7 varargs, where an argument passed on the
stack consumes the registers it would have been passed as, if its type would
have allowed it. This spills too much memory on the stack, but on the other
hand makes the expansion of va_arg() much simpler.
This means that, should gcc3 on m88k platforms be solid enough, mixing varargs
objects compiled with gcc 2 and gcc 3 will not be possible. But we're not there
yet.
|
|
|
|
(the a.out assembler doesn't enforce alignment for "half" and "word" data).
Needed because gcc 3 will produce such statements.
|
|
committed over a 6235 device, of course.
ok deraadt@ kettenis@ stsp@ armani@
|
|
hostile to slow terminals.
ok lum
|
|
ok jmc@, pirofti@, mlarkin@
|
|
refactoring. i.e. use specified value if server has provided no
data.
|
|
non-programmers);
krw, as well as ok'ing this diff, pointed out that it's only relevant
for a DEBUG-compiled libc, which is non-default, and helped me tweak the
wording appropriately;
|
|
doesn't send any data for the affected option. This was broken when
the supersede/append/prepend/ignore logic was refactored.
Reported by and fix tested by johnw via misc@
|
|
i picked this up from greg lehey's commit in freebsd, -r242849: that commit
also changes the date of stanley's encounter from 10th nov. to 27th of oct.
since the internet doesn;t seem to agree and not having anything
authorative to hand, i have left the date untouched (i.e. 10th nov.).
|
|
|
|
a gruesome union, to block the compiler from placing the struct
incorrectly aligned on stack frames
ok guenther
|
|
clash with a c99 style bool type.
ok millert@ deraadt@
|
|
Patch by Dinar Talypov t.dinar.m AT gmail.com
OK claudio@, mikeb@
|