]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/log
FreeBSD/FreeBSD.git
25 years agoSync with sys/i386/isa/fd.c revision 1.130.
kato [Wed, 30 Dec 1998 08:06:41 +0000 (08:06 +0000)]
Sync with sys/i386/isa/fd.c revision 1.130.

25 years agoSync with sys/i386/conf/options.i386 revision up to 1.100.
kato [Wed, 30 Dec 1998 08:03:03 +0000 (08:03 +0000)]
Sync with sys/i386/conf/options.i386 revision up to 1.100.

25 years agoSync with sys/i386/conf/majors.i386 revision up to 1.58.
kato [Wed, 30 Dec 1998 07:58:42 +0000 (07:58 +0000)]
Sync with sys/i386/conf/majors.i386 revision up to 1.58.

25 years agoSync with sys/i386/conf/files.i386 revision up to 1.215.
kato [Wed, 30 Dec 1998 07:57:00 +0000 (07:57 +0000)]
Sync with sys/i386/conf/files.i386 revision up to 1.215.

25 years agoSync with sys/i386/conf/devices.i386 revision 1.15.
kato [Wed, 30 Dec 1998 07:51:20 +0000 (07:51 +0000)]
Sync with sys/i386/conf/devices.i386 revision 1.15.

25 years agoSMP stuff has been merged into GENERIC98 file.
kato [Wed, 30 Dec 1998 07:49:47 +0000 (07:49 +0000)]
SMP stuff has been merged into GENERIC98 file.

25 years agoRemoved GENERICupgrade file.
kato [Wed, 30 Dec 1998 07:47:53 +0000 (07:47 +0000)]
Removed GENERICupgrade file.

25 years agoSync with sys/i386/conf/GENERIC revision up to 1.140.
kato [Wed, 30 Dec 1998 07:46:23 +0000 (07:46 +0000)]
Sync with sys/i386/conf/GENERIC revision up to 1.140.

25 years agoremove non-existant references, correct spelling errors.
billf [Wed, 30 Dec 1998 04:09:21 +0000 (04:09 +0000)]
remove non-existant references, correct spelling errors.

PR: docs/7963, docs/7790
Submitted by: Stefan Eggers seggers@semyam.dinoco.de
Norihiro Kumagai kuma@jp.freebsd.org

25 years agoSilence -Wtrigraph.
hoek [Wed, 30 Dec 1998 00:37:44 +0000 (00:37 +0000)]
Silence -Wtrigraph.

Submitted by: Bradley Dunn <bradley@dunn.org>  (pr: kern/8817)

25 years agoEnsure a terminating null when processing hostname strings from
cwt [Tue, 29 Dec 1998 23:14:50 +0000 (23:14 +0000)]
Ensure a terminating null when processing hostname strings from
arbitrary sources.
Obtained from: OpenBSD

25 years agoDon't free swap in swap_pager_getpages(): this code probably cause the
dt [Tue, 29 Dec 1998 22:53:51 +0000 (22:53 +0000)]
Don't free swap in swap_pager_getpages(): this code probably cause the
"dying daemons" problem. (I thought this code was introduced in rev.1.80,
but it just relaxed the condition.)

Also, kill related "suggest more swap space" warning (also introduced in
1.80). It was confusing, to say the least...

Requested by: msmith
Not objected by: dg

25 years agoDirectories aren't executable.
hoek [Tue, 29 Dec 1998 22:48:54 +0000 (22:48 +0000)]
Directories aren't executable.

Submitted by: Dennis Glatting <dennis.glatting@software-munitions.com>
(misc/9147)

25 years agoMisplaced comma.
hoek [Tue, 29 Dec 1998 22:45:15 +0000 (22:45 +0000)]
Misplaced comma.

25 years agoSlightly clarify wording of "Example".
hoek [Tue, 29 Dec 1998 22:17:31 +0000 (22:17 +0000)]
Slightly clarify wording of "Example".

25 years agoAccept "!*" as a valid all-programs tag line as documented.
cwt [Tue, 29 Dec 1998 20:36:22 +0000 (20:36 +0000)]
Accept "!*" as a valid all-programs tag line as documented.
PR: 8447
Submitted by: Gaspar Chilingarov <nightmar@lemming.acc.am>

