Age | Commit message (Collapse) | Author |
|
From Alvin Lee
f9420bfa29f9ece0b02a5435ae95f1a48bc97723 in linux 4.19.y/4.19.67
6ac25e6d5b2fbf251e9fa2f4131d42c815b43867 in mainline linux
|
|
From Julian Parkin
3998e684463a7fa1721c171172ca085978d03a00 in linux 4.19.y/4.19.67
0905f32977268149f06e3ce6ea4bd6d374dd891f in mainline linux
|
|
From Tai Man
e7a8a794109c07e0b8d7bd55fbfcb3082991626a in linux 4.19.y/4.19.67
74eda776d7a4e69ec7aa1ce30a87636f14220fbb in mainline linux
|
|
level
From Sivapiriyan Kumarasamy
2a5e21adc71b46beec9232cc6418676fd2255bc5 in linux 4.19.y/4.19.67
c7990daebe71d11a9e360b5c3b0ecd1846a3a4bb in mainline linux
|
|
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
|