Age | Commit message (Collapse) | Author |
|
attach as scsi disks). These are paravirtualized devices offered by some
hypervisors like kvm and virtualbox.
The virtio transport driver has the pci specific parts separated out. This
will make it easier to add support for mmio (e.g. for ARM) later.
OK mikeb
OK jasper
"commit what you have" deraadt
|
|
the functions embedscope(), recoverscope(), clearscope().
ok claudio@
|
|
The scope should have been converted when we received it from kernel.
Remove log_in6addr_scope(), it is not used.
ok claudio@
|
|
- add missing copyright
- delete comment lines from the template
- new sentence, new line
- on npppd.8 BUGS section, clarified that what is dropped is L2TP/IPsec
packets
|
|
|
|
Ignore it in existing envelopes until it gets completely dropped.
Change "smtpctl show queue" to display the address family of the
envelope source instead of the ENQUEUE flag.
ok gilles@
|
|
no functional changes.
|
|
|
|
|
|
'turbo mode' having multiple rx packets in a single usb transaction
similiar to what newer asix chips do is disabled as it seems to cause
many rx errors and breaks fragmentation.
checksum offloading while apparently supported by the hardware is
currently disabled.
|
|
pointed out by Frank Brodbeck <fab at guug.de>, actual change with & ok jmc
|
|
to a radix_node struct.
The radix tree pushdown continues.
ok claudio@
|
|
ok mikeb henning beck
|
|
in my tree for a while and I forgot what exactly triggered it, but in one
way or another this comes from the netbsd camp
ok benno mpf
|
|
to replace the list of them.
this actually makes vlan inherit the IPv6 CSUM flags from it's parent, that
had been commented out since this code was committed back in 2001.
ok benno mpf
|
|
while here, improve the way information is printed out a bit.
with input and ok camield, mpf
|
|
ok camield mpf
|
|
data left on return, since the RB compare functions uses memcmp(). While
there, remove all calls to bzero() before alias_parse().
ok gilles@
|
|
ok gilles@
|
|
returns radix_node pointers, inside a new rt_mpath_next, which accepts
and returns rtentry pointers, and start using that instead.
ok claudio@
|
|
ok gilles@
|
|
*_get() functions can be called directly.
ok gilles@
|
|
in a nicer way that silences the compiler.
ok benno@
|
|
OK henning@
|
|
ok benno@
|
|
- change expandtree_* prefix to expand_ for better readability and
because the structure might change at some point
- rename <>_free_nodes() to <>_free()
- remove unused <>_remove_node()
- refcounting has no purpose at all; just remove it as well as the
decrement/increment functions, and replace the latter with <>_insert
- expandnode flags is only used to know if it's been processed or not,
don't make it a flag but a simple field with clear name.
ok gilles@ chl@
|
|
|
|
|
|
ok beck@
|
|
1. vmware advertises more scsi targets than command slots, so the maths
we did for openings gave each target 0 openings. always advertise at least
16 openings.
2. if we cant configure the ATA queue depth, dont fail to attach the
controller whole.
finally, improve the error reporting during attach so its more obvious
where things fail.
mostly figured out by jmatthew@
|
|
is checked a few lines below again. Fewer checks make the code
more readable.
ok stsp@
|
|
it isn't copied again the next time a dhclient goes away.
Do the resolv.conf.saved restore for v6 as well since v6 goes through
the trouble to create resolv.conf.saved.
ok beck@
|
|
ok claudio henning
|
|
|
|
ok mglocker@
|
|
|
|
|
|
ThinkVision LT1421.
feedback and ok mglocker@
|
|
change to a simpler implementation for it while there.
ok gilles@
|
|
ok deraadt@, mikeb@
|
|
- remove useless block in switch.
ok gilles@
|
|
- fix lka* function prototypes in smtpd.h
- make static functions static
- merge lka_session_init() into lka_session()
- make lka_session.c use tree.c to store sessions
ok gilles@
|
|
|
|
parse.y and `npppd-users' will be based on getcap(3). Add man pages.
feedback from giovanni
|
|
ok gilles@
|
|
- make static functions static
- pass const char * rather than char * when we mean that
- make parse_alias() more straightforward
ok gilles@
|
|
the spl call in the icmp case may be too aggressive, but better safe
than sorry
ok claudio@
|
|
ok gilles@
|
|
sure jsg@ mikeb@
|
|
ok mglocker@
|