25 years agoFix the tl_start() routine; sometimes the tl_tx_tail pointer was not
wpaul [Tue, 29 Dec 1998 15:39:35 +0000 (15:39 +0000)]
Fix the tl_start() routine; sometimes the tl_tx_tail pointer was not
being updated correctly.

25 years agofollow up to:
phk [Tue, 29 Dec 1998 13:06:54 +0000 (13:06 +0000)]
follow up to:
Pre 3.0 branch cleanup casualty #1: DSI_SOFT_MODEM support.

25 years agoHere is a patch to make mountd work.
dfr [Tue, 29 Dec 1998 09:38:49 +0000 (09:38 +0000)]
Here is a patch to make mountd work.
It just replace u_long with u_int32_t and shouldn't affect on i386.
Without this patch,
- unaligned accesses occur
- permission denied randomly

Submitted by: Hidetoshi Shimokawa <simokawa@sat.t.u-tokyo.ac.jp>

25 years agoAdd -I${.CURDIR} since it #includes logo.c from the source dir and breaks
peter [Tue, 29 Dec 1998 09:02:44 +0000 (09:02 +0000)]
Add -I${.CURDIR} since it #includes logo.c from the source dir and breaks
when building with an obj dir.

Reported by: Quite a few people.. :-/

25 years agogzip the kern.flp kernel, don't kzip it.
jkh [Tue, 29 Dec 1998 07:27:55 +0000 (07:27 +0000)]
gzip the kern.flp kernel, don't kzip it.

25 years agoAdd fxp0. It seems to be Alpha-OK, although I don't have a card to test.
gpalmer [Tue, 29 Dec 1998 03:59:49 +0000 (03:59 +0000)]
Add fxp0. It seems to be Alpha-OK, although I don't have a card to test.

25 years agoRemove bogus reference to mkfilters(1)
billf [Tue, 29 Dec 1998 03:57:15 +0000 (03:57 +0000)]
Remove bogus reference to mkfilters(1)

PR: docs/7790
Submitted by: Stefan Eggers seggers@semyam.dinoco.de

25 years agoRemove bogus reference.
billf [Tue, 29 Dec 1998 02:53:08 +0000 (02:53 +0000)]
Remove bogus reference.

PR: docs/8430
Submitted by: jkb

25 years agoreserve 110 for ses (SCSI Environmental Services) driver
mjacob [Tue, 29 Dec 1998 00:13:37 +0000 (00:13 +0000)]
reserve 110 for ses (SCSI Environmental Services) driver

25 years agoReserve cdev 110 for SCSI Environmental Services driver
jkh [Tue, 29 Dec 1998 00:04:48 +0000 (00:04 +0000)]
Reserve cdev 110 for SCSI Environmental Services driver

Requested by: mjacob

25 years agoImproved DDB_UNATTENDED behaviour. From the submitter:
msmith [Mon, 28 Dec 1998 23:03:00 +0000 (23:03 +0000)]
Improved DDB_UNATTENDED behaviour.  From the submitter:

  There's something that's been bugging me for a while, so I decided to fix it.
FreeBSD now will DTRT WRT DDB and DDB_UNATTENDED (!debugger_on_panic), at least
in my opinion. The behavior change is such that:

1. Nothing changes when debugger_on_panic != 0.
2. When DDB_UNATTENDED (!debugger_on_panic), if a panic occurs, the
machine will reboot. Also, if a trap occurs, the machine will
panic and reboot, unlike how it broke to DDB before. HOWEVER,
a trap inside DDB will not cause a panic, allowing full use
of DDB without having to worry about the machine being stuck
at a DDB prompt if something goes wrong during the day.
Patches for this behavior follow my signature, and it would
be a boon to anyone (like me) who uses DDB_UNATTENDED, but
actually wants the machine to panic on a trap (otherwise,
what's the use, if the machine causes a fatal trap rather than
a true panic, of debugger_on_panic?). The changes cause no
adverse behavior, but do involve two symbols becoming global

Submitted by: Brian Feldman <green@unixhelp.org>

