index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2023-02-17
Only compile _ng_print() #ifdef DEBUG_NG; ok millert@
Miod Vallat
2023-02-17
Remove unused variables; ok millert@
Miod Vallat
2023-02-17
Update AUTHORS section
Job Snijders
2023-02-17
Use %R technical report macro for RFCs
Job Snijders
2023-02-17
spelling
Jonathan Gray
2023-02-17
Provide optimised versions of bn_addw() and bn_subw() for aarch64.
Joel Sing
2023-02-17
Remove now unused tangle of mul*/sqr* and BN_UMULT_* macros.
Joel Sing
2023-02-17
Reimplement bn_sqr_comba{4,8}().
Joel Sing
2023-02-17
Remove now-unused compat bit SSH_BUG_RSASIGMD5. The code to set this
Darren Tucker
2023-02-17
Remove now-unused compat bit SSH_BUG_BIGENDIANAES. This was
Darren Tucker
2023-02-16
- remove a leftover .El
Jason McIntyre
2023-02-16
Remove obsolete __HAVE_VM_PAGE_MD define - all platforms provide vm_page_md
Miod Vallat
2023-02-16
Update references in STANDARDS section to use Rs blocks
Job Snijders
2023-02-16
Rewrite bsort() from hand-rolled recursive to simpler iterative reusing code
Klemens Nanni
2023-02-16
Enable dwqe(4).
Mark Kettenis
2023-02-16
Fix MAC address register offsets.
Mark Kettenis
2023-02-16
Revert r1.63.
Theo Buehler
2023-02-16
Add missing RFC 6487 section 4.8.6 CRLDP compliance checks
Job Snijders
2023-02-16
Enable s2n-bignum word_clz() on amd64.
Joel Sing
2023-02-16
Use bn_addw() in bn_mulw(), rather than duplicating add with carry code.
Joel Sing
2023-02-16
Change include from _internal_s2n_bignum.h to s2n_bignum_internal.h.
Joel Sing
2023-02-16
Include the ISC license from s2n-bignum's LICENSE file.
Joel Sing
2023-02-16
Bring in word_clz.S from s2n-bignum for amd64.
Joel Sing
2023-02-16
Rename bn_umul_hilo() to bn_mulw().
Joel Sing
2023-02-16
zap stray empty line
Theo Buehler
2023-02-16
Remove SSH_BUG_PASSWORDPAD compat bit since it's no longer used.
Darren Tucker
2023-02-16
Add missing masks to accumulator version of bn_umul_hilo()
Joel Sing
2023-02-16
regen
Claudio Jeker
2023-02-16
utrace(2) can run without kernel lock. Now ktruser() will take the
Claudio Jeker
2023-02-16
Like other ktrace functions make ktruser() callable without kernel lock
Claudio Jeker
2023-02-16
libressl *_namespace.h: adjust *_ALIAS() to require a semicolon
Theo Buehler
2023-02-16
Remove SSH_BUG_IGNOREMSG compat flag since it's only applicable to SSH1
Darren Tucker
2023-02-16
sync
Theo de Raadt
2023-02-16
Document pinsyscall(2). The ld.so and kernel enforcement code is not
Theo de Raadt
2023-02-16
sync
Theo de Raadt
2023-02-16
Reimplement bn_add_words() and bn_sub_words() using bignum primitives.
Joel Sing
2023-02-16
Add pinsyscall(2). With this you can tell the kernel the location
Theo de Raadt
2023-02-16
explain why ARIN TAL is not included.
Theo de Raadt
2023-02-16
remove the '(R)' from the intel cpu match pattern
Jonathan Gray
2023-02-16
Regen en_US.UTF-8.src for Unicode 14.0.0
Andrew Fresh
2023-02-16
Whitespace
Andrew Fresh
2023-02-15
proc_ispeer() is not used anywhere anymore so remove it everywhere.
Tobias Heider
2023-02-15
Relax kernel lock assertion within tsleep(9). The `nowake' channel is
Vitaliy Makkoveev
2023-02-15
pfsync(4) panics on NULL pointer dereference if there
Alexandr Nedvedicky
2023-02-15
Place bn_mul_add_words() after bn_mul_words().
Joel Sing
2023-02-15
bgpd no longer immediatly opens the connection to its peers so instead
Claudio Jeker
2023-02-15
The GMAC on the Rockchip RK356x and RK3588 SoCs can only do 32-bit DMA
Mark Kettenis
2023-02-15
Don't print the version twice, but do print a newline before attaching the
Mark Kettenis
2023-02-15
Add GMAC-related RK356x clocks.
Mark Kettenis
2023-02-15
Use correct order of arguments for shutdown(2).
Florian Obser
[next]