oster
63e07285f8
Bah. RF_ACC_TRACE bits need a bit more work before they can be turned off.
...
Re-enable until all parts can be disabled at the same time.
2004-02-29 23:27:24 +00:00
oster
b5e62ef069
As a LOCK_DEBUG kernel complains, we should really initialze
...
rf_tracing_mutex.
2004-02-29 23:10:58 +00:00
oster
4b8d5fc8b6
Unlock the mcpair mutex before we call rf_DispatchDAG(), and re-lock it once
...
we are back. Makes things much happier on SMP boxen. Problem noted
by SimonB. (Thanks!)
2004-02-29 23:03:30 +00:00
oster
e9ec029612
Oops.. might still need this mutex in a few places.
2004-02-29 22:32:37 +00:00
oster
65ba8db490
Minor shuffling of variable declarations to clean RF_ACC_TRACE #defines
...
up a bit. No functional changes.
2004-02-29 22:11:54 +00:00
oster
0d2f3606aa
Add "RF_ACC_TRACE" as a new #define to rf_archs.h.
...
Use it to conditionalize some of the access tracing and tracerec bits.
Chops about 4 K off of an i386 GENERIC kernel.
2004-02-29 21:38:41 +00:00
oster
cf01eb78b2
Minor comment reformatting.
2004-02-29 20:47:37 +00:00
oster
d272af6ed2
When the 'if' condition is true, the function will return, so there
...
is no need for this chunk of code to be in the 'else' part.
Remove the 'else', and left-shift the code.
No functional changes.
2004-02-29 20:11:26 +00:00
jdolecek
1c8e4dd167
add comment to smbfs_remove() regarding the limitation to only remove
...
unreferenced files
2004-02-29 12:19:15 +00:00
jdolecek
b4b58e65b1
print info about active vnodes in reclaim/inactive if prtactive is set
2004-02-29 12:17:39 +00:00
jdolecek
1a3236aefa
close the SMB handle when vnode is inactivated, rather than on file close,
...
so that mmap()ped regions remain accessible even when the file descriptor
is closed
g/c smbnode's n_opencount, and have single NOPEN flag instead
fixes PR kern/24516 by Lloyd Parkes
change obtained from FreeBSD, with only minor adjustments
2004-02-29 11:47:08 +00:00
jdolecek
4ba68533b9
use global prtactive setting instead of ntfs-specific variable;
...
this also changes default, to not print the active vnodes
2004-02-29 11:08:55 +00:00
oster
5a02af5b21
Adjust _rf_ShutdownCreate() so that it is willing to wait for more
...
memory. Since we only now ever "return(0)", just return (void)
instead.
Cleanup all uses of rf_ShutdownCreate() to not worry about
it ever failing. Shaves another 600 bytes off of an i386 GENERIC kernel.
2004-02-29 04:03:50 +00:00
oster
da96c7f542
InitHdrNode() might as well return 'void'. Nothing ever pays attention
...
to what it returns anyway!
2004-02-29 01:50:23 +00:00
oster
4907fd699b
rf_MakeAllocList() will always get memory. No point in checking for
...
a case that won't ever occur.
2004-02-29 01:49:13 +00:00
oster
d4a8e64b16
We'd better have gotten a dag header from the pool. In any event, callers
...
arn't checking what we return anyway. (Cleanup memory allocations.)
2004-02-29 01:47:45 +00:00
oster
2e0cff190a
TransferDagMemory() doesn't exist, so these lines are just wasting space.
2004-02-29 01:37:04 +00:00
oster
5e23bfcf9b
Stripe functions are now handled by a linked-list instead of a
...
runtime-variable array.
Fix a bug where stripeFuncs was being freed, and then being used after
(in the case of numStripesBailed > 0).
2004-02-29 01:24:34 +00:00
dyoung
d68ab48dd5
Update ath(4)'s Hardware Abstraction Layer (HAL) to version 0.9.6.11.
...
Both the API and ABI changed, hence the changes to so many .c and
.h files.
2004-02-29 00:47:21 +00:00
dsl
44eaa39982
Report errno value from boot1() - even though the standalone FS code
...
seems to translate everything into ENOENT.
2004-02-28 23:01:55 +00:00
dsl
da7ffa3cbe
Look for /boot in the 'a' partition (from the label in the mbr partition)
...
if it can't be found in a filesystem (or raid set) at the start of the
mbr partition.
2004-02-28 22:32:23 +00:00
dbj
5b782a2183
allow err of IREENT_MAGIC when looking for interrupt frames
2004-02-28 20:30:58 +00:00
simonb
a50cc8bd42
Catch up with the November 2002 (!!) change to remove ABI exposure
...
from cpu_fork and the proc trampoline. pthreads programs that fork
now work (at least the regress test case does).
Program reported by Florian Stöhr on port-sgimips.
2004-02-28 16:02:03 +00:00
simonb
7e050bc20e
ANSIfy, wrap long lines.
2004-02-28 15:44:34 +00:00
jdolecek
8af8547957
smbfs_rename(): #ifdef notyet some code related to disabled smbfs_smb_move(),
...
and also fix a return in the code section - we need to do vnode cleanup
before returning error
2004-02-28 09:19:53 +00:00
jdolecek
0a48f48a91
smbfs_rename(): only touch attribute cache properties if the operation
...
is carried out; particularily, don't touch it if the rename files
due to EXDEV - the 'from' or 'to' vnode may not be on smbfs filesystem
at all in that case
this is the final fix for PR kern/24455 by Milos Urbanek
2004-02-28 09:04:00 +00:00
yamt
395e9958f2
change the way to handle NEW_BUFQ_STRATEGY option.
...
instead of putting #ifdefs into each drivers,
use a global variable to indicate default strategy.
XXX should have a way to specify other strategies.
2004-02-28 06:28:47 +00:00
dbj
0dcc30f1ff
fix bug in tracing current process by explicit pid
2004-02-28 02:58:35 +00:00
dbj
ba0f8cbecc
fix an uninitialized variable problem that prevented t/u from working.
...
this also helps some when no symbols are available
2004-02-28 01:00:30 +00:00
sekiya
d289507533
Blinkenlitzen for IP20 (Indigo).
2004-02-28 00:53:56 +00:00
dbj
d3e00c7d64
fix backtracing through interrupt frames and system call frames
2004-02-27 22:52:03 +00:00
enami
ac317107c7
Backout (part of) rev. 1.187, since the control no longer fall through.
2004-02-27 21:37:48 +00:00
scw
c29e82af70
Must Test Before Committing...
2004-02-27 18:55:19 +00:00
martin
9e69fb321b
Return PMS_UNKNOWN instead of 0 for clarity (it's the same, anyway).
2004-02-27 17:56:01 +00:00
jdolecek
b1d292e1be
add yet another ServerWorks variant
...
from PR port-i386/24570 by Ray Phillips
2004-02-27 09:01:26 +00:00
uwe
0ed7ecdd91
G/c unused "hdc" variable.
2004-02-27 04:22:26 +00:00
uwe
c45485b3de
Forgot to call ReleaseDC().
2004-02-27 04:20:38 +00:00
uwe
c23bdf5200
On winder HPC screens use wider Boot/Cancel buttons that looks better.
2004-02-27 03:53:33 +00:00
uwe
6212a368a7
Make sure the root window always has focus, so that hpcboot can be
...
operated using only the keyboard. It should now be possible to boot
NetBSD on HPC devices with broken touchscreens.
2004-02-27 03:23:12 +00:00
oster
873f4a20f5
Add forgotten pool_destroy().
2004-02-27 03:18:02 +00:00
oster
24099528e9
Use a dynamically allocated linked list of dagLists instead of using a
...
dynamically allocated variable-sized array (dagArray). Convert code
to use the new linked list stuff instead of the array stuff (the ratio
of one dagList per stripe still applies). The big advantage is in
being able to more efficiently allocate the dagLists on-the-fly, and
not have to know the size(s) of the array beforehand.
2004-02-27 02:55:17 +00:00
junyoung
d177d4c744
More typos in comments.
2004-02-27 02:43:25 +00:00
uwe
d6be11a58d
Use realsize() to determine the size of the miniroot image.
...
It's now possible to boot from gzipped miniroots.
2004-02-27 02:02:16 +00:00
uwe
318e48690d
Implement realsize() method. For gzipped files it reports the
...
uncompressed file size.
2004-02-27 02:00:32 +00:00
uwe
20c14b226b
Shut up gcc3 warning that `metalbn' might be used uninitialized.
...
XXX: The warning is bogus and only triggered on sh3.
2004-02-27 00:19:36 +00:00
oster
19eeec0a9c
Add a missing:
...
pool_destroy(&lfs_dinode_pool);
to lfs_done().
Approved-by: yamt
2004-02-26 22:56:55 +00:00
yamt
f9571060ef
lfs_putpages: fix a simple_lock mismatch.
2004-02-26 22:41:36 +00:00
petrov
b062992f9d
Correct VA_ALIAS_MASK. From Chuck Silvers.
2004-02-26 20:24:29 +00:00
petrov
c8c8407406
Correct ffb attachment.
2004-02-26 20:23:17 +00:00
drochner
50e0a489c2
regen
2004-02-26 17:12:53 +00:00