Commit Graph

241912 Commits

Author SHA1 Message Date
wiz
16a8980036 Add serial commas. Fix minus. Sort SEE ALSO. Fix xref. 2016-04-11 08:49:57 +00:00
roy
aae35f25ba Bump libutil for new pidfile functions. 2016-04-11 08:44:40 +00:00
ozaki-r
1fcfead163 Remove out-dated comments and unnecessary splsoftnet for pool_{get,put} 2016-04-11 08:26:33 +00:00
ozaki-r
6a82a3a147 Add psref to rump kernel 2016-04-11 06:49:11 +00:00
ozaki-r
ba236d2e0a Fix usage of pslist(9)
Pointed out by riastradh@.
2016-04-11 05:40:47 +00:00
ozaki-r
9129220b60 Move #include <sys/pslist.h> inside #ifdef _KERNEL for building brconfig 2016-04-11 03:46:47 +00:00
riastradh
7275484f28 Cause readers to fail noisily after PSLIST_ENTRY_DESTROY.
Using NULL only causes readers to stop iteration, because it looks
like the end of the list; using a bogus non-null pointer causes them
to crash.
2016-04-11 03:46:37 +00:00
riastradh
6977a61914 Remove incorrect comment about non-effect of PSLIST_ENTRY_DESTROY.
This does have an effect -- it nullifies the next pointer.  (The text
was copied from PSLIST_DESTROY, which really has no effect without
options DIAGNOSTIC.)
2016-04-11 03:27:14 +00:00
ozaki-r
814cd05c8b Use pslist(9) in bridge(4)
This adds missing memory barriers to list operations for pserialize.
2016-04-11 02:04:14 +00:00
ozaki-r
dd3c4fc3e5 Don't call pfxlist_onlink_check with holding llentry lock
From FreeBSD (as of 2016-04-11).

Should fix PR kern/51060.
2016-04-11 01:16:20 +00:00
christos
0594af8028 Char -> wchar_t from Ingo Schwarze. 2016-04-11 00:50:13 +00:00
christos
6b3f51ca99 there is no pflags, just flags. 2016-04-11 00:47:19 +00:00
christos
0aefc7f9ad more macro WIDECHAR undoing from Ingo Schwarze. 2016-04-11 00:22:48 +00:00
christos
cb19fc18b8 Apply revision 274569 from FreeBSD:
Only compare visitation counters if they've both been set for the current
type graph walk.
2016-04-10 23:37:10 +00:00
kamil
6457bad4b1 Mark ./usr/libdata/debug/usr/bin/pcpp.debug as obsolete
pcpp.debug is already in ./usr/libdata/debug/usr/libexec/

This fixes build with MKPCC=yes and all debug flags turned on.
2016-04-10 21:45:33 +00:00
kamil
9b07f7a97e Remove duplicate entry of /usr/libdata/debug/usr/bin/p++.debug
I don't have p++.debug locally so assume that it's properly set for the
first time as obsoleted.
2016-04-10 21:40:05 +00:00
roy
dffb5661e0 Note import of dhcpcd-6.10.2 2016-04-10 21:09:41 +00:00
roy
4844e7c234 Note addition of new pidfile functions. 2016-04-10 21:08:48 +00:00
roy
f6d6501d55 dhcpcd now uses libutil. 2016-04-10 21:06:54 +00:00
roy
9c9a1de605 Sync 2016-04-10 21:00:53 +00:00
roy
6b9006e83c Implement pidfile_lock, pidfile_read and pidfile_clean.
Discussed on tech-net@, ok core@.
2016-04-10 19:05:50 +00:00
wiz
3133e4c397 Fix xref section. 2016-04-10 18:27:56 +00:00
christos
3f61dfb7a9 GC PAX_ASLR_EXEC 2016-04-10 15:41:05 +00:00
christos
d9da07b963 We don't need TRAP_SIGDEBUG 2016-04-10 15:39:27 +00:00
christos
714503dcd7 Enable PIE binaries on amd64 by default. 2016-04-10 15:32:27 +00:00
christos
a9a4b283d5 - Turn on ASLR by default
- Add PAX_MPROTECT_DEBUG flag
2016-04-10 15:28:24 +00:00
christos
766ba0ea82 Fix ASLR stack setup:
- make it work on machine where the stack grows up.
- use the same limits as mmap.
2016-04-10 15:26:18 +00:00
christos
e9b41057d1 Add a flags sysctl for ASLR to disable particular features. We seem to be
having issues with stack setup.
2016-04-10 15:02:17 +00:00
wiz
e3ed9c4909 Sort sections. Use more markup. 2016-04-10 09:49:14 +00:00
martin
0e449e1bfb Cosmetic tweaks to vncfonfig -l output, from Robert Elz (with minor tweaks
[and all bugs] by me). This should restore compatibility for old scripts
trying to find free vnodes in the new cloning world order.
2016-04-10 09:04:09 +00:00
ozaki-r
f0071d85a1 Don't call pfxlist_onlink_check with holding llentry lock
Sync nd6_free with FreeBSD (as of 2016-04-10).

Should fix PR kern/51056.
2016-04-10 08:15:52 +00:00
riastradh
563e4487a6 Macro parentheses police!
One *hopes* this has no functional change.
2016-04-09 19:55:33 +00:00
riastradh
617d199e69 Use && to fail early if subcommands of kernel link fail.
(Remind me why we string together shell commands instead of just
using make targets?)
2016-04-09 18:51:44 +00:00
christos
2dd09931ab Change some 0's to NULL's from Pedro Giffuni 2016-04-09 18:47:05 +00:00
christos
fcf85103b4 More WIDECHAR elimination (Ingo Schwarze) 2016-04-09 18:43:17 +00:00
riastradh
3fccece556 Parrot markup for PTHREAD_MUTEX_INITIALIZER synopsis. 2016-04-09 18:25:26 +00:00
riastradh
916af051e3 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.
2016-04-09 18:10:41 +00:00
christos
0aab751630 fix test. 2016-04-09 17:58:46 +00:00
christos
eabf50fc2e properly check for type id overflow 2016-04-09 17:51:50 +00:00
riastradh
dc0a3c082c Say loop header', not loop head'.
`Head' means something else in this context -- a list head.
2016-04-09 17:50:54 +00:00
riastradh
236db44756 Fix a vestige of an earlier word choice: s/connected/associated/1 2016-04-09 17:48:32 +00:00
riastradh
445c99ba1f Fix wording around `list heads'.
A list head is not a list, conceptually.
2016-04-09 17:37:55 +00:00
riastradh
ff614a8724 Tighten opening paragraph. Split into two smaller sentences. 2016-04-09 17:34:57 +00:00
riastradh
47b2d8f8b3 Add missing argument to kernhist_dump.
Hi nick!
2016-04-09 17:04:53 +00:00
riastradh
a7a62321c9 Fix the ABI of idtype_t. 2016-04-09 17:02:51 +00:00
riastradh
905764595d Don't pollute <sys/condvar.h> with <sys/mutex.h>.
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
2016-04-09 16:59:43 +00:00
riastradh
989878b760 Add autounload logic to dtrace module prototype. 2016-04-09 15:18:48 +00:00
riastradh
51346d2825 Disable autoload if there are any profile probes. 2016-04-09 15:17:58 +00:00
riastradh
4026866f8e Use imperative mood consistently. 2016-04-09 15:09:42 +00:00
riastradh
18390450e2 Fix missing NAME operand to PSLIST_ENTRY_DESTROY. 2016-04-09 15:08:39 +00:00