Bruce Evans
2a1deaaa04
Fixed printf format errors.
1998-06-28 18:59:04 +00:00
Bruce Evans
58f6798697
Fixed printf format errors.
1998-06-28 18:34:01 +00:00
Bruce Evans
86e14119e9
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
Bruce Evans
f8ec5fe282
Fixed printf format errors.
1998-06-28 18:19:13 +00:00
Bruce Evans
0eb7b1cad0
Fixed printf format errors.
1998-06-28 18:08:54 +00:00
Poul-Henning Kamp
52bd565f39
Update generated files
1998-06-28 10:04:01 +00:00
Poul-Henning Kamp
67f4e2ed05
Add trailing newline to sys/syscall.mk so that diff doesn't choke on it.
1998-06-28 10:01:52 +00:00
David Greenman
c87e2930e6
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
Justin T. Gibbs
b66655cf37
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
Doug Rabson
14c35d6ca0
Add options for selecting ELF or KLD symbols in DDB.
1998-06-28 01:03:13 +00:00
Doug Rabson
f4487e1157
Make breakpoints and single-step work.
1998-06-28 01:00:27 +00:00
Doug Rabson
c2e7b2e40f
Forgot to mention:
...
Obtained from: NetBSD
1998-06-28 00:59:26 +00:00
Doug Rabson
0282b90962
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
Doug Rabson
6edf3d9144
Supply the symbol table as an argument to X_db_symbol_values (required for elf).
1998-06-28 00:55:02 +00:00
Doug Rabson
7045d394b1
Use db_addr_t for the breakpoint address in db_set_single_step.
1998-06-28 00:52:50 +00:00
Doug Rabson
3bf983fb25
Add a macro for testing the e_machine field of Elf64_Ehdr.
1998-06-28 00:50:35 +00:00
Doug Rabson
949398af9d
Use elf symbols in DDB.
1998-06-28 00:48:48 +00:00
Doug Rabson
812e7ee3e3
Allow gentrap.
1998-06-28 00:47:50 +00:00
Doug Rabson
eb9fc51b1d
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
Doug Rabson
454157c1d3
Add a hack to get the ELF symbols from where SIMOS leaves them.
1998-06-28 00:45:50 +00:00
Doug Rabson
1b7d1a7357
machine/conf.h no longer exists.
1998-06-28 00:44:51 +00:00
Brian Somers
3a2e4f621c
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 Price
25d0f8a50c
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 Price
ccc3d3073b
Typo.
...
PR: 7093
Submitted by: Stefan Eggers <seggers@semyam.dinoco.de>
1998-06-27 21:29:35 +00:00
Steve Price
7a0ce14b8b
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 Price
d79e6e1601
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 Somers
2d42ffabf1
More u_long -> u_int32_t
1998-06-27 16:24:52 +00:00
Brian Somers
10d9142685
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
Doug Rabson
431e760b94
Make db_tok_number a long to allow typing 64bit numbers on alpha.
1998-06-27 15:40:56 +00:00
Doug Rabson
c111a701df
Use %+11ln for printing in r format to make it work for 64bit registers.
1998-06-27 15:39:51 +00:00
Doug Rabson
44dc956d24
Add some stack backtrace support. Pretty fragile but its a start.
1998-06-27 15:37:43 +00:00
Doug Rabson
eb74dcc872
Use %lx for printing register contents.
1998-06-27 15:35:57 +00:00
Doug Rabson
b87cfa799e
Make uoff_t compile.
1998-06-27 15:35:00 +00:00
Brian Somers
6163841150
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 Somers
10a9be1e88
Remove redundant includes
1998-06-27 14:18:15 +00:00
Brian Somers
615ad4f957
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 Somers
3f06c5995f
Don't assume ``sizeof(u_long) == 4''
...
Submitted by: Theo
1998-06-27 12:03:50 +00:00
Brian Somers
7d81ddf5bd
Cast void * to char * for log_Printf().
1998-06-27 12:03:46 +00:00
Brian Somers
032d427689
``struct tunnel_header'' -> u_int32_t in OpenBSD.
...
struct tunnel_header is going soon.
Suggested by: Theo
1998-06-27 12:03:43 +00:00
Andreas Klemm
abbfb2cedc
additionally warnings
...
- login failures
- tcp_wrapper messages about refused connections
1998-06-27 11:13:59 +00:00
John Hay
a910fdcb88
Only make struct xtcpcb visable if _NETINET_IN_PCB_H_ and _SYS_SOCKETVAR_H_
...
are defined.
Reviewed by: bde
1998-06-27 07:30:45 +00:00
Poul-Henning Kamp
94c69b7e15
Make vprint() print dev_t in hex also.
1998-06-27 07:28:49 +00:00
Poul-Henning Kamp
81b42c386e
Report the type from the inode, not the vnode.
1998-06-27 06:45:04 +00:00
Poul-Henning Kamp
c259b8dd2b
Report the mode as the result of the VOP_GETATTR rather than the
...
vnodes type, they may not correspond.
1998-06-27 06:43:09 +00:00
John Polstra
fd898ba100
Extend the existing hackery to set the disk type to SCSI for the
...
"da" and "od" devices. Formerly ESDI was used for them, causing
problems for fresh installations of CAM systems.
1998-06-27 02:01:25 +00:00
Brian Somers
d9823e8a6d
Don't depend on sizeof(u_long) == 4.
1998-06-26 19:02:40 +00:00
Brian Somers
b92417349c
Don't make clean after building the crunch file. Build
...
a des & non-des version of ppp in the same way as init
and ed.
1998-06-26 18:54:06 +00:00
Brian Somers
3132bc1efe
DISTRIBUTION=des
1998-06-26 18:50:29 +00:00
Poul-Henning Kamp
7c281842e3
Remove isdisk() hacks.
1998-06-26 18:14:25 +00:00
Poul-Henning Kamp
761b9eeed9
Add D_DISK flag.
1998-06-26 18:13:57 +00:00