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
brian
2421d3c06a
``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
45ae42c55e
additionally warnings
...
- login failures
- tcp_wrapper messages about refused connections
1998-06-27 11:13:59 +00:00
jhay
2922de5ede
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
phk
9905e9d2e7
Make vprint() print dev_t in hex also.
1998-06-27 07:28:49 +00:00
phk
3354f8d129
Report the type from the inode, not the vnode.
1998-06-27 06:45:04 +00:00
phk
4cb7827a87
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
jdp
4c0dd08a5a
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
a0edc31f41
Don't depend on sizeof(u_long) == 4.
1998-06-26 19:02:40 +00:00
brian
c7c6f3feab
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
6b48c99450
DISTRIBUTION=des
1998-06-26 18:50:29 +00:00
phk
c85cf94d72
Remove isdisk() hacks.
1998-06-26 18:14:25 +00:00
phk
35457bbbad
Add D_DISK flag.
1998-06-26 18:13:57 +00:00
rnordier
ac15457e4b
Correct typo: loosing --> losing
1998-06-26 14:25:18 +00:00
jkh
cfe1e92767
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
jkoshy
eae9bbe969
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
jkh
fb3dfdf6bc
MF22: doc pointer.
1998-06-26 01:48:04 +00:00
jkh
9c0e373d52
MF22: die sup die.
1998-06-26 01:44:57 +00:00
brian
1e23d0e92c
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
ghelmer
c957b12bc9
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
wpaul
efe4f69151
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
guido
c183560752
Implement new argument -l (OpenBSD has -a but we already use that).
...
This allows one to specify additional sockets in the unix domain
that syslogd listens to. Its primary use is to create log sockets in
chroot environments.
Obtained from:OpenBSD (with a bug fixed d
1998-06-25 19:39:19 +00:00
guido
bf3ddf370d
Fix btree problems. This passes regressions tests.
...
PR: 7009
Obtained from: http://www.sleepycat.com/update/patch.185.html , patches 1.2,
1.3 and 1.4
1998-06-25 18:50:06 +00:00
dt
c6c8ca45cd
Remove "not hungly" panics. Cookies now used by the linux and ibcs2
...
emulators. The emulators assume that filesystem may just ignore cookies, and
handle this case correctly. So we just ignore cookies.
Also sync *_readdir "prototypes" with reality.
1998-06-25 16:54:41 +00:00
phk
267ffb2428
Remove bdevsw_add(), change the only two users to use bdevsw_add_generic().
...
Extend cdevsw to be superset of bdevsw.
Remove non-functional bdev lkm support.
Teach wcd what the open() args mean.
1998-06-25 11:28:07 +00:00