OpenBSD/src WQbJMmD — sys/dev/pci/drm/include/linux kernel.h panic.h
panic functions moved to panic.h in linux 5.14
| Version | Delta | File | |
|---|---|---|---|
| 1.1 | +11 | -0 | sys/dev/pci/drm/include/linux/panic.h |
| 1.18 | +1 | -5 | sys/dev/pci/drm/include/linux/kernel.h |
| +12 | -5 | 2 files | |
panic functions moved to panic.h in linux 5.14
| Version | Delta | File | |
|---|---|---|---|
| 1.1 | +11 | -0 | sys/dev/pci/drm/include/linux/panic.h |
| 1.18 | +1 | -5 | sys/dev/pci/drm/include/linux/kernel.h |
| +12 | -5 | 2 files | |
min/max functions moved to minmax.h in linux 5.10
| Version | Delta | File | |
|---|---|---|---|
| 1.1 | +55 | -0 | sys/dev/pci/drm/include/linux/minmax.h |
| 1.17 | +1 | -47 | sys/dev/pci/drm/include/linux/kernel.h |
| +56 | -47 | 2 files | |
sprintf functions moved to sprintf.h in linux 6.6
| Version | Delta | File | |
|---|---|---|---|
| 1.2 | +54 | -0 | sys/dev/pci/drm/include/linux/sprintf.h |
| 1.16 | +1 | -46 | sys/dev/pci/drm/include/linux/kernel.h |
| +55 | -46 | 2 files | |
struct work_struct moved to workqueue_types.h in linux 6.8
| Version | Delta | File | |
|---|---|---|---|
| 1.1 | +30 | -0 | sys/dev/pci/drm/include/linux/workqueue_types.h |
| 1.13 | +2 | -8 | sys/dev/pci/drm/include/linux/workqueue.h |
| +32 | -8 | 2 files | |
ARRAY_SIZE moved to array_size.h in linux 6.7
| Version | Delta | File | |
|---|---|---|---|
| 1.1 | +10 | -0 | sys/dev/pci/drm/include/linux/array_size.h |
| 1.15 | +1 | -2 | sys/dev/pci/drm/include/linux/kernel.h |
| +11 | -2 | 2 files | |
fix encoding of hppa protection bits Restore the PTE_PROT() calls lost in pmap r1.181. ok deraadt@
| Version | Delta | File | |
|---|---|---|---|
| 1.182 | +3 | -3 | sys/arch/hppa/hppa/pmap.c |
| +3 | -3 | 1 files | |
Only set conn->redir_uri once all validation steps are done. OK tb@
| Version | Delta | File | |
|---|---|---|---|
| 1.109 | +3 | -2 | usr.sbin/rpki-client/http.c |
| +3 | -2 | 1 files | |
sndiod: Allocate all midithru structures on the heap The midithru structures that are used only internally (for MIDI control of the logical audio sub-device) are allocated when needed only. Now the MIDITHRU_NMAX macro is simply the number of user-visible midithru ports. The midithru structures are identified by names, instead of the indices.
| Version | Delta | File | |
|---|---|---|---|
| 1.41 | +64 | -16 | usr.bin/sndiod/midi.c |
| 1.24 | +12 | -3 | usr.bin/sndiod/midi.h |
| 1.59 | +10 | -4 | usr.bin/sndiod/sndiod.c |
| 1.65 | +7 | -4 | usr.bin/sndiod/sock.c |
| 1.145 | +5 | -5 | usr.bin/sndiod/dev.c |
| 1.25 | +4 | -2 | usr.bin/sndiod/opt.c |
| +102 | -34 | 1 files not shown | |
| +104 | -35 | 7 files | |
Add a refresh-now command and change the r binding back to it in copy mode.
| Version | Delta | File | |
|---|---|---|---|
| 1.425 | +42 | -6 | usr.bin/tmux/window-copy.c |
| 1.1154 | +7 | -3 | usr.bin/tmux/tmux.1 |
| 1.191 | +3 | -3 | usr.bin/tmux/key-bindings.c |
| +52 | -12 | 3 files | |
Make goto bad and done logic consistent within ip and ip6 output. No functional change. OK sashan@
| Version | Delta | File | |
|---|---|---|---|
| 1.308 | +4 | -7 | sys/netinet6/ip6_output.c |
| 1.420 | +5 | -6 | sys/netinet/ip_output.c |
| +9 | -13 | 2 files | |
Protect ip6_mforward() with kernel lock in ip6_output(). Multicast forwarding is not MP safe yet and also locked with shared netlock plus kernel lock elsewhere. OK sashan@
| Version | Delta | File | |
|---|---|---|---|
| 1.307 | +8 | -5 | sys/netinet6/ip6_output.c |
| +8 | -5 | 1 files | |
Ignore Ms if it is invalid (for example no %p1) and report in client mode, GitHub issue 5460.
| Version | Delta | File | |
|---|---|---|---|
| 1.107 | +22 | -1 | usr.bin/tmux/tty-term.c |
| 1.48 | +11 | -5 | usr.bin/tmux/window-client.c |
| 1.1422 | +2 | -1 | usr.bin/tmux/tmux.h |
| +35 | -7 | 3 files | |
OBJ_create: OBJ_add_objects -> OBJ_create_objects
| Version | Delta | File | |
|---|---|---|---|
| 1.13 | +3 | -3 | lib/libcrypto/man/OBJ_create.3 |
| +3 | -3 | 1 files | |
Remove documentation of OBJ_add_object(3) This API was removed a long time ago but I forgot to update the manpage (probably because doing so is slightly non-trivial). There's still a lot of API here that should be removed. OBJ_add_objects() seems now unused while OBJ_new_nid() is used by the one consumer that is single-handedly responsible for at least two dozen APIs that could otherwise be removed from libcrypto with significant simplifications: security/xca. It would appear the author is on a quest to figure out how to make use of whatever undocumented garbage they can find in the openssl headers. That's of course a hobby project you can pursue for decades.
| Version | Delta | File | |
|---|---|---|---|
| 1.12 | +15 | -40 | lib/libcrypto/man/OBJ_create.3 |
| +15 | -40 | 1 files | |
Add missing Dv macro for NI_NUMERICSERV and NI_DGRAM OK tb@
| Version | Delta | File | |
|---|---|---|---|
| 1.50 | +4 | -4 | lib/libc/net/getnameinfo.3 |
| +4 | -4 | 1 files | |
re(4) uses 64 bit DMA for kstat. All except one bus DMA operation of re(4) with PCIe have been converted to 64 bit access. Also do it for kstat statistics. tested by krw@ mvs@
| Version | Delta | File | |
|---|---|---|---|
| 1.224 | +4 | -3 | sys/dev/ic/re.c |
| +4 | -3 | 1 files | |
Use ACS arrows for tree mode.
| Version | Delta | File | |
|---|---|---|---|
| 1.101 | +2 | -2 | usr.bin/tmux/mode-tree.c |
| +2 | -2 | 1 files | |
Do not crash when synchronizing groups and there is no current window. GitHub issue 5467 from Ju-an Zhang.
| Version | Delta | File | |
|---|---|---|---|
| 1.107 | +4 | -2 | usr.bin/tmux/session.c |
| +4 | -2 | 1 files | |
Add pane_private_modes format with list of DEC private modes, from George Nachman.
| Version | Delta | File | |
|---|---|---|---|
| 1.412 | +58 | -1 | usr.bin/tmux/format.c |
| 1.1153 | +3 | -2 | usr.bin/tmux/tmux.1 |
| +61 | -3 | 2 files | |
Do not log when logging is off, from Michael Grant.
| Version | Delta | File | |
|---|---|---|---|
| 1.411 | +3 | -1 | usr.bin/tmux/format.c |
| +3 | -1 | 1 files | |
regen
| Version | Delta | File | |
|---|---|---|---|
| 1.2134 | +9 | -1 | sys/dev/pci/pcidevs_data.h |
| 1.2139 | +3 | -1 | sys/dev/pci/pcidevs.h |
| +12 | -2 | 2 files | |
add Intel Wildcat Lake Ethernet ids
| Version | Delta | File | |
|---|---|---|---|
| 1.2146 | +3 | -1 | sys/dev/pci/pcidevs |
| +3 | -1 | 1 files | |
fix up synopsis and tweak wording for -Z
| Version | Delta | File | |
|---|---|---|---|
| 1.454 | +4 | -4 | usr.bin/ssh/ssh.1 |
| 1.636 | +2 | -2 | usr.bin/ssh/ssh.c |
| +6 | -6 | 2 files | |
document existence of mlkem768{brainpoolp256r1,nistp256}-sha256 KEXes
| Version | Delta | File | |
|---|---|---|---|
| 1.401 | +6 | -2 | usr.bin/ssh/sshd_config.5 |
| +6 | -2 | 1 files | |
switch aarch64 CPU feature detection to elf_aux_info() ok kettenis@ tb@
| Version | Delta | File | |
|---|---|---|---|
| 1.3 | +19 | -63 | lib/libcrypto/arch/aarch64/crypto_cpu_caps.c |
| +19 | -63 | 1 files | |
libsa: drop prototypes for functions not implemented in libsa ok tb@
| Version | Delta | File | |
|---|---|---|---|
| 1.2 | +1 | -21 | sys/lib/libsa/sha2.h |
| +1 | -21 | 1 files | |
Switch type of imsgbuf_get return variable 'n' to int. Addtionally switch the type of a write return variable to ssize_t. OK dv@
| Version | Delta | File | |
|---|---|---|---|
| 1.33 | +3 | -5 | usr.sbin/vmd/vioscsi.c |
| 1.32 | +3 | -5 | usr.sbin/vmd/vionet.c |
| 1.32 | +3 | -5 | usr.sbin/vmd/vioblk.c |
| 1.127 | +3 | -4 | usr.sbin/vmd/vm.c |
| 1.39 | +2 | -3 | usr.sbin/vmd/proc.c |
| 1.147 | +2 | -2 | usr.sbin/vmd/virtio.c |
| +16 | -24 | 1 files not shown | |
| +18 | -26 | 7 files | |
Remove \n at end of log_debug(), not needed. OK dv@
| Version | Delta | File | |
|---|---|---|---|
| 1.146 | +2 | -2 | usr.sbin/vmd/virtio.c |
| +2 | -2 | 1 files | |
Use the right type for the return value of imsgbuf_get and imsgbuf_read ok florian@ rsadowski@
| Version | Delta | File | |
|---|---|---|---|
| 1.41 | +3 | -5 | usr.sbin/rad/rad.c |
| 1.32 | +3 | -5 | usr.sbin/rad/engine.c |
| 1.16 | +2 | -3 | usr.sbin/rad/control.c |
| +8 | -13 | 3 files | |
Adjust type of 'n' used by imsgbuf_get and imsgbuf_read to int. Additionally stop abusing 'n' for other means and use better variables for those cases. OK tb@
| Version | Delta | File | |
|---|---|---|---|
| 1.185 | +15 | -16 | usr.sbin/ntpd/ntp.c |
| 1.147 | +5 | -6 | usr.sbin/ntpd/ntpd.c |
| 1.39 | +2 | -3 | usr.sbin/ntpd/ntp_dns.c |
| 1.30 | +2 | -3 | usr.sbin/ntpd/control.c |
| 1.64 | +2 | -2 | usr.sbin/ntpd/constraint.c |
| +26 | -30 | 5 files | |