Commit Graph

149293 Commits

Author SHA1 Message Date
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
christos 82916ef1ea add services_mkdb back. 2006-07-27 22:15:07 +00:00
christos 69ee26299b Put this back, heavily hacked by me. 2006-07-27 22:13:38 +00:00
christos 2275570860 add servent back. 2006-07-27 22:10:32 +00:00
christos 1ec46ff7b0 Improve the test to test all the functions and not the re-entrant copies. 2006-07-27 22:09:58 +00:00
christos 754fca0e0d use a db version of services if one is there. 2006-07-27 22:03:49 +00:00
dogcow fe9e9e8f3a back out last change as it is actually a visible function. 2006-07-27 20:54:42 +00:00
dogcow 98bf56ed78 define _ng_cycle to be static, so gcc won't whing about its implicit decl. 2006-07-27 19:44:06 +00:00
christos b9c41df004 add services.db 2006-07-27 18:29:01 +00:00