alc
8bb7766bd6
o Reinline vm_page_undirty(), reducing the kernel size. (This reverts
...
a part of vm_page.h revision 1.87 and vm_page.c revision 1.167.)
2002-10-20 19:57:55 +00:00
ache
610eb93832
Add checks for DIGIT set consistency to prevent common misinterpretation
...
automatically.
Remove output file on error.
Staticize functions declared as static.
2002-10-20 19:56:15 +00:00
chris
e4eb2b0fa9
Stick .Os between .Dd and .Dt
2002-10-20 19:45:39 +00:00
chris
660cc9629a
Move .Os to its proper location in the document.
2002-10-20 19:44:36 +00:00
tmm
f44b123543
Use microuptime() instead of microtime() to bound the flush wait to
...
avoid hiccups in case of system time adjustment.
2002-10-20 19:41:21 +00:00
chris
7d2db58a65
o Spelling, punctuation and markup fixes.
...
o Correctly use the "No chain is stronger than its weakest link" adage.
Obtained from: TrustedBSD Project
Sponsored by: DARPA, NAI Labs
2002-10-20 19:38:28 +00:00
chris
21c09bb84b
o Use .Cm for 'attach', 'detach', 'init', 'setkey', and 'destroy' commands
...
o Fix some punctuation and wording
o Wording consistency in command-line option documentation
o Make use of mdoc's markup a bit more (quoting and the like)
Obtained from: TrustedBSD Project
Sponsored by: DARPA, NAI Labs
2002-10-20 19:20:26 +00:00
phk
5df21f9258
Make the sectorsize a property of providers so we can include it in the XML
...
output.
Sponsored by: DARPA & NAI Labs
2002-10-20 19:18:07 +00:00
phk
6539d53209
s/dettach/detach/g etc.
...
Pointed out by: chris
2002-10-20 19:08:56 +00:00
phk
536319e740
Use %jd instead of %lld now that we have it.
2002-10-20 18:48:12 +00:00
phk
6128ce4ca2
It makes more sense for the fwheads and fwsectors properties to be in
...
the provider stanza rather than the geom stanza.
2002-10-20 18:46:25 +00:00
tegge
8516a6e929
Fix data corruption caused by last byte in oddly sized transfers being read
...
to wrong location in RxBuf and written from wrong location in TxBuf.
2002-10-20 18:43:11 +00:00
phk
78bcfbf6c0
Include fwsectors and gfwheads in the XML output for the disks we know.
...
Sponsored by: DARPA & NAI Labs.
2002-10-20 18:09:01 +00:00
phk
8c6133e9a5
Remove a boatload of '&' which are surplus to the requirements.
...
Validated by: md5 hash is unchanged.
2002-10-20 18:02:46 +00:00
phk
0dd0d4193b
Revert last commit, there actually was a -1 waaaaay down in pcireg_cfgread().
2002-10-20 17:54:17 +00:00
phk
94a704dc5b
Hide inline assembly if lint is defined.
2002-10-20 17:30:30 +00:00
phk
1e22f4e40d
"id" is never going to be -1 when it is unsigned.
...
Spotted by: FlexeLint
2002-10-20 17:21:43 +00:00
tmm
2e1d70d9a2
Adapt to handle the new sparc64 core dump format correctly.
...
Reviewed by: jake
2002-10-20 17:06:50 +00:00
tmm
5c94fe601c
Add kernel dump support, based on the ia64 version (which was committed
...
as sparc64/sparc64/dump_machdep.c a while back).
Other than ia64 (which uses ELF), sparc64 uses a homegrown format for
the dumps (headers are required because the physical address and size of
the tsb must be noted, and because physical memory may be discontiguous);
ELF would not offer any advantages here.
Reviewed by: jake
2002-10-20 17:03:15 +00:00
phk
649731b966
Don't declare mb_statpcpu, it is static in subr_mbuf.c
...
Spotted by: FlexeLint
2002-10-20 16:55:52 +00:00
matusita
1c37306c4b
Nuke pccard.conf from FreeBSD/i386 mfsroot (no longer needed).
...
Suggested by: nyan
2002-10-20 16:27:11 +00:00
phk
241a8a9818
Fix mis-indentation.
...
Approved by: scottl
2002-10-20 16:00:43 +00:00
nyan
d47de0d27f
Remove the slattach command from the mfsroot floppies.
2002-10-20 15:40:09 +00:00
nyan
55f3eed397
- Remove the UFS_ACL option from the boot floppies.
...
- Remove duplicate entries.
2002-10-20 15:37:32 +00:00
ceri
2724fc01e1
Correct various typos.
...
PR: docs/44302
Submitted by: Christian Brueffer <chris@unixpages.org>
Approved by: phk
2002-10-20 15:27:32 +00:00
ceri
023fff9973
Remove quotes to make an example of kernel configuration valid.
...
PR: docs/44306
Submitted by: Dmitry Dyomin <old@old.com.ua>
MFC after: 3 days
2002-10-20 15:19:40 +00:00
phk
e85306f14c
Use .PATH instead of VPATH.
...
Fix typo in man-page: man-section is 8.
2002-10-20 15:02:26 +00:00
phk
bf02589863
Be consistent about functions being static.
...
Spotted by: FlexeLint
2002-10-20 14:30:28 +00:00
fanf
9a04c30aaa
Improve the way base64 mode is enabled based on the program name,
...
so that it works when the path to b64encode is used to run it.
2002-10-20 14:18:25 +00:00
tom
e5e93f10fa
Minor grammatical correction
2002-10-20 13:41:44 +00:00
arved
61cbca8d6b
Add my birthday.
...
Approved by: kris (mentor)
2002-10-20 13:33:45 +00:00
markm
cc5521cdd1
Do not build the majority of the games. Remaining are the
...
"utility-like" games and everyone's favourite, fortune(6).
2002-10-20 11:18:56 +00:00
matusita
322001dbc0
Since NEWCARD is the default for i386, undef PCCARD_ARCH.
...
pccard.c is no longer needed for i386 also.
OKed by: imp, nyan
2002-10-20 11:16:41 +00:00
phk
7748521fbc
Complete the Geom Based Disk Encryption: Add the OAM utility.
...
Sponsored by: DARPA and NAI Labs
2002-10-20 11:16:13 +00:00
phk
9c61841d19
Constify input to the arc4 seed function.
...
Implement the lockfile hunting in sector zero.
Sponsored by: DARPA & NAI Labs.
2002-10-20 11:09:58 +00:00
tjr
8ed112060e
When recycling a cached connection, increment the reference count so that
...
the heap block does not get freed and reused. This should fix the
pkg_add -r crashes that have been happening for months.
2002-10-20 10:36:27 +00:00
ue
300838722e
MFbed: hardware/common/dev.sgml 1.108 -> 1.110
...
relnotes/common/new.sgml 1.433 -> 1.437
2002-10-20 10:11:01 +00:00
phk
5a491baa51
#unifdef the code for checking blessed lock collisions until we need it.
...
Spotted by: DARPA & NAI Labs.
2002-10-20 08:48:39 +00:00
phk
973cbe0d43
Fix mis-indentation.
...
Spotted by: FlexeLint
2002-10-20 08:46:56 +00:00
phk
83404357e9
Don't track bio allocation in debug output.
...
Sponsored by: DARPA & NAI Labs.
2002-10-20 08:45:17 +00:00
phk
7105c422c0
Style(9) and english(9) fixes.
...
Submitted by: schweikh
2002-10-20 08:43:56 +00:00
phk
fd0bad29ea
Make it possible to specify also via geom_t ID in the geom.ctl config ioctl.
...
Sponsored by: DARPA & NAI Labs.
2002-10-20 08:42:18 +00:00
scottl
710948de69
After much delay and anticipation, welcome RAIDFrame into the FreeBSD
...
world. This should be considered highly experimental.
Approved-by: re
2002-10-20 08:17:39 +00:00
obrien
63bd46464d
We HAVE_STPCPY now.
2002-10-20 07:50:20 +00:00
alc
8e471edd49
- Lock page queue accesses in pmap_release().
2002-10-20 07:19:25 +00:00
marcel
d91408e73a
Remove the special casing for IP addresses that are within the IVT
...
or the do_syscall() function. We have unwind directives to stop the
unwinder.
2002-10-20 06:03:05 +00:00
marcel
446c299a31
Define IVT_ENTRY and IVT_END as special versions of ENTRY and END
...
for defining vectors. As a result, each vector will be a global
function with unwind directives to notify the unwinder that we're
in an interrupt handler. In the debugger this will show up something
like:
Debugger(0xe000000000a211d8, 0xe000000000748960) at Debugger+0x31
panic(0xe000000000a36858, 0xe0000000021d32d0, 0xe000000000ae42e8, ...
trap(0x14, 0x100000, 0xe0000000021d32d0, 0x0, 0xa0000000002095f0, ...
ivt_Data_TLB(0x14, 0x100000, 0xe0000000021d32d0) at ivt_Data_TLB+0x1f0
2002-10-20 06:00:09 +00:00
tjr
a80071534e
Cross-reference fmtcheck(3).
2002-10-20 03:56:37 +00:00
rwatson
d9307dee7e
If MAC_MAX_POLICIES isn't defined, don't try to define it, just let the
...
compile fail. MAC_MAX_POLICIES should always be defined, or we have
bigger problems at hand.
Obtained from: TrustedBSD Project
Sponsored by: DARPA, Network Associates Laboratories
2002-10-20 03:41:09 +00:00
grog
0d45c270ec
Sort by date.
2002-10-20 02:20:31 +00:00