]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/log
FreeBSD/FreeBSD.git
24 years agoThis one might be a bit controversial. 8-)
jb [Sat, 6 Nov 1999 22:26:43 +0000 (22:26 +0000)]
This one might be a bit controversial. 8-)

gas for i386 targeted to NT for those (like me) who have to do work
targeted to NT, but can't stand actually looking at it all day long.
I cross build apps on FreeBSD and just run them on NT later. Life is
better that way.

24 years agogas for m68k targeted to NetBSD's a.out format. Useful for porting or
jb [Sat, 6 Nov 1999 22:21:57 +0000 (22:21 +0000)]
gas for m68k targeted to NetBSD's a.out format. Useful for porting or
even just building applications targeted to NetBSD.

I know this will upset some people (outside FreeBSD).

24 years agogas for powerpc targeted to FreeBSD.
jb [Sat, 6 Nov 1999 22:16:59 +0000 (22:16 +0000)]
gas for powerpc targeted to FreeBSD.

24 years agogas for m68k targeted to FreeBSD.
jb [Sat, 6 Nov 1999 22:14:26 +0000 (22:14 +0000)]
gas for m68k targeted to FreeBSD.

24 years agogas for sparc targeted to FreeBSD as ELF32 for a start (suject to change).
jb [Sat, 6 Nov 1999 22:12:24 +0000 (22:12 +0000)]
gas for sparc targeted to FreeBSD as ELF32 for a start (suject to change).

24 years agoDon't change the name when building a cross-tool. Just set the BINDIR
jb [Sat, 6 Nov 1999 21:59:29 +0000 (21:59 +0000)]
Don't change the name when building a cross-tool. Just set the BINDIR
to /usr/libexec/cross/${MACHINE_ARCH}-freebsdelf.

24 years agoAdd the BINUTILSDISTDIR hook here too.
jb [Sat, 6 Nov 1999 21:55:33 +0000 (21:55 +0000)]
Add the BINUTILSDISTDIR hook here too.

24 years agoChange CROSS_TARGETS to CROSS_FORMATS because that makes more sense.
jb [Sat, 6 Nov 1999 21:54:21 +0000 (21:54 +0000)]
Change CROSS_TARGETS to CROSS_FORMATS because that makes more sense.

Check if already cross-compiling and only build the cross-tools if
not cross-compiling (to save time).

24 years agoAdd support for additional architectures.
jb [Sat, 6 Nov 1999 21:38:41 +0000 (21:38 +0000)]
Add support for additional architectures.

24 years agoAdd support for additional architectures.
jb [Sat, 6 Nov 1999 21:28:22 +0000 (21:28 +0000)]
Add support for additional architectures.

24 years agoChange CROSS_TOOLS to CROSS_ARCH because that makes more sense.
jb [Sat, 6 Nov 1999 21:13:47 +0000 (21:13 +0000)]
Change CROSS_TOOLS to CROSS_ARCH because that makes more sense.

Allow for the case where the host architecture might also be listed
in CROSS_ARCH, so don't do things twice. This situation can arise if you
want NT support in binutils (CROSS_ARCH=i386 CROSS_FORMAT=winnt).

24 years agoTeach binutils how to understand NT format objects and libs. This is useful
jb [Sat, 6 Nov 1999 21:09:40 +0000 (21:09 +0000)]
Teach binutils how to understand NT format objects and libs. This is useful
for those who want to objdump --disassemble things that they're not
supposed to. 8-)

24 years agoBring the man page for netgraph socket nodes up to date.
julian [Sat, 6 Nov 1999 21:07:32 +0000 (21:07 +0000)]
Bring the man page for netgraph socket nodes up to date.

24 years agoAdd a BINUTILSDISTDIR hook to provide a path to a full binutils release
jb [Sat, 6 Nov 1999 21:04:46 +0000 (21:04 +0000)]
Add a BINUTILSDISTDIR hook to provide a path to a full binutils release
outside the contrib files that FreeBSD distributes. This for use by
those who want to work on porting FreeBSD to additional architectures.

