Commit Graph

16099 Commits

Author SHA1 Message Date
riastradh
bddc620c31 Omit excessive indentation for text. 2017-03-18 21:21:24 +00:00
riastradh
e166f0a8ba Bump date. 2017-03-18 21:18:09 +00:00
riastradh
36d5892792 Remove excessive indentation from function description text. 2017-03-18 19:05:38 +00:00
riastradh
c0cb46f60e Move out-of-place note about interrupt context and namei.
Tweak paragraph break.
2017-03-18 19:03:23 +00:00
riastradh
88f8641118 Use \(em', not --'.
Refill sentences and tweak wording where appropriate while here.
2017-03-18 19:01:01 +00:00
riastradh
ffba06d595 Clarify wording: pathname component is not a vnode or lookup result. 2017-03-18 18:55:49 +00:00
riastradh
dd3919cd22 Organize namei flags by whose perspective they are relevant to.
- namei callers
- input to VOP_LOOKUP set by caller
- input to VOP_LOOKUP set by namei
- output from VOP_LOOKUP
2017-03-18 18:53:43 +00:00
riastradh
c7e3d53cec Rewrite intro to say positively, actively how you use namei. 2017-03-18 18:13:15 +00:00
riastradh
74f8d4473e Rewrite operating modes section.
- Identify contract with caller.
- Identify contract with file system.
- Identify failure modes.
- Write in bulleted lists, not long rambly paragraphs.
2017-03-18 17:55:23 +00:00
riastradh
5f0f612ab5 Clarify what NOCACHE and MAKEENTRY do and who uses them.
De-editorialize.
2017-03-18 16:12:20 +00:00
wiz
6fd7dc2884 Bump date for previous. 2017-03-17 10:09:24 +00:00
chs
877a3ccf7c allow pcu_save() and pcu_discard() to be called on other threads,
ptrace needs to use it that way.
2017-03-16 16:13:19 +00:00
snj
9b4722ab1e clarify history.
prompted by a comment on the blog from "dark"
2017-03-16 05:18:14 +00:00
wiz
3f51937c14 Sort SEE ALSO. 2017-03-15 11:22:15 +00:00
kre
d0f7745f4b wpa_supplicant.conf(5) not (8) 2017-03-14 13:34:10 +00:00
maya
5011d7a963 document the current easiest way to use WPA for wireless networking.
don't have my laptop here and going by memory so it may be slightly wrong.
2017-03-14 11:42:06 +00:00
dholland
5977433267 boottime is a timespec these days.
From Tomoyuki Sahara in PR 52059.
2017-03-14 07:23:50 +00:00
leot
a50c83166d Add UB (undefined behavior)
Seen in several commit messages
2017-03-13 11:50:06 +00:00
riastradh
fffad43485 AMA: ask me anything 2017-03-11 07:10:37 +00:00
wiz
e947a523af Bump date for previous. 2017-03-10 15:30:45 +00:00
martin
2f5e87a58e PR misc/52058: replace all proc_trampoline with lwp_trampoline belatedly. 2017-03-10 09:08:47 +00:00
wiz
56a39ce52a Bump date for previous. Use American spelling. 2017-03-09 11:39:43 +00:00
chs
f517f4124f mention KDTRACE_HOOKS. 2017-03-09 00:17:32 +00:00
dholland
eb2b96c128 cve 2017-03-07 16:40:16 +00:00
dholland
67bf286f50 qvl 2017-03-07 16:37:38 +00:00
wiz
f673ce9b9a Use more macros. 2017-03-06 22:29:35 +00:00
snj
c059a171f3 bump date, improve english 2017-03-06 17:19:21 +00:00
pgoyette
31b0c07a5a Some minor edits:
s/a on-board/an on-board/
	use "serial comma"
	s/bus/controller/
	add attribution for author of the manual page
2017-03-06 11:34:53 +00:00
knakahara
d8e34e901b add "net.inet.ipsec.crypto_support" man 2017-03-06 10:00:14 +00:00
pgoyette
d089ac6aad Add pxaip(4) man page from Stephan Meisinger in PR misc/52033 2017-03-06 09:06:01 +00:00
wiz
60123a6bb9 New sentence, new line.
Use more macros.
Bump date for previous.
2017-03-05 23:15:35 +00:00
mlelstv
ba576b71a7 Enhance disk metrics by calculating a weighted sum that is incremented
by the number of concurrent I/O requests. Also introduce a new disk_wait()
function to measure requests waiting in a bufq.
iostat -y now reports data about waiting and active requests.

So far only drivers using dksubr and dk, ccd, wd and xbd collect data about
waiting requests.
2017-03-05 23:07:12 +00:00
wiz
fdc74d1a1d Improve wording and formatting.
New sentence, new line.
Fix typo.
2017-03-03 11:36:20 +00:00
knakahara
70c816d80b add WM_RX_PROCESS_LIMIT_DEFAULT and WM_RX_INTR_PROCESS_LIMIT_DEFAULT description
pointed out by pgoyette@n.o, thanks.
2017-03-03 10:44:25 +00:00
snj
f90bed86ca CardBus capitalization police 2017-03-02 01:10:21 +00:00
riastradh
62b12952e1 Clarify that kauth_cred_get doesn't modify with reference count. 2017-02-26 15:44:15 +00:00
rin
7e8d492b8f Add DKWEDGE_METHOD_RDB option, which is Amiga Rigid Disk Block (RDB)
partitioning detection method for dk(4).
2017-02-26 11:56:49 +00:00
abhinav
4af2bdf053 Change reference from malloc(3) to jemalloc(3) as the MALLOC_OPTIONS variable
is actually described in jemalloc(3).
2017-02-25 15:55:45 +00:00
msaitoh
cfac5f5458 Remove RSS's note in BUGS section because it's supported now. 2017-02-24 13:04:23 +00:00
roy
7457a06fbb Remove kLFT and kRIT from putty.
This allows left and right cursor key movement inside tmux on putty.
See https://github.com/tmux/tmux/issues/708.
2017-02-23 13:22:53 +00:00
kamil
04ccfb0ebb Add SSA to wtf(6)
SSA    static single assignment

Fix position of AMP.
2017-02-23 05:04:14 +00:00
msaitoh
b55e058419 Add links for kmem_intr_alloc.9, kmem_intr_free.9 and kmem_intr_zalloc.9. 2017-02-22 09:20:39 +00:00
dyoung
e20e65a8eb Fix PR standards/51989: the extension bit extends the presence bitmap
by 32 bits, not 64.
2017-02-21 19:53:49 +00:00
rin
0b097c4bf6 add missing LIBCXX 2017-02-20 16:05:34 +00:00
ryoon
5f4d051ad8 Add valz(4) 2017-02-20 03:29:04 +00:00
wiz
0b0b7ebbf7 Sort. 2017-02-19 11:54:59 +00:00
wiz
58bb7552a1 Add some articles. 2017-02-19 11:16:45 +00:00
rin
ede747a0c4 PR kern/51208
Add DISKLABEL_EI (``Endian-Independent'' disklabel) kernel option to machines
that support Master Boot Record (MBR)
2017-02-19 07:43:42 +00:00
wiz
370b757da0 Fix xrefs, sort. 2017-02-18 22:39:00 +00:00
christos
afddf109f4 remove extra / 2017-02-18 21:51:36 +00:00