CVS commit: src/share/man/man7

2011-01-18 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Wed Jan 19 02:25:18 UTC 2011 Modified Files: src/share/man/man7: sysctl.7 Log Message: Do some markup cleanup for the benefit of troff PostScript output. - try to be more consistent with Va/Vt/Dv - make the space in "... otherwise 0

CVS commit: src/share/man/man7

2011-01-18 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Wed Jan 19 04:00:21 UTC 2011 Modified Files: src/share/man/man7: environ.7 Log Message: Sprinkle some markup. To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/share/man/man7/environ.7 Please note that diffs are no

CVS commit: src/share/man/man7

2011-01-18 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Wed Jan 19 04:33:14 UTC 2011 Modified Files: src/share/man/man7: signal.7 Log Message: Consistently use .Dv to refer to signal names. Fix column widths so that troff emits correctly aligned column names. Use .Sy for column names. T

CVS commit: src/sys/arch/sh3/sh3

2011-01-26 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Wed Jan 26 18:43:30 UTC 2011 Modified Files: src/sys/arch/sh3/sh3: db_interface.c Log Message: BRCR and BAMRA have different format in sh3 and sh4, so there's no point in using SH_() wrapper to refer to them in code that is already m

CVS commit: src/sys/arch/sh3/include

2011-01-26 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Wed Jan 26 19:07:43 UTC 2011 Modified Files: src/sys/arch/sh3/include: psl.h Log Message: Add sh4 PSL_FD - FPU disable bit. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sys/arch/sh3/include/psl.h Please note t

CVS commit: src/sys/arch/sh3/include

2011-01-26 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Wed Jan 26 23:26:37 UTC 2011 Modified Files: src/sys/arch/sh3/include: proc.h Log Message: Add MDP_SSTEP flag. Not used yet. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/sys/arch/sh3/include/proc.h Please not

CVS commit: src/sys/arch/sh3/sh3

2011-01-26 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Wed Jan 26 23:29:17 UTC 2011 Modified Files: src/sys/arch/sh3/sh3: sh3_machdep.c Log Message: Clear MDP_SSTEP in setregs(). To generate a diff of this commit: cvs rdiff -u -r1.88 -r1.89 src/sys/arch/sh3/sh3/sh3_machdep.c Please no

CVS commit: src/sys/arch/sh3/sh3

2011-01-26 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Thu Jan 27 00:19:27 UTC 2011 Modified Files: src/sys/arch/sh3/sh3: core_machdep.c Log Message: Include only headers that are actually used. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/arch/sh3/sh3/core_machd

CVS commit: src/sys/arch/sh3/sh3

2011-01-26 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Thu Jan 27 01:01:56 UTC 2011 Modified Files: src/sys/arch/sh3/sh3: exception.c Log Message: general_exception: when printing current mode in the panic message, test "usermode" directly instead of testing for EXP_USER bit. To genera

CVS commit: src/sys/arch/sh3

2011-01-28 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Fri Jan 28 21:06:09 UTC 2011 Modified Files: src/sys/arch/sh3/include: ptrace.h userret.h src/sys/arch/sh3/sh3: db_interface.c exception.c exception_vector.S process_machdep.c sh3_machdep.c Log Message: Implement

CVS commit: src/sys/arch/sh3/sh3

2011-01-31 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Tue Feb 1 01:54:14 UTC 2011 Modified Files: src/sys/arch/sh3/sh3: locore_subr.S vm_machdep.c Log Message: cpu_setfunc() must use lwp_trampoline to arrange for the recycled lwp to go through lwp_startup() the first time it's switched

CVS commit: src/gnu/dist/gdb6/gdb