25 years agooops- I must have had a mangeld Entries
mjacob [Mon, 28 Dec 1998 21:51:49 +0000 (21:51 +0000)]
oops- I must have had a mangeld Entries

25 years agoNo more isdn directory, ergo, shouldn't be on the list of subdirectories, etc..
mjacob [Mon, 28 Dec 1998 21:05:48 +0000 (21:05 +0000)]
No more isdn directory, ergo, shouldn't be on the list of subdirectories, etc..

25 years agoclarify headers;ansify
mjacob [Mon, 28 Dec 1998 19:24:23 +0000 (19:24 +0000)]
clarify headers;ansify

25 years agoclarify headers;move uninit to outer layer;remove watchdog
mjacob [Mon, 28 Dec 1998 19:22:27 +0000 (19:22 +0000)]
clarify headers;move uninit to outer layer;remove watchdog

25 years agoForce ARCHIVE Vipers to be FIXED
mjacob [Mon, 28 Dec 1998 19:21:12 +0000 (19:21 +0000)]
Force ARCHIVE Vipers to be FIXED

25 years agoRename smbtx to intsmb (IntelSMB interface), the future PIIX4 SMBus
nsouch [Mon, 28 Dec 1998 19:07:51 +0000 (19:07 +0000)]
Rename smbtx to intsmb (IntelSMB interface), the future PIIX4 SMBus
interface driver.

25 years agoDip my toes into the fire and zap the leftover lkm hooks.. It seems they
peter [Mon, 28 Dec 1998 17:03:50 +0000 (17:03 +0000)]
Dip my toes into the fire and zap the leftover lkm hooks..  It seems they
try and recurse if the lkm dir exists for some reason but there isn't any
Makefile there. (eg: stray files prevented cvs update -P from removing the
empty dirs)

25 years agoUpdate for pseudo-device support tweaks..
peter [Mon, 28 Dec 1998 16:43:21 +0000 (16:43 +0000)]
Update for pseudo-device support tweaks..

25 years agoPut the i4b stuff under the `i386 only' section until someone fixes up
gpalmer [Mon, 28 Dec 1998 16:37:28 +0000 (16:37 +0000)]
Put the i4b stuff under the `i386 only' section until someone fixes up
the build problems on the Alpha.

25 years agoTweaks as a result of having vinum statically buildable in a kernel.
peter [Mon, 28 Dec 1998 16:32:39 +0000 (16:32 +0000)]
Tweaks as a result of having vinum statically buildable in a kernel.

25 years agoConfig glue for 'pseudo-device vinum'
peter [Mon, 28 Dec 1998 16:31:26 +0000 (16:31 +0000)]
Config glue for 'pseudo-device vinum'

