Age | Commit message (Collapse) | Author |
|
reducing the amount of splnet/splx dancing required.. especially in the
worst case (of m_cldrop)
ok dlg kettenis damien
|
|
going for example to http://thawte.com/.
deraadt@ otto@ ok
|
|
No longer allocate a static amount of memory for messages in MD
boot path; message queues, message metadata, and message data now
all use dynamic memory, which means that runtime sysctls should now
be trivial to implement.
Since I'm going to be around all week to fix any breakage, this should
probably just go in now.
|
|
done in ether_input() but L3 traffic needs to do it self.
|
|
|
|
provided.
ok dlg@, krw@
|
|
empty string.
|
|
terminated by a \n.
|
|
otherwise. Found the hard way by jasper@, playing with a bge card.
|
|
feedback/ok sobrado martynas
|
|
The handling of the IFF_ALLMULTI flag is wrong and the bcmp based range
checking shouldn't be there.
From Brad
|
|
- make sure queue_message_update() creates bounces using bounce_record()
- when mta sends update to queue and it sees that batch is flagged with
F_BATCH_PERMFAIL, only update the envelope error message if it doesn't
have F_MESSAGE_PERMFAIL set, otherwise we may lose the real reason why
we failed for that recipient. There's cleanup to do around that old
code, i'm sure we can get it simpler.
this commit fixes a bug pea@ spotted where a bounce message would not
display the reason of a failure when we generated it after failing to
deliver a relayed message.
|
|
|
|
within tmux.
There is a global environment, copied from the external environment when the
server is started and each sesssion has an (initially empty) session
environment which overrides it.
New commands set-environment and show-environment manipulate or display the
environments.
A new session option, update-environment, is a space-separated list of
variables which are updated from the external environment into the session
environment every time a new session is created - the default is DISPLAY.
|
|
|
|
Adam, thanks.
|
|
add missing cvs keywords to source code files; while here, fix cvs keywords
in Makefile because they are in reverse order.
ok jmc@, martynas@
|
|
|
|
implement this, ignoring sendmail options for now.
OK gilles@, jackekm@
|
|
Broadcom GigE PHY found in the dmesglog; from Brad
|
|
|
|
freeing the msgbuf.
While here also remove an unnecessary while loop.
ok eric pyr
|
|
|
|
Broadcom GigE PHY found in the dmesglog; from Brad
|
|
|
|
from Brad
|
|
Tested by jasper@ with a IP1000A PHY to make sure it doesn't break
existing model.
|
|
|
|
|
|
wrapped at the screen edge from those terminated by a newline. Then use this
when copying to combine wrapped lines together into one.
|
|
1) fix buffer cache low water mark to allow for extremely low memory machines
without dying
2) Add "show bcstats" to ddb to allow for looking at the buffer cache statistics in ddb
ok art@ oga@
|
|
|
|
sort flags in the DESCRIPTION section of the manual page.
synopsis tweaked by jmc@
ok jmc@, martynas@
|
|
where we are below the inactive page target. This fixes a problem with a large
buffer cache on low memory machines where the the page daemon would woken up,
however the buffer cache would never be backed off because we were below the
inactive page target, which could result in constant paging and basically
a livelock condition.
ok oga@ art@
|
|
- a two-dimensional array of cells;
- a two-dimensional array of utf8 data;
- an array of line lengths.
Now it is a single array of a new struct grid_line each of which represents a
line and containts the length and an array of cells and an array of utf8 data.
This will make it easier to add additional per-line members, such as flags.
|
|
and remove the patch from configure so we don't need to worry in the future.
|
|
deraadt@ ok
|
|
beck@ ok
|
|
|
|
and wwnn so scsibus can use it.
requested by and ok deraadt@
|
|
and wwnn so scsibus can use it.
requested by and ok deraadt@
|
|
we need this to get some clue as to which ports are which on an fc fabric.
requested by and ok deraadt@
|
|
this driver was written by Pyun YongHyeon from FreeBSD.
"go ahead" deraadt@
|
|
works out to --16, which is nonsense.
No functional change as all callers only check if the return value
is or isn't equal to IXGBE_SUCCESS.
|
|
|
|
an enqueued message follows the offline codepath. the code used ',' to
separate components of the message uid when it should have used '.'
|
|
|
|
|
|
this commit contains mostly missing casts and cosmethic changes, do not
expect to build this anywhere but on OpenBSD, it does not contain any of
the portable glue.
|
|
attempts to "ifconfig carp down" noticed by david@.
- use non-descriptive variables names rather than $if/$junk to encourage
people reading the code to think what it's doing; many of the output lines
are not interface names.
ok david@
|