wiz
a56a2e23bb
Bump date for previous. Sort SEE ALSO. New sentence, new line.
2006-07-29 23:57:03 +00:00
wiz
876cc6f561
Bump date for previous. New sentence, new line. Use Dv.
2006-07-29 23:55:28 +00:00
wiz
7169170d51
Bump date for previous.
...
Sort SEE ALSO.
Add some dots at end of sentences.
New sentence, new line.
2006-07-29 23:51:09 +00:00
wiz
1c4f3b5dd5
Bump date for previous.
2006-07-29 23:47:39 +00:00
wiz
4783dcb5ed
Use Dv for defined values. Add commas between SEE ALSO entries.
...
Remove trailing whitespace. Punctuation nits.
2006-07-29 23:47:01 +00:00
riz
184df1b6fd
Correct an error introduced in rev 1.3; if there are no sensors of a
...
given type, this is indicated by "low" > "high" in the envsys_range
struct - the comments (and revision 1.2 of this file) indicate there are
no sensors of type ENVSYS_SVOLTS_AC, so fix viaenv_ranges[] to agree
with this.
2006-07-29 21:03:24 +00:00
kardel
a1291ab337
cope with struct timeval tv_sec being defined as long instead
...
of the SUS mandated time_t.
2006-07-29 19:22:25 +00:00
ad
d8360081f7
Remove RASTERCONSOLE support from the pmax port.
2006-07-29 19:10:56 +00:00
kiyohara
43b03eea5b
Alphabetical order.
2006-07-29 19:02:28 +00:00
ad
a08a363b0d
Remove unused variable.
2006-07-29 18:48:14 +00:00
kardel
55fde488db
using the correct type makes it compile on alpha too - found by Kurt Schreiner
2006-07-29 14:56:57 +00:00
hubertf
53f3b1d56f
Xref sockstat(1)
2006-07-29 14:46:13 +00:00
tsutsui
1a7f69d4dc
After extracting sets, copy miniroot kernel only if there is
...
no extracted kernel in the target disk.
2006-07-29 10:40:51 +00:00
kardel
af2ffb8cb1
backout change from import.
...
was introduced within ntp and causing
grief there too (partly reason for p3).
this change is not necessary for NetBSD.
2006-07-29 10:21:37 +00:00
wiz
ef2b4b6a60
Install twa(4) and add it to set list.
2006-07-29 08:54:51 +00:00
kardel
e2ddb438d5
document import of ntp 4-2-2p2
2006-07-29 08:24:41 +00:00
kardel
e4dbee883d
remove HAVE_GCC4 specialties with the merge of 4.2.2p2
2006-07-29 08:18:36 +00:00
kardel
0f50a38490
merge 4.2.2p2
2006-07-29 08:17:02 +00:00
kardel
f2de40854d
merge 4.2.2p2
...
signedness fixes
fd re-allocation for stdio
PPSAPI fixes in refclock_parse.c
while there clean up last signedness problems for gcc4 compilation
2006-07-29 08:15:29 +00:00
kardel
36f7d8cda6
Import ntp 4.2.2p2
2006-07-29 07:10:38 +00:00
kardel
83ea8f8125
update ntp release status and claim being responsible after messing so much with it
2006-07-29 07:05:39 +00:00
jnemeth
a8488a76e0
PR/33995: Aleksey Cheusov: support use "-" to indicate stdin from SUS
2006-07-29 02:01:24 +00:00
wrstuden
7cfa6f224f
Updated driver, contributed by Jordan Rhody of Wasabi Systems.
...
Main fix is to improve reliability under heavy load and frequent
status monitoring.
2006-07-29 00:13:57 +00:00
bjh21
fab9ece38c
obsolete db_machdep.h
2006-07-28 22:30:21 +00:00
riz
dd3bbab5ac
Change "-mcpu=i486" to "-mtune=i486" so this will compile with gcc4.
2006-07-28 20:16:14 +00:00
wrstuden
94e89e2961
Updated twa driver contributed by Jordan Rhody of Wasabi systems.
...
Correct AEN severity values.
2006-07-28 19:23:53 +00:00
wrstuden
760d124e50
Add a manpage for the twa driver, contributed by Jordan Rhody
...
of Wasabi Systems.
2006-07-28 17:53:52 +00:00
dyoung
7559ef3351
Extract predicate M_UNWRITABLE(m, len), which is true iff len
...
consecutive bytes at the front of m are writable (i.e., neither
shared nor read-only).
2006-07-28 17:34:13 +00:00
dyoung
01868ae406
Let there be no mistake, m_makewritable() does not guarantee that
...
the writable bytes [off, off+len) are consecutive.
2006-07-28 17:30:53 +00:00
sjg
7ab69f08a8
Indicate which modifier a result applies to, helps debug complex cases.
2006-07-28 17:08:55 +00:00
sjg
ba9f975490
Add debug output for CondDoExists() - the results can be surprising.
2006-07-28 17:07:33 +00:00
dyoung
8cb43bea43
Fix mtod() usage. If we will write to the mbuf data, check whether
...
the data is read-only/shared and call m_pullup(). Otherwise,
extract a const pointer to the mbuf data.
XXX I should extract a new macro, M_WRITABLE(m, len), that is true
if m has len consecutive writable bytes at its front.
KNF slightly.
Use bpf_mtap_af().
2006-07-28 17:06:59 +00:00
sjg
772ecb66aa
Fix minor mem leak in PrintOnError().
2006-07-28 17:06:14 +00:00
dyoung
bce72f7b6a
Fix mtod() usage. If we will write to the mbuf data, check whether
...
the data is read-only/shared and call m_pullup(). Otherwise,
extract a const pointer to the mbuf data.
XXX I should extract a new macro, M_WRITABLE(m, len), that is true
if m has len consecutive writable bytes at its front.
2006-07-28 17:04:27 +00:00
christos
b00752709e
more cleanups.
2006-07-28 16:34:28 +00:00
dyoung
ae0b3d534e
Where mbuf data may be read-only/shared, use mtod(m, const ...).
...
Annotate a comparison and m_pullup() that seem unnecessary.
2006-07-28 16:30:55 +00:00
dyoung
788c34d9d0
Use bpf_mtap_af(). KNF slightly.
2006-07-28 16:26:20 +00:00
christos
ee343feee7
use indirect lookup to save space.
2006-07-28 15:15:16 +00:00
christos
55b31470bb
use indirect lookup.
2006-07-28 15:14:45 +00:00
hannken
fc67a08a9c
Remove 'unused variable p'.
2006-07-28 14:08:11 +00:00
hannken
5bc42a01ba
Fix typo: slim -> &slim.
2006-07-28 13:02:56 +00:00
hannken
055db86c86
Remove 'unused variable p'.
2006-07-28 13:02:21 +00:00
scottr
aed25205e0
Regenerate with correct rcsids
2006-07-28 08:57:03 +00:00
ad
76274213ea
Correct first arg to falloc().
2006-07-28 08:51:05 +00:00
simonb
7056ad57e0
Remove a few trailing blank lines.
2006-07-28 08:15:29 +00:00
scottr
f9be1a6de9
Add Siemens SS1021 WLAN.
2006-07-28 08:02:39 +00:00
kent
6e5c3f3d89
add support for S/PDIF.
2006-07-28 07:41:39 +00:00
joerg
d52654469c
db->seq expects an u_int as fourth argument.
2006-07-28 01:24:24 +00:00
lukem
7569b63e4d
Remove a mirror that was decommissioned almost five years ago
...
and was removed from the mirrors database at the time.
Somehow this file slipped through the cracks...
2006-07-27 23:01:27 +00:00
christos
d58b0e2d4c
add services_mkdb
2006-07-27 22:18:46 +00:00