25 years agoSome relatively minor tweaks to enable vinum to be built into a static
peter [Mon, 28 Dec 1998 16:28:24 +0000 (16:28 +0000)]
Some relatively minor tweaks to enable vinum to be built into a static
kernel as a pseudo-device.  The changes were:
- #ifdef DEBUG -> #ifdef VINUMDEBUG
- opt_vinum.h for holding above config variable
- Fixing up a few stray problems where DEBUG wasn't optional.
- config.c -> vinumconfig.c (there's already a config.o)
- Other *.c -> vinum*.c (wasn't strictly necessary, but done in case we end
  up with something else conflicting later on and we might have to have yet
  more repository copies of files).
- include file paths fixups..  (ie: get them all from the kernel tree
  instead of partly from the kernel and partly from /usr/include/machine)

I've spoken with Greg about this..  I hope this doesn't mess him around
too much..

25 years agoBack out rev. 1.42 and 1.43. Apply Graham Wheeler's signal handling patch.
des [Mon, 28 Dec 1998 15:09:43 +0000 (15:09 +0000)]
Back out rev. 1.42 and 1.43. Apply Graham Wheeler's signal handling patch.

Reviewed by:    jkh & eivind
Submitted by:   Graham Wheeler <gram@cdsec.com>
PR:             bin/8183

25 years agoActivate the logo screensaver.
des [Mon, 28 Dec 1998 14:23:43 +0000 (14:23 +0000)]
Activate the logo screensaver.

25 years agoOne more for the road: Chuck the friendly floating daemon. Requires
des [Mon, 28 Dec 1998 14:22:57 +0000 (14:22 +0000)]
One more for the road: Chuck the friendly floating daemon. Requires
VESA_800x600 to run.

25 years agoSave the palette in case syscons doesn't restore it properly.
des [Mon, 28 Dec 1998 14:20:13 +0000 (14:20 +0000)]
Save the palette in case syscons doesn't restore it properly.
Fix a minor overflow.

25 years agoCAM support.
kato [Mon, 28 Dec 1998 12:46:55 +0000 (12:46 +0000)]
CAM support.

Submitted by: NOKUBI Hirotaka <hnokubi@yyy.or.jp> and
              Takahashi Yoshihiro <nyan@wyvern.cc.kogakuin.ac.jp>

25 years agoReenable vinum after repository copy.
sos [Mon, 28 Dec 1998 11:06:21 +0000 (11:06 +0000)]
Reenable vinum after repository copy.

Forgotten by: Peter.

25 years agoReconnect vinum KLD module and have it build from sys/dev/vinum rather than
peter [Mon, 28 Dec 1998 05:27:24 +0000 (05:27 +0000)]
Reconnect vinum KLD module and have it build from sys/dev/vinum rather than
from outside the src/sys tree like before.

25 years agoIf I've done this right, revive the vinum code in it's now home after it
peter [Mon, 28 Dec 1998 04:56:24 +0000 (04:56 +0000)]
If I've done this right, revive the vinum code in it's now home after it
was savaged in the blood bath a few hours ago.

25 years agoBlock SIGHUP during call to gethostbyaddr().
cwt [Mon, 28 Dec 1998 00:39:14 +0000 (00:39 +0000)]
Block SIGHUP during call to gethostbyaddr().
PR: 5548
Reviewed by: Matthew Dillon <dillon@apollo.backplane.com>
Obtained from: OpenBSD

25 years agoDon't set a MANPATH by default for users who aren't in a login class.
cwt [Sun, 27 Dec 1998 23:55:01 +0000 (23:55 +0000)]
Don't set a MANPATH by default for users who aren't in a login class.
man(1) will utilize manpath(1) if MANPATH is unset in the environment,
and with our existing manpath.config it is enough to find the X11
pages among others.

PR: 8587
Submitted by: Marc Slemko <marcs@znep.com>

25 years agoFrom the submitter:
msmith [Sun, 27 Dec 1998 23:23:26 +0000 (23:23 +0000)]
From the submitter:

  CPU_WT_ALLOC does not work correctly for K6-2s of model 8+ and
probably K6-3s (when they appear on the market soon). In addition,
print_AMD_info() incorrectly printfs write allocation's size. I've
fixed them, so they now Do The Right Thing, and added a
"NO_MEMORY_HOLE" option to easily allow 15-16mb range handling for us
K6 and K6-2 users.

Submitted by: Brian Feldman <green@unixhelp.org>

25 years agoUpdate comment for saver variable now that its changed its function
jkh [Sun, 27 Dec 1998 23:00:18 +0000 (23:00 +0000)]
Update comment for saver variable now that its changed its function
(and list of available values) somewhat.

25 years agoList the warp screensaver along with the others.
des [Sun, 27 Dec 1998 22:04:12 +0000 (22:04 +0000)]
List the warp screensaver along with the others.

25 years agoActivate the warp screensaver.
des [Sun, 27 Dec 1998 22:03:40 +0000 (22:03 +0000)]
Activate the warp screensaver.

25 years agoFinally give FreeBSD a graphical screensaver. It isn't much, but it works,
des [Sun, 27 Dec 1998 22:03:09 +0000 (22:03 +0000)]
Finally give FreeBSD a graphical screensaver. It isn't much, but it works,
and can serve as a template for further efforts. Consider this my (belated)
Christmas present to the Project :)

Requested by: jkh

25 years agoInitial entry of ISDN4BSD into the FreeBSD tree.
phk [Sun, 27 Dec 1998 21:47:14 +0000 (21:47 +0000)]
Initial entry of ISDN4BSD into the FreeBSD tree.

