Age | Commit message (Collapse) | Author |
|
amd64 and i386
ok kettenis@
|
|
As the audio_buf structure is per-direction, this makes play and
recording code similar. No behavior change.
|
|
Makes the code easier to read, no behabior change.
|
|
|
|
|
|
offload, it needn't be. the stack must otherwise rely on every
offloading driver correctly handling all frames governed by a
given key.
ok stsp@
|
|
|
|
People are now expected to use snmp(1) for all their snmp client needs.
"Go ahead" deraadt@
|
|
and mention a trap set by EC_KEY_copy(3)
|
|
|
|
and EC_KEY_set_ex_data(3)
|
|
Ok kn@
|
|
Poirier in GitHub issue 1875.
|
|
* do not jump back and forth among different arguments and flags
* add the missing STANDARDS section
* mark up ASN.1 type names
* and several wording improvements
|
|
Options such as Ciphers take values that may be a list of ciphers; the
complete list, not indiviual elements, may be prefixed with a dash or plus
character to remove from or append to the default list respectively.
Users might read the current text as if each elment took an optional prefix,
so tweak the wording from "values" to "list" to prevent such ambiguity for
all options supporting this semantics (those that provide a list of
available elements via "ssh -Q ...").
Input and OK jmc
|
|
* add the missing STANDARDS section
* mark up ASN.1 type names
* and minor wording improvements and typo fixes
|
|
|
|
For all transforms the error case only printed the error but
did not exit. YYERROR was added to exit gracefully instead of
segfaulting later.
ok benno@
|
|
|
|
ok markus@
|
|
|
|
ie, use ifq_deq_rollback after looking at the head mbuf instead of
ifq_deq_commit.
this is used in tun/tap, where it had the effect that you'd get the
datalen for the packet, and then when you try to read that many
bytes it had gone. cool and normal.
this was found by a student who was trying to do just that. i've
always just read the packet into a large buffer.
|
|
getting etherip(4) to talk to a switch so i could verify this was
pretty fun.
remi@ pointed this bit of the manpage out somewhere, but it didn't
seem right anymore since etherip(4) was split out of gif(4). these
days if we have an interface that can be added to a bridge, we try
to make it look like an actual ethernet interface, which includes
having a mac address. we don't really have interfaces that change
modes and have these edge cases anymore.
|
|
(bug found and fix tested by Jesper Wallin)
OK deraadt OK kn
|
|
* add the missing STANDARDS section
* mark up ASN.1 type names
* and minor wording improvements
|
|
|
|
* do not jump back and forth between different arguments
* display the flags in a proper list
* add the missing STANDARDS section
* mark up ASN.1 type names
* and minor wording improvements
|
|
audio playback still works under virtualbox. ok ratchov@
|
|
jsing@ provided crucial help regarding the content;
tweaks and OK tb@
|
|
accounting. Prevents a race where the acct thread and the acct(2)
syscall both tries to close a vnode.
ok visa@
Reported-by: syzbot+bf2ac4d4fa9ee92903b8@syzkaller.appspotmail.com
|
|
missed during code scan.
|
|
Significant tweak by and ok martijn@
|
|
|
|
declarations.
|
|
|
|
ok ajacoutot robert
|
|
* Remove syspatch files from the installed system and not the ramdisk.
* Directly try to remove the old files without superfluous check.
* Use an extended glob to match /usr/lib/gcc-lib contents that don't
belong to this OS version.
* For /usr/lib/clang, set an array to the expansion of the glob, which is
an alphabetically sorted list, drop the last element, and rm the rest.
ok tb@
|
|
OK claudio@
|
|
|
|
current ber element.
OK claudio@
Seems sensible to deraadt@
|
|
Right now all consumers use 'e' at the end of the list, so no regressions
should be introduced.
OK claudio@
Seems sensible to deraadt@
|
|
discussed with martijn
|
|
|
|
|
|
gets enlarged use an array of pointers, so pointers to struct rib entries
remain valid after adding new RIBs. Also remove the global ribs pointer
and rib_valid() since they are no longer used since all the code uses now
rib_byid() instead.
OK benno@
|
|
* avoid repetitions and jumping back and forth between the functions
* more precision regarding which ASN.1 types and fields are involved
* mark up the ASN.1 type and field names
* explain CMS_REUSE_DIGEST more precisely
* move the discussion of attributes to CMS_NOATTR where it belongs
* GOST does not need an ENGINE in LibreSSL, so don't use it as an example
* add the missing STANDARDS section
* and minor wording improvements
|
|
search-backward, from Leah Neukirchen.
|
|
|
|
preserve zoomed state. GitHub issue 1839.
|
|
set.
ok patrick@
|