CVS commit: src/sys/arch/ews4800mips/conf

2017-12-24 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Dec 24 16:15:53 UTC 2017

Added Files:
src/sys/arch/ews4800mips/conf: Makefile.ews4800mips.inc

Log Message:
Build compat code for RAMDISK as a library otherwise we get code bloat
for code we are not using (there are no compat options in the RAMDISK kernel).


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/sys/arch/ews4800mips/conf/Makefile.ews4800mips.inc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/ews4800mips/conf

2017-12-24 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Dec 24 16:16:30 UTC 2017

Modified Files:
src/sys/arch/ews4800mips/conf: RAMDISK

Log Message:
No DDB/ksyms


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/sys/arch/ews4800mips/conf/RAMDISK

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tests/lib/librt

2017-12-24 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Dec 24 17:37:23 UTC 2017

Modified Files:
src/tests/lib/librt: t_sched.c

Log Message:
fix priority tests for SCHED_OTHER


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/tests/lib/librt/t_sched.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys

2017-12-24 Thread Ryota Ozaki
Module Name:src
Committed By:   ozaki-r
Date:   Mon Dec 25 04:41:49 UTC 2017

Modified Files:
src/sys/netinet: in.c
src/sys/netinet6: in6.c

Log Message:
Fix wrong usage of psref_held

We can't use it for checking if a caller does NOT hold a given target.
If you want to do it you should have psref_not_held or something.


To generate a diff of this commit:
cvs rdiff -u -r1.211 -r1.212 src/sys/netinet/in.c
cvs rdiff -u -r1.255 -r1.256 src/sys/netinet6/in6.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.bin/ldd

2017-12-24 Thread Maya Rashish
Module Name:src
Committed By:   maya
Date:   Mon Dec 25 05:08:49 UTC 2017

Modified Files:
src/usr.bin/ldd: ldd.1 ldd.c

Log Message:
Return a non-zero (one) exit code on failure for one of the files

But keep on processing them, like ls, rm, and other programs do


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/usr.bin/ldd/ldd.1
cvs rdiff -u -r1.22 -r1.23 src/usr.bin/ldd/ldd.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/libexec/ld.elf_so/arch/mips

2017-12-24 Thread Maya Rashish
Module Name:src
Committed By:   maya
Date:   Mon Dec 25 05:29:27 UTC 2017

Modified Files:
src/libexec/ld.elf_so/arch/mips: mips_reloc.c

Log Message:
Fix typo in comment

from freebsd


To generate a diff of this commit:
cvs rdiff -u -r1.70 -r1.71 src/libexec/ld.elf_so/arch/mips/mips_reloc.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/distrib/ews4800mips/floppies/ramdisk

2017-12-24 Thread Rin Okuyama
Module Name:src
Committed By:   rin
Date:   Mon Dec 25 06:15:50 UTC 2017

Modified Files:
src/distrib/ews4800mips/floppies/ramdisk: list

Log Message:
Drop the following features, which reduces ramdisk.bin about 70KB:
- shutdown, rcmd, rcp
- support for byte-swapped FFS and Apple UFS in fsck_ffs and newfs
- support for byte-swapped label and interactive editor in disklabel
OK tsutsui


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/distrib/ews4800mips/floppies/ramdisk/list

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/i386/conf

2017-12-24 Thread Rin Okuyama
Module Name:src
Committed By:   rin
Date:   Mon Dec 25 06:35:57 UTC 2017

Modified Files:
src/sys/arch/i386/conf: INSTALL

Log Message:
install/52845: Enable vga@isa and pcdisplay for INSTALL. Otherwise, install
media do not boot on pre-PCI machines.

XXX pullup to netbsd-8 and netbsd-7


To generate a diff of this commit:
cvs rdiff -u -r1.331 -r1.332 src/sys/arch/i386/conf/INSTALL

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch

2017-12-24 Thread Rin Okuyama
Module Name:src
Committed By:   rin
Date:   Mon Dec 25 06:39:00 UTC 2017

Modified Files:
src/sys/arch/amd64/conf: INSTALL
src/sys/arch/i386/conf: INSTALL

Log Message:
Disable nouveau for INSTALL as in a similar manner to other DRMKMS drivers.
XXX pullup to netbsd-8


To generate a diff of this commit:
cvs rdiff -u -r1.91 -r1.92 src/sys/arch/amd64/conf/INSTALL
cvs rdiff -u -r1.332 -r1.333 src/sys/arch/i386/conf/INSTALL

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.