ed
25b4fbd02b
Add missing static keywords to usbhidctl(1)
2011-11-06 08:18:30 +00:00
ed
8eae2b0d9c
Add missing static keywords to usbhidaction(1)
2011-11-06 08:18:23 +00:00
ed
7db87786d7
Add missing static keywords to units(1)
2011-11-06 08:18:17 +00:00
ed
7842959704
Add missing static keywords to uniq(1)
2011-11-06 08:18:11 +00:00
ed
9cc47b87a7
Add missing static keywords to unexpand(1)
2011-11-06 08:18:05 +00:00
ed
d77d58cdda
Add missing static keywords to uname(1)
2011-11-06 08:17:59 +00:00
ed
75f6535a23
Add missing static keywords to ul(1)
2011-11-06 08:17:53 +00:00
ed
0aac214b40
Add missing static keywords to tsort(1)
2011-11-06 08:17:47 +00:00
ed
9e267acf2e
Add missing static keywords to tr(1)
2011-11-06 08:17:42 +00:00
ed
d1b8bc9380
Add missing static keywords to tee(1)
2011-11-06 08:17:35 +00:00
ed
e878bace95
Add missing static keywords to tcopy(1)
2011-11-06 08:17:29 +00:00
ed
f110f8c649
Add missing static keywords to talk(1)
2011-11-06 08:17:23 +00:00
ed
ae674f5b37
Add missing static keywords to tail(1)
2011-11-06 08:17:17 +00:00
ed
0d6f43e2bd
Add missing static keywords to split(1)
2011-11-06 08:17:11 +00:00
ed
5d85b35609
Add missing static keywords to seq(1)
2011-11-06 08:17:05 +00:00
ed
d2e48ceef2
Add missing static keywords to rwho(1)
2011-11-06 08:16:59 +00:00
ed
154b755827
Add missing static keywords to rwall(1)
2011-11-06 08:16:53 +00:00
ed
75aea7ad85
Add missing static keywords to rusers(1)
2011-11-06 08:16:47 +00:00
ed
04ff92c413
Add missing static keywords to ruptime(1)
2011-11-06 08:16:41 +00:00
ed
7d71ef84d7
Add missing static keywords to rs(1)
2011-11-06 08:16:35 +00:00
ed
09dd1a0121
Add missing static keywords to quota(1)
2011-11-06 08:16:29 +00:00
ed
809f85b51a
Add missing static keywords to pr(1)
2011-11-06 08:16:24 +00:00
ed
4b5bea4fc7
Add missing static keywords to mt(1)
2011-11-06 08:16:18 +00:00
ed
ab0dc98dd4
Add missing static keywords to ministat(1)
2011-11-06 08:16:11 +00:00
ed
d194803bbc
Add missing static keywords to make(1)
2011-11-06 08:16:06 +00:00
ed
15a0ba36db
Add missing static keywords to look(1)
2011-11-06 08:15:59 +00:00
ed
b3e1c421c6
Add missing static keywords to logger(1)
2011-11-06 08:15:53 +00:00
ed
778a941742
Add missing static keywords to lock(1)
2011-11-06 08:15:48 +00:00
ed
75cb563647
Add missing static keywords to last(1)
2011-11-06 08:15:41 +00:00
ed
0016966bba
Add missing static keywords to join(1)
2011-11-06 08:15:35 +00:00
ed
4261175970
Add missing static keywords to id(1)
2011-11-06 08:15:30 +00:00
ed
8afe216b97
Add missing static keywords to fold(1)
2011-11-06 08:15:23 +00:00
ed
c9f8997dfe
Add missing static keywords to du(1)
2011-11-06 08:15:17 +00:00
ed
62515a1ff3
Add missing static keywords to dc(1)
2011-11-06 08:14:57 +00:00
ed
91ffce3875
Add missing static keywords to cut(1)
2011-11-06 08:14:51 +00:00
ed
ce4cbee6a1
Add missing static keywords to csplit(1)
2011-11-06 08:14:45 +00:00
ed
4b43e01fe9
Add missing static keywords to cpuset(1)
2011-11-06 08:14:40 +00:00
ed
88b6b62757
Add missing static keywords to column(1)
2011-11-06 08:14:34 +00:00
ed
5d1bcc94a8
Add missing static keywords to colcrt(1)
2011-11-06 08:14:28 +00:00
ed
61bd4fddd2
Add missing static keywords to col(1)
2011-11-06 08:14:22 +00:00
ed
a86a6f0c85
Add missing static keywords to cmp(1)
2011-11-06 08:14:16 +00:00
ed
d0367a1471
Add missing static keywords to catman(1)
2011-11-06 08:14:09 +00:00
ed
1f7f99bbde
Add missing static keywords to cap_mkdb(1)
2011-11-06 08:14:03 +00:00
ed
4704a8332d
Add missing static keywords to c99(1)
2011-11-06 08:13:58 +00:00
ed
c25f8d73b9
Add missing static keywords to banner(1)
2011-11-06 08:13:51 +00:00
fjoe
afccaaff1c
Add KLD_DEBUG option.
2011-11-06 08:10:41 +00:00
fjoe
c518069229
- Fix potential double mbuf free: M_PREPEND may free mbuf chain and return
...
NULL but item will still have the reference ot the mbuf chain and will free
it upon destruction.
- Fix memory leak (unfree'd item on error path).
2011-11-06 05:24:54 +00:00
fjoe
e5bafa39b1
Fix potential double mbuf free: M_PREPEND may free mbuf chain and return
...
NULL but item will still have the reference ot the mbuf chain and will free
it upon destruction.
2011-11-06 05:23:42 +00:00
fjoe
8c3483dc98
Constify "address" argument of ng_address_path().
2011-11-06 05:20:27 +00:00
alc
eb6224d517
Wake up the page daemon in vm_page_alloc_freelist() if it couldn't
...
allocate the requested page because too few pages are cached or free.
Document the VM_ALLOC_COUNT() option to vm_page_alloc() and
vm_page_alloc_freelist().
Make style changes to vm_page_alloc() and vm_page_alloc_freelist(),
such as using a variable name that more closely corresponds to the
comments.
2011-11-06 02:03:27 +00:00