Module Name:src
Committed By: tsutsui
Date: Sun Nov 12 08:24:37 UTC 2017
Modified Files:
src/sys/arch/luna68k/stand/boot: Makefile
Log Message:
Explicitly set NOPIE. GOT seems problematic on elf2aout(1) conversion.
Fixes silent hangup of luna68k boot.
Should be pulled up
Module Name:src
Committed By: rin
Date: Sun Nov 12 15:22:09 UTC 2017
Modified Files:
src/external/bsd/nvi/dist/ex: ex_cscope.c
Log Message:
Add missing encoding conversion before printing it.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/external/bsd/nv
Module Name:src
Committed By: rin
Date: Sun Nov 12 15:23:51 UTC 2017
Modified Files:
src/external/bsd/nvi/dist/common: put.c
Log Message:
Fix argument type of put() in common_extern.h
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/external/bsd/nvi/dist/c
Module Name:src
Committed By: rin
Date: Sun Nov 12 15:26:34 UTC 2017
Modified Files:
src/external/bsd/nvi/dist/common: util.c
Log Message:
No need to cast endp in both cases of USE_WIDECHAR == "yes" nor "no".
Note that RCHAR_T is intended to use for bundled regex, not for
Module Name:src
Committed By: rin
Date: Sun Nov 12 15:27:53 UTC 2017
Modified Files:
src/external/bsd/nvi/dist/ex: ex_print.c
Log Message:
db_recno_t aka recno_t is uint32_t
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/external/bsd/nvi/dist/ex/ex_print
Module Name:src
Committed By: rin
Date: Sun Nov 12 15:33:03 UTC 2017
Modified Files:
src/external/bsd/nvi/dist/cl: cl_funcs.c
Log Message:
_POSIX_VDISABLE exceeds CHAR_MAX. We thus need to cast it to CHAR_T for the
case where USE_WIDECHAR != "yes", i.e., CHAR_T is char.
Module Name:src
Committed By: rin
Date: Sun Nov 12 16:10:59 UTC 2017
Modified Files:
src/external/bsd/tre/dist/lib: regexec.c
Log Message:
Make REG_STARTEND for tre_regcomp() working actually:
- correct string length
- shift pmatch after pattern matching
- check validity o
Module Name:src
Committed By: christos
Date: Sun Nov 12 16:33:31 UTC 2017
Modified Files:
src/external/bsd/nvi/dist/regex: regcomp.c
Log Message:
PR/52671: Ralph Geier, return the wide character when changing case (because
it could be wide).
To generate a diff of this co
Module Name:src
Committed By: riastradh
Date: Sun Nov 12 19:46:06 UTC 2017
Modified Files:
src/sys/sys: param.h
Log Message:
Define hz2bintime = ms2bintime o hztoms.
To generate a diff of this commit:
cvs rdiff -u -r1.550 -r1.551 src/sys/sys/param.h
Please note that dif
Module Name:src
Committed By: riastradh
Date: Sun Nov 12 19:46:34 UTC 2017
Modified Files:
src/sys/kern: kern_condvar.c
Log Message:
Clarify interpretation of timeout/epsilon in cv_timedwaitbt.
To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 src/sys/kern/ke
Module Name:src
Committed By: riastradh
Date: Sun Nov 12 20:04:51 UTC 2017
Modified Files:
src/sys/kern: kern_condvar.c
Log Message:
Apply same treatment to cv_timedwaitbt.
To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 src/sys/kern/kern_condvar.c
Please
Module Name:src
Committed By: riastradh
Date: Sun Nov 12 20:04:28 UTC 2017
Modified Files:
src/share/man/man9: condvar.9
Log Message:
Rework cv_timedwaitbt documentation and example code.
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/share/man/man9/co
Module Name:src
Committed By: christos
Date: Sun Nov 12 20:56:37 UTC 2017
Modified Files:
src/external/bsd/tre/dist/lib: regexec.c
Log Message:
check more eo, initialize shift, remove useless variable.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/exter
Module Name:src
Committed By: riastradh
Date: Sun Nov 12 21:07:15 UTC 2017
Modified Files:
src/share/man/man9: intro.9
Log Message:
Xref locking(9). Xref membar_ops(3), not mb(9).
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/share/man/man9/intro.9
Module Name:src
Committed By: riastradh
Date: Sun Nov 12 21:14:33 UTC 2017
Modified Files:
src/share/man/man9: bus_dma.9 bus_space.9 condvar.9 rwlock.9
Log Message:
Replace xref mb(9) by xref membar_ops(3).
To generate a diff of this commit:
cvs rdiff -u -r1.64 -r1.65 sr
Module Name:src
Committed By: riastradh
Date: Sun Nov 12 21:15:22 UTC 2017
Modified Files:
src/share/man/man3: __insn_barrier.3
Log Message:
Replace xref mb(9) by xref membar_ops(3).
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/share/man/man3/__insn_ba
Module Name:src
Committed By: riastradh
Date: Sun Nov 12 21:20:20 UTC 2017
Modified Files:
src/share/man/man9: mb.9
Log Message:
Explicitly mark mb(9) as deprecated, as it has been for a decade.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/share/man/ma
Module Name:src
Committed By: rin
Date: Mon Nov 13 00:53:05 UTC 2017
Modified Files:
src/external/bsd/tre/dist/lib: regexec.c
Log Message:
Apply the previous fix to tre_regwexec().
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/external/bsd/tre/dist/lib/
Module Name:src
Committed By: rin
Date: Mon Nov 13 01:34:59 UTC 2017
Modified Files:
src/external/bsd/nvi/dist/common: multibyte.h
Log Message:
Remove duplicate definition for ISUPPER.
No binary changes.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/ext
Module Name:src
Committed By: rin
Date: Mon Nov 13 01:37:48 UTC 2017
Modified Files:
src/external/bsd/nvi/dist/cl: cl_funcs.c
Log Message:
Use ISBLANK macro instead of isblank(3).
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/external/bsd/nvi/dist/cl/cl
Module Name:src
Committed By: rin
Date: Mon Nov 13 01:40:37 UTC 2017
Modified Files:
src/external/bsd/nvi/dist/common: cut.h
src/external/bsd/nvi/dist/ex: ex.c
Log Message:
Make sure to cast arguments of ISFOO and TOFOO macros into UCHAR_T.
To generate a diff of
Module Name:src
Committed By: rin
Date: Mon Nov 13 01:51:47 UTC 2017
Modified Files:
src/external/bsd/nvi/dist/cl: cl_funcs.c
src/external/bsd/nvi/usr.bin/nvi: Makefile
Log Message:
Use mvwchgat(3), which is not a macro in general (and in our case).
To generate a
Module Name:src
Committed By: riastradh
Date: Mon Nov 13 02:12:29 UTC 2017
Modified Files:
src/sys/arch/xen/xenbus: xenbus_comms.c
Log Message:
Missed a spot: preserve known_mpsafe = (level != IPL_VM).
Noted by kre -- sorry!
To generate a diff of this commit:
cvs rdiff
Module Name:src
Committed By: rin
Date: Mon Nov 13 02:33:13 UTC 2017
Modified Files:
src/external/bsd/nvi/usr.bin/nvi: Makefile
Log Message:
- Add -Wno-unused and -Wno-unsequenced for gcc and clang, respectively.
This is because encoding conversion macros yield such like
Module Name:src
Committed By: rin
Date: Mon Nov 13 04:09:42 UTC 2017
Modified Files:
src/external/bsd/nvi/usr.bin/nvi: Makefile
Log Message:
Sorry, remove illegal indents. Real fix for build with USE_WIDECHAR != "yes".
To generate a diff of this commit:
cvs rdiff -u -r1.
Module Name:src
Committed By: rin
Date: Mon Nov 13 04:21:55 UTC 2017
Modified Files:
src/external/bsd/nvi/dist/common: conv.c
Log Message:
Protect iconv stuffs by USE_WIDECHAR in addition to USE_ICONV.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/exter
Module Name:src
Committed By: wiz
Date: Mon Nov 13 07:06:49 UTC 2017
Modified Files:
src/sys/arch/amd64/include: vmparam.h
Log Message:
Remove superfluous word in comment. Noted by Geoff Wing.
To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 src/sys/arch/amd
Module Name:src
Committed By: mrg
Date: Mon Nov 13 07:21:27 UTC 2017
Modified Files:
src/external/gpl3/gcc/lib/libgcc/arch/i386: defs.mk
src/external/gpl3/gcc/lib/libgcc/arch/m68000: defs.mk
src/external/gpl3/gcc/lib/libgcc/arch/x86_64: defs.mk
src/e
28 matches
Mail list logo