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
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 tha
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
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
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
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/mip
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 Appl
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
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
T