jhb
c22f597592
Print out 'foo devices:' as the line before displaying a group of
...
devices in 'lsdev' output rather than printing out a pointer to the
print function since the user really could care less about the pointer
value. Perhaps this was intended to be a debugging printf?
2001-11-04 02:58:39 +00:00
phk
076014359d
Don't choke on old sd%d.ctl devices.
...
Tripped over by: Jos Backus <josb@cncdsl.com>
2001-11-03 23:21:00 +00:00
jhb
7079074a9c
Whoops, missed these bits in the previous commit.
2001-11-03 22:21:21 +00:00
jhb
a4df14b208
Add support for sending messages to the serial console which is helpful
...
when debugging boot problems. It is not on by default but is enabled via
the BTX_SERIAL variable. The port and speed can be set via the same
variables used by boot2 and the loader.
2001-11-03 22:09:30 +00:00
jhb
f40c8aa82e
Add support for outputting multiple lines when dumping memory during the
...
register dump. Change the default to bump 2 lines of output (32 bytes)
instead of 1 line (16 byte).
2001-11-03 21:53:46 +00:00
brian
6a1de171ac
Add a ``log'' command for logging specific information.
...
Add an ``UPTIME'' variable to indicate the bundle uptime.
It's now possible to put something like this in ppp.linkdown
for a server setup:
MYADDR:
log Session closing: User USER, address HISADDR, up UPTIME
Fixed some memory leakage with commands that expand words.
Made some functions static.
Fixed a diagnostic bug (iface add .... SIOCDIFADDR)
2001-11-03 21:45:32 +00:00
jhb
008cbb2dde
Add support for trace traps by returning from them just as for breakpoint
...
traps rather than halting. Ideally, we should avoid printing the
'BTX halted' message for debug register dumps.
2001-11-03 21:42:25 +00:00
jhb
6bee569517
Output a newline at the end of a dump so that there are blank lines between
...
dumps when using breakpoints or tracing.
2001-11-03 21:40:47 +00:00
ume
66d7b6370f
Unbreak build without INET6.
...
Reported by: Christopher N . Harrell <cnh@netvmg.com>
MFC after: 1 week
2001-11-03 20:47:50 +00:00
brian
0c094f30d4
Call CCP protocol -1 ``none''
2001-11-03 19:29:30 +00:00
nobutaka
e4e8866034
Add myself.
...
Reviewd by: knu
2001-11-03 19:09:41 +00:00
imp
7a095e9497
Some words about awk and pain
2001-11-03 17:42:56 +00:00
gallatin
f8c48b0904
Introduce a boot environment variable (clock_compat_osf1) which can
...
be set to 1 to make FreeBSD and Tru64 coexist peacefully on a dual
boot system and not clobber each other's year in the TOY clock.
(Tru64 uses an offset 52 years higher than one would expect)
Obtained from: NetBSD
MFC After: 1 week
2001-11-03 17:22:50 +00:00
phk
ea642e6058
Remove unneeded and #if 0'ed code to register in cdevsw[]
2001-11-03 17:05:12 +00:00
phk
b6f787939f
Use vfs_timestamp() instead of getnanotime().
...
Add magic stuff copied from ufs_setattr().
Instructed by: bde
2001-11-03 17:00:02 +00:00
phk
b86df2fcac
Use vfs_timestamp() instead of getnanotime() directly.
...
Fix some modes on directories and symlinks.
Instructed by: bde
2001-11-03 16:53:24 +00:00
phk
e15ce4b24f
Add PCIC_TI4410
...
(patch probably from imp@, can't remember figuring this out myself.)
2001-11-03 16:45:31 +00:00
phk
ebd7779fbc
Separate concatenated fortunes.
...
Remove unattributed duplicate of Frederick Brooks eternal words
about the danger of second systems.
2001-11-03 16:43:13 +00:00
phk
a7ef707379
Correct attribution and fix translation from Danish.
2001-11-03 16:38:06 +00:00
dfr
66413d6b87
Clone the alpha config for ia64.
2001-11-03 16:06:05 +00:00
dfr
77a7f36beb
Implement fpsetmask() and fpgetmask().
2001-11-03 15:52:18 +00:00
dfr
4d986e064d
Implement <machine/ieeefp.h>
2001-11-03 15:51:14 +00:00
peter
b9c3fb249f
Desupport FreeBSD/vax
2001-11-03 13:35:07 +00:00
peter
bd5684dc54
_SIG_MAXSIG (128) is the highest legal signal. The arrays are offset
...
by one - see _SIG_IDX(). Revert part of my mis-correction in kern_sig.c
(but signal 0 still has to be allowed) and fix _SIG_VALID() (it was
rejecting ignal 128).
2001-11-03 13:26:15 +00:00
tanimura
abb3f5c7b4
Avoid crash of minor numbers between /dev/midistat and /dev/dspr*.
2001-11-03 12:47:19 +00:00
peter
43929480b6
Partial reversion of rev 1.138. kill and killpg allow a signal
...
argument of 0. You cannot return EINVAL for signal 0. This broke
(in 5 minutes of testing) at least ssh-agent and screen.
However, there was a bug in the original code. Signal 128 is not
valid.
Pointy-hat to: des, jhb
2001-11-03 12:36:16 +00:00
brian
c6127e6abf
cmott@scientech.com -> cm@linktel.net
...
Requested by: Charless Mott <cmott@scientech.com>
2001-11-03 11:36:17 +00:00
brian
876314d445
cmott@scientech.com -> cm@linktel.net
...
Requested by: Charles Mott <cmott@scientech.com>
2001-11-03 11:34:09 +00:00
phk
62944b51ae
Clean up the bogus pci.h file we create.
2001-11-03 09:28:33 +00:00
non
a0da3013c6
Remove PAO3 dependent part.
...
This will not affect either -current nor -stable.
2001-11-03 08:55:34 +00:00
peter
5d791806c8
Remove FreeBSD/vax and FreeBSD/tahoe support.
...
Add $FreeBSD$
Submitted by: phk
2001-11-03 08:38:54 +00:00
peter
054367a0db
Remove support for FreeBSD/tahoe
...
Submitted by: phk
2001-11-03 08:35:11 +00:00
peter
ca5b6341e5
No FreeBSD/vax here either.
2001-11-03 08:32:28 +00:00
peter
37c0b6de0d
FreeBSD/vax is quite some time away.
2001-11-03 08:24:00 +00:00
phk
117b8a92dd
Add modules for lpt, plip, ppbus, ppi and pps.
...
Submitted by: j mckitrick <jcm@freebsd-uk.eu.org>
2001-11-03 08:20:44 +00:00
peter
2fc110a60d
FreeBSD/tahoe is not likely for a while.
2001-11-03 08:19:21 +00:00
peter
32b6e93593
Repo copied contents of src/sbin/i386 to src/sbin and set specific
...
SUBDIR lists there. Some of these are used on other platforms.
2001-11-03 07:31:21 +00:00
peter
4ca131b9a6
Move i386/{fdisk,cxconfig,nextboot} to src/sbin. Eliminate the i386
...
subdir. Add fdisk to ia64 SUBDIR list. Add all the previous occupants
of the i386 subdir to the i386 SUBDIR list.
2001-11-03 07:30:14 +00:00
peter
6193994718
Do not fail doing rm -f ${DESTDIR}${LIBDIR}/lib${LIB}.a if the
...
intermediate directories dont exist. (eg: when building standalone
includes, using the beforeinstall target in src/lib)
2001-11-03 06:33:08 +00:00
peter
af02d0d48f
Put in an attempt at stack trace/unwind records.
2001-11-03 06:31:27 +00:00
peter
f5127cdcc8
Do not ``build'' (ie remove, and put in stub libraries) for libresolv
...
and/or libgnumalloc on anything but i386. The other platforms
post-date this mistake.
Do not build libc_r for ia64. There are some fundamental issues that
need to be resolved (ie: it cannot use setjmp/longjmp for thread
switching, which isn't likely to be fixed soon. libc_r has to be
reimplemented using something like makecontext()/swapcontext() etc
in order to work in ia64.)
2001-11-03 06:30:15 +00:00
peter
215f4b41f8
Dont fail if ${DESTDIR}${LIBDIR}/ or any of its components dont
...
exist for the rm -f of libresolv.a
2001-11-03 06:26:15 +00:00
peter
7e05941691
Dont fail if the intermediate directories in ${DESTDIR}/usr/lib/compat/*
...
dont exist. IMHO, this is kinda silly.
2001-11-03 06:24:23 +00:00
peter
4f5eb2c0c5
Add Id for 82801CA (ICH3?). The ich driver seems to work fine on the
...
laptop that had it.
2001-11-03 05:07:59 +00:00
peter
96760959bf
Add ICH3 (82801CA/CAM) and 460GX
2001-11-03 05:03:00 +00:00
peter
88067114a1
Add a 'reset' command. This is useful for panics really early before
...
any symbols are loaded. Especially for unattended machines.
2001-11-03 04:55:48 +00:00
des
ddeebb8930
Declare struct uio so consumers don't have to #include <sys/uio.h> unless
...
they intend to call proc_rwmem().
2001-11-03 03:17:16 +00:00
des
7885415b9c
Reduce the number of #include dependencies by declaring some of the structs
...
used in pseudofs.h as opaque structs.
2001-11-03 03:07:09 +00:00
grog
29155a87f5
allocrqg: Don't ever try to write to a NULL pointer.
...
Reported by: Jeff Roberson <jeff@midstream.com>
2001-11-03 02:39:15 +00:00
obrien
f100891016
Tighten up the random seeding a little bit more. getpid() alone only
...
affect only lower bits of seed which would resulte in the same seed for
sequences of fast-started awk's resulting the same random sequence.
Submitted by: ache
2001-11-03 02:14:10 +00:00