summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-02-04Set default volume to -30 dB instead of using the hardware default of 0 dBMark Kettenis
2023-02-04kernel: stathz is always non-zero after cpu_initclocks()Scott Soule Cheloha
2023-02-04timecounting: remove incomplete PPS supportScott Soule Cheloha
2023-02-04Set default volume to -30 dB instead of using the hardware default of 0 dBMark Kettenis
2023-02-04Remove bn_sqr_words() on amd64.Joel Sing
2023-02-04correct history, shutdown(8) appeared in 4.1BSD before 4.1cJonathan Gray
2023-02-04Fix output constraints for bn_umul_hilo().Joel Sing
2023-02-04unstub i915_gem_stolen_lmem_setup()Jonathan Gray
2023-02-03RASOPS_CLIPPING is about screen coordinates, don't let it mess with colorMiod Vallat
2023-02-03Remove leftover rasops_isgray[] declaration.Miod Vallat
2023-02-03Remove redundant DIAGNOSTIC wrappers around KASSERT macros.Miod Vallat
2023-02-03syncTheo de Raadt
2023-02-03Add void to conn_close_any()Theo Buehler
2023-02-03Fix tput when compiled with clang-15 -O2Theo Buehler
2023-02-03add sncodec(4);Jason McIntyre
2023-02-03add missing ".It Xo" in previous;Jason McIntyre
2023-02-03Define get_softraid_disks() before get_dkdevs*() so they can use itKlemens Nanni
2023-02-03enable sncodec(4)Mark Kettenis
2023-02-03Make softraid helper return disk not device namesKlemens Nanni
2023-02-03sncodec(4)Mark Kettenis
2023-02-03Add sncodec(4) a driver for the TI SN012776/TAS2764 digital amplifier.Mark Kettenis
2023-02-03Set clock divider instead of relying on the pre-configured value.Mark Kettenis
2023-02-03Add ASPA to Looking GlassJob Snijders
2023-02-03Remove PHY ID checks. The Linux driver is no longer checking forMoritz Buhl
2023-02-03Add ASPA support to bgpctl FastCGI serverJob Snijders
2023-02-03Remove a bunch of pic-related macros which were supposed to mimic similarMiod Vallat
2023-02-03default sparc64 ld.lld to --execute-onlyTheo de Raadt
2023-02-03Move BN_mod_exp2_mont() to bn_exp.c.Joel Sing
2023-02-03Reorder functions in bn_exp.c to be slightly sensible...Joel Sing
2023-02-03Clean up and simplify BN_mod_lshift{,_quick}().Joel Sing
2023-02-03Clean up BN_mod_mul() and simplify BN_mod_sqr().Joel Sing
2023-02-03Simplify BN_mod_{lshift1,sub}_quick().Joel Sing
2023-02-03Simplify BN_nnmod().Joel Sing
2023-02-03Turn BN_mod_{ct,nonct}() into symbols.Joel Sing
2023-02-03make --execute-only the default on powerpcTheo de Raadt
2023-02-02Emit log messages in consistent formatJob Snijders
2023-02-02Remove AIX toc data after every function. NFCMiod Vallat
2023-02-02Fix typoJob Snijders
2023-02-02Refactor BN_uadd() and BN_usub().Joel Sing
2023-02-02Unbreak vpaes-x86 implementation.Joel Sing
2023-02-02Tweak restored code chunk to eliminate duplicate checks.Kenneth R Westerback
2010-10-01import OpenSSL-1.0.0aDamien Miller
2009-04-06import of OpenSSL 0.9.8kDamien Miller
2023-02-02Do not endian swap the ether_vtag before stuffing it into the control word.Claudio Jeker
2023-02-02Move existing softraid check into reusable functionKlemens Nanni
2023-02-02Use binary or to set the ether_vtag which makes the code the sameClaudio Jeker
2023-02-02Move all data blocks from .text to .rodata and cleanup up and homogeneize codeMiod Vallat
2023-02-02Sync function prototypes and declarations to satisfy clang 15.Anton Lindqvist
2023-02-02test compat_kex_proposal(); by dtucker@Damien Miller
2023-02-02openssh-9.2Damien Miller