2021-01-29 |
deraadt | repair declerations to satisfy -fno-common |
commit | commitdiff | tree | snapshot |
2021-01-29 |
espie | be more forceful about FULLPKGPATH |
commit | commitdiff | tree | snapshot |
2021-01-29 |
edd | Don't rely on USB interfaces being at compliant indices. |
commit | commitdiff | tree | snapshot |
2021-01-29 |
ratchov | Make audio clients use struct opt to reach the device |
commit | commitdiff | tree | snapshot |
2021-01-29 |
ratchov | Make control clients use struct opt to reach the device |
commit | commitdiff | tree | snapshot |
2021-01-29 |
ratchov | Rename ctlslot->mask to ctlslot->self to match the... |
commit | commitdiff | tree | snapshot |
2021-01-29 |
ratchov | Order opt_list in opt_new() call order, limit items... |
commit | commitdiff | tree | snapshot |
2021-01-29 |
ratchov | Move the options list out of the device structure |
commit | commitdiff | tree | snapshot |
2021-01-29 |
ratchov | Move the control client state out of the device structure |
commit | commitdiff | tree | snapshot |
2021-01-29 |
ratchov | Move the audio clients state out of the device structure |
commit | commitdiff | tree | snapshot |
2021-01-29 |
claudio | Use NULL instead of 0 to clear v_socket pointer (which... |
commit | commitdiff | tree | snapshot |
2021-01-29 |
claudio | Adjust regress test, the hash argument to the parse... |
commit | commitdiff | tree | snapshot |
2021-01-29 |
claudio | A while ago rpki-client was changed to validate the... |
commit | commitdiff | tree | snapshot |
2021-01-29 |
nicm | Trim output overwritten by later text or clears complet... |
commit | commitdiff | tree | snapshot |
2021-01-29 |
jsg | recognise Cortex-A78C |
commit | commitdiff | tree | snapshot |
2021-01-29 |
djm | fix the values of enum sock_type |
commit | commitdiff | tree | snapshot |
2021-01-29 |
djm | give typedef'd struct a struct name; makes the fuzzer... |
commit | commitdiff | tree | snapshot |
2021-01-29 |
rob | Whitespace. |
commit | commitdiff | tree | snapshot |
2021-01-28 |
martijn | Remove print_{debug,verbose} since they're currently... |
commit | commitdiff | tree | snapshot |
2021-01-28 |
mvs | bridge(4): convert ifunit() to if_unit(9) |
commit | commitdiff | tree | snapshot |
2021-01-28 |
mvs | trunk(4): convert ifunit to if_unit(9) |
commit | commitdiff | tree | snapshot |
2021-01-28 |
martijn | Add '$' to ober_scanf_elements(). |
commit | commitdiff | tree | snapshot |
2021-01-28 |
deraadt | bios_memmap[] should not be a common |
commit | commitdiff | tree | snapshot |
2021-01-28 |
jsing | Remove direct assignment of aead_ctx. |
commit | commitdiff | tree | snapshot |
2021-01-28 |
millert | Add ldap(1) to the SEE ALSO section. OK deraadt@ |
commit | commitdiff | tree | snapshot |
2021-01-28 |
deraadt | Again allow COPTS= to come from the environment again... |
commit | commitdiff | tree | snapshot |
2021-01-28 |
cheloha | tpm(4): fix delay units |
commit | commitdiff | tree | snapshot |
2021-01-28 |
jsing | Move AEAD handling into the new TLSv1.2 record layer. |
commit | commitdiff | tree | snapshot |
2021-01-28 |
visa | Show when witness(4) has run out of lock order data... |
commit | commitdiff | tree | snapshot |
2021-01-28 |
visa | Drop tcp_trace() from SMALL_KERNEL builds to make room... |
commit | commitdiff | tree | snapshot |
2021-01-28 |
mglocker | Be consistent in not using parameter names for function... |
commit | commitdiff | tree | snapshot |
2021-01-28 |
ratchov | When an audio device is disconnected, drop MIDI clients... |
commit | commitdiff | tree | snapshot |
2021-01-28 |
ratchov | Dont attempt to drain disconnected clients |
commit | commitdiff | tree | snapshot |
2021-01-28 |
ratchov | In slot_xxx(), store dev pointer in local variable |
commit | commitdiff | tree | snapshot |
2021-01-28 |
ratchov | Use everywhere the same pattern to handle fractional... |
commit | commitdiff | tree | snapshot |
2021-01-28 |
ratchov | Make slot_{attach,detach}() the opposite of each other |
commit | commitdiff | tree | snapshot |
2021-01-28 |
ratchov | Drop unused dev_nctl() function and few unused prototypes |
commit | commitdiff | tree | snapshot |
2021-01-28 |
dlg | handle "once" rules before letting pfsync defer tx... |
commit | commitdiff | tree | snapshot |
2021-01-28 |
florian | A new resolver can be created while we currently run... |
commit | commitdiff | tree | snapshot |
2021-01-28 |
kurt | Rename bNumInterface to bNumInterfaces to fix build... |
commit | commitdiff | tree | snapshot |
2021-01-28 |
mortimer | Extern dwarf2_loc_mark_labels. Fixes compiation with... |
commit | commitdiff | tree | snapshot |
2021-01-28 |
mortimer | Explicitly enable -fcommon, rather than untangle common... |
commit | commitdiff | tree | snapshot |
2021-01-28 |
mortimer | Extern privsep_process. Fixes compilation with -fno... |
commit | commitdiff | tree | snapshot |
2021-01-28 |
mortimer | Extern transport_list. Fixed compilation with -fno... |
commit | commitdiff | tree | snapshot |
2021-01-27 |
dlg | if the route resolved in pf_route is invalid, generate... |
commit | commitdiff | tree | snapshot |
2021-01-27 |
djm | fix leak: was double allocating kex->session_id buffer |
commit | commitdiff | tree | snapshot |
2021-01-27 |
sthen | update comment, SMALL was split into SMALL and NOSSL |
commit | commitdiff | tree | snapshot |
2021-01-27 |
rob | Unveil ldapd. Follow recent precedent and elect to... |
commit | commitdiff | tree | snapshot |
2021-01-27 |
eric | remove bogus key hack now that it's handled by libtls |
commit | commitdiff | tree | snapshot |
2021-01-27 |
tb | wrap an overlong line |
commit | commitdiff | tree | snapshot |
2021-01-27 |
tb | sync |
commit | commitdiff | tree | snapshot |
2021-01-27 |
tb | Link SSL_get_finished.3 to build. |
commit | commitdiff | tree | snapshot |
2021-01-27 |
tb | Write SSL_get_finished() documentation from scratch. |
commit | commitdiff | tree | snapshot |
2021-01-27 |
tb | Merge SSL_set_hostflags documentation from OpenSSL... |
commit | commitdiff | tree | snapshot |
2021-01-27 |
mglocker | The usb configuration descriptor parameter providing... |
commit | commitdiff | tree | snapshot |
2021-01-27 |
millert | Promote nrules/maxrules to size_t and make sure they... |
commit | commitdiff | tree | snapshot |
2021-01-27 |
jmc | mark up fixes; from lyndon |
commit | commitdiff | tree | snapshot |
2021-01-27 |
jmc | word fix; |
commit | commitdiff | tree | snapshot |
2021-01-27 |
jmc | spelling fixes; |
commit | commitdiff | tree | snapshot |
2021-01-27 |
jsg | regen |
commit | commitdiff | tree | snapshot |
2021-01-27 |
jsg | add some more amdgpu devices |
commit | commitdiff | tree | snapshot |
2021-01-27 |
nicm | Flush pending output before entering or exiting alterna... |
commit | commitdiff | tree | snapshot |
2021-01-27 |
djm | this needs kex.h now |
commit | commitdiff | tree | snapshot |
2021-01-27 |
djm | make ssh->kex->session_id a sshbuf instead of u_char... |
commit | commitdiff | tree | snapshot |
2021-01-27 |
djm | remove global variable used to stash compat flags and... |
commit | commitdiff | tree | snapshot |
2021-01-27 |
mglocker | Be consistent in not using parameter names for function... |
commit | commitdiff | tree | snapshot |
2021-01-27 |
florian | Determine available address families (and monitor when... |
commit | commitdiff | tree | snapshot |
2021-01-27 |
dlg | do better accounting of how many msix interrupts we... |
commit | commitdiff | tree | snapshot |
2021-01-27 |
deraadt | these programs (with common ancestry) had a -fno-common... |
commit | commitdiff | tree | snapshot |
2021-01-27 |
deraadt | split out extern and decl for -fno-common |
commit | commitdiff | tree | snapshot |
2021-01-27 |
deraadt | makemap does not need a common which it does not use. |
commit | commitdiff | tree | snapshot |
2021-01-27 |
deraadt | commons used rather than externs, fix for -fno-common |
commit | commitdiff | tree | snapshot |
2021-01-27 |
deraadt | fix -fno-common issues; ok mortimer |
commit | commitdiff | tree | snapshot |
2021-01-27 |
deraadt | fix -fno-common issues; ok mortimer |
commit | commitdiff | tree | snapshot |
2021-01-27 |
deraadt | nsd contains two yacc parsers, but predates "yacc ... |
commit | commitdiff | tree | snapshot |
2021-01-27 |
deraadt | shuffle externs (and definitions) around to satisfy... |
commit | commitdiff | tree | snapshot |
2021-01-27 |
dlg | have pf_route{,6} clear the pf_pdesc mbuf ref early... |
commit | commitdiff | tree | snapshot |
2021-01-27 |
dlg | don't run copies of packets made by dup-to through... |
commit | commitdiff | tree | snapshot |
2021-01-27 |
visa | kqueue: Fix termination assert |
commit | commitdiff | tree | snapshot |
2021-01-27 |
deraadt | satisfy -fno-common by duplicating deck chairs as required |
commit | commitdiff | tree | snapshot |
2021-01-27 |
deraadt | satisfy -fno-common |
commit | commitdiff | tree | snapshot |
2021-01-27 |
dtucker | Logical not bitwise or. ok djm@ |
commit | commitdiff | tree | snapshot |
2021-01-26 |
tobhe | Add support for RSA-PSS PKCS1 signatures. Don't enable... |
commit | commitdiff | tree | snapshot |
2021-01-26 |
kettenis | Recognize Apple Icestorm cores. |
commit | commitdiff | tree | snapshot |
2021-01-26 |
millert | Fix build with -fno-common. OK deraadt@ |
commit | commitdiff | tree | snapshot |
2021-01-26 |
tb | Rewrap a comment line to fit into 80 columns. |
commit | commitdiff | tree | snapshot |
2021-01-26 |
tb | zap a tab |
commit | commitdiff | tree | snapshot |
2021-01-26 |
tb | Prepare to provide SSL_set_hostflags() |
commit | commitdiff | tree | snapshot |
2021-01-26 |
deraadt | one variable was common, fixing what I can. |
commit | commitdiff | tree | snapshot |
2021-01-26 |
deraadt | satisfy -fno-common, by (1) copying all the variable... |
commit | commitdiff | tree | snapshot |
2021-01-26 |
deraadt | satisfy -fno-common, by (1) copying all the variable... |
commit | commitdiff | tree | snapshot |
2021-01-26 |
deraadt | sockb variable is unused (and even worse, was common... |
commit | commitdiff | tree | snapshot |
2021-01-26 |
deraadt | satisfy -fno-common, by (1) copying all the variable... |
commit | commitdiff | tree | snapshot |
2021-01-26 |
deraadt | satisfy -fno-common, by (1) copying all the variable... |
commit | commitdiff | tree | snapshot |
2021-01-26 |
deraadt | satisfy -fno-common by repairing one enum decl |
commit | commitdiff | tree | snapshot |
2021-01-26 |
naddy | move HostbasedAcceptedAlgorithms to the right place... |
commit | commitdiff | tree | snapshot |
2021-01-26 |
jsing | Move sequence numbers into the new TLSv1.2 record layer. |
commit | commitdiff | tree | snapshot |
2021-01-26 |
eric | Move private key setup to a helper function with proper... |
commit | commitdiff | tree | snapshot |
2021-01-26 |
florian | Some config changes require a restart of all resolvers... |
commit | commitdiff | tree | snapshot |
2021-01-26 |
florian | When checking for available address family for AI_ADDRC... |
commit | commitdiff | tree | snapshot |
next |