enami
f7b4bb80a5
Make ktrwrite() and ktrinitheader() private again. ktrsyscall32() no longer
...
exists.
2004-02-25 21:34:18 +00:00
jrf
7800470e15
donlist_sysctl() was overwriting maxslp with vm.uspace. Changed
...
it to use uspace. See PR bin/23713, approved by christos@netbsd.org .
Thanks to joff@stchome.com for the submission.
2004-02-25 19:56:28 +00:00
perry
39c2ad666c
fix another whitespace nit
2004-02-25 18:56:26 +00:00
perry
c5e487ca2c
juggle tabs and spaces so comments don't nuke line lengths as badly
2004-02-25 18:50:01 +00:00
drochner
aaececd2f4
allow to start other emulations (eg native code)
...
from here: set p_execsw to the new thing, and call
the new emulation's syscall_intern()
XXX there are more differences to kern_exec.c, sa/ras
related afaics, this is harmliss for now since
netbsd32 doesn't support multithreaded programs yet --
one day one execve() implementation should be shared
by native and netbsd32 code.
2004-02-25 18:15:45 +00:00
agc
c0585f5a71
Allow CKSUM to be overridden.
2004-02-25 15:00:59 +00:00
taca
5509874609
Semantic fix for allocation size for malloc() and realloc() previously
...
modified. Allocation unit isn't sizeof(char **) but sizeof(char *).
Noted by Geoff Wing.
2004-02-25 06:28:10 +00:00
dbj
5fd36718ae
fix typo in comment s/MNT_LAXY/MNT_LAZY/
2004-02-25 04:10:28 +00:00
dbj
c4278791eb
for -x -I output, use just MB instead of MB/s in header
2004-02-25 03:39:14 +00:00
oster
d3f3b25e8d
Poolify alloclist stuff. Saves a whopping 32 bytes while decreasing code
...
complexity.
2004-02-25 02:15:52 +00:00
christos
7088db9a48
remove error(1) comment.
2004-02-24 20:57:26 +00:00
drochner
6f1a2b7cbf
deliver SIGSEGV/SEGV_ACCERR if code execution on stack is attempted,
...
tested by Juergen Hannken-Illjes
(there are more uninitialized ksi.ksi_code arguments)
2004-02-24 18:31:46 +00:00
drochner
45fc887212
deliver SIGSEGV/SEGV_ACCERR if code execution on stack is attempted,
...
tested by Chuck Silvers
2004-02-24 18:25:27 +00:00
drochner
c6de49574c
The interrupt claim stuff is broken -- data buffers
...
and external interrupt handlers should be completely
unrelated.
For now, just remove the obvious culprit in the nibble/ps2
case to make NTP pps signal capturing work again.
External handlers should be passed to the lower level,
and they should have full power and responsibility if
they are installed, and their lavel should be selected
by the frontend.
Being here, comment out <machine/intr.h> - it is not
used yet, and do some more conmetic cleanup.
2004-02-24 17:41:09 +00:00
christos
e79fe4ef48
Fix allocation size bug from Takahiro Kambe.
2004-02-24 15:28:07 +00:00
wiz
516a72484d
Spell through with two hs. From Peter Postma.
2004-02-24 15:24:35 +00:00
wiz
e4612a6a03
achieved, not acheived. From Peter Postma.
2004-02-24 15:23:16 +00:00
wiz
73e1501b98
parameter with two es. From Peter Postma.
2004-02-24 15:22:01 +00:00
rtr
29dc39116b
Always -UDDXTIME we'd get rid of it in source but native needs it.
2004-02-24 15:17:48 +00:00
wiz
85746c6759
Spell interrupt with two rs. From Peter Postma.
2004-02-24 15:16:04 +00:00
wiz
f05e6f1a3a
occured -> occurred. From Peter Postma.
2004-02-24 15:12:51 +00:00
wiz
d5d52b4515
Fix some typos.
2004-02-24 15:12:18 +00:00
wiz
dc4cc98b15
becuase -> because. From Peter Postma.
2004-02-24 15:05:53 +00:00
reinoud
1d654e444e
It wasn't stated that with the superblock problems that were fixed before
...
it is also needed to update fsck_ffs or it will keep on bugging.
2004-02-23 22:51:51 +00:00
skrll
869ddf30e8
Whitespace
2004-02-23 21:41:05 +00:00
skrll
52581467e2
Whitespace.
2004-02-23 21:27:20 +00:00
skrll
4d30716d36
Remove the millicode hack - its not needed anymore.
...
Get the entry point right.
2004-02-23 21:20:40 +00:00
jandberg
4328680c2a
regen after wsfont changes
2004-02-23 21:18:50 +00:00
jandberg
c7998e2542
Add wsfont pseudo-device.
...
With this the custom font loading code isn't needed and is removed.
2004-02-23 21:14:08 +00:00
skrll
e6fbf37618
hppa can uses the standard flags so remove the unnecessary special case.
2004-02-23 21:12:13 +00:00
jandberg
bd3891888b
Replace an IBM-encoded wsfont with ISO-encoded one
2004-02-23 20:53:41 +00:00
wiz
3679535d35
New sentence, new line. Some minor fixes.
2004-02-23 19:39:48 +00:00
he
04f04dc579
Bump miniroot size from 13M to 15M so that the contents fits again.
2004-02-23 18:53:31 +00:00
perry
7cb351e498
if you add the man8/ files, you have to add the cat8/ files, too.
2004-02-23 17:28:30 +00:00
perry
e5d95c012e
reformat the SUBDIR section to make it fit in less than 80 columns
2004-02-23 17:17:27 +00:00
reinoud
2034af8d80
Add NetBSD/acorn32 boot manpage to distribution list
2004-02-23 17:07:17 +00:00
reinoud
de7e86e2c5
Add NetBSD/acorn32 boot manpage
2004-02-23 17:03:28 +00:00
christos
d3516aeed5
- fix a memory leak on the current line buffer.
...
- fix a memory leak on realloc failure.
2004-02-23 16:06:52 +00:00
christos
a2ef38401f
in servent and protent data:
...
- add a dummy field for extensions.
- add a line field to keep the current line buffer.
2004-02-23 16:05:19 +00:00
rtr
e1bbf3c9e0
+ pre-build and install libexpat before lib/*
...
+ link libfontconfig w/ libexpat.
Should resolve pr#24527.
2004-02-23 05:47:47 +00:00
uwe
fafd8447d9
The script that converts this to the web page doesn't know about
...
"sh3el", so change my old gdb5.3 entry to just "sh3".
2004-02-23 05:31:47 +00:00
uwe
0294b2b99a
WinCE 2.11 doesn't support keyboard focus traversal for nested
...
dialogs, so implement poor man keyboard focus manager. The goal is to
make it possible to use hpcboot on HPC devices with broken touch
screen. (TODO: Make sure that when the window is activated, there is
a focused control).
2004-02-23 05:20:48 +00:00
itojun
aaa4bd9a6c
avoid out-of-bound memory access if len == 128.
...
from Ted Unangst via Colin Percival
2004-02-23 05:01:04 +00:00
jschauma
985db8fe7c
Fix some typos:
...
There is an valid -> There is a valid
toochain -> toolchain
Noted in private email/patch by Hernani Marques Madeira (hernani at tuners
dot ch).
2004-02-23 03:44:29 +00:00
uwe
dc89f5be32
If MEMORY_DISK_IS_ROOT - don't compile/use get_device(), as setroot()
...
anyway will ignore the info we pass.
2004-02-23 03:32:23 +00:00
mrg
d309e533d4
note GCC 3 changes, also begin to document how to import new gcc.
2004-02-23 01:41:01 +00:00
uwe
590efeca88
Wrap "unknown instruction in prologue" in TRACE_DEBUG. gcc3 reorders
...
instructions so that prologue code and function code get mixed, and
you get a lot of noice from this printf, making traceback very hard to
read if not useless.
2004-02-23 01:06:53 +00:00
uwe
82c533e098
Enable building of Xhpc server for hpcsh.
2004-02-22 18:54:43 +00:00
uwe
3283d5813f
hpcsh X server list. Copied from md.hpcarm.
2004-02-22 18:52:03 +00:00
uwe
bf04b0ee5f
Enable Xhpc on hpcsh.
2004-02-22 18:30:34 +00:00