Age | Commit message (Collapse) | Author |
|
confuses the code and bloats the kernel.
|
|
in a disk controllers handler, even if it has a useless bunch of macros
around it.
|
|
prefer binutils-compatible options in STRIPFLAGS (now that our non-binutils
strip(1) can handle them too)
ok drahn; miod kettenis (for parts)
|
|
|
|
|
|
for some of it's options
ok miod kettenis drahn
|
|
|
|
|
|
ok beck@, todd@
|
|
Tested by myself and krw.
ok krw@
|
|
from zinovik@
|
|
workaround it is better to drop this LSA with a log entry instead
of sending emtpy update packets in a burst. As link LSAs cannot
be split, the propper solution might be IPv6 fragments. See also
RFC5340 Section 4.4.3.8 and Appendix A.1.
ok stsp@
|
|
of the list of next items to try, or near the beginning if the schedule
contains expired mail, which is of highest priority.
|
|
|
|
ok claudio@ stsp@
|
|
and lasttry args to queue_retry would make it return birth leading
looped scheduling, but that's not true so drop the "+ 1".
|
|
ok claudio@ stsp@
|
|
|
|
it, we should clear it before we issue it to the adapter too. retried
commands would have ITSDONE still set otherwise.
|
|
|
|
From Bryan Vyhmeister
|
|
|
|
|
|
|
|
|
|
the files.bluetooth is needed to generate included file.
|
|
queue rewrite. Proper fix after gilles wakes up.
|
|
|
|
|
|
Major goals:
1) Fix bad performance caused by the runner process doing full queue
read in 1s intervals. My Soekris can now happily accept >50 msg/s
while having multi-thousand queue; before, one hundred queue would
bring the system to its knees.
2) Introduce Qmail-like scheduler that doesn't write as much to the
disk so that it needs less code for servicing error conditions,
which in some places can be tricky to get right.
3) Introduce separation between the scheduler and the backend; these
two queue aspects shouldn't be too tied too each other. This means
that eg. storing queue in SQL requires rewrite of just queue_backend.c.
4) Make on-disk queue format architecture independent, and more
easily extensible, to reduce number of flag days in the future.
Minor goals:
ENOSPC no longer prevents delivery attempts, fixed session limiting
for relayed mail, improved batching of "relay via" mails, human-readable
mailq output, "show queue raw" command, clearer logging, sending
of single bounce about multiple recipients, exact delay= computation,
zero delay between deliveries while within session limit (currently
1s delay between re-scheduling is enforced), mta no longer requests
content fd, corrected session limit for bounce submissions, tiny
<100B queue files instead of multi-KB, detect loops before accepting
mail, reduce traffic on imsg channels by killing enormous struct
submit_status.
|
|
ok jacekm@ gilles@
|
|
|
|
a fat kernel (GERERIC or GENERIC.MP) into a temporary dir, then extract some
variables using make -V, and after some more singing and dancing use this
full and (more) correct list of files with ctags. Don't read this code.
ok guenther
|
|
really should do this more automatically (ideas being discussed)
ok guenther
|
|
Makefile.* file copes with swap*.c the same as vers.c; it is also much
nicer to keep the whole CFILES as far-reaching absolute or relative paths
rather than relative to .
ok miod
|
|
and thus should be using spltty()
from Matthew Dempsky
ok oga guenther
|
|
(from 1 - USB_MAX_DEVICES, not 0- as submitted)
from Gleydson Soares
|
|
invite conflicts, they are rarely used, can trivially be replaced by
evtimer_*, and are deprecated and removed from event.h in later libevent
versions.
ok guenther deraadt
|
|
|
|
in copy mode.
Also support the scroll wheel, although xterm strangely does not ignore
it in application mouse mode, causing redraw artifacts when scrolling up
(other terminals appear to be better behaved).
|
|
keep count for at least 33 seconds. then panic.
ok marco@, moral support johan@
|
|
from damian southard, documentation/6390
|
|
ok gilles@
|
|
ok deraadt@
|
|
|
|
ok deraadt@ jacekm@ gilles@ back@ henning@ blambert@
|
|
the not-publicly documented video driver needed to be written, however
between that documentation issue and developer resouces, moko will be
moved to the Attic.
|
|
the not-publicly documented video driver needed to be written, however
between that documentation issue and developer resouces, moko will be
moved to the Attic.
|
|
which relaxes the position of these labels. After discussion with
Christophe Fillot (cf (at) utc fr)
|
|
output not only more standard but also more predictable, as it now
matches the behavior of the csh(1)'s built-in command.
diff from Tobias Ulmer.
ok millert@
|