lukem
aedc125774
change test to skip metalog to be a case,
...
to easily allow other entries to skip to be added.
2003-07-10 03:19:15 +00:00
matt
18a43bbe99
Don't do vtophys on instruction addresses. This would cause problems for
...
user addresses (think trap from user mode) or lkms).
2003-07-10 02:06:11 +00:00
lukem
b1395375fd
add __RCSID("$NetBSD$"), because it's hard to track our changes in a
...
binary when we only have the vendor's RCSID.
2003-07-10 01:09:41 +00:00
matt
554b4aa05f
Enhance db_trace to understand syscalls and print the syscall number
...
that the user requested. For example:
0xd5c56f40: SC trap #240 by 0x15668c60: srr1=0xd032
r1=0xffffe470 cr=0x44000045 xer=0 ctr=0xeff27ab8
2003-07-09 22:51:50 +00:00
bouyer
a678ebca13
nfsrv_commit(): return success and don't do anything for requests which starts
...
past the end of the file. This can happen when two clients are writting to
the same file.
Close PR 21696 by myself, discussed on tech-net in 2003/05 and 2003/06.
Issue raised by Chuck Silvers (commit and truncate ops needs to be serialised)
still unadressed.
2003-07-09 21:16:12 +00:00
thorpej
88f63e28d6
Make faulting in DDB continue back in the top-level command
...
loop properly.
2003-07-09 20:14:14 +00:00
martin
2951cb8e99
We should use IFQ_DEQUEUE to get packets from the send queue, not IF_DEQUEUE.
...
Hopefully this will fix ALTQ for ISDN and PPPoE interfaces.
While there remove an unsued function which contained dubious code
(accessing interface queue internals w/o the proper macros).
2003-07-09 20:12:53 +00:00
dsl
5a411fd464
Create mount point used for target system.
2003-07-09 20:02:35 +00:00
dsl
9778762a60
Keep unstripped binary in $OBJ, use are timestamp instead of prog.stripped.
...
Patentially useful as a source of symbol information for debugging.
2003-07-09 19:51:07 +00:00
kleink
4e043afc74
Fix pasto in 1.26; spotted by Thomas Klausner.
2003-07-09 15:38:20 +00:00
wiz
f61187c074
Remove superfluous ] in last.
2003-07-09 14:47:33 +00:00
drochner
994673f63c
As already done in binutils-2.14:
...
Use the "LL" suffix for 64-bit constants.
Now gcc-3.3 doesn't warn about "constants too large
for "long"" or so anymore.
2003-07-09 14:43:24 +00:00
wiz
b65146bf4a
Bump date for -O change.
2003-07-09 14:42:16 +00:00
wiz
d3d460c513
Nd argument needs no quotes; use .In instead of .Fd ...; mark up
...
NULL as Dv instead of Va (it's not really variable, is it? :) ).
Replace & with \*[Am].
2003-07-09 14:40:53 +00:00
wiz
b13e3bee0e
Sort SEE ALSO; don't put normal text at the end of macro lines;
...
new sentence, new line. Bump date to when the driver was imported.
2003-07-09 14:35:03 +00:00
drochner
82df414328
Fix another case where the %{R*} in LINK_SPEC got lost.
...
Should resolve PR toolchain/22098 by Richard Earnshaw.
2003-07-09 14:34:47 +00:00
he
db2df0cdd4
After the recent changes to if_ieee80211.h, we need to include
...
if_media.h earlier.
2003-07-09 14:30:29 +00:00
wiz
4674b1491f
Fix comment; new sentence, new line; mark up some
...
trademarks; man page appeared in 2.0, not 1.6.1+.
2003-07-09 14:23:45 +00:00
wiz
430089f6b0
Nd argument should be on same line; new sentence, new line;
...
NetBSD -> Nx; man page appeared in 2.0, not "1.6.1+".
2003-07-09 14:20:06 +00:00
wiz
bb96abeb13
Bump date to when this was first committed.
2003-07-09 14:16:26 +00:00
wiz
60c9febddd
Drop trailing spaces.
2003-07-09 14:12:31 +00:00
kleink
9789cc2d45
Mention related kernel options where applicable.
2003-07-09 13:35:08 +00:00
wiz
68cbd06b9e
Remove installboot/i386(8) man page too, and add it and the catted version
...
to the obsolete list.
2003-07-09 09:38:05 +00:00
dsl
f496a8be1b
Remove i386/installboot(8)
2003-07-09 09:35:42 +00:00
wiz
e4efe31690
Unused.
2003-07-09 09:35:38 +00:00
dsl
f8a6eac868
Don't build the i386/installboot man page, i386 can use the MI
...
installboot.
2003-07-09 09:29:05 +00:00
lukem
7d830fa777
tweak previous; no need to have .Sm on and then just .Sm off
2003-07-09 08:09:04 +00:00
itojun
7649b12429
remove obsolete comment on the use of m_pullup
2003-07-09 04:05:59 +00:00
kristerw
a7c803af07
Remove variable names from prototypes.
2003-07-09 01:59:34 +00:00
matt
0f8d87a96d
Update to new world order. **not tested** But will allow builds to
...
finish.
2003-07-09 00:55:45 +00:00
uwe
99b1f08d32
#include <string.h> for memset and memcpy.
...
Caught by gcc 3.3.
2003-07-08 23:33:50 +00:00
uwe
e8eb650251
"extra tokens at end of #endif directive".
...
Caught by gcc 3.3.
2003-07-08 23:26:55 +00:00
jschauma
dff18e6662
Add missing closing ']' for character class examples.
2003-07-08 22:15:04 +00:00
cdi
684b6d6499
traceit: don't use %g7 as it is to become curcpu() register. Add comments.
2003-07-08 22:09:26 +00:00
dsl
6da321c1aa
Sort out (and remember) the disk partition we will install into.
...
This should stop the i386 code splatting all over the start of the disk
during upgrade.
Upgrade will still use partition 'a' (unless you loop through the install
far enough first!)
2003-07-08 17:38:54 +00:00
dsl
a72609cec0
Only save and merge /etc if the /etc set is being installed.
...
Actually this needs changing to use /usr/sbin/etcupdate (or similar),
but the script needs fixing first.
Might be better for sysinst to have its own copy, gets to be fun to run
because you have to pull the commands from the target FS.
2003-07-08 16:12:18 +00:00
kochi
61634e9a74
Don't compile db*.c & dm*.c unless ACPI_DEBUG and DDB are specified
2003-07-08 15:34:32 +00:00
wiz
edd3200d61
John Heasley thinks there is a comma missing, and I agree. Add it.
2003-07-08 14:45:48 +00:00
dsl
294dd49644
Stop timezone submenu exploding (strcmp of MSG_xxxx).
...
Allow mbr partition type to be changed without losing disklabel info
for same area of disk (allows type to be changed from 165 to 169).
2003-07-08 11:58:57 +00:00
seb
cbcb286ff0
Add missing mlinks for tree(3).
...
Approved by wiz@.
2003-07-08 11:34:17 +00:00
itojun
0463e41004
on interface detach, clear multicast forwarding table. from kame
2003-07-08 10:20:45 +00:00
itojun
7f6ed16ef4
function prototype must not have variable name
2003-07-08 10:06:28 +00:00
itojun
a706d499a1
function prototype must not have variable name
2003-07-08 09:07:15 +00:00
rh
8ae8eb43b3
regen
2003-07-08 07:26:26 +00:00
rh
8024e394f6
Add CMI8330/C3D Audio Adapter (wss). This closes PR kern/22081 by Mayukh
...
Bose <mayukh at earthlink dot net>.
2003-07-08 07:26:04 +00:00
itojun
91b11e1eba
prototype must not have variable name
2003-07-08 07:13:50 +00:00
itojun
eaed89fec5
prototype must not carry variable name
2003-07-08 06:49:19 +00:00
itojun
4aa6c6db24
no variable in prototype
2003-07-08 06:28:52 +00:00
itojun
adf3f90c81
no variable name on prototype
2003-07-08 06:24:29 +00:00
itojun
88e38f1888
prototype must not have variable name
2003-07-08 06:17:59 +00:00