Age | Commit message (Collapse) | Author |
|
for the ata ioctl used by atactl. i dont know how this worked before.
|
|
Instead of calling timeout_set(..., NULL, NULL) in attach routines and
later
timeout_del(...)
timeout_set(..., func, arg)
timeout_add(..., time)
set the function and argument in the initial timeout_set() call and only
use timeout_add(..., time) later.
ok dlg, fgsch, krw, winiger
|
|
number. lets bioctl against an atascsi disk see the serial number.
continually requested by henning@
|
|
|
|
"of course" deraadt@
|
|
id known about it when i wrote atascsi. anyway.
it says we should claim SPC-3 when we fake INQUIRY.
|
|
|
|
Discussed with kettenis.
|
|
|
|
- a URL instead of an URL (a "you-are-el")
suggested by jmc@
|
|
it is possible to attach a mark to a session based on matching an
entity (header, url, cookie, ...) and add conditional action for this
mark. it works a bit like the tag/tagged keywords in pf, but i decided
to pick a different name to avoid confusion.
ok pyr@ gilles@
|
|
ok pyr@
|
|
ok pyr@
|
|
combos (MVME197SP/DP), and implement supposedly smarter cache routines.
There is still room for improvement, however, cache flush operation errata
permissing.
Tested on 197LE and 197DP.
|
|
whenever necessary, instead of duplicating the same code 10+ times.
|
|
hard way.
|
|
previously disabled on 88110, similar to a recent 88100 fix.
|
|
registers are empty, to speed up a bit non-fault traps.
|
|
for we are supposed to be able to recover from them.
|
|
|
|
Kill two useless assignments. ok ragge@ some time ago
|
|
Fix the other rule that did not load small negative 64-bit constants
correctly. The error shows up if you compile
main(){long long = -1;} with -xtemps.
|
|
|
|
|
|
table are down.
Thanks to Preston Norvell at serialssolutions dot com for reporting
the problem.
|
|
Put the genswitch() code that is found in most backends into
the MI part. The backend version is renamed to mygenswitch()
and can provide improved translations for switch statements.
Improved implementation of the switch constraints/semantics
described in the standard.
ok ragge@, otto@
With help and comments from ragge and gmcgarry
|
|
|
|
make sure command line args and interactive reading of numbers use the
same code. More concrete, interactive use of 'd' and 'n' now also
interpret 'max', 'infinite' and 'all' and handle non-numbers
correctly. tested by a few
|
|
empty while in the -s period, so the poll timeout actually times out
if there are no interfaces available. ok henning@
|
|
from a long time ago. ok ckuethe@
|
|
suffix/prefix expressions like "example.com/index.html?args". a digest
mode allows to match against anonymized SHA1/MD5 digests of
suffix/prefix expressions.
|
|
still
|
|
recover, otherwise we'll fault in a loop.
|
|
|
|
for the current processor. And remove now unused cmmu_flush_data_page().
|
|
care of this.
|
|
flush tlbs or not. This is used by pmap_enter() to avoid flushing the same
tlb entry twice.
|
|
and will not require such a lock.
|
|
|
|
correct st_softc. Fixes 'mt rewoffl' panics, as reported on misc@ by
Jeff Ross and reproduced on my tape machine.
|
|
so the resulting messages have ifindex set and the routing daemons can
correctly indentify that route as connected. ok mcbride
|
|
but pf_insert_state does fiddle with the state's state_key pointer - it
has too -, and can leave it at NULL. pf_src_tree_remove_state()
tried to grab the protocol from it. fortunately that is superfluous here,
since tcp_est will never be set in the non-tcp case - it is only touched
in pf_src_connlimit which in turn is only ever called from pf_test_tcp().
ok mcbride + identical diff from pascoe, but he was a few minutes late :)
|
|
that is kept in a list per carp interface. This is the huge first
step necessary to make carp load balancing nice and easy. One carp
interface can now contain up to 32 virtual host instances.
This doesn't do anything useful yet, but here is how an ifconfig
for multiple entries now looks like:
# ifconfig carp2 carpnodes 5:0,6:100 192.168.5.88
carp2: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
lladdr 00:00:5e:00:01:05
carp: carpdev sis0 advbase 1
state MASTER vhid 5 advskew 0
state BACKUP vhid 6 advskew 100
groups: carp
inet 192.168.5.88 netmask 0xffffff00 broadcast 192.168.5.255
OK mcbride@
|
|
|
|
|
|
(the if () else if () block was getting very big).
|
|
|
|
|
|
short form for "filter * from value" or "expect * from value".
|
|
|