jhb
e8337d0ea2
- Properly sort GEOM and NODEVFS.
...
- GEOM doesn't need to specify a filename, the correct one is chosen by
default.
2002-07-15 15:25:08 +00:00
jhb
2ec58be99a
Make WLCACHE and WLDEBUG MI options.
2002-07-15 15:21:51 +00:00
jhb
87f334cc9d
Make NDGBPORTS an MI option since the dgb(4) driver is an MI driver.
...
Remove comments about NDGBPORTS from the options* files. Please document
options in NOTES, not in the options* files.
2002-07-15 15:18:34 +00:00
jhb
25e7fa17d4
Properly document NDGBPORTS and use a better value in NOTES. The normal
...
values for settings in NOTES is to use the default value + 1.
2002-07-15 15:17:22 +00:00
jhb
8700128ef6
Remove SIMOS option from here. It will be moving to a new home shortly.
2002-07-15 15:07:51 +00:00
jhb
8edb2d8dbc
Adjust a comment, the vga device only supports VGA cards.
2002-07-15 14:56:44 +00:00
jhb
7e179908e1
The sources to the non-working esp device are no longer present in current.
2002-07-15 14:54:36 +00:00
jhb
64dbf9fded
Alpha does not support the PERFMON kernel option and does not have a
...
perfmon.c.
2002-07-15 14:45:32 +00:00
jhb
a046d1c3c9
Neither options SLICE or sys/alpha/alpha/mountroot.c exist anymore.
2002-07-15 14:43:40 +00:00
iedowse
43638d29a8
Re-fetch the interface handle after setting the config number,
...
because the previous interface handle gets freed when the config
number is set. This fixes a problem where memory could be accessed
after it was freed when the interface was ifconfig'd up.
Reviewed by: n_hibma
2002-07-15 14:37:36 +00:00
jhb
cc6a81f898
- Remove an irrelevant comment from i386 GENERIC.
...
- Remove unneeded quotes.
- Remove 'config' line.
- Rename ident to SIMOS.
2002-07-15 14:33:20 +00:00
jhb
dc2c0583a1
Move ACPI device and options from MI NOTES to the i386 MD NOTES file.
2002-07-15 14:28:20 +00:00
markm
6fb33aa4e4
Very minor warns fix. Add a declaration for an unused parameter.
2002-07-15 14:06:03 +00:00
markm
27fd6b1c7f
Help lint out a bit; wrap some functions (redefined as macros) in #ifdef.
2002-07-15 14:04:08 +00:00
markm
2370535caa
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
markm
a22b6ae7fb
Fix some really pedantic GCC warnings.
2002-07-15 13:45:15 +00:00
markm
604c6c5ec9
Convert GNU variadic macros to the ISO 9X variety.
2002-07-15 13:34:50 +00:00
markm
5ac51e5b21
Wrap GNU specific code in ifdefs, and help lint out by providing
...
some alternative definitions.
2002-07-15 13:29:40 +00:00
markm
ba39a3d3df
Cast to prevent "signed/unsigned comparison" warnings.
2002-07-15 13:27:43 +00:00
markm
1461a2fddc
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
markm
e7953b52d9
Consistently use semicolons to terminate macro invocations. Cleaner
...
style and fixes later warnings.
2002-07-15 13:17:23 +00:00
markm
6e3c874bfd
Convert GNU-styled variadic macros to ISO(9x) style.
2002-07-15 13:15:31 +00:00
markm
aee41bc9a8
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
markm
e172b2b114
Fix warning by marking unused function parameter.
2002-07-15 13:10:19 +00:00
markm
b8b883e344
ISOfy and minor warnsfix.
2002-07-15 13:08:44 +00:00
markm
511b33620e
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
des
e0ecf9a222
Get rid of %qd, and unbreak Alpha build.
2002-07-15 12:17:31 +00:00
sheldonh
eaeed7f0ff
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
rse
5b0288dd0c
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
rse
80f61fa8f1
Replace extra call to "tunefs" with the equivalent of "newfs -U".
...
Reviewed by: phk
2002-07-15 11:30:21 +00:00
ume
a906f0c48c
Correct module name of my previous commit.
2002-07-15 11:22:37 +00:00
alfred
0524c94cee
revert WARNS=4, it makes the alpha compile sad.
2002-07-15 09:53:34 +00:00
keramida
bc32551746
Fix whitespace in .Bd -literal display of S_IXXX constants.
...
Noticed by: jmallett
2002-07-15 08:58:16 +00:00
keramida
f7cbdf51ed
mdoc fun: add a few more sentence breaks.
2002-07-15 07:51:10 +00:00
keramida
bfae74eab6
Kill excessive whitespace between macro arguments.
2002-07-15 07:35:36 +00:00
keramida
be36fd0f14
mdoc style: break up sentences
2002-07-15 07:16:54 +00:00
jmallett
fed551e328
Bit-width fields should be of type 'int'.
2002-07-15 06:57:25 +00:00
jmallett
35fdcc10ba
Use %zu to print size_t.
2002-07-15 06:57:01 +00:00
alc
dd3f128981
o Create vm_contig_launder() to replace code that appears twice
...
in contigmalloc1().
2002-07-15 06:33:31 +00:00
keramida
f5da93b3aa
Fix last hard sentence break.
2002-07-15 06:15:38 +00:00
keramida
402593a44e
^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
tjr
3635de5b6e
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
fjoe
d49cfb72b3
fix driver name in DRIVER_MODULE
...
MFC after: 3 days
2002-07-15 05:05:50 +00:00
keramida
23964fb59a
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
keramida
ecae610d31
Document savecore_flags.
...
PR: docs/35967
Submitted by: Gary W. Swearingen <swear@blarg.net>
2002-07-15 02:21:44 +00:00
jmallett
5cf2af5a27
Kill extraneous whitespace.
2002-07-15 02:15:12 +00:00
keramida
467c3ff452
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
mp
0c587ffca0
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
keramida
6823a7fabe
^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
alc
ec8a106e8a
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