24 years agoAdd binutils support for additional architectures.
jb [Sat, 6 Nov 1999 21:02:48 +0000 (21:02 +0000)]
Add binutils support for additional architectures.

24 years agoLog username with password failure.
eivind [Sat, 6 Nov 1999 20:58:44 +0000 (20:58 +0000)]
Log username with password failure.
This has proved useful in real life installations.

24 years agoFlag empty UID entries as errors (to stop typos from turning into
eivind [Sat, 6 Nov 1999 20:21:04 +0000 (20:21 +0000)]
Flag empty UID entries as errors (to stop typos from turning into
alternate root accounts).

24 years agoTurn on the pppoe node module
julian [Sat, 6 Nov 1999 19:47:03 +0000 (19:47 +0000)]
Turn on the pppoe node module

24 years agoMove a structure Netstat needs back out to ng_socketvar.h (yech)
julian [Sat, 6 Nov 1999 19:27:04 +0000 (19:27 +0000)]
Move a structure Netstat needs back out to ng_socketvar.h (yech)

24 years agoFix IRQ allocation bug on controllers using a shared interrupt.
sos [Sat, 6 Nov 1999 16:50:21 +0000 (16:50 +0000)]
Fix IRQ allocation bug on controllers using a shared interrupt.

Fix a bug which could cause panics in ad/atapi-interrupt.

Add support for UDMA66 on Promise Ultra/Fasttrak controllers.

Get rid of ATA_IGNORE_INTR, and introduce ATA_WAIT_INTR instead.

Add a delay in the dump routine in ata-disk.c, some controllers
seem to need this. Also dont use the timeout watchdog when dumping.

Disable DMA on ATAPI devices as default, add option ATA_ENABLE_ATAPI_DMA
for those that has HW that works.

Add support for some not-up-to-spec ATAPI devices that returns data
together with completition status on data moving cmd's.

24 years agoPut a lock on the disk structure while we open to avoid races.
phk [Sat, 6 Nov 1999 10:25:58 +0000 (10:25 +0000)]
Put a lock on the disk structure while we open to avoid races.

PR: 14486

24 years agoClean up a couple of initialisations in order to suppress a correct
msmith [Sat, 6 Nov 1999 07:43:22 +0000 (07:43 +0000)]
Clean up a couple of initialisations in order to suppress a correct
but un-useful warning.

24 years agoresource_list_{alloc,release}() takes a struct resource_list * as its
mdodd [Sat, 6 Nov 1999 07:38:01 +0000 (07:38 +0000)]
resource_list_{alloc,release}() takes a struct resource_list * as its
first arg.

Reminded by: Andy Farkas <andyf@speednet.com.au>

24 years agoOur capibilities updated for GCC 2.95.2.
obrien [Sat, 6 Nov 1999 05:57:53 +0000 (05:57 +0000)]
Our capibilities updated for GCC 2.95.2.

24 years agoThe unit of sndstat is fixed to zero.
tanimura [Sat, 6 Nov 1999 05:31:47 +0000 (05:31 +0000)]
The unit of sndstat is fixed to zero.

24 years agoFix several bugs found in the first bit of testing.
archie [Sat, 6 Nov 1999 02:09:17 +0000 (02:09 +0000)]
Fix several bugs found in the first bit of testing.

24 years agoFix the style of some options.
obrien [Fri, 5 Nov 1999 20:41:09 +0000 (20:41 +0000)]
Fix the style of some options.

24 years agoStyle lint LINT.
obrien [Fri, 5 Nov 1999 20:40:01 +0000 (20:40 +0000)]
Style lint LINT.
mostly this was fixing options to be "options<sp>^IOPTION", along with
many <sp> replaced by ^I to be consistant.

24 years agoChange some wdX entries from "disk" to "device". These got missed in the
obrien [Fri, 5 Nov 1999 20:37:23 +0000 (20:37 +0000)]
Change some wdX entries from "disk" to "device".  These got missed in the
rev 1.665 commit.

24 years agoStyle sync with GENERIC.
obrien [Fri, 5 Nov 1999 20:06:38 +0000 (20:06 +0000)]
Style sync with GENERIC.

24 years agoRe-add this till I can fix netstat to not need it.
julian [Fri, 5 Nov 1999 20:04:00 +0000 (20:04 +0000)]
Re-add this till I can fix netstat to not need it.

24 years agoGuard against freeing NULL if vfs_mountroot_try is called with NULL
msmith [Fri, 5 Nov 1999 19:28:07 +0000 (19:28 +0000)]
Guard against freeing NULL if vfs_mountroot_try is called with NULL
as an argument (this is legal to make other code simpler).

24 years agoAdd missing netinet6.
jlemon [Fri, 5 Nov 1999 18:49:00 +0000 (18:49 +0000)]
Add missing netinet6.

Detected by: make world

24 years agoKAME related header files additions and merges.
shin [Fri, 5 Nov 1999 14:41:39 +0000 (14:41 +0000)]
KAME related header files additions and merges.
(only those which don't affect c source files so much)

Reviewed by: cvs-committers
Obtained from: KAME project

24 years agoRemove calls to alpha_register_pci_scsi(). After Mike's recent boot
gallatin [Fri, 5 Nov 1999 13:10:39 +0000 (13:10 +0000)]
Remove calls to alpha_register_pci_scsi().  After Mike's recent boot
changes, it no longer exists and is preventing alpha kernels from building.

reviewed by: msmith

24 years agoMerge vendor changes into our version of this.
obrien [Fri, 5 Nov 1999 12:56:09 +0000 (12:56 +0000)]
Merge vendor changes into our version of this.

24 years agoUpdate for 6.0.3s1 changes.
obrien [Fri, 5 Nov 1999 12:34:00 +0000 (12:34 +0000)]
Update for 6.0.3s1 changes.

24 years agoWhen a backquote command inside a here-document had a pipe with more
cracauer [Fri, 5 Nov 1999 12:06:30 +0000 (12:06 +0000)]
When a backquote command inside a here-document had a pipe with more
than two processes (got that? :-), the stdin fd of the middle
processes that has just been set up was accidetially closed. Don't do
this.

PR: bin/14527

24 years agoAdd a forgotten source file.
roberto [Fri, 5 Nov 1999 12:00:36 +0000 (12:00 +0000)]
Add a forgotten source file.

Approved by: bp

24 years agoUpdate for the 6.0.3s1 import.
obrien [Fri, 5 Nov 1999 11:59:47 +0000 (11:59 +0000)]
Update for the 6.0.3s1 import.

24 years agoFix conflicts.
obrien [Fri, 5 Nov 1999 11:58:05 +0000 (11:58 +0000)]
Fix conflicts.

24 years agoThis commit was generated by cvs2svn to compensate for changes in r52894,
obrien [Fri, 5 Nov 1999 11:42:30 +0000 (11:42 +0000)]
This commit was generated by cvs2svn to compensate for changes in r52894,
which included commits to RCS files with non-trunk default branches.

24 years agoVirgin import of AMD (am-utils) v6.0.3s1
obrien [Fri, 5 Nov 1999 11:42:30 +0000 (11:42 +0000)]
Virgin import of AMD (am-utils) v6.0.3s1

24 years agoGet the tar arguments right.
obrien [Fri, 5 Nov 1999 11:37:09 +0000 (11:37 +0000)]
Get the tar arguments right.

24 years agoEntry for Network Everywhere Ethernet 10BaseT PC Card.
obrien [Fri, 5 Nov 1999 11:21:19 +0000 (11:21 +0000)]
Entry for Network Everywhere Ethernet 10BaseT PC Card.

Submitted by: alfred

24 years agoAdd entry for BayNetworks NETGEAR FA410TXC Fast Ethernet. Poster had this
obrien [Fri, 5 Nov 1999 11:17:23 +0000 (11:17 +0000)]
Add entry for BayNetworks NETGEAR FA410TXC Fast Ethernet.  Poster had this
in PAO format, so there might be a buglet in my conversion.

Submitted by: Robert Withrow <bwithrow@nortelnetworks.com>

24 years agoAdd network entry for Xircom Realport (Ethernet + modem).
obrien [Fri, 5 Nov 1999 11:11:09 +0000 (11:11 +0000)]
Add network entry for Xircom Realport (Ethernet + modem).

Submitted by: Nick Slager <nicks@albury.net.au>

24 years agoMake sure modes on new skeleton files are correct.
jkh [Fri, 5 Nov 1999 11:04:30 +0000 (11:04 +0000)]
Make sure modes on new skeleton files are correct.

24 years ago*blush* Instead of undoing my own change, i clobbered dcs's rev 1.21
joerg [Fri, 5 Nov 1999 08:17:53 +0000 (08:17 +0000)]
*blush*  Instead of undoing my own change, i clobbered dcs's rev 1.21
change.

I'll never touch this again...

24 years agoBack out rev 1.21. bde and dcs convinced me that all this is messed up
joerg [Fri, 5 Nov 1999 07:36:33 +0000 (07:36 +0000)]
Back out rev 1.21.  bde and dcs convinced me that all this is messed up
anyway, and there can't be any solution that will universally work in any
case (make world, cross-compilation, simple `make' without `make world'
after incompatible options have been added to strfile, ...)

24 years agoExpand the sscanf buffer to 32 bytes to make room for the expanded
msmith [Fri, 5 Nov 1999 02:45:50 +0000 (02:45 +0000)]
Expand the sscanf buffer to 32 bytes to make room for the expanded
pattern, with some space left over to avoid this mistake next time it's
improved.

Submitted by: luoqi

24 years agoAdd the option for a socket node to shut down when the last hook
julian [Fri, 5 Nov 1999 02:18:08 +0000 (02:18 +0000)]
Add the option for a socket node to shut down when the last hook
to an adjoining node is removed. Also move file scope definitions back
within the file, and remove un-needed include file.

24 years agoRemove an unnecessary alignment check from osigreturn and sigreturn. (The
alc [Thu, 4 Nov 1999 23:23:13 +0000 (23:23 +0000)]
Remove an unnecessary alignment check from osigreturn and sigreturn.  (The
data is copyin()'ed to a properly aligned buffer.)

Return EFAULT rather than EINVAL if the sigcontext is inaccessible,
as specified by the documentation.

Submitted by: bde

24 years agoAllow vfs names to include the digits 0-9 as well as the letters a-z.
msmith [Thu, 4 Nov 1999 17:48:11 +0000 (17:48 +0000)]
Allow vfs names to include the digits 0-9 as well as the letters a-z.
This should let 'cd9660' filesystems be allowed.

Submitted by: ghelmer

24 years agoSync with sys/i386/isa/spkr.c revision 1.44.
nyan [Thu, 4 Nov 1999 11:20:46 +0000 (11:20 +0000)]
Sync with sys/i386/isa/spkr.c revision 1.44.

24 years agoThis commit was generated by cvs2svn to compensate for changes in r52878,
obrien [Thu, 4 Nov 1999 10:35:02 +0000 (10:35 +0000)]
This commit was generated by cvs2svn to compensate for changes in r52878,
which included commits to RCS files with non-trunk default branches.

24 years agoVirgin import from GCC 2.95.1.
obrien [Thu, 4 Nov 1999 10:35:02 +0000 (10:35 +0000)]
Virgin import from GCC 2.95.1.

As of GCC 2.95 these files from libiberty are absolutely required:
ansidecl.h libiberty.h splay-tree.h splay-tree.c

To keep from having to import all of libiberty, they are imported here
for now.  Before all is said and done, libiberty might be imported, or
these files might move elsewhere.

24 years agoMerge rev 1.2 [_exit() over exit()] into GCC 2.95.1.
obrien [Thu, 4 Nov 1999 10:26:31 +0000 (10:26 +0000)]
Merge rev 1.2 [_exit() over exit()] into GCC 2.95.1.

24 years agoMerge rev 1.2 (use /tmp 1st, and then /var/tmp) into GCC 2.95.1.
obrien [Thu, 4 Nov 1999 10:23:25 +0000 (10:23 +0000)]
Merge rev 1.2 (use /tmp 1st, and then /var/tmp) into GCC 2.95.1.

24 years agoVirgin import from GCC 2.95.1.
obrien [Thu, 4 Nov 1999 10:20:05 +0000 (10:20 +0000)]
Virgin import from GCC 2.95.1.

As of GCC 2.95 these files:
choose-temp.c  demangle.h   getopt.h    obstack.c  pexecute.c
cplus-dem.c    getopt.c     getopt1.c   obstack.h

were removed from the GCC compilers proper to libiberty.  To continue our
revision history, and to keep from having to import all of libiberty,
they are imported here as if they were never moved.

24 years agoThis commit was generated by cvs2svn to compensate for changes in r52874,
obrien [Thu, 4 Nov 1999 10:20:05 +0000 (10:20 +0000)]
This commit was generated by cvs2svn to compensate for changes in r52874,
which included commits to RCS files with non-trunk default branches.

24 years agoPass IP fragments with non-zero offset. The semantics of matching
ru [Thu, 4 Nov 1999 10:13:59 +0000 (10:13 +0000)]
Pass IP fragments with non-zero offset.  The semantics of matching
IP fragments has been changed in src/sys/netinet/ip_fw.c,v 1.78.

Reminded by: "Ronald F. Guilmette" <rfg@monkeys.com>

24 years agoFix the atomic arithmetic primitives for address where (p&7) >= 4.
dfr [Thu, 4 Nov 1999 09:55:07 +0000 (09:55 +0000)]
Fix the atomic arithmetic primitives for address where (p&7) >= 4.

Reviewed by: gallatin

24 years agoBring ``ac'' into reality. This great tools now works correctly (for
phantom [Thu, 4 Nov 1999 08:45:02 +0000 (08:45 +0000)]
Bring ``ac'' into reality. This great tools now works correctly (for
current state of the tree)

24 years agoAdd short description of dumpvfscache
phantom [Thu, 4 Nov 1999 08:42:29 +0000 (08:42 +0000)]
Add short description of dumpvfscache

24 years agoLink manual page for login_getpwclass(3) to login_cap(3).
jkoshy [Thu, 4 Nov 1999 08:33:18 +0000 (08:33 +0000)]
Link manual page for login_getpwclass(3) to login_cap(3).

PR:             docs/14673
Submitted by:   Andrew <andrew@ugh.net.au>

24 years agoEliminate two useracc(..., VM_PROT_READ) calls that immediately precede
alc [Thu, 4 Nov 1999 07:21:41 +0000 (07:21 +0000)]
Eliminate two useracc(..., VM_PROT_READ) calls that immediately precede
copyin() calls.

Submitted by: bde

24 years agoAdd unsigned char cast to isalpha
ache [Thu, 4 Nov 1999 05:01:28 +0000 (05:01 +0000)]
Add unsigned char cast to isalpha

24 years agoAdd unsigned char cast to isdigit
ache [Thu, 4 Nov 1999 04:57:05 +0000 (04:57 +0000)]
Add unsigned char cast to isdigit

24 years agoAdd unsigned char cast to is[x]digit
ache [Thu, 4 Nov 1999 04:52:34 +0000 (04:52 +0000)]
Add unsigned char cast to is[x]digit

24 years agoAdd unsigned char cast to isdigit
ache [Thu, 4 Nov 1999 04:46:18 +0000 (04:46 +0000)]
Add unsigned char cast to isdigit

24 years agoMinor cosmetic changes in an attempt to improve consistancy.
obrien [Thu, 4 Nov 1999 04:46:04 +0000 (04:46 +0000)]
Minor cosmetic changes in an attempt to improve consistancy.

24 years agoAdd unsigned char cast to isupper
ache [Thu, 4 Nov 1999 04:40:56 +0000 (04:40 +0000)]
Add unsigned char cast to isupper

24 years agounsigned char cast to ctype macros
ache [Thu, 4 Nov 1999 04:35:33 +0000 (04:35 +0000)]
unsigned char cast to ctype macros

24 years agoAdd unsigned char cast to ctype macros arg
ache [Thu, 4 Nov 1999 04:30:44 +0000 (04:30 +0000)]
Add unsigned char cast to ctype macros arg

24 years agoRevert to 1.19. ${.OBJDIR}/../strfile must be taken out, since it
dcs [Thu, 4 Nov 1999 04:29:16 +0000 (04:29 +0000)]
Revert to 1.19. ${.OBJDIR}/../strfile must be taken out, since it
breaks the cross-compilation case, but I'm not the one doing it.
$$PATH *will* have a new strfile in /usr/bin built at build-tools
time, unless you defined NOTOOLS.

If you defined NOTOOLS and it breaks for you, don't do that.

If you did not define NOTOOLS but things are not working, the error is
elsewhere. See logs for src/Makefine.inc1, particularly rev 1.36, and
revision 1.14 of this file.

24 years agoAdd unsigned char cast to isspace arg
ache [Thu, 4 Nov 1999 04:16:28 +0000 (04:16 +0000)]
Add unsigned char cast to isspace arg

24 years ago"make install" did not install 150.clean-hoststat.
ghelmer [Thu, 4 Nov 1999 03:00:33 +0000 (03:00 +0000)]
"make install" did not install 150.clean-hoststat.

PR: bin/12497

24 years agoRe-implement the handing of RB_CDROM in a machine-independant fashion.
msmith [Thu, 4 Nov 1999 01:40:18 +0000 (01:40 +0000)]
Re-implement the handing of RB_CDROM in a machine-independant fashion.
We currently only search SCSI and IDE CDROMs; if there's felt to be a
need for supporting the very old and rare soundcard etc. drives for this
application they can be trivially added.

24 years agonow that a map's base addr is 64-bits, the alpha multi-hose hack needs
gallatin [Wed, 3 Nov 1999 22:43:03 +0000 (22:43 +0000)]
now that a map's base addr is 64-bits, the alpha multi-hose hack needs
to be cast to 64-bits in pci_add_map.  This should allow XP1000s and
DS20s to boot -current again.

24 years agoFix bug in BIOCGETIF ioctl() where it would return a bogus interface
archie [Wed, 3 Nov 1999 21:32:28 +0000 (21:32 +0000)]
Fix bug in BIOCGETIF ioctl() where it would return a bogus interface
name if the interface unit number was greater than 9.

24 years agoFix a typo.
chris [Wed, 3 Nov 1999 20:41:50 +0000 (20:41 +0000)]
Fix a typo.

PR: docs/14684

24 years agoAdd back netboot since it compiles just fine. Note that you need a full
dfr [Wed, 3 Nov 1999 20:19:30 +0000 (20:19 +0000)]
Add back netboot since it compiles just fine. Note that you need a full
source tree to build netboot since it depends on headers from libstand.

24 years ago* Don't wait forever for the boot2 filename if the PCC wraps.
dfr [Wed, 3 Nov 1999 20:18:12 +0000 (20:18 +0000)]
* Don't wait forever for the boot2 filename if the PCC wraps.
* If the user presses return, load boot2 immediately.

24 years agoEmergency fix to stop world breakage.
grog [Wed, 3 Nov 1999 20:04:00 +0000 (20:04 +0000)]
Emergency fix to stop world breakage.

Broken-by: archie

24 years agoMove strto{u}[ql]() into their own libkern files.
phk [Wed, 3 Nov 1999 18:20:59 +0000 (18:20 +0000)]
Move strto{u}[ql]() into their own libkern files.

Urged by: bde

24 years agoMove isfoo() and friends to the newly created sys/ctype.h.
phk [Wed, 3 Nov 1999 17:54:26 +0000 (17:54 +0000)]
Move isfoo() and friends to the newly created sys/ctype.h.

Urged by:       bde

24 years agoFix bus_setup_intr(); I changed exintr() to take a pointer to ex_softc
mdodd [Wed, 3 Nov 1999 15:45:14 +0000 (15:45 +0000)]
Fix bus_setup_intr(); I changed exintr() to take a pointer to ex_softc
but didn't change bus_setup_intr() to pass the softc in.

Submitted by: Warner Losh <imp@village.org>

24 years agoRemove compat cruft.
phk [Wed, 3 Nov 1999 14:15:18 +0000 (14:15 +0000)]
Remove compat cruft.

24 years agoStructure field name changed.
obrien [Wed, 3 Nov 1999 12:33:56 +0000 (12:33 +0000)]
Structure field name changed.

24 years agoAdd examples for a mount_nwfs command.
bp [Wed, 3 Nov 1999 12:06:13 +0000 (12:06 +0000)]
Add examples for a mount_nwfs command.

24 years agoQuick fix for breakage of ext2fs link counts as reported by stat(2) by
bde [Wed, 3 Nov 1999 12:05:39 +0000 (12:05 +0000)]
Quick fix for breakage of ext2fs link counts as reported by stat(2) by
the soft updates changes: only report the link count to be i_effnlink
in ufs_getattr() for file systems that maintain i_effnlink.

Tested by: Mike Dracopoulos <mdraco@math.uoa.gr>

24 years agoAdd share/examples/nwclient directory.
bp [Wed, 3 Nov 1999 11:57:04 +0000 (11:57 +0000)]
Add share/examples/nwclient directory.

24 years agoMake MFS work with the new root filesystem search process.
msmith [Wed, 3 Nov 1999 11:02:47 +0000 (11:02 +0000)]
Make MFS work with the new root filesystem search process.

In order to achieve this, root filesystem mount is moved from
SI_ORDER_FIRST to SI_ORDER_SECOND in the SI_SUB_MOUNT_ROOT sysinit
group.  Now, modules which wish to usurp the default root mount
can use SI_ORDER_FIRST.

A compiled-in or preloaded MFS filesystem will become the root
filesystem unless the vfs.root.mountfrom environment variable refers
to a valid bootable device.  This will normally only be the case when
the kernel and MFS image have been loaded from a disk which has a
valid /etc/fstab file.  In this case, the variable should be manually
overridden in the loader, or the kernel booted with -a.  In either
case "mfs:" should be supplied as the new value.

Also fix a typo in one DFLTROOT case that would not have compiled.

24 years agoMove the description of the traditional sleep() form out into the history
joerg [Wed, 3 Nov 1999 10:39:54 +0000 (10:39 +0000)]
Move the description of the traditional sleep() form out into the history
section, we no longer have it.

Fix mdoc style violations caused by a previous committer.

24 years agoCosmetic changes.
nyan [Wed, 3 Nov 1999 10:08:15 +0000 (10:08 +0000)]
Cosmetic changes.

24 years agoSupport RSA-98III PnP mode.
nyan [Wed, 3 Nov 1999 09:13:16 +0000 (09:13 +0000)]
Support RSA-98III PnP mode.

24 years agoSync with sys/isa/sio.c revision from 1.269 to 1.273.
nyan [Wed, 3 Nov 1999 09:02:23 +0000 (09:02 +0000)]
Sync with sys/isa/sio.c revision from 1.269 to 1.273.

24 years agoRemove unnecessary file.
nyan [Wed, 3 Nov 1999 08:45:16 +0000 (08:45 +0000)]
Remove unnecessary file.

24 years agoSync with sys/i386/conf/GENERIC revision 1.199.
nyan [Wed, 3 Nov 1999 08:43:11 +0000 (08:43 +0000)]
Sync with sys/i386/conf/GENERIC revision 1.199.