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
Robert Nordier
d41e2bb8a1
Correct typo: loosing --> losing
1998-06-26 14:25:18 +00:00
Jordan K. Hubbard
d94ce17be4
Flesh this document out just a little in response to some user
...
questions and also recommend linking over copying since, at this stage,
a stale copy is a real concern.
1998-06-26 10:35:55 +00:00
Joseph Koshy
f618e998de
Document environment variables used by pkg_{add,create,info}. These
...
include PKG_TMPDIR, TMPDIR, PKG_DBDIR. Add a FILES section to these
manual pages.
PR: docs/7064
1998-06-26 07:15:38 +00:00
Jordan K. Hubbard
85349cc396
MF22: doc pointer.
1998-06-26 01:48:04 +00:00
Jordan K. Hubbard
f1273de057
MF22: die sup die.
1998-06-26 01:44:57 +00:00
Brian Somers
897f9429f9
Add `ipcp'' as an optional argument to
`open'', and make
...
open capable of re-negotiatiating the various layers.
It is now possible to change various link options and then
re-open the relevant layer, making the changes effective -
for example, switching off VJ compression or starting ECHO
LQRs on-the-fly.
1998-06-25 22:33:31 +00:00
Guy Helmer
a57a22d25f
Update vmstat portion of man page to reflect the statistics currently
...
shown by systat's vmstat display.
PR: docs/3764
1998-06-25 22:04:48 +00:00
Bill Paul
021e3d59aa
A long time ago I hacked mountd so that it would deal intelligently
...
with export lines where the same hostname was specified more than once
(this happens a lot with netgroups sometimes). Recently I discovered
that it needs to be hacked to deal with multiple instances of the
same IP address too.
I've been using this modification locally for several months with no
hassles.
1998-06-25 21:26:06 +00:00