Module Name:src
Committed By: riastradh
Date: Tue Mar 15 00:05:18 UTC 2022
Modified Files:
src/sys/net: if_tun.c
Log Message:
tun(4): Fix bug introduced in previous locking change.
Now that tun_lock runs at IPL_NONE, taking it does not have the side
effect of disabling pr
Module Name:src
Committed By: riastradh
Date: Tue Mar 15 00:05:18 UTC 2022
Modified Files:
src/sys/net: if_tun.c
Log Message:
tun(4): Fix bug introduced in previous locking change.
Now that tun_lock runs at IPL_NONE, taking it does not have the side
effect of disabling pr
Module Name:src
Committed By: perseant
Date: Mon Mar 14 22:15:51 UTC 2022
Modified Files:
src/sys/dev/ata: ata.c
Log Message:
Avoid an unaccounted extra channel freeze, if a reset is requested
more than once before the thread services the request. Closes PR#56745.
To ge
Module Name:src
Committed By: perseant
Date: Mon Mar 14 22:15:51 UTC 2022
Modified Files:
src/sys/dev/ata: ata.c
Log Message:
Avoid an unaccounted extra channel freeze, if a reset is requested
more than once before the thread services the request. Closes PR#56745.
To ge
Module Name:src
Committed By: riastradh
Date: Mon Mar 14 22:14:19 UTC 2022
Modified Files:
src/lib/libc/stdlib: system.c
Log Message:
system(3): Simplify initialization of argp.
To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/lib/libc/stdlib/system.c
P
Module Name:src
Committed By: riastradh
Date: Mon Mar 14 22:14:19 UTC 2022
Modified Files:
src/lib/libc/stdlib: system.c
Log Message:
system(3): Simplify initialization of argp.
To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/lib/libc/stdlib/system.c
P
Module Name:src
Committed By: riastradh
Date: Mon Mar 14 22:06:28 UTC 2022
Modified Files:
src/lib/libc/stdlib: system.c
Log Message:
system(3): Switch from vfork/execve to posix_spawn.
Changes by me:
- Minor style nits.
- Set errno on posix_spawn failure.
- Handle edge c
Module Name:src
Committed By: riastradh
Date: Mon Mar 14 22:06:28 UTC 2022
Modified Files:
src/lib/libc/stdlib: system.c
Log Message:
system(3): Switch from vfork/execve to posix_spawn.
Changes by me:
- Minor style nits.
- Set errno on posix_spawn failure.
- Handle edge c
Module Name:src
Committed By: riastradh
Date: Mon Mar 14 21:38:04 UTC 2022
Modified Files:
src/sys/dev/audio: audio.c
Log Message:
audio(4): Fix typo in previous -- atomic_store_release, not reease.
Built the wrong kernel to compile-test AUDIO_DEBUG, oops.
To generate a
Module Name:src
Committed By: riastradh
Date: Mon Mar 14 21:38:04 UTC 2022
Modified Files:
src/sys/dev/audio: audio.c
Log Message:
audio(4): Fix typo in previous -- atomic_store_release, not reease.
Built the wrong kernel to compile-test AUDIO_DEBUG, oops.
To generate a
Module Name:src
Committed By: jkoshy
Date: Mon Mar 14 20:50:48 UTC 2022
Modified Files:
src/external/bsd/elftoolchain/dist/libdwarf: dwarf.3
dwarf_add_AT_comp_dir.3 dwarf_add_AT_const_value_string.3
dwarf_add_AT_dataref.3 dwarf_add_AT_flag.3
Module Name:src
Committed By: rillig
Date: Mon Mar 14 20:25:26 UTC 2022
Modified Files:
src/tests/usr.bin/xlint/lint1: msg_230_uchar.c msg_230_uchar.exp
Log Message:
tests/lint: fix test about "non-portable character constant" on uchar
The warning is wrong, and it has bee
Module Name:src
Committed By: rillig
Date: Mon Mar 14 20:25:26 UTC 2022
Modified Files:
src/tests/usr.bin/xlint/lint1: msg_230_uchar.c msg_230_uchar.exp
Log Message:
tests/lint: fix test about "non-portable character constant" on uchar
The warning is wrong, and it has bee
Module Name:src
Committed By: mlelstv
Date: Mon Mar 14 18:38:11 UTC 2022
Modified Files:
src/sbin/dump: optr.c
Log Message:
Silently ignore fstab entries with NAME= entries that cannot be resolved.
Fixes PR 56249.
To generate a diff of this commit:
cvs rdiff -u -r1.43 -r
Module Name:src
Committed By: mlelstv
Date: Mon Mar 14 18:38:11 UTC 2022
Modified Files:
src/sbin/dump: optr.c
Log Message:
Silently ignore fstab entries with NAME= entries that cannot be resolved.
Fixes PR 56249.
To generate a diff of this commit:
cvs rdiff -u -r1.43 -r
Module Name:src
Committed By: riastradh
Date: Mon Mar 14 16:14:11 UTC 2022
Modified Files:
src/sys/dev/usb: umidi.c
Log Message:
umidi(4): Bail early if no endpoints.
kmem_alloc is unhappy with zero-size allocation.
Reported-by: syzbot+483b984480c295979...@syzkaller.apps
Module Name:src
Committed By: riastradh
Date: Mon Mar 14 16:14:11 UTC 2022
Modified Files:
src/sys/dev/usb: umidi.c
Log Message:
umidi(4): Bail early if no endpoints.
kmem_alloc is unhappy with zero-size allocation.
Reported-by: syzbot+483b984480c295979...@syzkaller.apps
Hi Alex,
Alexander Nasonov wrote:
> Simon Burge wrote:
> > Why don't we just mount all the ZFS filesystems in mountcritlocal?
>
> Future versions may require loading of encryption keys over kerberos
> or a special pam module to decrypt /home/$USER.
How is this different to the existing "zfs moun
Module Name:src
Committed By: uwe
Date: Mon Mar 14 12:22:02 UTC 2022
Modified Files:
src/sys/dev/pci: virtio_pci.c
Log Message:
virtio_pci_match: add TODO about PCI Revision ID.
The standard says:
Transitional devices MUST have a PCI Revision ID of 0.
Non-transition
Module Name:src
Committed By: uwe
Date: Mon Mar 14 12:22:02 UTC 2022
Modified Files:
src/sys/dev/pci: virtio_pci.c
Log Message:
virtio_pci_match: add TODO about PCI Revision ID.
The standard says:
Transitional devices MUST have a PCI Revision ID of 0.
Non-transition
Module Name:src
Committed By: riastradh
Date: Mon Mar 14 12:02:19 UTC 2022
Modified Files:
src/sys/kern: sys_syscall.c
Log Message:
syscall(2): Provide better attribution for biglock slippage.
This adds a small overhead to the syscall path, but only when invoked
via the s
Module Name:src
Committed By: riastradh
Date: Mon Mar 14 12:02:19 UTC 2022
Modified Files:
src/sys/kern: sys_syscall.c
Log Message:
syscall(2): Provide better attribution for biglock slippage.
This adds a small overhead to the syscall path, but only when invoked
via the s
Module Name:src
Committed By: riastradh
Date: Mon Mar 14 11:47:34 UTC 2022
Modified Files:
src/sys/dev/audio: audio.c
Log Message:
audio(4): Membar audit.
Won't affect anything on x86 because atomic r/m/w operations are
always full sequential consistency barriers, but mig
Module Name:src
Committed By: riastradh
Date: Mon Mar 14 11:47:34 UTC 2022
Modified Files:
src/sys/dev/audio: audio.c
Log Message:
audio(4): Membar audit.
Won't affect anything on x86 because atomic r/m/w operations are
always full sequential consistency barriers, but mig
Module Name:src
Committed By: mlelstv
Date: Mon Mar 14 07:05:31 UTC 2022
Modified Files:
src/sys/net80211: _ieee80211.h
Log Message:
Additional channel flags.
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/sys/net80211/_ieee80211.h
Please note that di
Module Name:src
Committed By: mlelstv
Date: Mon Mar 14 07:05:31 UTC 2022
Modified Files:
src/sys/net80211: _ieee80211.h
Log Message:
Additional channel flags.
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/sys/net80211/_ieee80211.h
Please note that di
26 matches
Mail list logo