wiz
542ed9c119
Fix typo reported by Anthony Sofia in PR 21015.
2003-04-05 09:19:35 +00:00
wiz
ef0b6f6662
Bump date for last.
2003-04-05 09:14:01 +00:00
he
b44c5e8370
Track changes introduced when UFS2 was merged, so that this builds again.
2003-04-05 08:58:55 +00:00
tsutsui
3d23dbfe88
Include <machine/pio.h> for in32rb() and out32rb().
2003-04-05 08:47:29 +00:00
briggs
7679f5b28b
Channel active is bit 10, not 9.
2003-04-05 04:18:26 +00:00
christos
cf3a405a52
PR/21014: Tom Lyon: Failure to clear string by passing the wrong size to memset
2003-04-05 03:47:18 +00:00
nathanw
64b72cb09f
A couple of READ calls in td_sync_info() were reading into a
...
pthread_spin_t variable (4 bytes) but telling read that they were
reading sizeof(struct pthread_spinlock_st) (12 bytes). This led to
overwriting other things on the stack, like the return address. Oops.
Fix by changing READ call here (and elsewhere, for future safety) to:
READ(,, &variable, sizeof(variable))
instead of
READ(,, &variable, sizeof(type)).
Fixes a crash in gdb when running "thread examine all" reported by
Bill Studenmund.
2003-04-05 01:39:13 +00:00
fair
eb1f0e9546
Additional text & formatting for the csh "limit" command;
...
hopefully this satisfies PR 11658
2003-04-05 00:59:20 +00:00
christos
f2829c2b54
fix problem with fgets()
2003-04-04 23:10:10 +00:00
matt
2f9404413f
If extracting an address from the kernel pmap, see if the address is outside
...
the mapped address range. If so, try to look it up via the BAT table. If
successful, translate and return the BAT'ed pa.
2003-04-04 22:38:05 +00:00
kristerw
b8943cbf89
Save some text segment space by not defining URLPHY_DEBUG.
2003-04-04 22:21:39 +00:00
petrov
7facff52bd
use branch slot in pmap_copy_page.
2003-04-04 21:35:39 +00:00
wiz
c8be46a52c
Uncomment vfs_shutdown xref.
2003-04-04 20:58:27 +00:00
wiz
9ec6900e87
Add vfs_shutdown(9).
2003-04-04 20:57:27 +00:00
wiz
cb1e852e85
Minimally document vfs_shutdown(9). XXX: Right man page?
2003-04-04 20:55:25 +00:00
wiz
69b897b880
Refer pmap(9) for pmap_activate.
2003-04-04 20:33:21 +00:00
wiz
f67e95ee41
Refer ltsleep(9) instead of non-existing sleep(9).
2003-04-04 20:31:43 +00:00
matt
6193e8a4a1
Remove #define DEBUG. (this was working right. The problem I encountered
...
was due to a bug in PPCBOOT. It was not ordering DIMM space largest to
smallest so that you could badly alignment memory).
2003-04-04 20:09:07 +00:00
wiz
a981ee0f3a
vinvalbuf and vtruncbuf are using ltsleep(9), not the non-existing
...
sleep(9).
2003-04-04 19:39:17 +00:00
wiz
04508ad270
Sort SEE ALSO.
2003-04-04 19:34:21 +00:00
wiz
7b9216573d
Note that Dd argument specifies last major change to man page.
...
Fixes PR 9705.
2003-04-04 19:25:40 +00:00
wiz
caa2d78a26
Add missing "to be". From Jim Bernard in PR 21008.
2003-04-04 19:21:21 +00:00
wiz
6457ab4776
Remove sentence describing pax's -X option. From Jim Bernard in PR 21009.
2003-04-04 19:19:43 +00:00
wiz
52c7291619
Bump date.
2003-04-04 19:02:44 +00:00
perry
aa62e15ec9
1) Remove a reference to a 30 second delay left when Ignatios
...
backed out a 30 second delay from the program.
2) Add a CAVEATS section noting that the command cannot and should not
be stopped once started.
2003-04-04 18:13:47 +00:00
perry
cf423b3982
1) To eliminate a race condition in which the user could conceivably
...
try to quit or stop the program right at the moment after the it
sends a TSTP to init, move the kill(1, TSTP) to right after we
block most signals, instead of doing it just before.
2) To add TSTP to the signals we ignore. Once we start halting, it
really is not safe to try to stop at all. You can't change your
mind halfway through -- init will already be stopped and a TERM
will have been sent to everything on the system within
milliseconds of starting.
3) Adjust one comment for TNF
2003-04-04 17:43:08 +00:00
perry
cb606faa7a
add :ht: to the Pc entry so wscons consoles will have proper tab
...
handling (i.e. not oxtabs.)
From Geoff C. Wing in PR misc/21006
2003-04-04 16:43:38 +00:00
fvdl
5f7172ed40
When fixing the cstotal structure, use the right size to copy it back.
...
Also, remove some accidentally committed debug code from the previous
commit.
2003-04-04 15:02:40 +00:00
fvdl
373feac024
Initialize cg_irotor correctly in newcg, to avoid false positives
...
for bad cylinder groups.
2003-04-04 13:45:21 +00:00
drochner
42b749318f
adapt to struct inode change (in UVMHIST code)
2003-04-04 13:39:58 +00:00
kent
fa6424efa5
Support for ICH4M IDE Controller
2003-04-04 11:01:48 +00:00
jdolecek
cdfa2ea23e
#ifdef MCHAIN_DEBUG a too verbose message
2003-04-04 08:20:50 +00:00
jdolecek
1233bcc56f
sprinle __RCSID()
2003-04-04 08:05:32 +00:00
jdolecek
9801788f6d
add /etc/nsmb.conf to FILES
...
refer to /usr/share/examples/smbfs/dot.nsmbrc rather than ./examples/dot.nsmbrc
2003-04-04 07:57:58 +00:00
jdolecek
83474bb6d9
fix the name of global configuration file - it's /etc/nsmb.conf, not
...
/usr/local/etc/nsmb.conf
pointed out in FreeBSD misc/45273
2003-04-04 07:54:44 +00:00
jdolecek
772fa9214a
add /usr/share/examples/smbfs/dot.nsmbrc
2003-04-04 07:53:09 +00:00
jdolecek
7e4ff06b35
install the example dot.nsmbrc
...
suggested by Masao Uebayashi and others, also in FreeBSD docs/35649
2003-04-04 07:50:43 +00:00
jdolecek
9b2bc3e8c8
use /etc/nsmb.conf rather than /usr/local/etc/nsmb.conf by default
2003-04-04 07:41:32 +00:00
jdolecek
a05dbc8c48
add NetBSD RCS Id
2003-04-04 07:37:44 +00:00
kent
e7a590c1f1
Support for i82450EP.
2003-04-04 06:45:12 +00:00
rafal
42dea81851
If booted device starts with pci(N), strip it off; also, compare strncmp()
...
result to 0, not NULL. This gets the O2 figure out what device it's been
booted off correctly mow.
2003-04-04 04:27:29 +00:00
matt
eb8a295e82
Rework l2cr/l3cr enabling/printing code. Make printing table driven.
2003-04-04 04:04:49 +00:00
matt
ea6acde206
MMCRx register definitions should not be prefixed by SPR_
2003-04-04 04:03:18 +00:00
matt
5bf8112ed1
Add two missing L2CLK speeds.
2003-04-04 04:00:16 +00:00
atatat
a88940798c
Add some more intricate groveler options:
...
-A address Dumps the vm_amap structure found at address.
-E address Dumps the vm_map_entry structure found at address.
-S address Dumps the vmspace structure found at address.
-V address Dumps the vm_map structure found at address.
This required reorganizing the code a little, which led to some
cleanup (yay!). These new methods are executed without any extra
privileges, so you need read access on /dev/mem or on the kernel core
into which you are digging.
This should be useful for, eg, examining amaps are corrupt when being
destroyed, which can cause a kernel panic (and, hence, are no longer
connected to a map entry, or the map entry is no longer connected to a
vm_map/vmspace).
The options in the man page have also been reorganized.
2003-04-04 03:49:20 +00:00
perry
eca50de83f
set close on exec on a couple of FDs. from Charles Blundell PR security/16663
2003-04-04 01:24:09 +00:00
thorpej
015903956e
Fix merge botch in last.
2003-04-04 01:16:28 +00:00
nathanw
4777259ff2
Don't call pthread__locked_switch() to switch to ourself. Bad stack
...
mangling results.
Fixes regression in test yield2, dating to 2003/1/2 when
pthread__locked_switch() was changed to not store the saved-context
pointer until after switching stacks.
Note to self: regression tests exist to be run.
2003-04-04 01:08:25 +00:00
thorpej
167192b8c4
Always build tools/compat, so that random host helper programs
...
can use libnbcompat, if necessary.
2003-04-04 01:06:00 +00:00
perry
3668dc75e5
fix from OpenBSD, contributed by Gabriel Gonzalez in PR kern/20999
2003-04-04 01:04:37 +00:00