| Commit message (Collapse) | Author | Files | Lines |
|
with no body.
|
|
declare both with the correct sign in pf_change_icmp_af().
OK henning@
|
|
created from a ICMP6 "too big" packet. The function pf_change_icmp_af()
has code to adjust the pseudo-header checksum in the ICMP6 case,
but pf_test_state_icmp() changed the proto before the case was
entered.
So call pf_change_icmp_af() before the pd->proto is converted in
the TCP and UDP payload case like it was already done for ICMP and
ICMP6 payload.
Found by sys/net/pf_forward regress test; OK henning@
|
|
in sorwakeup().
Report from egorenar-dev at posteo.net; OK henning@
|
|
not overflow because the initial count includes empty slots; ok tb@
|
|
initialising -> initializing from Claus Assmann
artitions -> partitions from spell(1)
|
|
|
|
|
|
|
|
from claus assman
|
|
create a randomized locally administrated address. OpenBSD as a guest OS
does this correctly but we cannot rely on it for other guests, so randomize
the MAC address in vmd(8) on the host side if it is not specified by the
user. I incremented the prefix by one to differentiate from the ones
that are generated by OpenBSD in the kernel; fe:e1:bb:xx:xx:xx.
OK deraadt@ mlarkin@
|
|
Should have been part of commitid uHRFWpwUBjIz0UuR.
Original message:
Move libcrypto, librpcsvc and gnu/usr.bin/cc/include from RDIRS to PRDIRS,
and add prereq targets, so some header files are generated by BUILDUSER
during 'make prereq' instead of by root during 'make includes'.
Switch the order of 'make cleandir' and 'make includes' during 'make build'
so we don't generate many files twice.
Except for some machine@ symlinks from ${MACHINE}/stand, /usr/obj is now
clean from files generated by root during 'make build'. Those will be
cleaned up in a second step.
help, testing & ok deraadt, input from natano, further testing rpe
|
|
ok deraadt@
|
|
related to mandoc/mdoc_term.c rev. 1.231 and to textproc/groff-1.22.3p3
|
|
OK nicm@ tb@ czarkoff@
|
|
no functional change; suggested by tb@
|
|
* It was only used in vi input mode.
* No functional change in case of set -o vi-show8.
* No functional change if LC_CTYPE is set to UTF-8.
* More robust for the default of LC_CTYPE=C on a UTF-8 xterm.
Behaviour changes for the combination LC_CTYPE=C with set +o vi-show8
on non-UTF-8 terminals, but that combination is useless and dangerous
with or without this patch. If you want to edit individual raw non-ASCII
non-UTF-8 bytes on the shell command line, always use set -o vi-show8.
(Besides, i doubt that you actually want to do that; better use a real
hex editor in the first place.)
OK czarkoff@.
|
|
and not to a continuation byte for these commands: b B e E w W |
Let {e,E}ndword return the position after the word because that is
easier to handle in the caller.
OK tb@ czarkoff@
|
|
this group will be added to all VM tap(4) interfaces in the switch.
Tested by martijn@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
From Rob Pierce, help & ok jmc@
|
|
syslogd(8). Just malloc(3) them dynamically which also gives a
more random address space layout.
OK deraadt@
|
|
"datapathid" as stated by the man page.
ok reyk@
|
|
|
|
ISO images.
|
|
done hacking it.
|
|
-d debug-mask
Enable various levels of debugging, depending upon which bits are
set in debug-mask. XXX: document these
Useful, eh? Leaving the actual debug code in there for now, so debug
flags can be set at compile time. That might be removed in the future
too.
|
|
tetsing and debugging; mult-threaded programs use multiple pools
|
|
|
|
fails to reduce the input in the expected space then fail out instead
of overflowing the allocated buffer.
combines openssl commits 28a89639da50b1caed4ff3015508f23173bf3e49 and
3612ff6fcec0e3d1f2a598135fe12177c0419582
ok doug@ beck@
|
|
From Jan Stary.
"POSIX doesn't restrict us here" and ok schwarze@
|
|
|
|
ok jmc@
|
|
collisions with the kernel structures of the same name.
caught one bug where the wrong header was being included.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
No binary change.
|
|
existing hooks to use notifys instead.
|
|
descriptor variables in syslogd(8) this way.
OK rzalamena@
|
|
|
|
between two functions.
|