ISDN4BSD is the work of our brand-new comitter: Hellmuth Michaelis,
who has done a tremendous amount of work to bring us this far.

There are still some outstanding issues and files to bring into
the tree, and for now it will be needed to pick up all the extra
docs from the isdn4bsd release.

It is probably also a very good idea to subscribe to the isdn@freebsd.org
mailing list before you try this out.

These files correspond to release "beta Version 0.70.00 / December
1998" from Hellmuth.

25 years agoAdd copyright and RCS/CVS Id.
obrien [Sun, 27 Dec 1998 21:44:03 +0000 (21:44 +0000)]
Add copyright and RCS/CVS Id.

Noticed by: ken

25 years agoUpdate section on DK_NDRIVES (which was removed with CAM), and explain
obrien [Sun, 27 Dec 1998 21:38:09 +0000 (21:38 +0000)]
Update section on DK_NDRIVES (which was removed with CAM), and explain
relation to devstat(3)/(9).

Submitted-by: ken@freebsd.org

25 years agoUpdate sppp support to i4b level. This includes the new spppcontrol
phk [Sun, 27 Dec 1998 21:30:44 +0000 (21:30 +0000)]
Update sppp support to i4b level.  This includes the new spppcontrol
program to set PPP options like authentication with.

25 years agofollow up to:
phk [Sun, 27 Dec 1998 21:11:07 +0000 (21:11 +0000)]
follow up to:
Pre 3.0 branch cleanup casualty #4: pcvt

25 years agoRemove LKM's depricated by modules.
sos [Sun, 27 Dec 1998 20:25:12 +0000 (20:25 +0000)]
Remove LKM's depricated by modules.

25 years agoFix the move of the ulaw.h file..
sos [Sun, 27 Dec 1998 20:09:31 +0000 (20:09 +0000)]
Fix the move of the ulaw.h file..

25 years agofollowup to
phk [Sun, 27 Dec 1998 19:51:34 +0000 (19:51 +0000)]
followup to
Pre 3.0 branch cleanup casualty #4: pcvt

25 years agoTemporaryly disable vinum, awaiting repository copy of misplaced files.
sos [Sun, 27 Dec 1998 19:43:28 +0000 (19:43 +0000)]
Temporaryly disable vinum, awaiting repository copy of misplaced files.

25 years agoRemove LKM's depricated by modules.
sos [Sun, 27 Dec 1998 19:38:15 +0000 (19:38 +0000)]
Remove LKM's depricated by modules.

25 years agoRemove depricated wcd module.
sos [Sun, 27 Dec 1998 19:01:47 +0000 (19:01 +0000)]
Remove depricated wcd module.

25 years agoRemove depricated wcd LKM.
sos [Sun, 27 Dec 1998 18:59:21 +0000 (18:59 +0000)]
Remove depricated wcd LKM.

25 years agoFix some 64bit truncation problems which crept into SYSCTL_LONG() with the
dfr [Sun, 27 Dec 1998 18:03:29 +0000 (18:03 +0000)]
Fix some 64bit truncation problems which crept into SYSCTL_LONG() with the
last cleanup.  Since the oid_arg2 field of struct sysctl_oid is not wide
enough to hold a long, the SYSCTL_LONG() macro has been modified to only
support exporting long variables by pointer instead of by value.

Reviewed by: bde

