| Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ok henning@, reyk@
|
|
|
|
OK from djm@, with feedback from okan@.
|
|
in wtmp, go the other way and exclude entries we know ('console' and
'tty') from pid stripping, then strip the rest.
idea, feedback and ok millert@
|
|
can be given to ifa_ifwithnet().
Handle this specific case directly and let ifa_ifwithnet() do only
one thing: iterate on all the addresses of all the interfaces in a
given routing domain to return the most specific matching address.
ok mikeb@
|
|
|
|
ok gcc & md5 (aka no binary change)
|
|
Less differences, less code to audit.
ok mikeb@
|
|
tag from the received frame. Do not add the tag from the receive
descriptor in this case so that the packet isn't tagged twice.
Matches FreeBSD.
ok brad@
|
|
once the bsd.own.mk KERBEROS5 is removed otherwise. this way suggested
by theo.
|
|
on al already ass embed ethernet frame, which meant:
-copy (most of) the existing ethernet header into a ether_vlan_header
on the stack
-fill the extra fields in ether_vlan_header
-set the ether type
-m_adj() to make room for the extra space ether_vlan_header needs
-m_copyback the ether_vlan_header into the mbuf
that involves moving data around, which isn't all that cheap.
cleaner & easier to have ether_output prepend the ether_vlan_header instead
of the regular ethernet header, which makes the vlan tagging essentially
free in most cases.
help & ok reyk, naddy; waste of time bikeshedding tech@
|
|
|
|
|
|
|
|
|
|
ok henning@
|
|
|
|
ok henning@
|
|
claudio didnt believe it existed cos it wasnt documented. i didnt believe
there was a manpage. i guess we were both wrong.
|
|
ok deraadt@ guenther@
|
|
already manually disabled).
ok deraadt@
|
|
here too. pt out by alexey suslikov via mpi, ok reyk
|
|
Prodded by deraadt@
|
|
OK from djm@
|
|
nobody is using it doesn't justify to have it in base - disable and
remove it. If the 2 two people who use it still want it, they can
make a port or recompile OpenBSD on their own.
There is a quote in theo.c from August 2010: "basically, dung beetles
fucking. that's what kerberosV + openssl is like".
Discussed with many. Tests by henning@ reyk@ and others.
ok deraadt@ henning@
|
|
nobody is using it doesn't justify to enable it by default. It will
be disabled and removed from base and possibly be moved to ports.
Discussed with many. Tests by henning@ reyk@ and others.
ok henning@
|
|
the newly minted scsi_probe and scsi_detach respectively from a
task it runs itself.
the probe and detach ioctls requests work the same before and after
this change, but this paves the way for vscsi being able to report
the status of these requests back to userland.
discussed with claudio@
tested with current iscsid and an md3200i
|
|
|
|
looking up the keys by relay id, add all keys to a list and look them
up by key id.
ok benno@
|
|
a whole bus, a target, or a specific lun on a target from the bioctl
and scsi_req paths.
i want to reuse this factored code for something claudio wants.
|
|
|
|
|
|
value to use for the strerror() message as an argument. Originally from
FreeBSD 3.0
Patch from Steffen Nurpmeso (sdaoden (at) gmail.com) with minor tweaks.
|
|
|
|
From Jean-Philippe Ouellet (jean-philippe (at) ouellet.biz)
|
|
not exist.
OK halex@ krw@
|
|
by ensuring that the option under test is included in the server's
algorithm list
|
|
2849359 I2T calls (5 read, 2849352 writes)
5 data reads (2.3K bytes read)
2849352 data writes (43.5G bytes written)
2849358 T2I calls (2849358 done, 0 sense errors, 0 errors)
|
|
snmpd accordingly.
ok sthen@
|
|
for an interface without an active network connection.
- Don't write options to dhclient.conf that are default. Only use
the 'host-name' option for hostname associated dhcp requests.
- Run dhclient with options to reduce the time it takes to finish
in case it gets no answer from a DHCP server.
- Don't bother removing the interface from group dhcp and save the
configuration files even if dhclient fails. If the same interface
is statically configured later, it is removed from the group dhcp.
- Add 'dhcp' to hostname.if file regardless whether dhcp_request()
was successful or not.
- Change the Netmask question to be more autoinstaller friendly.
based on krw's work
discussed with and OK krw@
|
|
that is not prefect yet.
|