2011-02-03 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Fri Feb 4 00:05:29 UTC 2011 Modified Files: src/gnu/dist/gdb6/gdb: shnbsd-tdep.c Log Message: Branch with delay slot executes delay slot even if branch is not taken, so adjust next_pc logic accordingly. Fixes SIGILL (breakpoint's "

CVS commit: src/sys/arch/sh3

2011-02-03 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Fri Feb 4 03:23:33 UTC 2011 Modified Files: src/sys/arch/sh3/include: locore.h src/sys/arch/sh3/sh3: exception_vector.S Log Message: __EXCEPTION_ENTRY - "tst" already does logical AND, so shave off extra "mov" and "and" and

CVS commit: src/sys/arch/sh3/include

2011-02-03 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Fri Feb 4 04:13:52 UTC 2011 Modified Files: src/sys/arch/sh3/include: locore.h Log Message: Since __INTR_MASK + __EXCEPTION_UNBLOCK is common sequence, provide __INTR_MASK_EXCEPTION_UNBLOCK combo version that does stc/ldc just once.

CVS commit: src/sys/arch/sh3/sh3

2011-02-03 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Fri Feb 4 04:14:25 UTC 2011 Modified Files: src/sys/arch/sh3/sh3: exception_vector.S Log Message: Use __INTR_MASK_EXCEPTION_UNBLOCK combo. To generate a diff of this commit: cvs rdiff -u -r1.48 -r1.49 src/sys/arch/sh3/sh3/exceptio

CVS commit: src/tools/host-mkdep

2013-03-26 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Wed Mar 27 01:03:40 UTC 2013 Modified Files: src/tools/host-mkdep: host-mkdep.in Log Message: Some shells have ((expr)) syntax for arithmetic. Add space between parens of nested (compound-list)s to unconfuse them. Fixes PR toolchai

CVS commit: src/share/terminfo

2013-03-29 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Fri Mar 29 14:31:48 UTC 2013 Modified Files: src/share/terminfo: terminfo Log Message: Pull in fix for PR misc/47674 from ncurses: # 2013-03-23 # * change initialization for vt220, similar entries for consistency # wit

CVS commit: src/share/man/man4

2013-05-22 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Wed May 22 18:29:41 UTC 2013 Modified Files: src/share/man/man4: route.4 Log Message: Use .Er for errors instead of .Dv To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/share/man/man4/route.4 Please note that diff

CVS commit: src/share/man/man4

2013-05-22 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Wed May 22 18:41:08 UTC 2013 Modified Files: src/share/man/man4: route.4 Log Message: Instead of .Ar use .Fa or .Vt as appropriate. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/share/man/man4/route.4 Please no

CVS commit: src/usr.sbin/ndp

2013-06-21 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Fri Jun 21 12:42:56 UTC 2013 Removed Files: src/usr.sbin/ndp: gnuc.h Log Message: Remove this stub that hasn't been necessary in a decade or so. To generate a diff of this commit: cvs rdiff -u -r1.2 -r0 src/usr.sbin/ndp/gnuc.h Ple

CVS commit: src/usr.sbin/ndp

2013-06-21 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Fri Jun 21 12:50:50 UTC 2013 Modified Files: src/usr.sbin/ndp: Makefile Log Message: Don't check MKINET6 - parent makefile doesn't descend to ndp if it's "no". To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/usr.sbi

CVS commit: src/common/lib/libutil

2013-07-09 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Tue Jul 9 16:10:17 UTC 2013 Modified Files: src/common/lib/libutil: snprintb.c Log Message: Use "unsigned int" instead of "u_int" to make it easier to steal. u_int is out of fashion anyway... To generate a diff of this commit: cvs

CVS commit: src/usr.bin/man

2013-07-17 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Thu Jul 18 03:38:25 UTC 2013 Modified Files: src/usr.bin/man: man.1 Log Message: Remove unnecessary line wrap. To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 src/usr.bin/man/man.1 Please note that diffs are not publ

CVS commit: src/usr.bin/man

2013-07-17 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Thu Jul 18 03:40:31 UTC 2013 Modified Files: src/usr.bin/man: man.1 Log Message: whatis.db is no more, so don't mention its location in FILES. To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/usr.bin/man/man.1 Ple

CVS commit: src/usr.bin/man

2013-07-17 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Thu Jul 18 03:48:22 UTC 2013 Modified Files: src/usr.bin/man: man.c Log Message: Move manstate::pagerlen so that its "length of the above" comment makes sense. To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45 src/usr.b

CVS commit: src/usr.bin/man

2013-07-17 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Thu Jul 18 04:02:31 UTC 2013 Modified Files: src/usr.bin/man: man.c Log Message: Constify jump() arguments appropriately. To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.46 src/usr.bin/man/man.c Please note that diffs a

CVS commit: src/usr.bin/man

2013-07-17 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Thu Jul 18 04:05:32 UTC 2013 Modified Files: src/usr.bin/man: man.c Log Message: Revert previous; other errors from WARNS=3 obscured the error in jump(). To generate a diff of this commit: cvs rdiff -u -r1.46 -r1.47 src/usr.bin/man

CVS commit: src/usr.bin/man

2013-07-18 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Thu Jul 18 16:33:31 UTC 2013 Modified Files: src/usr.bin/man: man.c Log Message: Don't access memory outside the array if tmpdirlen == 0. To generate a diff of this commit: cvs rdiff -u -r1.50 -r1.51 src/usr.bin/man/man.c Please n

CVS commit: src/usr.bin/man

2013-07-18 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Fri Jul 19 04:17:02 UTC 2013 Modified Files: src/usr.bin/man: Makefile Log Message: Use -Wno-format-nonliteral instead of blanket -Wno-format. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/usr.bin/man/Makefile

CVS commit: src/usr.bin/man

2013-07-18 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Fri Jul 19 04:18:10 UTC 2013 Modified Files: src/usr.bin/man: man.c Log Message: Fix manual_find_buildkeyword() to not use non-literal printf format. To generate a diff of this commit: cvs rdiff -u -r1.51 -r1.52 src/usr.bin/man/man

CVS commit: src/usr.bin/man

2013-07-18 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Fri Jul 19 04:55:06 UTC 2013 Modified Files: src/usr.bin/man: man.c Log Message: manual_find_buildkeyword() - now that we control the format string, we may use asterisk precision specification instead of temporary modifying the _buil

CVS commit: src/usr.bin/man

2013-07-18 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Fri Jul 19 04:59:46 UTC 2013 Modified Files: src/usr.bin/man: man.c Log Message: Spell "keywords" without space. Fix couple of typos. To generate a diff of this commit: cvs rdiff -u -r1.53 -r1.54 src/usr.bin/man/man.c Please note

CVS commit: src/usr.bin/man

2013-07-18 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Fri Jul 19 05:05:59 UTC 2013 Modified Files: src/usr.bin/man: man.c Log Message: Constify some more. To generate a diff of this commit: cvs rdiff -u -r1.54 -r1.55 src/usr.bin/man/man.c Please note that diffs are not public domain;

CVS commit: src/sys/arch/sh3/sh3

2013-08-06 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Tue Aug 6 21:41:01 UTC 2013 Modified Files: src/sys/arch/sh3/sh3: db_trace.c Log Message: db_stack_trace_print: support trace/[at], starting trace from switchframe. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src

CVS commit: src/lib/csu/common

2013-09-18 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Wed Sep 18 22:53:39 UTC 2013 Modified Files: src/lib/csu/common: Makefile.inc Log Message: Fix previous: use PICFLAGS for crtbeginS.o Should unbreak sh3 builds. XXX: PICFLAGS is defined in bsd.lib.mk which lib/csu does not use. For

CVS commit: src/games/fortune/strfile

2013-09-18 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Wed Sep 18 23:18:14 UTC 2013 Modified Files: src/games/fortune/strfile: strfile.c Log Message: #include "nbtool_config.h" to pull in getprogname() declaration. To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 src/games

CVS commit: src/games/fortune/strfile

2013-09-18 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Thu Sep 19 00:18:52 UTC 2013 Modified Files: src/games/fortune/strfile: strfile.c Log Message: Don't define TRUE/FALSE, which may conflict with host headers. TRUE is unused anyway. Replace all instances of FALSE with 0. To generat

CVS commit: src/games/fortune/strfile

2013-09-18 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Thu Sep 19 00:34:00 UTC 2013 Modified Files: src/games/fortune/strfile: strfile.c Log Message: Now that we use "nbtool_config.h" we can use __dead again and drop local attempts to define its equivalent. Also drop the comment that wa

CVS commit: src/games/fortune/strfile

2013-09-18 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Thu Sep 19 00:53:55 UTC 2013 Modified Files: src/games/fortune/strfile: strfile.8 Log Message: Use .Fa instead of .Ar to refer to header fields. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/games/fortune/strfil

CVS commit: src/games/fortune/strfile

2013-09-18 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Thu Sep 19 00:58:11 UTC 2013 Modified Files: src/games/fortune/strfile: strfile.8 Log Message: Untabify the header definition to avoid misaligned comment on str_delim in PostScript output. To generate a diff of this commit: cvs rdi

CVS commit: src/doc

2013-12-24 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Tue Dec 24 20:10:29 UTC 2013 Modified Files: src/doc: BUILDING.mdoc Log Message: Add missing Ar To generate a diff of this commit: cvs rdiff -u -r1.94 -r1.95 src/doc/BUILDING.mdoc Please note that diffs are not public domain; they

CVS commit: src/usr.bin/man

2014-02-16 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Mon Feb 17 02:53:48 UTC 2014 Modified Files: src/usr.bin/man: manconf.c Log Message: Check _build and _crunch commands with fmtcheck(3), warn about and ignore bad ones. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 sr

CVS commit: src/usr.bin/man

2014-02-16 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Mon Feb 17 03:10:12 UTC 2014 Modified Files: src/usr.bin/man: Makefile man.c Log Message: config() in manconf.c now verifies _build (and _crunch) command templates with fmtcheck(3) so annotate the printf that uses these commands as s

CVS commit: src/sys/arch/sh3/sh3

2017-10-21 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Sun Oct 22 03:29:23 UTC 2017 Modified Files: src/sys/arch/sh3/sh3: exception.c Log Message: tlb_exception - set ksi_addr to va also when a userland page is not found. Helps SIGSEGV handlers for PROT_NONE red zones. To generate a di

CVS commit: src/lib/libc/sys

2017-11-20 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Mon Nov 20 17:03:31 UTC 2017 Modified Files: src/lib/libc/sys: mknod.2 Log Message: .Xr makedev 3 To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 src/lib/libc/sys/mknod.2 Please note that diffs are not public domain;

CVS commit: src

2017-12-06 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Wed Dec 6 19:27:56 UTC 2017 Modified Files: src: Makefile Log Message: do-x11 target builds and installs only the tools and libraries, X11 programs are built during the regular recursive build in extsrc. Edit its description accord

CVS commit: src

2017-12-06 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Wed Dec 6 19:34:00 UTC 2017 Modified Files: src: Makefile Log Message: Include somewhat misleadingly named do-x11 into BUILDTARGETS even with NOBINARIES set (subject to MKX11). To generate a diff of this commit: cvs rdiff -u -r1.3

CVS commit: src/sbin/route

2017-12-13 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Wed Dec 13 11:31:42 UTC 2017 Modified Files: src/sbin/route: route.c Log Message: Fix typo in flag name. We should probably just use IFFBITS string that defines. PR bin/52815 To generate a diff of this commit: cvs rdiff -u -r1.1

CVS commit: src/lib/libedit

2017-12-23 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Sat Dec 23 18:25:03 UTC 2017 Modified Files: src/lib/libedit: history.c Log Message: The order in which the arguments to a function are evaluated is undefined, so don't use va_arg() twice. PR lib/52849 To generate a diff of this c

CVS commit: src/sys/dev/i2c

2018-01-04 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Fri Jan 5 03:07:16 UTC 2018 Modified Files: src/sys/dev/i2c: files.i2c Added Files: src/sys/dev/i2c: em3027.c em3027reg.h Log Message: Driver for EM Microelectronic EM3027 RTC and temperature sensor. To generate a diff of

CVS commit: src/share/man/man4

2018-01-06 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Sat Jan 6 16:01:43 UTC 2018 Modified Files: src/share/man/man4: sdmmc.4 Log Message: Make synopsis a bit less verbose and hopefully more readable. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/share/man/man4/sdmm

CVS commit: src/share/man/man4

2018-01-06 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Sat Jan 6 16:54:09 UTC 2018 Modified Files: src/share/man/man4: audio.4 Log Message: Drive-by markup improvements. To generate a diff of this commit: cvs rdiff -u -r1.82 -r1.83 src/share/man/man4/audio.4 Please note that diffs ar

CVS commit: src/distrib/sets

2018-01-10 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Wed Jan 10 18:15:18 UTC 2018 Modified Files: src/distrib/sets: sets.subr Log Message: When we ask make about MACHINE_CPU and TARGET_ENDIANNESS make sure we use the right bsd.*.mk files. To generate a diff of this commit: cvs rdiff

CVS commit: src/share/man/man4

2018-01-13 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Sat Jan 13 12:06:48 UTC 2018 Modified Files: src/share/man/man4: bpf.4 Log Message: Fix column width in postscript output. To generate a diff of this commit: cvs rdiff -u -r1.56 -r1.57 src/share/man/man4/bpf.4 Please note that dif

CVS commit: src/share/man/man4

2018-01-13 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Sat Jan 13 12:14:26 UTC 2018 Modified Files: src/share/man/man4: bpf.4 Log Message: Use .Fn when describing C macros To generate a diff of this commit: cvs rdiff -u -r1.57 -r1.58 src/share/man/man4/bpf.4 Please note that diffs are

CVS commit: src/share/man/man4

2018-01-13 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Sat Jan 13 12:20:49 UTC 2018 Modified Files: src/share/man/man4: bpf.4 Log Message: Fix another column width. To generate a diff of this commit: cvs rdiff -u -r1.58 -r1.59 src/share/man/man4/bpf.4 Please note that diffs are not pu

CVS commit: src/share/man/man4

2018-01-13 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Sat Jan 13 13:49:10 UTC 2018 Modified Files: src/share/man/man4: wscons.4 Log Message: Move device lines to the top of the synopsis section. Group related options. Drop the count from the wsmux declaration, it hasn't been necessary

CVS commit: src/external/gpl2/groff/tmac/man

2018-01-13 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Sat Jan 13 14:00:51 UTC 2018 Modified Files: src/external/gpl2/groff/tmac/man: Makefile Log Message: Fix trailing whitespace. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/external/gpl2/groff/tmac/man/Makefile Pl

CVS commit: src/share/man/man4

2018-01-13 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Sat Jan 13 14:11:40 UTC 2018 Modified Files: src/share/man/man4: wscons.4 Log Message: Fix fancy "options" lines as mandoc seems to interpret some of them differently than nroff does. Use \*q for literal double quotes, protect liter

CVS commit: src/share/man/man4

2018-01-13 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Sat Jan 13 14:34:00 UTC 2018 Modified Files: src/share/man/man4: wscons.4 Log Message: Improve formatting of "Other options" section. Use -compact list to squash groups of options together. The price for that is that now items need

CVS commit: src/share/man/man4

2018-01-13 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Sat Jan 13 14:47:58 UTC 2018 Modified Files: src/share/man/man4: wscons.4 Log Message: Miscellaneous formatting tweaks. To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 src/share/man/man4/wscons.4 Please note that dif

CVS commit: src/share/man/man4

2018-01-13 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Sat Jan 13 17:35:33 UTC 2018 Modified Files: src/share/man/man4: acpi.4 Log Message: Fix semantic markup. To generate a diff of this commit: cvs rdiff -u -r1.82 -r1.83 src/share/man/man4/acpi.4 Please note that diffs are not publi

CVS commit: src/share/man/man4

2018-01-13 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Sat Jan 13 18:57:48 UTC 2018 Modified Files: src/share/man/man4: isp.4 Log Message: Fix semantic markup. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/share/man/man4/isp.4 Please note that diffs are not public

CVS commit: src/share/man/man4

2018-01-13 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Sat Jan 13 19:01:59 UTC 2018 Modified Files: src/share/man/man4: njata.4 Log Message: Fix semantic markup. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/share/man/man4/njata.4 Please note that diffs are not publi

CVS commit: src/share/man/man4

2018-01-13 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Sat Jan 13 19:50:52 UTC 2018 Modified Files: src/share/man/man4: wsdisplay.4 Log Message: Try to improve markup. To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45 src/share/man/man4/wsdisplay.4 Please note that diffs a

CVS commit: src/share/man/man4

2018-01-13 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Sat Jan 13 19:57:35 UTC 2018 Modified Files: src/share/man/man4: audio.4 Log Message: Use .Ar to mark up the variable parts of sysctl nodes. To generate a diff of this commit: cvs rdiff -u -r1.83 -r1.84 src/share/man/man4/audio.4

CVS commit: src/usr.sbin/autofs

2018-01-13 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Sun Jan 14 02:54:55 UTC 2018 Modified Files: src/usr.sbin/autofs: automount.8 Log Message: .An -nosplit To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/usr.sbin/autofs/automount.8 Please note that diffs are not pub

CVS commit: src/usr.sbin/autofs

2018-01-13 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Sun Jan 14 03:09:47 UTC 2018 Modified Files: src/usr.sbin/autofs: automount.8 Log Message: Vertical space before an example in .Dl To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/usr.sbin/autofs/automount.8 Please

CVS commit: src/usr.sbin/autofs

2018-01-13 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Sun Jan 14 03:14:46 UTC 2018 Modified Files: src/usr.sbin/autofs: automount.8 Log Message: Fix accidental trailing whitespace. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/usr.sbin/autofs/automount.8 Please note

CVS commit: src

2018-01-13 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Sun Jan 14 03:17:28 UTC 2018 Modified Files: src/share/man/man5: autofs.5 src/usr.sbin/autofs: auto_master.5 automountd.8 autounmountd.8 Log Message: .An -nosplit To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/external/gpl2/groff/tmac

2018-01-13 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Sun Jan 14 03:33:10 UTC 2018 Modified Files: src/external/gpl2/groff/tmac: mdoc.local Log Message: Copy-paste a .Dx macro for DragonFly (from .Ox) and add a couple of FreeBSD versions to make autofs(5) man pages cleanly format with g

CVS commit: src

2018-01-15 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Mon Jan 15 19:52:54 UTC 2018 Modified Files: src: build.sh src/tools/make: buildmake.sh.in Log Message: Make sure nbmake is always built with the right _PATH_DEFSYSPATH. To generate a diff of this commit: cvs rdiff -u -r1.3

CVS commit: src/tools/make

2018-01-15 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Mon Jan 15 19:57:49 UTC 2018 Modified Files: src/tools/make: buildmake.sh.in Log Message: G/c unused runcmd. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/tools/make/buildmake.sh.in Please note that diffs are no

CVS commit: src/tools/make

2018-01-15 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Mon Jan 15 20:14:49 UTC 2018 Modified Files: src/tools/make: buildmake.sh.in Log Message: Do not use HOST_CFLAGS to link the make binary. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/tools/make/buildmake.sh.in

CVS commit: src

2018-01-15 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Mon Jan 15 20:39:53 UTC 2018 Modified Files: src: build.sh Log Message: Restore formatting/indentation of the configure call in rebuildmake() to what it used to be. To generate a diff of this commit: cvs rdiff -u -r1.322 -r1.323 sr

CVS commit: src/tools/make

2018-01-16 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Tue Jan 16 08:53:51 UTC 2018 Modified Files: src/tools/make: buildmake.sh.in Log Message: Do not use HOST_CFLAGS and others. build.sh calls configure with CFLAGS set to HOST_CFLAGS, etc - so HOST_* environment variables are already

CVS commit: src/share/man/man9

2018-01-17 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Wed Jan 17 08:34:15 UTC 2018 Modified Files: src/share/man/man9: pfil.9 Log Message: Use more semantic markup. To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 src/share/man/man9/pfil.9 Please note that diffs are not

CVS commit: src/sbin/mount_autofs

2018-01-24 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Wed Jan 24 12:04:47 UTC 2018 Modified Files: src/sbin/mount_autofs: mount_autofs.8 Log Message: It's not literal "-options" so use .Ar To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sbin/mount_autofs/mount_autofs.8

CVS commit: src/usr.sbin/autofs

2018-01-24 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Wed Jan 24 12:05:50 UTC 2018 Modified Files: src/usr.sbin/autofs: auto_master.5 Log Message: Try to use proper semantic markup. Fix a few formatting nits. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/usr.sbin/au

CVS commit: src/share/man/man4/man4.x86

2018-01-25 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Thu Jan 25 10:15:24 UTC 2018 Modified Files: src/share/man/man4/man4.x86: amdzentemp.4 Log Message: Fix .Dt name. Formatting fixes. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/share/man/man4/man4.x86/amdzentemp

CVS commit: src/share/man/man4/man4.x86

2018-01-25 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Thu Jan 25 10:48:28 UTC 2018 Modified Files: src/share/man/man4/man4.x86: amdzentemp.4 Log Message: New sentence - new line. Sort sections. Use .Xr to refer to amdtemp(4). To generate a diff of this commit: cvs rdiff -u -r1.4 -r1

CVS commit: src/share/man/man4/man4.x86

2018-01-25 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Thu Jan 25 10:52:49 UTC 2018 Modified Files: src/share/man/man4/man4.x86: amdsmn.4 Log Message: Xref the right driver. .An -nosplit Delint. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/share/man/man4/man4.x86/a

CVS commit: src/share/man/man4

2018-01-25 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Thu Jan 25 18:56:18 UTC 2018 Modified Files: src/share/man/man4: amdtemp.4 Log Message: Formatting fixes. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/share/man/man4/amdtemp.4 Please note that diffs are not pub

CVS commit: src/usr.sbin/autofs

2018-01-25 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Thu Jan 25 19:15:10 UTC 2018 Modified Files: src/usr.sbin/autofs: auto_master.5 Log Message: .Li is superfluous inside .Bd -literal To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/usr.sbin/autofs/auto_master.5 Plea

CVS commit: src/sys/dev/i2c

2018-02-13 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Tue Feb 13 13:19:30 UTC 2018 Modified Files: src/sys/dev/i2c: files.i2c Log Message: Delete 'define dbcool {}' line commented out in previous. It's bogus and the gcc6 correctly complains about that when it compiles ioconf.c PR tool

CVS commit: src/sys/dev/pci

2018-02-14 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Wed Feb 14 14:04:48 UTC 2018 Modified Files: src/sys/dev/pci: virtio.c Log Message: Cosmetic - consistently use #define To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 src/sys/dev/pci/virtio.c Please note that diffs

CVS commit: src/sys/dev/pci

2018-02-15 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Thu Feb 15 19:05:10 UTC 2018 Modified Files: src/sys/dev/pci: virtio_pci.c Log Message: Explicitly enable PCI_COMMAND_MASTER_ENABLE and PCI_COMMAND_IO_ENABLE. Recent versions of VirtualBox do not enable bus-mastering by default - thi

CVS commit: src

2018-02-16 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Sat Feb 17 03:02:04 UTC 2018 Modified Files: src/distrib/sets/lists/etc: mi src/etc/rc.d: Makefile Log Message: Actually install dhcpd6 rc script. Organize CONFIGFILES alphabetically again while where. PR 53018 To generat

CVS commit: src/tools

2018-02-17 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Sun Feb 18 01:06:24 UTC 2018 Modified Files: src/tools: Makefile Log Message: Fix .endif comment for TOOLS_BUILDRUMP To generate a diff of this commit: cvs rdiff -u -r1.192 -r1.193 src/tools/Makefile Please note that diffs are not

CVS commit: src/lib/libc/stdio

2018-02-20 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Tue Feb 20 17:16:51 UTC 2018 Modified Files: src/lib/libc/stdio: setbuf.3 Log Message: Use semantic markup. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/lib/libc/stdio/setbuf.3 Please note that diffs are not p

CVS commit: src/lib/libc/stdio

2018-02-20 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Tue Feb 20 17:21:11 UTC 2018 Modified Files: src/lib/libc/stdio: setbuf.3 Log Message: Make the list of STDBUF values and the list of mode values congruent in formatting and spelling. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/lib/libc/stdio

2018-02-20 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Tue Feb 20 17:23:40 UTC 2018 Modified Files: src/lib/libc/stdio: setbuf.3 Log Message: Markup "stdin". To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/lib/libc/stdio/setbuf.3 Please note that diffs are not public

CVS commit: src/lib/libc/net

2018-02-21 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Wed Feb 21 14:11:09 UTC 2018 Modified Files: src/lib/libc/net: getnetent.3 Log Message: Consistenly use "host byte order". To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/lib/libc/net/getnetent.3 Please note that

CVS commit: src/share/man/man4/man4.x86

2018-02-25 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Sun Feb 25 12:39:44 UTC 2018 Modified Files: src/share/man/man4/man4.x86: imcsmb.4 Log Message: Fix a typo. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/share/man/man4/man4.x86/imcsmb.4 Please note that diffs ar

CVS commit: src/external/gpl2/groff/tmac

2018-02-25 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Sun Feb 25 12:46:49 UTC 2018 Modified Files: src/external/gpl2/groff/tmac: mdoc.local Log Message: Add FreeBSD 11.0 and 12.0 To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/external/gpl2/groff/tmac/mdoc.local Pleas

CVS commit: src/share/man/man4/man4.x86

2018-02-25 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Sun Feb 25 12:51:33 UTC 2018 Modified Files: src/share/man/man4/man4.x86: imcsmb.4 Log Message: .Po/.Pc are not appropriate for enclosing sentences. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/share/man/man4/man

CVS commit: src/share/man/man4/man4.x86

2018-02-25 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Sun Feb 25 12:57:39 UTC 2018 Modified Files: src/share/man/man4/man4.x86: imcsmb.4 Log Message: Use .Dl instead of .Bd -literal, fix vertical spacing. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/share/man/man4/m

CVS commit: src/share/man/man2

2018-02-25 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Sun Feb 25 17:37:05 UTC 2018 Modified Files: src/share/man/man2: ucontext.2 Log Message: Flags are .Fl not .Ar To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/share/man/man2/ucontext.2 Please note that diffs are no

CVS commit: src/share/man/man2

2018-02-25 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Sun Feb 25 17:45:40 UTC 2018 Modified Files: src/share/man/man2: ucontext.2 Log Message: Use tagged list. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/share/man/man2/ucontext.2 Please note that diffs are not pub

CVS commit: src/share/man/man2

2018-02-27 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Tue Feb 27 10:09:42 UTC 2018 Modified Files: src/share/man/man2: ucontext.2 Log Message: INTRV is INT-RV - integer return value (not INTR-V, interrupt vector) :) To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/shar

<    1   2   3   4   5   6   7   >