artulab
projects
/
openbsd
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
openbsd
2024-04-04
jsg
drm/i915/bios: Tolerate devdata==NULL in intel_bios_enc...
commit
|
commitdiff
|
tree
|
snapshot
2024-04-04
jsg
drm/i915/hwmon: Fix locking inversion in sysfs getter
commit
|
commitdiff
|
tree
|
snapshot
2024-04-04
jsg
drm/amdgpu: fix deadlock while reading mqd from debugfs
commit
|
commitdiff
|
tree
|
snapshot
2024-04-04
jsg
drm/amdkfd: fix TLB flush after unmap for GFX9.4.2
commit
|
commitdiff
|
tree
|
snapshot
2024-04-04
jsg
Revert "drm/amd/display: Fix sending VSC (+ colorimetry...
commit
|
commitdiff
|
tree
|
snapshot
2024-04-04
jsg
drm/amd/display: handle range offsets in VRR ranges
commit
|
commitdiff
|
tree
|
snapshot
2024-04-04
jsg
drm/i915: Don't explode when the dig port we don't...
commit
|
commitdiff
|
tree
|
snapshot
2024-04-04
jsg
drm/i915: Check before removing mm notifier
commit
|
commitdiff
|
tree
|
snapshot
2024-04-04
jsg
drm/amdgpu/pm: Fix the error of pwm1_enable setting
commit
|
commitdiff
|
tree
|
snapshot
2024-04-04
jsg
drm/amd/display: Use freesync when `DRM_EDID_FEATURE_CO...
commit
|
commitdiff
|
tree
|
snapshot
2024-04-04
jsg
drm/bridge: add ->edid_read hook and drm_bridge_edid_read()
commit
|
commitdiff
|
tree
|
snapshot
2024-04-04
jsg
drm/ttm: Make sure the mapped tt pages are decrypted...
commit
|
commitdiff
|
tree
|
snapshot
2024-04-04
jsg
drm/amd/display: Fix noise issue on HDMI AV mute
commit
|
commitdiff
|
tree
|
snapshot
2024-04-04
jsg
drm/amd/display: Return the correct HDCP error code
commit
|
commitdiff
|
tree
|
snapshot
2024-04-04
jsg
drm/amdgpu: amdgpu_ttm_gart_bind set gtt bound flag
commit
|
commitdiff
|
tree
|
snapshot
2024-04-04
jsg
drm/panel: do not return negative error codes from...
commit
|
commitdiff
|
tree
|
snapshot
2024-04-04
jsg
drm/probe-helper: warn about negative .get_modes()
commit
|
commitdiff
|
tree
|
snapshot
2024-04-04
jsg
add pgprot_decrypted() for 6.6.24 drm
commit
|
commitdiff
|
tree
|
snapshot
2024-04-04
jsg
add cc_platform_has() for 6.6.24 drm
commit
|
commitdiff
|
tree
|
snapshot
2024-04-04
millert
tzset_basic: only call issetugid(2) if TZ has changed
commit
|
commitdiff
|
tree
|
snapshot
2024-04-03
kettenis
Stopping grabbing the kernel lock in kbind(2).
commit
|
commitdiff
|
tree
|
snapshot
2024-04-03
gkoehler
Initialize earlier macppc's and powerpc64's pmap_hash_lock
commit
|
commitdiff
|
tree
|
snapshot
2024-04-03
miod
pmap_virtual_space() and pmap_steal_memory() are mutual...
commit
|
commitdiff
|
tree
|
snapshot
2024-04-03
miod
Reuse the timeout from struct scsi_xfer rather than...
commit
|
commitdiff
|
tree
|
snapshot
2024-04-03
gkoehler
Change ipmi(4)'s taskq from IPL_NONE to IPL_MPFLOOR
commit
|
commitdiff
|
tree
|
snapshot
2024-04-03
deraadt
sync
commit
|
commitdiff
|
tree
|
snapshot
2024-04-03
claudio
Switch one of the tcpmd5 passwords over to use the...
commit
|
commitdiff
|
tree
|
snapshot
2024-04-03
claudio
Rewrite str2key() to not use strtoul() to convert 2...
commit
|
commitdiff
|
tree
|
snapshot
2024-04-03
anton
Since ssh-agent(1) is only readable by root by now...
commit
|
commitdiff
|
tree
|
snapshot
2024-04-03
deraadt
Reading https://github.com/Geal/rust-syslog/issues...
commit
|
commitdiff
|
tree
|
snapshot
2024-04-03
tb
Fix warning about DistributionPointName type
commit
|
commitdiff
|
tree
|
snapshot
2024-04-03
guenther
Add ci_cpuid_level and ci_vendor holding the per-CPU...
commit
|
commitdiff
|
tree
|
snapshot
2024-04-02
sthen
Backout previous commit (intending that libressl client...
commit
|
commitdiff
|
tree
|
snapshot
2024-04-02
jan
Implement and enable TSO in vmx(4)
commit
|
commitdiff
|
tree
|
snapshot
2024-04-02
tobhe
Add check to make sure EAP header length matches expect...
commit
|
commitdiff
|
tree
|
snapshot
2024-04-02
claudio
Implement SO_ACCEPTCONN in getsockopt(2)
commit
|
commitdiff
|
tree
|
snapshot
2024-04-02
deraadt
Oops, incorrect hex conversion spotted by claudio....
commit
|
commitdiff
|
tree
|
snapshot
2024-04-02
mvs
Remove wrong "temporary udp error" comment in filt_so...
commit
|
commitdiff
|
tree
|
snapshot
2024-04-02
claudio
Remove unused file
commit
|
commitdiff
|
tree
|
snapshot
2024-04-02
deraadt
for parse_ipqos(), use strtonum() instead of mostly...
commit
|
commitdiff
|
tree
|
snapshot
2024-04-02
deraadt
can shortcut by returning strtonum() value directly...
commit
|
commitdiff
|
tree
|
snapshot
2024-04-02
deraadt
rewrite convtime() to use a isdigit-scanner and strtonu...
commit
|
commitdiff
|
tree
|
snapshot
2024-04-02
claudio
Remove unused ptr[3] char array in pkcs11_decode_hex.
commit
|
commitdiff
|
tree
|
snapshot
2024-04-02
deraadt
Replace non-idiomatic strtoul(, 16) to parse a region...
commit
|
commitdiff
|
tree
|
snapshot
2024-04-02
deraadt
Use strtonum() instead of severely non-idomatic strtoul()
commit
|
commitdiff
|
tree
|
snapshot
2024-04-02
jsg
fix unintended sizeof(pointer) introduced in rev 1.41
commit
|
commitdiff
|
tree
|
snapshot
2024-04-02
deraadt
Delete the msyscall mechanism entirely, since mimmutabl...
commit
|
commitdiff
|
tree
|
snapshot
2024-04-02
deraadt
remove useless whitespace; from Jia Tan
commit
|
commitdiff
|
tree
|
snapshot
2024-04-02
deraadt
also relink ssh-agent
commit
|
commitdiff
|
tree
|
snapshot
2024-04-02
ratchov
sndiod: Migrate clients upon watchdog timeout
commit
|
commitdiff
|
tree
|
snapshot
2024-04-02
ratchov
sndiod: Fix confusion between the slot and ctlslot...
commit
|
commitdiff
|
tree
|
snapshot
2024-04-02
tb
Simplify ecx_cms_sign_or_verify() using X509_ALGOR_set0...
commit
|
commitdiff
|
tree
|
snapshot
2024-04-01
jsg
init var to fix missing symtab section path
commit
|
commitdiff
|
tree
|
snapshot
2024-04-01
millert
Advertise SMTPUTF8 and 8BITMIME extensions in EHLO.
commit
|
commitdiff
|
tree
|
snapshot
2024-04-01
benno
pinsyscalls appeared in 7.5
commit
|
commitdiff
|
tree
|
snapshot
2024-04-01
anton
The regress/sys/arch/amd64/fpu/fenv.S utility issues...
commit
|
commitdiff
|
tree
|
snapshot
2024-04-01
deraadt
sync
commit
|
commitdiff
|
tree
|
snapshot
2024-04-01
deraadt
also create a relink kit for ssh-agent, since it is...
commit
|
commitdiff
|
tree
|
snapshot
2024-04-01
deraadt
new-style relink kit for sshd. The old scheme created...
commit
|
commitdiff
|
tree
|
snapshot
2024-04-01
florian
The previous unveil feature test assumed that having the
commit
|
commitdiff
|
tree
|
snapshot
2024-04-01
bluhm
Add some #ifdef XML_TESTING to the libexpat tests.
commit
|
commitdiff
|
tree
|
snapshot
2024-04-01
bluhm
Update libexpat to version 2.6.2.
commit
|
commitdiff
|
tree
|
snapshot
2024-04-01
deraadt
Mention that port can be specified as 0 in some situati...
commit
|
commitdiff
|
tree
|
snapshot
2024-04-01
deraadt
Enforce the pinsyscall rules on non-static/ld.so/libc...
commit
|
commitdiff
|
tree
|
snapshot
2024-04-01
patrick
Add clocks for the RK3588 PWM controller.
commit
|
commitdiff
|
tree
|
snapshot
2024-04-01
deraadt
sync
commit
|
commitdiff
|
tree
|
snapshot
2024-04-01
guenther
Delete 108 lines of ASM from vmx_enter_guest() that...
commit
|
commitdiff
|
tree
|
snapshot
2024-03-31
kettenis
Enable rge(4).
commit
|
commitdiff
|
tree
|
snapshot
2024-03-31
bluhm
Combine route_cache() and rtalloc_mpath() in new route_...
commit
|
commitdiff
|
tree
|
snapshot
2024-03-31
mvs
Allow listen(2) only on sockets of type SOCK_STREAM...
commit
|
commitdiff
|
tree
|
snapshot
2024-03-31
mvs
Mark `so_rcv' sockbuf of udp(4) sockets as SB_OWNLOCK.
commit
|
commitdiff
|
tree
|
snapshot
2024-03-31
miod
Regen
commit
|
commitdiff
|
tree
|
snapshot
2024-03-31
miod
Fix /dev/bio major.
commit
|
commitdiff
|
tree
|
snapshot
2024-03-31
miod
Remove long dead isa-on-powerpc leftovers.
commit
|
commitdiff
|
tree
|
snapshot
2024-03-31
miod
Stop referring to dead-since-30-years gatherstats(...
commit
|
commitdiff
|
tree
|
snapshot
2024-03-30
mpi
Prevent a recursion inside wakeup(9) when scheduler...
commit
|
commitdiff
|
tree
|
snapshot
2024-03-30
mpi
Document that pmemrange control data are protected...
commit
|
commitdiff
|
tree
|
snapshot
2024-03-30
jsg
regen
commit
|
commitdiff
|
tree
|
snapshot
2024-03-30
jsg
add ids seen on Milk-V Pioneer
commit
|
commitdiff
|
tree
|
snapshot
2024-03-30
miod
Use illop1 as failure instruction in the locore gap...
commit
|
commitdiff
|
tree
|
snapshot
2024-03-30
miod
Prefer illop1 rather than nop for text padding in the...
commit
|
commitdiff
|
tree
|
snapshot
2024-03-30
miod
Provide illop1 instruction encoding as TRAP.
commit
|
commitdiff
|
tree
|
snapshot
2024-03-30
tb
Add missing LCRYPTO_ALIAS()
commit
|
commitdiff
|
tree
|
snapshot
2024-03-30
tb
Fix LCRYPTO_UNUSED() in namespace builds
commit
|
commitdiff
|
tree
|
snapshot
2024-03-30
tb
Initialize quic_method in tlsexttest
commit
|
commitdiff
|
tree
|
snapshot
2024-03-30
tb
Replace silly test1_exit() with exit()
commit
|
commitdiff
|
tree
|
snapshot
2024-03-30
tb
Remove call to lh_FUNCTION_free()
commit
|
commitdiff
|
tree
|
snapshot
2024-03-30
miod
Remove nonsensical comments. NFC
commit
|
commitdiff
|
tree
|
snapshot
2024-03-30
miod
In _malloc_init(), round up the region being mprotected...
commit
|
commitdiff
|
tree
|
snapshot
2024-03-30
miod
Bring back an inline db_enter(), which makes backtraces...
commit
|
commitdiff
|
tree
|
snapshot
2024-03-30
mpi
Implement else branching logic including 'else if'.
commit
|
commitdiff
|
tree
|
snapshot
2024-03-30
deraadt
program relinking currently uses a Makefile.relink...
commit
|
commitdiff
|
tree
|
snapshot
2024-03-30
djm
in OpenSSH private key format, correct type for subsequ...
commit
|
commitdiff
|
tree
|
snapshot
2024-03-30
joshua
Hide symbols in aes
commit
|
commitdiff
|
tree
|
snapshot
2024-03-30
joshua
Hide symbols in camellia
commit
|
commitdiff
|
tree
|
snapshot
2024-03-30
jsing
Rewrite RSA_padding_add_PKCS1_type_{1,2}() with CBS...
commit
|
commitdiff
|
tree
|
snapshot
2024-03-30
djm
allow WAYLAND_DISPLAY to enable SSH_ASKPASS
commit
|
commitdiff
|
tree
|
snapshot
2024-03-30
joshua
Hide symbols in whrlpool
commit
|
commitdiff
|
tree
|
snapshot
2024-03-30
jsing
Do multiple padding add/check iterations.
commit
|
commitdiff
|
tree
|
snapshot
2024-03-30
joshua
Hide symbols in CMS
commit
|
commitdiff
|
tree
|
snapshot
next