Module Name:src
Committed By: skrll
Date: Tue Jan 28 07:47:26 UTC 2020
Modified Files:
src/sys/arch/arm/mainbus: cpu_mainbus.c
Log Message:
Traiing whitespace
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/sys/arch/arm/mainbus/cpu_mainbus.c
Please not
Module Name:src
Committed By: martin
Date: Tue Jan 28 07:43:42 UTC 2020
Modified Files:
src/usr.sbin/sysinst: partitions.c
Log Message:
Too much disklabel magic happening in the kernel - to compensate force
MBR first when trying to identify the existing partitioning scheme
Module Name:src
Committed By: martin
Date: Tue Jan 28 07:12:08 UTC 2020
Modified Files:
src/tests/lib/libc/c063: t_o_search.c
Log Message:
PR 54902: fix octal numbers accidently spelled as decimal.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/tests/lib
Module Name:src
Committed By: msaitoh
Date: Tue Jan 28 05:08:02 UTC 2020
Modified Files:
src/sys/dev/mii: makphy.c
Log Message:
Fix comment.
To generate a diff of this commit:
cvs rdiff -u -r1.63 -r1.64 src/sys/dev/mii/makphy.c
Please note that diffs are not public dom
Module Name:src
Committed By: msaitoh
Date: Tue Jan 28 02:28:10 UTC 2020
Modified Files:
src/sys/dev/pci: pcidevs.h pcidevs_data.h
Log Message:
Regen.
To generate a diff of this commit:
cvs rdiff -u -r1.1384 -r1.1385 src/sys/dev/pci/pcidevs.h
cvs rdiff -u -r1.1383 -r1.1
Module Name:src
Committed By: msaitoh
Date: Tue Jan 28 02:27:46 UTC 2020
Modified Files:
src/sys/dev/pci: pcidevs
Log Message:
Remove duplicated entries.
To generate a diff of this commit:
cvs rdiff -u -r1.1396 -r1.1397 src/sys/dev/pci/pcidevs
Please note that diffs ar
Module Name:src
Committed By: jmcneill
Date: Mon Jan 27 23:26:15 UTC 2020
Modified Files:
src/sys/arch/arm/fdt: cpu_fdt.c
Log Message:
Match any node with device_type = "cpu"
To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 src/sys/arch/arm/fdt/cpu_fdt.c
Pl
Module Name:src
Committed By: ad
Date: Mon Jan 27 22:22:03 UTC 2020
Modified Files:
src/common/lib/libc/string: bcmp.c memcmp.c
Log Message:
Drop the alignment check if __NO_STRICT_ALIGNMENT (x86, m68k, vax).
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 sr
Module Name:src
Committed By: ad
Date: Mon Jan 27 22:13:39 UTC 2020
Modified Files:
src/common/lib/libc/string: bcmp.c memcmp.c
Log Message:
bcmp() / memcmp(): compare in uintptr_t sized chunks when it's easy to.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.
Module Name:src
Committed By: ad
Date: Mon Jan 27 22:05:10 UTC 2020
Modified Files:
src/sys/kern: sys_sched.c
Log Message:
Remove comment that is out of date and I think hinting at something other
than what it says (preemption case for SCHED_FIFO).
To generate a diff of
Module Name:src
Committed By: ad
Date: Mon Jan 27 22:08:08 UTC 2020
Modified Files:
src/lib/libc/arch/i386/string: Makefile.inc
src/lib/libc/arch/x86_64/string: Makefile.inc
Log Message:
Make x86 use the C versions of bcmp() and memcmp().
To generate a diff of th
Module Name:src
Committed By: ad
Date: Mon Jan 27 22:09:21 UTC 2020
Removed Files:
src/common/lib/libc/arch/i386/string: memcmp.S
src/common/lib/libc/arch/x86_64/string: bcmp.S memcmp.S
Log Message:
x86 uses the C versions of bcmp() and memcmp() now.
To generate
Module Name:src
Committed By: ad
Date: Mon Jan 27 22:06:13 UTC 2020
Modified Files:
src/sys/lib/libkern/arch/i386: Makefile.inc
src/sys/lib/libkern/arch/x86_64: Makefile.inc
Log Message:
Make x86 use the C version of memcmp().
To generate a diff of this commit:
c
Module Name:src
Committed By: ad
Date: Mon Jan 27 21:58:16 UTC 2020
Modified Files:
src/sys/kern: kern_lwp.c
Log Message:
- lwp_wait(): if the process is exiting and no progress is being made, wake
every clock tick and kick all the LWPs again.
- lwp_create(): copy the L
Module Name:src
Committed By: martin
Date: Mon Jan 27 21:30:18 UTC 2020
Modified Files:
src/usr.sbin/sysinst: net.c
Log Message:
Use a few strlcpy() instead of strncpy() for network ioctl structs.
We seem to have no formal documentation stating the various
char if
Module Name:src
Committed By: martin
Date: Mon Jan 27 21:21:23 UTC 2020
Modified Files:
src/usr.sbin/sysinst: bsddisklabel.c defs.h disklabel.c disks.c gpt.c
label.c mbr.c menus.mi part_edit.c partitions.c partitions.h
partman.c sizemultname.c
Module Name:src
Committed By: roy
Date: Mon Jan 27 21:14:17 UTC 2020
Modified Files:
src/doc: 3RDPARTY CHANGES
Log Message:
Note import of openresolv-3.10.0
To generate a diff of this commit:
cvs rdiff -u -r1.1688 -r1.1689 src/doc/3RDPARTY
cvs rdiff -u -r1.2644 -r1.2645
Module Name:src
Committed By: roy
Date: Mon Jan 27 21:13:05 UTC 2020
Modified Files:
src/external/bsd/openresolv/dist: dnsmasq.in libc.in named.in pdnsd.in
resolvconf.8.in resolvconf.conf.5.in resolvconf.in unbound.in
Log Message:
Sync
To generate a diff of t
Module Name:src
Committed By: roy
Date: Mon Jan 27 21:11:13 UTC 2020
Update of /cvsroot/src/external/bsd/openresolv/dist
In directory ivanova.netbsd.org:/tmp/cvs-serv22585
Log Message:
Update to openresolv-3.10.0 with the following change:
Add allow_interfaces and deny_interfaces
Module Name:src
Committed By: ad
Date: Mon Jan 27 21:09:33 UTC 2020
Modified Files:
src/sys/kern: kern_exit.c
Log Message:
- exit1(): for DIAGNOSTIC, call kernel_lock_plug_leak() (temporary).
- exit_lwps(): call lwp_need_userret() or LWP might never notice.
To generate
Module Name:src
Committed By: ad
Date: Mon Jan 27 21:05:43 UTC 2020
Modified Files:
src/sys/kern: kern_lock.c
src/sys/sys: lock.h
Log Message:
Add a kernel_lock_plug_leak() that drops any holds and tries to identify
the baddy.
To generate a diff of this commit:
c
Module Name:src
Committed By: macallan
Date: Mon Jan 27 20:54:59 UTC 2020
Modified Files:
src/sys/arch/macppc/conf: GENERIC
Log Message:
add & enable uatp driver, now that it works on ppc-era hardware
leave pbms in but commented out for now
To generate a diff of this com
Module Name:src
Committed By: ad
Date: Mon Jan 27 20:50:05 UTC 2020
Modified Files:
src/lib/libpthread: pthread.c pthread_int.h
Log Message:
pthread_detach(), pthread_join(): go back to using _lwp_detach() and
_lwp_wait(), rather than doing it all in userspace. There's l
Module Name:src
Committed By: roy
Date: Mon Jan 27 20:44:03 UTC 2020
Modified Files:
src/doc: 3RDPARTY CHANGES
Log Message:
Note dhcpcd-8.1.6
To generate a diff of this commit:
cvs rdiff -u -r1.1687 -r1.1688 src/doc/3RDPARTY
cvs rdiff -u -r1.2643 -r1.2644 src/doc/CHANGES
Module Name:src
Committed By: roy
Date: Mon Jan 27 20:42:57 UTC 2020
Modified Files:
src/external/bsd/dhcpcd/dist/src: dhcp.c if-bsd.c ipv6.c ipv6.h
ipv6nd.c
Log Message:
Sync
To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 src/external/bsd/dhcp
Module Name:src
Committed By: roy
Date: Mon Jan 27 20:42:00 UTC 2020
Update of /cvsroot/src/external/bsd/dhcpcd/dist
In directory ivanova.netbsd.org:/tmp/cvs-serv7915
Log Message:
Update to dhcpcd-8.1.6 with the following changes:
* INET6: Support a /128 prefix advertised via RA
Module Name:src
Committed By: pgoyette
Date: Mon Jan 27 17:11:27 UTC 2020
Modified Files:
src/sys/opencrypto: compat_crypto_50.c
Log Message:
Remove left-over #includes
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/opencrypto/compat_crypto_50.c
Ple
Module Name:src
Committed By: pgoyette
Date: Mon Jan 27 17:10:23 UTC 2020
Modified Files:
src/sys/rump/dev/lib/libopencrypto: opencrypto_component.c
Log Message:
Update comment to reflect recent change to the error message in question.
To generate a diff of this commit:
Module Name:src
Committed By: pgoyette
Date: Mon Jan 27 17:09:17 UTC 2020
Modified Files:
src/sys/compat/common: Makefile.sysio
src/sys/modules/compat_crypto_50: Makefile
src/sys/opencrypto: files.opencrypto ocryptodev.c
Added Files:
src/sys/opencryp
Module Name:src
Committed By: skrll
Date: Mon Jan 27 16:25:09 UTC 2020
Modified Files:
src/sys/arch/aarch64/aarch64: cpu.c
Log Message:
NVIDIA's breakaway marketing dept have been in touch.
To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 src/sys/arch/aarch6
Module Name:src
Committed By: jdolecek
Date: Mon Jan 27 15:31:03 UTC 2020
Modified Files:
src/doc: RESPONSIBLE
Log Message:
remove asterisk from my name, got back for a while already
To generate a diff of this commit:
cvs rdiff -u -r1.123 -r1.124 src/doc/RESPONSIBLE
Ple
Module Name:src
Committed By: pgoyette
Date: Mon Jan 27 15:12:48 UTC 2020
Modified Files:
src/sys/modules/opencrypto: opencrypto.ioconf
Log Message:
Use correct pseudo-device for opencrypto module
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/module
Module Name:src
Committed By: skrll
Date: Mon Jan 27 12:56:44 UTC 2020
Modified Files:
src/sys/arch/aarch64/aarch64: cpu.c
src/sys/arch/arm/include: cputypes.h
Log Message:
Identify the Denver2 CPU in the Nvidia TX2
To generate a diff of this commit:
cvs rdiff -u
Module Name:src
Committed By: nia
Date: Mon Jan 27 10:56:29 UTC 2020
Modified Files:
src/share/misc: acronyms acronyms.comp
Log Message:
move some more to comp
To generate a diff of this commit:
cvs rdiff -u -r1.294 -r1.295 src/share/misc/acronyms
cvs rdiff -u -r1.296 -r
Module Name:src
Committed By: nia
Date: Mon Jan 27 10:35:20 UTC 2020
Modified Files:
src/share/misc: acronyms
Log Message:
SEO - already in comp
To generate a diff of this commit:
cvs rdiff -u -r1.293 -r1.294 src/share/misc/acronyms
Please note that diffs are not public
Module Name:src
Committed By: nia
Date: Mon Jan 27 10:25:16 UTC 2020
Modified Files:
src/share/misc: acronyms
Log Message:
CCC, CPA, MDMA, SEO, WLW
To generate a diff of this commit:
cvs rdiff -u -r1.292 -r1.293 src/share/misc/acronyms
Please note that diffs are not pub
Module Name:src
Committed By: yamaguchi
Date: Mon Jan 27 09:40:43 UTC 2020
Modified Files:
src/sys/dev/pci: if_ixl.c
Log Message:
Add TX checksum offload supports for ixl(4)
To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/sys/dev/pci/if_ixl.c
Please no
Module Name:src
Committed By: yamaguchi
Date: Mon Jan 27 08:40:46 UTC 2020
Modified Files:
src/sys/dev/pci: if_ixl.c
Log Message:
Fix missing PCI_INTR_MPSAFE settings in ixl(4)
To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/sys/dev/pci/if_ixl.c
Please
Module Name:src
Committed By: kim
Date: Mon Jan 27 08:33:24 UTC 2020
Modified Files:
src/etc/rc.d: autounmountd ip6addrctl
Log Message:
Add NetBSD ID
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/etc/rc.d/autounmountd
cvs rdiff -u -r1.3 -r1.4 src/etc/rc
Module Name:src
Committed By: kim
Date: Mon Jan 27 08:28:33 UTC 2020
Modified Files:
src/etc/rc.d: ipsec
Log Message:
Skip inet6 addresses that begin with fe80: (not just exact match).
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/etc/rc.d/ipsec
Plea
40 matches
Mail list logo