25 years agoTurn the compile time option into a run-time option.
obrien [Sun, 27 Dec 1998 17:59:42 +0000 (17:59 +0000)]
Turn the compile time option into a run-time option.
You can now use the `want_fd' command in the vmstat display.

Suggested by: grog

25 years agoAvoid using `ld -O' (as in bsd.lib.mk). `ld -O' seems to have caused only
bde [Sun, 27 Dec 1998 17:25:27 +0000 (17:25 +0000)]
Avoid using `ld -O' (as in bsd.lib.mk).  `ld -O' seems to have caused only
non-problems for elf -- `ld -elf -O foo.tmp -x -r foo' apparently puts
the result in a.out so it has essentially no effect.

25 years agoFix breakage by cleanup.
sos [Sun, 27 Dec 1998 17:12:02 +0000 (17:12 +0000)]
Fix breakage by cleanup.

25 years agoRemoved rotten, unused implicit rules. The ld -O in one might have been
bde [Sun, 27 Dec 1998 16:52:55 +0000 (16:52 +0000)]
Removed rotten, unused implicit rules.  The ld -O in one might have been
harmful if it were used.

25 years agofollow up to:
phk [Sun, 27 Dec 1998 16:44:24 +0000 (16:44 +0000)]
follow up to:
Pre 3.0 branch cleanup casualty #4: pcvt

25 years agoFixed type mismatches in args to __syscall(). One for mmap() broke on
bde [Sun, 27 Dec 1998 15:47:15 +0000 (15:47 +0000)]
Fixed type mismatches in args to __syscall().  One for mmap() broke on
i386's with 64-bit longs -- the padding between mmap()'s 5th and 6th
is an int, not a long.  The other mismatches were benign.

25 years agoAvoid using ld -O (as in bsd.lib.mk).
bde [Sun, 27 Dec 1998 15:24:21 +0000 (15:24 +0000)]
Avoid using ld -O (as in bsd.lib.mk).

Fixed `make cleandepend'.  The default is null because SRCS is null.

25 years agoFixed CLEANFILES.
bde [Sun, 27 Dec 1998 15:04:33 +0000 (15:04 +0000)]
Fixed CLEANFILES.

25 years agoPre 3.0 branch cleanup sos#2: sound
sos [Sun, 27 Dec 1998 14:21:37 +0000 (14:21 +0000)]
Pre 3.0 branch cleanup sos#2: sound

Superceded by the snd driver...

25 years agoPre 3.0 branch cleanup sos#1: wcd
sos [Sun, 27 Dec 1998 14:00:10 +0000 (14:00 +0000)]
Pre 3.0 branch cleanup sos#1: wcd

Superceded by acd driver...

25 years agoPre 3.0 branch cleanup sos#1: wcd
sos [Sun, 27 Dec 1998 13:55:48 +0000 (13:55 +0000)]
Pre 3.0 branch cleanup sos#1: wcd

Superceded by acd driver...

25 years agoPre 3.0 branch cleanup casualty #6: ft
phk [Sun, 27 Dec 1998 13:40:57 +0000 (13:40 +0000)]
Pre 3.0 branch cleanup casualty #6: ft

25 years agoforgot to remote options here.
phk [Sun, 27 Dec 1998 13:36:44 +0000 (13:36 +0000)]
forgot to remote options here.

25 years agoDelete stale config.
phk [Sun, 27 Dec 1998 13:13:41 +0000 (13:13 +0000)]
Delete stale config.

25 years agoAdd commented out SMP stuff in GENERIC, remove stale configs.
phk [Sun, 27 Dec 1998 13:12:59 +0000 (13:12 +0000)]
Add commented out SMP stuff in GENERIC, remove stale configs.

25 years agoPre 3.0 branch cleanup casualty #5: nca, sea, wds, uha
phk [Sun, 27 Dec 1998 13:06:44 +0000 (13:06 +0000)]
Pre 3.0 branch cleanup casualty #5: nca, sea, wds, uha

No CAM drivers available.  If somebody CAMifies one of these, they
will be welcome back in the tree

25 years agoPre 3.0 branch cleanup casualty #4: pcvt
phk [Sun, 27 Dec 1998 12:52:46 +0000 (12:52 +0000)]
Pre 3.0 branch cleanup casualty #4: pcvt

25 years agoPre 3.0 branch cleanup casualty #3: 3c505 ethernet support
phk [Sun, 27 Dec 1998 12:44:57 +0000 (12:44 +0000)]
Pre 3.0 branch cleanup casualty #3: 3c505 ethernet support

25 years agoPre 3.0 branch cleanup casualty #2: Transputer support
phk [Sun, 27 Dec 1998 12:40:07 +0000 (12:40 +0000)]
Pre 3.0 branch cleanup casualty #2: Transputer support

25 years agoPre 3.0 branch cleanup casualty #1: DSI_SOFT_MODEM support.
phk [Sun, 27 Dec 1998 12:35:48 +0000 (12:35 +0000)]
Pre 3.0 branch cleanup casualty #1: DSI_SOFT_MODEM support.

