Mark Murray
3de495c801
Very minor warns fix. Add a declaration for an unused parameter.
2002-07-15 14:06:03 +00:00
Mark Murray
c329aeecc6
Help lint out a bit; wrap some functions (redefined as macros) in #ifdef.
2002-07-15 14:04:08 +00:00
Mark Murray
bbf09ad887
Upgrade the random device to use a "real" hash instead of building
...
one out of a block cipher. This has 2 advantages:
1) The code is _much_ simpler
2) We aren't committing our security to one algorithm (much as we
may think we trust AES).
While I'm here, make an explicit reseed do a slow reseed instead
of a fast; this is in line with what the original paper suggested.
2002-07-15 13:58:35 +00:00
Mark Murray
d56fb9ceb0
Fix some really pedantic GCC warnings.
2002-07-15 13:45:15 +00:00
Mark Murray
a8966f6598
Convert GNU variadic macros to the ISO 9X variety.
2002-07-15 13:34:50 +00:00
Mark Murray
80a0ead4fe
Wrap GNU specific code in ifdefs, and help lint out by providing
...
some alternative definitions.
2002-07-15 13:29:40 +00:00
Mark Murray
7e622d3c84
Cast to prevent "signed/unsigned comparison" warnings.
2002-07-15 13:27:43 +00:00
Mark Murray
bbcfaa6aa0
Warnings and lint-assisting fixes; mark unused function parameters as
...
unused; wrap GNUisms (asm code) in appropriate #ifdefs.
2002-07-15 13:25:15 +00:00
Mark Murray
1cc6a5356c
Consistently use semicolons to terminate macro invocations. Cleaner
...
style and fixes later warnings.
2002-07-15 13:17:23 +00:00
Mark Murray
8deedb62c1
Convert GNU-styled variadic macros to ISO(9x) style.
2002-07-15 13:15:31 +00:00
Mark Murray
4f8cb019ea
Use a semicolon at the end of a function-like macro invocation. Kills
...
warnings and makes the visual style easier.
2002-07-15 13:13:04 +00:00
Mark Murray
8803fc01d8
Fix warning by marking unused function parameter.
2002-07-15 13:10:19 +00:00
Mark Murray
4f19a11aea
ISOfy and minor warnsfix.
2002-07-15 13:08:44 +00:00
Mark Murray
64d85ef750
Use semicolons at the end of function-like macros for the sake of
...
consistency, style and future cleanliness.
2002-07-15 13:03:10 +00:00
Dag-Erling Smørgrav
b3f379f65f
Get rid of %qd, and unbreak Alpha build.
2002-07-15 12:17:31 +00:00
Sheldon Hearn
ced4deb156
Revert previous delta, which is not required with rev 1.5 of
...
src/contrib/gcc/c-format.c .
2002-07-15 12:08:21 +00:00
Ralf S. Engelschall
605a57c20d
s/progname/procname/ to be consistent with the other occurrences
...
of the option -c argument in SYNOPSIS and DESCRIPTION.
2002-07-15 11:33:30 +00:00
Ralf S. Engelschall
32f28b1541
Replace extra call to "tunefs" with the equivalent of "newfs -U".
...
Reviewed by: phk
2002-07-15 11:30:21 +00:00
Hajimu UMEMOTO
767f578267
Correct module name of my previous commit.
2002-07-15 11:22:37 +00:00
Alfred Perlstein
e3d463662c
revert WARNS=4, it makes the alpha compile sad.
2002-07-15 09:53:34 +00:00
Giorgos Keramidas
ce9fa5fcb2
Fix whitespace in .Bd -literal display of S_IXXX constants.
...
Noticed by: jmallett
2002-07-15 08:58:16 +00:00
Giorgos Keramidas
0d4ac71385
mdoc fun: add a few more sentence breaks.
2002-07-15 07:51:10 +00:00
Giorgos Keramidas
b4e164347b
Kill excessive whitespace between macro arguments.
2002-07-15 07:35:36 +00:00
Giorgos Keramidas
2e634542d4
mdoc style: break up sentences
2002-07-15 07:16:54 +00:00
Juli Mallett
19074b91d3
Bit-width fields should be of type 'int'.
2002-07-15 06:57:25 +00:00
Juli Mallett
9739527ffb
Use %zu to print size_t.
2002-07-15 06:57:01 +00:00
Alan Cox
5c8cdc0e2a
o Create vm_contig_launder() to replace code that appears twice
...
in contigmalloc1().
2002-07-15 06:33:31 +00:00
Giorgos Keramidas
3a432e4c4b
Fix last hard sentence break.
2002-07-15 06:15:38 +00:00
Giorgos Keramidas
3fbfa86b4c
^Z suspends any and all programs that don't do anything special about
...
it. There's really no reason to explicitly mention it here.
Suggested by: Mark Valentine <mark@thuvia.demon.co.uk>
2002-07-15 05:54:35 +00:00
Tim J. Robbins
c81180b861
Support larger files (at least 64-bit offsets) by using off_t instead of
...
int to store offsets.
2002-07-15 05:31:55 +00:00
Max Khon
937033e904
fix driver name in DRIVER_MODULE
...
MFC after: 3 days
2002-07-15 05:05:50 +00:00
Giorgos Keramidas
955f24e6b7
Use present tense in all the verbs, when describing loader's startup.
...
Most of them are not in a future tense already.
2002-07-15 03:39:34 +00:00
Giorgos Keramidas
b3e9028c87
Document savecore_flags.
...
PR: docs/35967
Submitted by: Gary W. Swearingen <swear@blarg.net>
2002-07-15 02:21:44 +00:00
Juli Mallett
2c4acd2f49
Kill extraneous whitespace.
2002-07-15 02:15:12 +00:00
Giorgos Keramidas
cd8fb74d84
Fix a couple of typos in a comment.
...
PR: docs/33559
Submitted by: Marc Olzheim <marcolz@ilse.nl>
2002-07-15 02:03:30 +00:00
Mark Peek
11a78c514f
Silence compiler warnings when DDB is not defined.
...
PR: 36002
Submitted by: Yoshikazu GOTO <goto@snowy.to>
2002-07-15 02:03:17 +00:00
Giorgos Keramidas
c7a5e9a0a2
^Z doesn't "stop" systat, but it "suspends" it.
...
PR: docs/40489
Submitted by: Dave McCammon <davemac11@yahoo.com>
2002-07-15 01:53:29 +00:00
Alan Cox
8b8b8202f9
o Lock page queue accesses by vm_page_wire() that aren't
...
within a critical section.
o Assert that the page queues lock is held in vm_page_wire()
unless an Alpha.
2002-07-14 23:51:55 +00:00
Luigi Rizzo
a8c102a2ec
Implement keepalives for dynamic rules, so they will not expire
...
just because you leave your session idle.
Also, put in a fix for 64-bit architectures (to be revised).
In detail:
ip_fw.h
* Reorder fields in struct ip_fw to avoid alignment problems on
64-bit machines. This only masks the problem, I am still not
sure whether I am doing something wrong in the code or there
is a problem elsewhere (e.g. different aligmnent of structures
between userland and kernel because of pragmas etc.)
* added fields in dyn_rule to store ack numbers, so we can
generate keepalives when the dynamic rule is about to expire
ip_fw2.c
* use a local function, send_pkt(), to generate TCP RST for Reset rules;
* save about 250 bytes by cleaning up the various snprintf()
in ipfw_log() ...
* ... and use twice as many bytes to implement keepalives
(this seems to be working, but i have not tested it extensively).
Keepalives are generated once every 5 seconds for the last 20 seconds
of the lifetime of a dynamic rule for an established TCP flow. The
packets are sent to both sides, so if at least one of the endpoints
is responding, the timeout is refreshed and the rule will not expire.
You can disable this feature with
sysctl net.inet.ip.fw.dyn_keepalive=0
(the default is 1, to have them enabled).
MFC after: 1 day
(just kidding... I will supply an updated version of ipfw2 for
RELENG_4 tomorrow).
2002-07-14 23:47:18 +00:00
Alfred Perlstein
988553e96a
Fix "rpcinfo -m" when talking to other implementations of rpcbind.
...
Submitted by: mbr (NetBSD PR#15802)
2002-07-14 23:38:37 +00:00
Alfred Perlstein
886ee6f6a5
clnt_vc_create() has const scalar arguments that wind up being modified,
...
fix it (make them non-const) and update the associated documentation.
Submitted by: mbr
2002-07-14 23:35:04 +00:00
Alan Cox
0d76c3ba86
o Lock page queue accesses by vm_page_wire().
2002-07-14 23:31:04 +00:00
Alan Cox
9b973ca71f
o Lock page queue accesses by vm_page_wire().
2002-07-14 23:23:47 +00:00
Alfred Perlstein
c549fd466b
Cast function args to silence warning.
...
Submitted by: mbr
2002-07-14 23:20:08 +00:00
Alfred Perlstein
261e68702a
Add a prototype for __rpcb_findaddr_timed to silence a warning.
2002-07-14 23:14:08 +00:00
Alfred Perlstein
cffc0b5784
Silence several warnings due to functions that needed to take a void *
...
having a char * as an argument instead. clnt_dg_control(), clnt_raw_control(),
clnt_vc_control().
2002-07-14 23:14:02 +00:00
David Malone
f895acf90f
Fix a typo.
...
PR: 40539
Submitted by: Munish Chopra <mchopra@engmail.uwaterloo.ca>
2002-07-14 22:50:12 +00:00
Kelly Yancey
03d5516f44
Add some additional 802.11 media definitions.
...
Reviewed by: imp
2002-07-14 21:58:19 +00:00
Alan Cox
613f5495ed
o Lock page queue accesses by vm_page_wire().
2002-07-14 20:40:32 +00:00
Alan Cox
700399bc41
o Lock page queue accesses by vm_page_wire().
2002-07-14 20:24:40 +00:00