bde
be7e982a5e
Don't assume that time_t is long.
1998-06-29 17:38:35 +00:00
bde
e93d50ef3b
Don't assume that time_t is long.
1998-06-29 17:25:46 +00:00
bde
122886a1e0
Don't assume that time_t is long.
1998-06-29 17:06:00 +00:00
bde
0b0c5d1c4e
Don't assume that time_t is long. Fixed printf format errors.
1998-06-29 16:47:08 +00:00
bde
46d0d58de9
Don't assume that time_t is long. Don't assume that time_t's can be
...
represented by ints. Keep assuming that time_t's can be represented
by longs.
1998-06-29 16:30:43 +00:00
bde
d1ade19b07
Don't assume that time_t is long.
1998-06-29 15:52:49 +00:00
jkh
18a2201c57
Crank the max possible disks/slices constants way down.
...
The probe for this sometimes makes IDE drives chatter their guts out
and takes an inordinately long time in such cases..
1998-06-29 09:28:01 +00:00
hoek
470ab0badc
Fix .Ar usage. Add .Xrefs as appropriate.
1998-06-29 07:04:08 +00:00
jkoshy
d7f48678b0
Fix bogon in man page. "-o conn" actually turns off NFSMNT_NOCONN as it is
...
a "negative" option. This makes it equivalent to /not/ specifying "-c".
The compile time default is /not/ to have the NFSMNT_NOCONN flag set, so
"-o conn" should never be needed---truly a deprecated option :-).
PR: 6905.
1998-06-29 06:58:46 +00:00
hoek
92e0a1145f
A little typos and grammer fixes.
1998-06-29 06:56:40 +00:00
hoek
9e15a0dbb1
SEE ALSO http://www.FreeBSD.ORG/ports
1998-06-29 06:54:34 +00:00
hoek
e254e8010a
misc. spelling and grammar gnits.
1998-06-28 21:33:42 +00:00
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