bde
48baad5d7e
Fixed printf format errors (second round with non-i386 typedefs).
1998-06-28 21:05:48 +00:00
bde
7368b18e56
Fixed printf format errors.
1998-06-28 21:00:04 +00:00
bde
31e25f7859
Fixed printf format errors.
1998-06-28 20:48:03 +00:00
bde
76120f12e5
Fixed printf format errors.
1998-06-28 20:42:49 +00:00
bde
4e8e4d585c
Fixed printf format errors, scanf format errors and scanf error handling.
1998-06-28 20:40:51 +00:00
bde
21b894709f
Fixed printf format errors.
1998-06-28 20:33:36 +00:00
bde
c19967f2fc
Fixed printf format errors. Sure is dusty here.
1998-06-28 20:25:59 +00:00
bde
fa160a825f
Fixed printf format errors.
1998-06-28 20:11:23 +00:00
bde
2c93388fd0
Fixed printf format errors.
1998-06-28 19:45:13 +00:00
bde
c3dde99296
Fixed printf format errors.
1998-06-28 19:36:49 +00:00
bde
4af99ce07c
Fixed printf format errors.
1998-06-28 19:23:03 +00:00
bde
e11b471c42
Fixed printf format errors.
1998-06-28 19:06:17 +00:00
bde
10722c906f
Fixed printf format errors.
1998-06-28 18:59:04 +00:00
bde
60d69eb4f2
Fixed printf format errors.
1998-06-28 18:34:01 +00:00
bde
c142ad37ad
Oops, the previous log message should have read "Fixed type mismatches -
...
don't assume that time_t is long".
1998-06-28 18:26:18 +00:00
bde
79c3d43cbc
Fixed printf format errors.
1998-06-28 18:19:13 +00:00
bde
9aff3bce59
Fixed printf format errors.
1998-06-28 18:08:54 +00:00
phk
76574381d9
Update generated files
1998-06-28 10:04:01 +00:00
phk
4f44361e03
Add trailing newline to sys/syscall.mk so that diff doesn't choke on it.
1998-06-28 10:01:52 +00:00
dg
30d4d38f8d
Added a sysctl variable kern.sugid_coredump for controlling coredump
...
behavior of setuid/setgid binaries that defaults to 0 (coredump disabled).
1998-06-28 08:37:45 +00:00
gibbs
110fbf62fd
Some revisions of the aic7880 have a problem where, if the
...
data fifo is full, but the PCI input latch is not empty,
HDMAEN cannot be cleared. The fix used here is to attempt
to drain the data fifo until there is space for the input
latch to drain and HDMAEN de-asserts.
This is a 1 instruction fix, so it should have no performance
impact.
1998-06-28 02:58:57 +00:00
dfr
b82eb9a541
Add options for selecting ELF or KLD symbols in DDB.
1998-06-28 01:03:13 +00:00
dfr
40ca608c7a
Make breakpoints and single-step work.
1998-06-28 01:00:27 +00:00
dfr
54c71cf68a
Forgot to mention:
...
Obtained from: NetBSD
1998-06-28 00:59:26 +00:00
dfr
f0112afdb9
Add DDB symbol support for ELF and KLD. The KLD support only supports global
...
symbols so its not too useful. Changes to the kernel linker to allow it to
supply DDB with symbols will come later.
1998-06-28 00:57:28 +00:00
dfr
0cc7230297
Supply the symbol table as an argument to X_db_symbol_values (required for elf).
1998-06-28 00:55:02 +00:00
dfr
e1316cb0ae
Use db_addr_t for the breakpoint address in db_set_single_step.
1998-06-28 00:52:50 +00:00
dfr
a20fbca38d
Add a macro for testing the e_machine field of Elf64_Ehdr.
1998-06-28 00:50:35 +00:00
dfr
17a5ee3c73
Use elf symbols in DDB.
1998-06-28 00:48:48 +00:00
dfr
88bc68bf95
Allow gentrap.
1998-06-28 00:47:50 +00:00
dfr
d5688c26bd
Call ddb_trap() for gentrap on SimOS since I am using gentrap for DDB
...
breakpoints (SimOS uses bpt itself for external debuggers).
1998-06-28 00:47:20 +00:00
dfr
55a2793d50
Add a hack to get the ELF symbols from where SIMOS leaves them.
1998-06-28 00:45:50 +00:00
dfr
d45b64b019
machine/conf.h no longer exists.
1998-06-28 00:44:51 +00:00
brian
ecefb9d1a2
o Fix remaining sizeof problems for 64 bit machines.
...
o Allow ``set ....'' when we have multiple links but aren't in
multilink mode.
o Do a TLS when we receive a ``Open'' event in ``Closed'' state,
despite the rfc state transition table. This is clearly an
error in the RFC as TLS cannot have yet been called (without
TLF) in the ``Closed'' state.
I've posted a message to comp.protocols.ppp for confirmation.
1998-06-27 23:48:54 +00:00
steve
40b850dd41
Note in log file if messages are being forwarded from a
...
remote machine.
PR: 7055
Submitted by: Edwin Groothus <edwin@nwm.wan.philips.com>
1998-06-27 21:45:59 +00:00
steve
5a9ce09142
Typo.
...
PR: 7093
Submitted by: Stefan Eggers <seggers@semyam.dinoco.de>
1998-06-27 21:29:35 +00:00
steve
f9b27556e8
A few tweaks to the spanish keymap.
...
PR: 7080
Submitted by: Jose M. Acaide <jose@we.lc.ehu.es>
1998-06-27 20:41:59 +00:00
steve
1f377d980c
Fix a few typos.
...
PR: 7092
Submitted by: Kauzo Horikawa <h-horik@yk.rim.or.jp>
1998-06-27 20:32:41 +00:00
brian
86d48ef9c4
More u_long -> u_int32_t
1998-06-27 16:24:52 +00:00
brian
a2d16c6974
Fixes assorted problems with the history edit functions in libedit. This
...
affects sh, ftp (and others?).
Submitted by: Max Euston <meuston@jmrodgers.com>
PR: 6516
1998-06-27 16:10:40 +00:00
dfr
3231ba4ceb
Make db_tok_number a long to allow typing 64bit numbers on alpha.
1998-06-27 15:40:56 +00:00
dfr
1cc4fc358b
Use %+11ln for printing in r format to make it work for 64bit registers.
1998-06-27 15:39:51 +00:00
dfr
b3b330344c
Add some stack backtrace support. Pretty fragile but its a start.
1998-06-27 15:37:43 +00:00
dfr
fbd10e3f6a
Use %lx for printing register contents.
1998-06-27 15:35:57 +00:00
dfr
c54bbafb0a
Make uoff_t compile.
1998-06-27 15:35:00 +00:00
brian
1dcef5af2d
I find it *really* irritating that you can't ``cvs rm''
...
things without removing them first.
1998-06-27 15:33:17 +00:00
brian
d8347e5d3e
Remove redundant includes
1998-06-27 14:18:15 +00:00
brian
9666634a89
Don't dlopen()/dlsym() libalias, use it in the same way
...
as the rest of the world uses libraries.
1998-06-27 14:17:28 +00:00
brian
6a5332c7c7
Don't assume ``sizeof(u_long) == 4''
...
Submitted by: Theo
1998-06-27 12:03:50 +00:00
brian
0e8196a1ea
Cast void * to char * for log_Printf().
1998-06-27 12:03:46 +00:00