Module Name:src
Committed By: mrg
Date: Tue May 7 05:17:23 UTC 2019
Modified Files:
src/sys/dev/usb: uplcom.c
Log Message:
convert to USBHIST style debugging.
To generate a diff of this commit:
cvs rdiff -u -r1.82 -r1.83 src/sys/dev/usb/uplcom.c
Please note that diffs
Module Name:src
Committed By: thorpej
Date: Tue May 7 05:06:42 UTC 2019
Modified Files:
src/doc: CHANGES
Log Message:
Note installboot(8) for evbarm.
To generate a diff of this commit:
cvs rdiff -u -r1.2535 -r1.2536 src/doc/CHANGES
Please note that diffs are not public
Module Name:src
Committed By: thorpej
Date: Tue May 7 05:02:42 UTC 2019
Modified Files:
src/distrib/sets/lists/base: mi
src/etc/mtree: NetBSD.dist.base
src/share: Makefile
src/tools/installboot: Makefile
src/usr.sbin/installboot: Makefile in
Module Name:src
Committed By: thorpej
Date: Tue May 7 04:35:32 UTC 2019
Modified Files:
src/usr.sbin/installboot/arch: alpha.c amiga.c emips.c ews4800mips.c
hp300.c hppa.c i386.c landisk.c macppc.c news.c next68k.c pmax.c
sparc.c sparc64.c sun68k.c
Module Name:src
Committed By: thorpej
Date: Tue May 7 04:29:45 UTC 2019
Modified Files:
src/tools: Makefile
Added Files:
src/tools/libprop: Makefile
Log Message:
Add support for libprop as a host tool library.
To generate a diff of this commit:
cvs rdiff -u -r1.
Module Name:src
Committed By: thorpej
Date: Tue May 7 04:21:09 UTC 2019
Modified Files:
src/sys/arch/arm/dts: sun5i-r8-pocketchip.dts
Log Message:
Add "nextthing,pocketchip" to the head of the 'compatible' property
so that this device tree can be distinguished from that o
Module Name:src
Committed By: kamil
Date: Tue May 7 03:49:28 UTC 2019
Modified Files:
src/sys/arch/alpha/include: ansi.h
src/sys/arch/amd64/include: ansi.h
src/sys/arch/amiga/include: ansi.h
src/sys/arch/arm/include: ansi.h
src/sys/arch/atar
Module Name:src
Committed By: scole
Date: Tue May 7 02:05:17 UTC 2019
Modified Files:
src/sys/arch/ia64/stand/efi/libefi: exec.c
Log Message:
Avoid some RAW dependency compilation warnings
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/ia64/sta
Module Name:src
Committed By: mrg
Date: Mon May 6 23:47:39 UTC 2019
Modified Files:
src/sys/dev/usb: umodem_common.c umodemvar.h
Log Message:
revert most of:
>fix umodem(4) detach:
>
>- ucom(4) needs kpreempt disabled around softint_schedule()
>- switch a copied printf()
Module Name:src
Committed By: mrg
Date: Mon May 6 23:46:25 UTC 2019
Modified Files:
src/sys/dev/usb: uchcom.c
Log Message:
revert most of:
>fix uchcom(4) detach, like umodem(4) recently:
>
>- use static normally in umodem_common.c
>- add sc_refcnt, sc_lock and sc_detach_
Module Name:src
Committed By: christos
Date: Mon May 6 23:20:51 UTC 2019
Modified Files:
src/external/bsd/libc++/lib: Makefile
Log Message:
Avoid clang bug on earm with SSP/FORTIFY:
rt_libelftc_dem_gnu3.c:3567:3: warning: '__builtin___memset_chk' will always
overfl
Module Name:src
Committed By: christos
Date: Mon May 6 19:20:13 UTC 2019
Modified Files:
src/usr.bin/kdump: kdump.c
Log Message:
You don't have to be _LP64 to run 32 bit binaries. You can be mips (64 bit
kernel/32 bit userland).
To generate a diff of this commit:
cvs rd
Module Name:src
Committed By: sevan
Date: Mon May 6 17:20:38 UTC 2019
Modified Files:
src/distrib/sgimips/instkernel: Makefile
Log Message:
Bump size to resolve build.
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/distrib/sgimips/instkernel/Makefile
Module Name:src
Committed By: ryo
Date: Mon May 6 17:16:41 UTC 2019
Modified Files:
src/sys/arch/dreamcast/dev/maple: maple.c
Log Message:
cv_init() must be done before calling maple_scanbus().
ok tsutsui@
To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 sr
Module Name:src
Committed By: ryo
Date: Mon May 6 17:12:50 UTC 2019
Modified Files:
src/sys/arch/dreamcast/dev/g2: aica.c
src/sys/arch/dreamcast/dev/microcode: Makefile aica_arm.c
aica_arm_locore.S aica_armcode.h
Log Message:
don't use tsleep() in inte
Module Name:src
Committed By: isaki
Date: Mon May 6 13:40:03 UTC 2019
Modified Files:
src/sys/dev/pad [isaki-audio2]: pad.c
Log Message:
Revive clonify.
XXX should clean code more.
To generate a diff of this commit:
cvs rdiff -u -r1.58.2.3 -r1.58.2.4 src/sys/dev/pad/pad
Module Name:src
Committed By: sevan
Date: Mon May 6 11:59:46 UTC 2019
Modified Files:
src/sys/conf: filesystems.config
Log Message:
Oops, disable FILECORE as intended.
heads up
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/conf/filesystems.confi
Module Name:src
Committed By: kamil
Date: Mon May 6 11:58:37 UTC 2019
Modified Files:
src/usr.bin/ktruss: makeerrnos.sh
Log Message:
Add support for SIGRTMIN+1..SIGRTMAX-1 signals in ktruss(1)
Generate misc.c and misc.h with entries for signals between SIGRTMIN+1
and SIG
Module Name:src
Committed By: kamil
Date: Mon May 6 08:32:40 UTC 2019
Modified Files:
src/doc: CHANGES
Log Message:
siginfo(2): Ship with MI syscall information of a debugged process for
SIGTRAP and si_code TRAP_SCE/TRAP_SCX.
To generate a diff of this commit:
cvs rdiff
Module Name:src
Committed By: kamil
Date: Mon May 6 08:07:41 UTC 2019
Modified Files:
src/sys/sys: param.h
Log Message:
Welcome to NetBSD 8.99.38!
Signal code struct and API changes.
To generate a diff of this commit:
cvs rdiff -u -r1.585 -r1.586 src/sys/sys/param.h
P
Module Name:src
Committed By: kamil
Date: Mon May 6 08:05:03 UTC 2019
Modified Files:
src/sys/kern: kern_sig.c kern_syscall.c
src/sys/sys: ptrace.h siginfo.h
Log Message:
Ship with syscall information with SIGTRAP TRAP_SCE/TRAP_SCX for tracers
Expand siginfo_t (s
21 matches
Mail list logo