CVS commit: src/distrib/sets/lists/debug

2016-04-09 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Sat Apr  9 09:58:11 UTC 2016

Modified Files:
src/distrib/sets/lists/debug: mi

Log Message:
Add t_pslist.debug


To generate a diff of this commit:
cvs rdiff -u -r1.148 -r1.149 src/distrib/sets/lists/debug/mi

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



CVS commit: src/share/man/man9

2016-04-09 Thread Valeriy E. Ushakov
Module Name:src
Committed By:   uwe
Date:   Sat Apr  9 13:34:33 UTC 2016

Modified Files:
src/share/man/man9: pslist.9

Log Message:
Add couple of missing .Ns


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/share/man/man9/pslist.9

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



CVS commit: src/share/man/man9

2016-04-09 Thread Valeriy E. Ushakov
Module Name:src
Committed By:   uwe
Date:   Sat Apr  9 13:38:20 UTC 2016

Modified Files:
src/share/man/man9: pslist.9

Log Message:
Use \(em for em-dash.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/share/man/man9/pslist.9

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



CVS commit: src/external/cddl/osnet/dev/cyclic

2016-04-09 Thread Taylor R Campbell
Module Name:src
Committed By:   riastradh
Date:   Sat Apr  9 14:50:08 UTC 2016

Modified Files:
src/external/cddl/osnet/dev/cyclic: cyclic.c

Log Message:
Prevent autounload while cyclics are still in use.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/external/cddl/osnet/dev/cyclic/cyclic.c

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



CVS commit: src/share/man/man9

2016-04-09 Thread Taylor R Campbell
Module Name:src
Committed By:   riastradh
Date:   Sat Apr  9 15:08:39 UTC 2016

Modified Files:
src/share/man/man9: pslist.9

Log Message:
Fix missing NAME operand to PSLIST_ENTRY_DESTROY.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/share/man/man9/pslist.9

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



CVS commit: src/share/man/man9

2016-04-09 Thread Taylor R Campbell
Module Name:src
Committed By:   riastradh
Date:   Sat Apr  9 15:09:42 UTC 2016

Modified Files:
src/share/man/man9: pslist.9

Log Message:
Use imperative mood consistently.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/share/man/man9/pslist.9

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



CVS commit: src/external/cddl/osnet/dev/profile

2016-04-09 Thread Taylor R Campbell
Module Name:src
Committed By:   riastradh
Date:   Sat Apr  9 15:17:58 UTC 2016

Modified Files:
src/external/cddl/osnet/dev/profile: profile.c

Log Message:
Disable autoload if there are any profile probes.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/external/cddl/osnet/dev/profile/profile.c

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



CVS commit: src/external/cddl/osnet/dev

2016-04-09 Thread Taylor R Campbell
Module Name:src
Committed By:   riastradh
Date:   Sat Apr  9 15:18:48 UTC 2016

Modified Files:
src/external/cddl/osnet/dev: prototype.c

Log Message:
Add autounload logic to dtrace module prototype.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/cddl/osnet/dev/prototype.c

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



CVS commit: src/sys/sys

2016-04-09 Thread Taylor R Campbell
Module Name:src
Committed By:   riastradh
Date:   Sat Apr  9 16:59:43 UTC 2016

Modified Files:
src/sys/sys: condvar.h

Log Message:
Don't pollute  with .

Instead, forward-declare struct kmutex, since we only need to
describe pointer types to it.

This breaks an include cycle on several architectures:

sys/cpu_data.h
-> sys/condvar.h
-> sys/mutex.h
-> sys/intr.h
-> machine/intr.h
-> machine/cpu.h
-> sys/cpu_data.h


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/sys/sys/condvar.h

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



CVS commit: src/sys/sys

2016-04-09 Thread Taylor R Campbell
Module Name:src
Committed By:   riastradh
Date:   Sat Apr  9 17:02:51 UTC 2016

Modified Files:
src/sys/sys: idtype.h

Log Message:
Fix the ABI of idtype_t.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/sys/idtype.h

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



CVS commit: src/sys/sys

2016-04-09 Thread Taylor R Campbell
Module Name:src
Committed By:   riastradh
Date:   Sat Apr  9 17:04:53 UTC 2016

Modified Files:
src/sys/sys: kernhist.h

Log Message:
Add missing argument to kernhist_dump.

Hi nick!


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/sys/sys/kernhist.h

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



CVS commit: src/share/man/man9

2016-04-09 Thread Taylor R Campbell
Module Name:src
Committed By:   riastradh
Date:   Sat Apr  9 17:34:57 UTC 2016

Modified Files:
src/share/man/man9: pslist.9

Log Message:
Tighten opening paragraph.  Split into two smaller sentences.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/share/man/man9/pslist.9

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



CVS commit: src/share/man/man9

2016-04-09 Thread Taylor R Campbell
Module Name:src
Committed By:   riastradh
Date:   Sat Apr  9 17:37:55 UTC 2016

Modified Files:
src/share/man/man9: pslist.9

Log Message:
Fix wording around `list heads'.

A list head is not a list, conceptually.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/share/man/man9/pslist.9

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



CVS commit: src/share/man/man9

2016-04-09 Thread Taylor R Campbell
Module Name:src
Committed By:   riastradh
Date:   Sat Apr  9 17:48:32 UTC 2016

Modified Files:
src/share/man/man9: pslist.9

Log Message:
Fix a vestige of an earlier word choice: s/connected/associated/1


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/share/man/man9/pslist.9

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



CVS commit: src/share/man/man9

2016-04-09 Thread Taylor R Campbell
Module Name:src
Committed By:   riastradh
Date:   Sat Apr  9 17:50:54 UTC 2016

Modified Files:
src/share/man/man9: pslist.9

Log Message:
Say `loop header', not `loop head'.

`Head' means something else in this context -- a list head.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/share/man/man9/pslist.9

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



CVS commit: src/external/cddl/osnet/dist/common/ctf

2016-04-09 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Apr  9 17:51:50 UTC 2016

Modified Files:
src/external/cddl/osnet/dist/common/ctf: ctf_create.c

Log Message:
properly check for type id overflow


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/external/cddl/osnet/dist/common/ctf/ctf_create.c

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



CVS commit: src/external/cddl/osnet/dist/common/ctf

2016-04-09 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Apr  9 17:58:46 UTC 2016

Modified Files:
src/external/cddl/osnet/dist/common/ctf: ctf_create.c

Log Message:
fix test.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/external/cddl/osnet/dist/common/ctf/ctf_create.c

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



CVS commit: src/share/man/man9

2016-04-09 Thread Taylor R Campbell
Module Name:src
Committed By:   riastradh
Date:   Sat Apr  9 18:10:41 UTC 2016

Modified Files:
src/share/man/man9: pslist.9

Log Message:
Use the proper pluralization of `frotz'.

Per the jargon file, `frotz' is a contraction of `frobnitz', which
pluralizes to `frobnitzem'; `frobbotzim' is the plural of the related
but not identical term `frobozz'.

Fixing other uses of this plural elsewhere among the man pages is
left to the reader inclined to humorous linguistic studies.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/share/man/man9/pslist.9

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



CVS commit: src/share/man/man9

2016-04-09 Thread Taylor R Campbell
Module Name:src
Committed By:   riastradh
Date:   Sat Apr  9 18:25:26 UTC 2016

Modified Files:
src/share/man/man9: pslist.9

Log Message:
Parrot markup for PTHREAD_MUTEX_INITIALIZER synopsis.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/share/man/man9/pslist.9

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



CVS commit: src/lib/libedit

2016-04-09 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Apr  9 18:43:18 UTC 2016

Modified Files:
src/lib/libedit: chared.c chartype.c chartype.h common.c el.c eln.c
emacs.c hist.c keymacro.c map.c read.c refresh.c search.c
terminal.c tty.c vi.c

Log Message:
More WIDECHAR elimination (Ingo Schwarze)


To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 src/lib/libedit/chared.c
cvs rdiff -u -r1.24 -r1.25 src/lib/libedit/chartype.c
cvs rdiff -u -r1.26 -r1.27 src/lib/libedit/chartype.h
cvs rdiff -u -r1.40 -r1.41 src/lib/libedit/common.c src/lib/libedit/search.c
cvs rdiff -u -r1.84 -r1.85 src/lib/libedit/el.c
cvs rdiff -u -r1.29 -r1.30 src/lib/libedit/eln.c
cvs rdiff -u -r1.32 -r1.33 src/lib/libedit/emacs.c
cvs rdiff -u -r1.25 -r1.26 src/lib/libedit/hist.c src/lib/libedit/terminal.c
cvs rdiff -u -r1.15 -r1.16 src/lib/libedit/keymacro.c
cvs rdiff -u -r1.43 -r1.44 src/lib/libedit/map.c
cvs rdiff -u -r1.87 -r1.88 src/lib/libedit/read.c
cvs rdiff -u -r1.45 -r1.46 src/lib/libedit/refresh.c
cvs rdiff -u -r1.59 -r1.60 src/lib/libedit/tty.c
cvs rdiff -u -r1.55 -r1.56 src/lib/libedit/vi.c

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



CVS commit: src/lib/libedit

2016-04-09 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Apr  9 18:47:05 UTC 2016

Modified Files:
src/lib/libedit: filecomplete.c vi.c

Log Message:
Change some 0's to NULL's from Pedro Giffuni


To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 src/lib/libedit/filecomplete.c
cvs rdiff -u -r1.56 -r1.57 src/lib/libedit/vi.c

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



CVS commit: src/sys/conf

2016-04-09 Thread Taylor R Campbell
Module Name:src
Committed By:   riastradh
Date:   Sat Apr  9 18:51:44 UTC 2016

Modified Files:
src/sys/conf: Makefile.kern.inc

Log Message:
Use && to fail early if subcommands of kernel link fail.

(Remind me why we string together shell commands instead of just
using make targets?)


To generate a diff of this commit:
cvs rdiff -u -r1.249 -r1.250 src/sys/conf/Makefile.kern.inc

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



CVS commit: src/sys/sys

2016-04-09 Thread Taylor R Campbell
Module Name:src
Committed By:   riastradh
Date:   Sat Apr  9 19:55:33 UTC 2016

Modified Files:
src/sys/sys: aio.h

Log Message:
Macro parentheses police!

One *hopes* this has no functional change.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/sys/sys/aio.h

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