25 years agoFix the spelling of `FreeBSD'.
joerg [Sun, 27 Dec 1998 12:01:07 +0000 (12:01 +0000)]
Fix the spelling of `FreeBSD'.

Submitted by: Peter Philipp <pjp@bsd-daemon.net>

25 years agoRemove coredump when running "ipfw pipe" without more arguments.
luigi [Sun, 27 Dec 1998 11:23:05 +0000 (11:23 +0000)]
Remove coredump when running "ipfw pipe" without more arguments.
PR: 8937

25 years agoDon't waste precious space on showing the performance of fdX.
obrien [Sun, 27 Dec 1998 08:15:37 +0000 (08:15 +0000)]
Don't waste precious space on showing the performance of fdX.
(can get old behavior with -DWANT_FD)

25 years agoTurn the VIA chipset ,<<IDE/USB>> controller probing off.
foxfair [Sun, 27 Dec 1998 07:59:25 +0000 (07:59 +0000)]
Turn the VIA chipset ,<<IDE/USB>> controller probing off.
It might cause some problem and something like USB has its
own driver.

25 years ago- Correct alphabetical order of commands
grog [Sun, 27 Dec 1998 03:47:15 +0000 (03:47 +0000)]
- Correct alphabetical order of commands
- Describe subdisk attachment in more detail
- Describe new 'makedev' command
- Correct use of 'partition' and 'slice'
- Describe 'setupstate' keyword
- Include performance guidelines for striped plexes
- Correct numerical values in examples
- Add examples for disklabel(8)
- Clarify problems creating Vinum drives on inappropriate partitions

Prodded by: NAGANUMA Yasuhiro <y_naga@carat.rim.or.jp> (slices and
            partitions)

25 years ago- Clarify the manner in which mirroring is performed
grog [Sun, 27 Dec 1998 02:55:28 +0000 (02:55 +0000)]
- Clarify the manner in which mirroring is performed
- Get the (tm) signal correct in nroff versions
- Correct highlighting (docs/9196)

Sigh.  This is still a long way from being correct.  In particular,
the states are both incorrect, and they don't format properly in
troff.  But it will have to wait until I stop changing the meanings of
the states.

25 years agoTweak ptrace(PT_READ_U) so that the last alpha register can be read.
dfr [Sat, 26 Dec 1998 17:14:37 +0000 (17:14 +0000)]
Tweak ptrace(PT_READ_U) so that the last alpha register can be read.

25 years agoMore isdn4bsd convergence: cleanup log messages.
phk [Sat, 26 Dec 1998 13:14:45 +0000 (13:14 +0000)]
More isdn4bsd convergence: cleanup log messages.

25 years agoConverge further on the isdn4bsd version of this file.
phk [Sat, 26 Dec 1998 12:43:26 +0000 (12:43 +0000)]
Converge further on the isdn4bsd version of this file.

25 years agoclean up more timeout/untimeout portability stuff.
phk [Sat, 26 Dec 1998 12:14:31 +0000 (12:14 +0000)]
clean up more timeout/untimeout portability stuff.
make sure flags and stuff are set sensibly.

25 years ago Fix copyright info. Man page was written by Matt, not CSRG :-)
dillon [Sat, 26 Dec 1998 05:19:42 +0000 (05:19 +0000)]
Fix copyright info.  Man page was written by Matt, not CSRG :-)

25 years agoHack -> compromise
obrien [Fri, 25 Dec 1998 23:39:01 +0000 (23:39 +0000)]
Hack -> compromise
hacker -> intruder (couldn't desired between this and 'cracker')
config -> configuration
sorted crossreferences
spell checked

Overall very good content, but we need one of our wordsmiths to change the
tone to match the CSRG manpages.

25 years agoRemove previous cast again - it triggers a compiler bug on the Alpha
jkh [Fri, 25 Dec 1998 21:57:06 +0000 (21:57 +0000)]
Remove previous cast again - it triggers a compiler bug on the Alpha
which prevents sysinstall from building.  We'll just have to live with
the warning on the x86. :(