Age | Commit message (Collapse) | Author |
|
|
|
|
|
ldscripts). Correct the xd and xdc ldscripts (pie and pie + combreloc)
on i386 and add two new variants for pie + combreloc + Z and pie + Z on
all arches. ok drahn@
|
|
Reduces the amount of dmesg noise.
Tested and OK mcbride@
|
|
from ether_input() into trunk_input() where it can be handled in a smarter way.
OK claudio@ and reyk@ on an earlier version.
|
|
dl_iterate_phdr(3) which was returning the load base not the
object base. Problem noted in the misc/exceptions regress by
David Krause. okay drahn@
|
|
bnx(4) (BCM5706/BCM5708) adapters.
Thanks to Balázs Nagy <bnagy at thenewpush dot com> for
providing remote access to a Inventec IB4220 blade with
fiber BCM5780 interfaces and David Christensen at Broadcom
for providing BCM5708 2.5Gbps adapters.
Tested with various existing copper adapters and the above
mentioned adapters.
Some inspiration from similar changes to FreeBSD's brgphy(4)
driver.
|
|
depends on them being set. This should be the removal of the original
return-to-userland-to-authenticate code that was apparently an unfinished
experiment.
ok thib@
|
|
Rescue nfsm_reqhead macro name and rename nfsm_reqh.
End of one-liners from nfsm_subs.h.
ok thib@
|
|
reserved space in case we ever want to support a different scheme
ok hshoexer@ marco@
|
|
|
|
can not supply the correct nexthop if the nexthop is changed. So if the
route we want to change is a non-multipath one allow the change to succeed.
This unbreaks RTM_CHANGE in most situations. Found by jsing@ Ok henning@
|
|
nasty routing table issues. Mainly the pointer to the previous node.
OK henning@
|
|
|
|
|
|
okay millert@
|
|
Implement file locking in lockd. All the stuff is done in userland, using
fhopen() and flock(). This means that if you kill lockd, all locks will
be relased.
Shared locks are not handled efficiently, they're serialised in lockd when
they could be granted.
tested against debian etch (linux 2.6.18)
not fully functional yet in mixed NFSv2/v3 environments
further development in-tree as discussed w/ deraadt
|
|
from NetBSD
minor bump, discussed w/ deraadt
|
|
|
|
from NetBSD
|
|
|
|
ok deraadt@, marco@
|
|
call to strtod() with bounding check.
Discussed with pyr@ and otto@
ok otto@ deraadt@
|
|
ok marco djm
|
|
- continuation line at file start would segfault: make it change ginfo
as it should instead.
- empty continuation lines should be valid.
okay millert@
|
|
|
|
original scientific paper inspiring that technique.
Much help with English and nroff by jmc@, thanks.
|
|
Noted, ok otto@
|
|
Add "c-handle-special-brace" which does a blink and indent, rather
than just a selfinsert and indent
|
|
system for the bridge ID for stp. That worksfine unless you have
two bridges in the system that talkto the same neighboring systems
(switches), because the two bridges on the openbsd system would have the
same ID.
fix by only looking at interfaces part of the bridge and using the lowest
mac address of these. works fine because stpcan only be enabled on
IFT_ETHER interfaces so there is always at least one and we re-evaluate
every time an interface is added or deleted from the bridge.
diff was rotting in my tree for at least a year, I have no idea what
triggered it really.
ok reyk mk djm
|
|
function. While here, tighten whitespace.
|
|
|
|
If you use this, change your habits (and .mg) to use the following
commands instead:
mail-mode => auto-fill-mode
mail-set-margin => set-fill-column
ok henning@. Will also "fix" debian bug #460189
|
|
'Prints root directory as "//" instead of "/" for root files.'
Issue was with dirname, which strips the trailing slash, except
when given "/". Wrap it in a cover function to fix. Also helps
with portability to data-munging dirname glibc.
|
|
Two issues: *scratch* did not inherit any modes set from
~/.mg, as it was created too early. Switch to using *init* buffer
until after autoexec, then kill it and inherit correct *scratch*.
Second, -f should force the mode. Not toggle it.
ok phessler@
|
|
parts in #ifdef _KERNEL; makes softraidvar.h usable from userland
ok hshoexer@
|
|
mask key from userland. Thus, modify sr_crypto_get_kdf() do correclty handle
copying kdf hint and/or mask key.
While there, remove superflous sr_read_meta().
ok marco djm
|
|
other drivers.
|
|
instead of getting truncated.
|
|
|
|
|
|
ok blambert@
|
|
it again in that function.
|
|
On socppc it has the subclass PCI_SUBCLASS_MASS_STORAGE_MISC
so without the quirk socppc will not find its disk.
-moj
|
|
Problem found by Martynas Venckus, fix by me.
|
|
|
|
|
|
applying additional restrictions to non-pubkey authentications in
the case where pubkey fails but another method subsequently succeeds.
bz #1472, found by Colin Watson, ok markus@ djm@
|
|
|
|
|