Module Name:src
Committed By: maxv
Date: Fri Dec 6 08:35:21 UTC 2019
Modified Files:
src/sys/arch/amd64/amd64: machdep.c
src/sys/compat/common: compat_sysctl_09_43.c
src/sys/kern: tty_subr.c
Log Message:
Fix a bunch of unimportant "Local variable hides glo
Module Name:src
Committed By: skrll
Date: Fri Dec 6 08:40:34 UTC 2019
Modified Files:
src/sys/arch/hppa/hppa: trap.c
Log Message:
Simplify userret function signature. From ad@
To generate a diff of this commit:
cvs rdiff -u -r1.113 -r1.114 src/sys/arch/hppa/hppa/trap.c
Module Name:src
Committed By: nonaka
Date: Fri Dec 6 12:39:51 UTC 2019
Modified Files:
src/sys/dev/ic: ndisreg.h
Log Message:
Added NDIS ver.6.20 definition.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/dev/ic/ndisreg.h
Please note that diffs are
Module Name:src
Committed By: nonaka
Date: Fri Dec 6 12:41:17 UTC 2019
Modified Files:
src/sys/dev/ic: rndisreg.h
Log Message:
Added RNDIS RSS and TCP offload related definitions.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/dev/ic/rndisreg.h
Ple
Module Name:src
Committed By: nonaka
Date: Fri Dec 6 12:46:06 UTC 2019
Modified Files:
src/sys/dev/hyperv: hyperv_common.c vmbus.c
Log Message:
Clear the allocated memory in hyperv_dma_alloc().
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/dev/hype
Module Name:src
Committed By: riastradh
Date: Fri Dec 6 14:43:18 UTC 2019
Modified Files:
src/sbin/rndctl: Makefile rndctl.8 rndctl.c
Added Files:
src/sbin/rndctl: namespace.h
Log Message:
Teach `rndctl -L' to update the seed file, not just delete it.
The seed fi
Module Name:src
Committed By: riastradh
Date: Fri Dec 6 14:43:30 UTC 2019
Modified Files:
src/etc: security
src/etc/defaults: security.conf
src/share/man/man5: security.conf.5
Log Message:
Save the entropy seed daily in /etc/security.
To generate a diff
Module Name:src
Committed By: tkusumi
Date: Fri Dec 6 16:11:59 UTC 2019
Modified Files:
src/sys/dev/dm: dm_target.c dm_target_error.c dm_target_mirror.c
dm_target_snapshot.c dm_target_stripe.c dm_target_zero.c
Log Message:
dm: Don't ignore dm_target_alloc() ar
Module Name:src
Committed By: nros
Date: Fri Dec 6 16:19:32 UTC 2019
Modified Files:
src/lib/libc/stdlib: posix_memalign.3
Log Message:
Fix manpage due to updated aligned_alloc behavior
Since aligned_alloc does not demand that size is to be multiple of alignment
anymore,
Module Name:src
Committed By: tkusumi
Date: Fri Dec 6 16:33:47 UTC 2019
Modified Files:
src/sys/dev/dm: device-mapper.c dm_ioctl.c dm_target_stripe.c
Log Message:
dm: Fix typos in comments/messages
taken-from: DragonFlyBSD
To generate a diff of this commit:
cvs rdiff -
Module Name:src
Committed By: tkusumi
Date: Fri Dec 6 16:46:14 UTC 2019
Modified Files:
src/sys/dev/dm: dm_pdev.c dm_target_linear.c dm_target_zero.c
netbsd-dm.h
Log Message:
dm: Remove trailing whitespace
To generate a diff of this commit:
cvs rdiff -u -r1.
Module Name:src
Committed By: maxv
Date: Fri Dec 6 16:54:47 UTC 2019
Modified Files:
src/sys/kern: subr_msan.c
Log Message:
cast to proper type
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/kern/subr_msan.c
Please note that diffs are not public do
Module Name:src
Committed By: kamil
Date: Fri Dec 6 17:41:43 UTC 2019
Modified Files:
src/sys/kern: kern_proc.c
Log Message:
Correct signals in siglist+sigmask passed in kinfo_lwp
Make the union of LWP and PROC pending signals correctly.
To generate a diff of this comm
Module Name:src
Committed By: kamil
Date: Fri Dec 6 18:03:49 UTC 2019
Modified Files:
src/share/man/man5: core.5
Log Message:
Remove misleading comments from core(5)
netbsd_elfcore_procinfo is still in version 1.
cpi_siglwp is stored in the same netbsd_elfcore_procinfo v
Module Name:src
Committed By: ad
Date: Fri Dec 6 18:15:57 UTC 2019
Modified Files:
src/sys/kern: kern_softint.c
Log Message:
softint_trigger (slow case): set RESCHED_IDLE too just to be consistent.
No functional change.
To generate a diff of this commit:
cvs rdiff -u -r
Module Name:src
Committed By: kamil
Date: Fri Dec 6 18:16:23 UTC 2019
Modified Files:
src/sys/arch/aarch64/aarch64: sys_machdep.c
src/sys/arch/aarch64/include: types.h
Log Message:
Remove __HAVE_CPU_LWP_SETPRIVATE from aarch64
aarch64 specific cpu_lwp_setprivate(
Module Name:src
Committed By: ad
Date: Fri Dec 6 18:33:19 UTC 2019
Modified Files:
src/sys/kern: sched_4bsd.c sched_m2.c
Log Message:
sched_tick(): don't try to optimise something that's called 10 times a
second, it's a fine way to introduce bugs (and I did). Use the MI
Module Name:src
Committed By: christos
Date: Fri Dec 6 19:28:11 UTC 2019
Modified Files:
src/tests/lib/libutil: t_snprintb.c
Log Message:
Fix broken tests in big endian machines. Internally field values are
stored as uint64_t/uintmax_t so printing them with %d on big endi
Module Name:src
Committed By: christos
Date: Fri Dec 6 19:31:52 UTC 2019
Modified Files:
src/lib/libutil: snprintb.3
Log Message:
Correct the man page, and say that the printf(3) format characters need
to be uintmax_t.
To generate a diff of this commit:
cvs rdiff -u -r1
Module Name:src
Committed By: christos
Date: Fri Dec 6 19:36:22 UTC 2019
Modified Files:
src/common/lib/libutil: snprintb.c
Log Message:
Formalize that the printf formats should be uintmax_t so we can
uniformly use 'j' in the user-provided formatting strings instead
of de
Module Name:src
Committed By: martin
Date: Fri Dec 6 19:36:22 UTC 2019
Modified Files:
src/usr.sbin/sysinst: disklabel.c
Log Message:
Sanitize disk type and packname a bit more - when using existing disklabel
partitions we might run into trouble later when filing this lab
Module Name:src
Committed By: christos
Date: Fri Dec 6 19:37:43 UTC 2019
Modified Files:
src/sys/sys: mman.h
Log Message:
Adjust snprintb(3) format from '%d' to '%ju' to reflect reality and so that
it works on big endian machines.
To generate a diff of this commit:
cvs
Module Name:src
Committed By: ad
Date: Fri Dec 6 21:07:08 UTC 2019
Modified Files:
src/sys/sys: param.h
Log Message:
NetBSD 9.99.20 cpu_info/cpu_data changes for topology
To generate a diff of this commit:
cvs rdiff -u -r1.620 -r1.621 src/sys/sys/param.h
Please note th
Module Name:src
Committed By: ad
Date: Fri Dec 6 21:36:11 UTC 2019
Modified Files:
src/sys/kern: kern_exec.c kern_exit.c kern_idle.c kern_lwp.c kern_sig.c
kern_sleepq.c kern_softint.c kern_synch.c
src/sys/sys: sched.h
Log Message:
Make it possible to c
Module Name:src
Committed By: pgoyette
Date: Fri Dec 6 21:45:14 UTC 2019
Modified Files:
src/lib/libc/sys: modctl.2
src/sbin/modstat: modstat.8
Log Message:
Note also that the load address (if provided) is also for the module's
text segment.
To generate a diff o
Module Name:src
Committed By: macallan
Date: Sat Dec 7 01:00:40 UTC 2019
Modified Files:
src/sys/dev/pci: machfb.c
Log Message:
clean up the video mode selection logic, switch modes only when actually
necessary
while there make some debug output optional
To generate a d
Module Name:src
Committed By: christos
Date: Sat Dec 7 02:29:03 UTC 2019
Modified Files:
src/sys/arch/i386/stand/lib: exec.c
Log Message:
loadfile sets errno, return the correct error, not EIO.
To generate a diff of this commit:
cvs rdiff -u -r1.74 -r1.75 src/sys/arch/i
Module Name:src
Committed By: christos
Date: Sat Dec 7 04:55:01 UTC 2019
Modified Files:
src/usr.sbin/mopd/common: loop-linux2.c
Log Message:
Drop the advertising clause to match the other files.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/usr.sbin/m
Module Name:src
Committed By: tkusumi
Date: Sat Dec 7 06:26:31 UTC 2019
Modified Files:
src/sys/dev/dm: dm_pdev.c dm_table.c dm_target.c
Log Message:
dm: Simplify list eviction code
taken-from: DragonFlyBSD
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17
29 matches
Mail list logo