plunky
fa2a659b6e
update for addition (a while ago) of features2 page
2017-02-03 13:23:37 +00:00
abhinav
9cd4c38bd9
Use Xr to refer fnmatch(3).
2017-02-03 07:42:43 +00:00
abhinav
4ed98e090f
Add missing entries in the NAME section.
...
These functions are described in the body of the man page but not
mentioned in the NAME section. Without an entry in the NAME section
apropos(1) doesn't get this man page in the results when queried for
one of those functions.
ok from christos.
2017-02-01 18:47:24 +00:00
abhinav
28f1358652
Also, fix spelling of lookup.
2017-01-31 14:58:17 +00:00
abhinav
f51e0298c1
Fix spelling of relocatable.
2017-01-31 14:42:47 +00:00
riastradh
ce93027e10
NB: nota bene
2017-01-31 03:44:14 +00:00
christos
c6003a6601
add sqlite3 to statically linked libraries for pam.
2017-01-29 21:43:56 +00:00
ginsbach
27c9fdd3fa
Add virtual routing and forwarding
2017-01-26 19:00:13 +00:00
wiz
fed872eca6
Fix a typo, add a comma.
2017-01-26 13:52:29 +00:00
ryoon
91ab8d2322
Add viornd(4) to virtio(4) man page
2017-01-26 13:38:28 +00:00
pgoyette
c787106c30
Add "SOS"
2017-01-25 03:23:29 +00:00
abhinav
1ce36f4238
Fix typo: s/asychronously/asynchronously
2017-01-23 11:49:03 +00:00
abhinav
2971e3ab3b
Fix typo: s/openes/opens
2017-01-23 11:42:03 +00:00
abhinav
7d6884c85f
Fix spelling of themself
2017-01-22 21:31:20 +00:00
jdolecek
23d1788ac4
xref xhci(4)
2017-01-21 20:30:29 +00:00
jdolecek
4d28299886
long month name
2017-01-21 20:29:38 +00:00
jdolecek
f3e49fbede
add skeleton manpage for xhci(4)
2017-01-21 20:21:57 +00:00
skrll
330b576ec5
Fix typoes
2017-01-21 09:53:29 +00:00
ginsbach
4b67ed80af
Add single and multi-mode fiber
2017-01-19 19:09:06 +00:00
riastradh
1bb116aef4
Add and tweak some cryptography entries.
2017-01-19 03:39:16 +00:00
riastradh
1ec482895b
NFCI no functional change intended
...
(Not to be taken literally about this commit!)
2017-01-19 03:25:34 +00:00
abhinav
b11187186d
Fix couple of typos:
...
s/intractible/intractable
s/contiuously/continuously
2017-01-18 22:38:00 +00:00
riastradh
e733120912
DNFT: do not feed troll
2017-01-18 17:29:52 +00:00
matt
2f6f26dc42
Resort _MKVARS.no
2017-01-18 02:33:25 +00:00
joerg
86b4c819bd
Don't randomly break the build and restrict -Wsystem-headers to gcc.
2017-01-17 11:09:10 +00:00
njoly
5b1c9fdbe9
Last Nm macro line must not end with a comma.
2017-01-16 12:54:25 +00:00
njoly
8c8db9bbf1
Add missing comma in NAME section.
2017-01-16 12:50:14 +00:00
kamil
6b5f5581b3
Document TRAP_LWP in siginfo(2)
...
TRAP_LWP - process lwp (thread) traps
Sponsored by <The NetBSD Foundation>
2017-01-14 06:55:40 +00:00
christos
927c23dd97
enable again system header warnings now amd64 builds.
2017-01-13 14:34:58 +00:00
christos
7ca638644a
disable until we fix the build.
2017-01-12 19:10:34 +00:00
abhinav
54c4ab264d
Fix typo: s/currenly/currently
2017-01-12 18:19:31 +00:00
christos
519cf8e7d5
PR/51831: Don't suppress warnings coming from system header macro expansions.
2017-01-12 16:47:18 +00:00
wiz
89ad80e5bd
Fix typo.
2017-01-12 13:14:41 +00:00
martin
f83dc93f93
Try to document the new "show vnode_lock" command.
2017-01-12 08:46:49 +00:00
joerg
f9c2736326
Disable a couple of warnings until further investigation.
2017-01-11 12:19:43 +00:00
wiz
40563d4054
New sentence, new line.
...
Remove trailing whitespace.
2017-01-11 11:53:07 +00:00
hannken
e2f2c94b67
Move vnode member v_lock as vi_lock to vnode_impl.h.
2017-01-11 09:08:58 +00:00
hannken
dcc198a3f8
Move vnode member v_mntvnodes as vi_mntvnodes to vnode_impl.h.
...
Add an ugly hack so pstat.c may still traverse the list.
2017-01-11 09:07:57 +00:00
hannken
6e1af6b1d7
Move vnode members v_synclist_slot and v_synclist as vi_synclist_slot and
...
vi_synclist to vnode_impl.h.
2017-01-11 09:06:57 +00:00
hannken
2b4a4af133
Move vnode members v_dnclist and v_nclist as vi_dnclist and
...
vi_nclist to vnode_impl.h.
2017-01-11 09:04:37 +00:00
maya
3b4ebb08a0
-Wa,--fatal-warnings is a GCC flag and unknown to clang. make it
...
GCC specific, so we can (try to) build a kernel with higher WARNS
using clang.
2017-01-10 17:16:19 +00:00
skrll
6093e5eae2
binutils 2.26 is no more.
2017-01-10 13:47:18 +00:00
kamil
189ca4b8c7
Document TRAP_CHLD in siginfo(2)
...
The SIGTRAP signal is thrown from the kernel if EVENT_MASK (ptrace_event)
enables PTRACE_FORK. This new si_code helps debuggers to distinguish the
exact source of signal delivered for a debugger.
Another purpose of TRAP_CHLD is to retain the same behavior inside the
NetBSD kernel for process child traps and have an interface to monitor it.
Retrieving exact event and extended properties of process child trap is
available with PT_GET_PROCESS_STATE.
There is no behavior change for existing software.
This si_code value is NetBSD extension.
Sponsored by <The NetBSD Foundation>
2017-01-10 00:51:56 +00:00
hubertf
a12c8506b7
Document kern.sched sysctl variables.
2017-01-09 20:08:26 +00:00
christos
88a8605262
mention tcp signature
2017-01-08 17:57:37 +00:00
christos
13da18a371
- centralize setting of MK* vars in bsd.own.mk
...
- make sure that the default setting of all vars is done in _MKVARS.{yes,no}
if possible.
2017-01-08 17:40:44 +00:00
wiz
aca767b26f
Fix display problem reported by kamil via abhinav.
2017-01-08 14:28:42 +00:00
wiz
e7a30ec40c
Sort a bit.
2017-01-08 13:53:28 +00:00
christos
44ed840a46
add nsd
2017-01-07 22:27:36 +00:00
kamil
8780553feb
Document that TRAP_EXEC is .Nx extension and update .Sh HISTORY for it
...
Sponsored by <The NetBSD Foundation>
2017-01-07 06:01:20 +00:00