]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/log
FreeBSD/FreeBSD.git
24 years agoDon't beat on ospeed, larn doesn't need it, and the libraries no longer
peter [Mon, 30 Aug 1999 08:05:07 +0000 (08:05 +0000)]
Don't beat on ospeed, larn doesn't need it, and the libraries no longer
need it.

24 years agoBandaid breakage due to excessive intimacy with old libcurses..
peter [Mon, 30 Aug 1999 08:02:34 +0000 (08:02 +0000)]
Bandaid breakage due to excessive intimacy with old libcurses..

24 years agoThe ospeed hackery was disabled a while ago, finish the job.
peter [Mon, 30 Aug 1999 08:01:12 +0000 (08:01 +0000)]
The ospeed hackery was disabled a while ago, finish the job.

24 years agoUse src/contrib/ncurses, v5.0.990821 prerelease.
peter [Mon, 30 Aug 1999 07:58:08 +0000 (07:58 +0000)]
Use src/contrib/ncurses, v5.0.990821 prerelease.

This isn't quite finished yet, there are still some unresolved problems
with ospeed and the sgtty.h (non-posix) terminal interface.  Mostly
this only causes problems with src/games.

The other tools and libraries (libform,libpanel,libmenu) will come
shortly but are seperate.

Beware, there be dragons here!  (The build will be broken for a short
while)

24 years agoMake bdev userland access work like cdev userland access unless
phk [Mon, 30 Aug 1999 07:56:23 +0000 (07:56 +0000)]
Make bdev userland access work like cdev userland access unless
the highly non-recommended option ALLOW_BDEV_ACCESS is used.

(bdev access is evil because you don't get write errors reported.)

Kill si_bsize_best before it kills Matt :-)

Use the specfs routines rather having cloned copies in devfs.

24 years agoMake bdev userland access work like cdev userland access unless
phk [Mon, 30 Aug 1999 07:56:15 +0000 (07:56 +0000)]
Make bdev userland access work like cdev userland access unless
the highly non-recommended option ALLOW_BDEV_ACCESS is used.

(bdev access is evil because you don't get write errors reported.)

Kill si_bsize_best.

Use the specfs routines rather having cloned copies in devfs.

24 years agoThis brings rev 1.2 (reality check and document profiling extensions)
obrien [Mon, 30 Aug 1999 07:51:44 +0000 (07:51 +0000)]
This brings rev 1.2 (reality check and document profiling extensions)
into EGCS 1.1.2.

24 years agoTweaks for using natively under FreeBSD (with native termcap)
peter [Mon, 30 Aug 1999 07:50:31 +0000 (07:50 +0000)]
Tweaks for using natively under FreeBSD (with native termcap)

24 years agoint main, not void
peter [Mon, 30 Aug 1999 07:46:45 +0000 (07:46 +0000)]
int main, not void

24 years agoThis brings rev 1.2 (document printf0()) into EGCS 1.1.2.
obrien [Mon, 30 Aug 1999 07:38:42 +0000 (07:38 +0000)]
This brings rev 1.2 (document printf0()) into EGCS 1.1.2.

24 years agoFix conflicts.
obrien [Mon, 30 Aug 1999 07:28:52 +0000 (07:28 +0000)]
Fix conflicts.

24 years agoConverted the silly SAFTEY option into a new-style option by renaming it to
bde [Mon, 30 Aug 1999 07:08:04 +0000 (07:08 +0000)]
Converted the silly SAFTEY option into a new-style option by renaming it to
DIAGNOSTIC.

Fixed an English style bug in the panic messages controlled by SAFETY.

24 years agoFix conflicts.
obrien [Mon, 30 Aug 1999 04:01:02 +0000 (04:01 +0000)]
Fix conflicts.
This adds rev 1.2 (-fformat-extensions) to EGCS 1.1.2.

24 years agoIf using GNUC and ELF, make __IDSTRING() expand into an inline asm
peter [Mon, 30 Aug 1999 03:57:47 +0000 (03:57 +0000)]
If using GNUC and ELF, make __IDSTRING() expand into an inline asm
statement to put the rcsid into the .comment section.  This allows
the comments (ie:version id's of compiler, headers, source, etc) to be
stripped out with the standard tools (strip/objcopy).  SVR4 has a
tool called 'mcs' (manipulate comment section) which allows you to
add/remove/compact strings.  Removing duplicate strings helps a lot
if the headers generate them.
Using __attribute__((section(".comment"))) would probably also work,
but that still leaves the RCSID occupying C name space somewhere.

24 years agoYet another previously forgotten merge from Lite2. (Describe
bde [Mon, 30 Aug 1999 03:40:26 +0000 (03:40 +0000)]
Yet another previously forgotten merge from Lite2.  (Describe
`opaque', fix reversed description of `nodump', and don't use
`nodump' as an example of adding a `no' prefix since the double
negative would be confusing (it's still confusing -- the implicitly
documented `nonodump' flag doesn't exist).)

24 years agoRemove all non-file like things in /var/tmp/vi.recover on reboot.
imp [Mon, 30 Aug 1999 03:34:46 +0000 (03:34 +0000)]
Remove all non-file like things in /var/tmp/vi.recover on reboot.

24 years ago"Fixed" my recent world breakage (umap_subr.c now includes opt_ddb.h).
bde [Mon, 30 Aug 1999 03:26:45 +0000 (03:26 +0000)]
"Fixed" my recent world breakage (umap_subr.c now includes opt_ddb.h).

Fixed some style bugs, especially the bogus definition of UMAPFS.

24 years agoGet the actual pathname of the dynamic linker from the executable's
jdp [Mon, 30 Aug 1999 01:54:13 +0000 (01:54 +0000)]
Get the actual pathname of the dynamic linker from the executable's
PT_INTERP program header entry, to ensure that gdb always finds
the right dynamic linker.

Use obj->relocbase to simplify a few calculations where appropriate.

24 years agoWhen checking to see if a shared object is already loaded, look for
jdp [Mon, 30 Aug 1999 01:50:41 +0000 (01:50 +0000)]
When checking to see if a shared object is already loaded, look for
a device/inode match if no pathname match is found.

24 years agoRevamp the symbol lookup algorithm to cope better with objects
jdp [Mon, 30 Aug 1999 01:48:19 +0000 (01:48 +0000)]
Revamp the symbol lookup algorithm to cope better with objects
loaded separately by dlopen that have global symbols with identical
names.  Viewing each dlopened object as a DAG which is linked by its
DT_NEEDED entries in the dynamic table, the search order is as
follows:

  * If the referencing object was linked with -Bsymbolic, search it
    internally.
  * Search all dlopened DAGs containing the referencing object.
  * Search all objects loaded at program start up.
  * Search all objects which were dlopened() using the RTLD_GLOBAL
    flag (which is now supported too).

The search terminates as soon as a strong definition is found.
Lacking that, the first weak definition is used.

These rules match those of Solaris, as best I could determine them
from its vague manual pages and the results of experiments I performed.

PR: misc/12438

24 years agoWhen honoring -Bsymbolic, still keep searching if only a weak
jdp [Mon, 30 Aug 1999 01:25:38 +0000 (01:25 +0000)]
When honoring -Bsymbolic, still keep searching if only a weak
definition was found in the referencing object.

24 years agoSimplify the logic in find_symdef().
jdp [Mon, 30 Aug 1999 01:24:08 +0000 (01:24 +0000)]
Simplify the logic in find_symdef().

24 years agoFix conflict.
obrien [Mon, 30 Aug 1999 01:02:55 +0000 (01:02 +0000)]
Fix conflict.

24 years agoAdd STAILQ_FOREACH.
jdp [Mon, 30 Aug 1999 01:01:19 +0000 (01:01 +0000)]
Add STAILQ_FOREACH.

24 years agoAdd definition for RTLD_GLOBAL, which is soon to be supported.
jdp [Mon, 30 Aug 1999 00:50:12 +0000 (00:50 +0000)]
Add definition for RTLD_GLOBAL, which is soon to be supported.

24 years agoWhen checking for valid timevals in the wrapped select() and poll()
deischen [Mon, 30 Aug 1999 00:02:08 +0000 (00:02 +0000)]
When checking for valid timevals in the wrapped select() and poll()
routines, don't return EINVAL but set errno to EINVAL and return -1.
Added a check in pthread_cond_timedwait for a null timespec pointer.

24 years agoFix conflicts.
obrien [Mon, 30 Aug 1999 00:01:36 +0000 (00:01 +0000)]
Fix conflicts.

24 years agoThis brings rev 1.2 (FREEBSD_NATIVE) and rev 1.5 (mixed ELF/aout support)
obrien [Sun, 29 Aug 1999 23:53:46 +0000 (23:53 +0000)]
This brings rev 1.2 (FREEBSD_NATIVE) and rev 1.5 (mixed ELF/aout support)
into EGCS 1.1.2.

24 years agoCorrect vfork()/exit() to vfork()/_exit().
obrien [Sun, 29 Aug 1999 23:46:20 +0000 (23:46 +0000)]
Correct vfork()/exit() to vfork()/_exit().

Also return "1" rather than "-1".  According to bde: -1 is unrepresentable.
Exit statuses must be >= 0 and <= 255, at least if chars are 8 bits and
shorts are 16 bits.  This seems to only be documented indirectly in exit.2
by referring to wait.2.  WEXITSTATUS() throws away all except the low 8 bits
of the status returned by _exit(), and the kernel actually only stores 8
bits of it (if chars are 8 bits, etc.), so wait() can't return any more bits.

Obtained from: rev 1.4 of contrib/gcc/gcc.c

24 years agoAdd $FreeBSD$ and spell Eklund properly.
billf [Sun, 29 Aug 1999 23:17:04 +0000 (23:17 +0000)]
Add $FreeBSD$ and spell Eklund properly.

Approved by: brian (well, he approved adding $Id$)

24 years agoRemove extra indenting of `break' statements introducted in rev 1.89,
obrien [Sun, 29 Aug 1999 21:59:03 +0000 (21:59 +0000)]
Remove extra indenting of `break' statements introducted in rev 1.89,
plus wrap some long lines from that revision.

While here, wrap some other long lines.

24 years ago- Removed COMPAT_ATDISK from option because it is pseudo-device now.
kato [Sun, 29 Aug 1999 21:28:47 +0000 (21:28 +0000)]
- Removed COMPAT_ATDISK from option because it is pseudo-device now.
- Fixed arguments of atcompat_dsinit() in diskslice_machdep.c.

24 years agofix rm -r
mharo [Sun, 29 Aug 1999 19:57:03 +0000 (19:57 +0000)]
fix rm -r

Submitted by: John Hay -- John.Hay@mikom.csir.co.za

24 years agoRemove tee from stage1 call. You can't capture the return code from stage1
dwhite [Sun, 29 Aug 1999 19:16:29 +0000 (19:16 +0000)]
Remove tee from stage1 call.  You can't capture the return code from stage1
(easily) so it gives false 'success' indications.

24 years agoMFS: Dialog-ify 'reuse custom directory' question.
dwhite [Sun, 29 Aug 1999 19:11:11 +0000 (19:11 +0000)]
MFS: Dialog-ify 'reuse custom directory' question.

24 years agoident GENERIC -> ident PCCARD
iwasaki [Sun, 29 Aug 1999 16:58:40 +0000 (16:58 +0000)]
ident GENERIC -> ident PCCARD

Okayed by: hosokawa

24 years agoRemove some $Log$ debris
peter [Sun, 29 Aug 1999 15:54:49 +0000 (15:54 +0000)]
Remove some $Log$ debris

24 years agoConvert the 3Com XL driver to miibus. This one is a little tricky
wpaul [Sun, 29 Aug 1999 15:52:19 +0000 (15:52 +0000)]
Convert the 3Com XL driver to miibus. This one is a little tricky
due to the fact that there are non-MII cards supported by the same
driver and I don't have all of the cards available for testing. There's
also the 3c905B-COMBO which has MII, AUI and BNC media ports all in one
package. Supporting the COMBO is difficult because we have to add the
10base5 and 10base2 media types to the same ifmedia struct as the
MII-attached types, however there is no way to force the miibus and
child PHYs into existence before xl_attach() completes, so there is
no ifmedia struct available in xl_attach(). What we do inistead is
use the mediainit method as a callback: when a child PHY is attached,
it calls the miibus mediainit routine which selects a default media.
This routing also calls the NIC driver's mediainit method (if it
implements one) at which point we can safely add the other media
types.

24 years agoRegenerate miidevs.h.
wpaul [Sun, 29 Aug 1999 15:44:07 +0000 (15:44 +0000)]
Regenerate miidevs.h.

24 years agoThe ASIC on the 3c905C appears to be manufactured by Broadcom (previous
wpaul [Sun, 29 Aug 1999 15:42:04 +0000 (15:42 +0000)]
The ASIC on the 3c905C appears to be manufactured by Broadcom (previous
ones were made by Lucent). The Broadcom chip also appears to use an
internal PHY made by Broadcom which uses the Broadcom OUI. This is different
from previous ASICs which always returned 0 in the PHY ID registers.
To account for this, I added the necessary ID values for the Broadcom
PHY so that it can be detected and attached using the 3Com PHY driver
instead of defaulting to the generic one.

24 years agoAdd Voodoo 3 identification.
roger [Sun, 29 Aug 1999 15:11:22 +0000 (15:11 +0000)]
Add Voodoo 3 identification.
pciconf on my Vodoo3 2000 also shows sub-system vendor id/model with
card=0x0030121a

24 years agoRemove unneeded "maj" variable.
phk [Sun, 29 Aug 1999 14:54:11 +0000 (14:54 +0000)]
Remove unneeded "maj" variable.

Give up if we have already started dumping once before.

Print name of dumpdev.

24 years agoRemove unneeded slice element.
phk [Sun, 29 Aug 1999 14:52:02 +0000 (14:52 +0000)]
Remove unneeded slice element.

24 years agoConvert to use the new "disk" layer.
phk [Sun, 29 Aug 1999 13:29:29 +0000 (13:29 +0000)]
Convert to use the new "disk" layer.
A few cleanups while here.

24 years agoAdd micro "disk" layer which should enable us to pull all the slice/label
phk [Sun, 29 Aug 1999 13:28:55 +0000 (13:28 +0000)]
Add micro "disk" layer which should enable us to pull all the slice/label
stuff out of the device drivers.

24 years agoInclude the correct header for the IPSTEALTH option.
des [Sun, 29 Aug 1999 12:18:39 +0000 (12:18 +0000)]
Include the correct header for the IPSTEALTH option.

24 years agoOnly NetBSD needs sys/device.h.
n_hibma [Sun, 29 Aug 1999 11:56:49 +0000 (11:56 +0000)]
Only NetBSD needs sys/device.h.

24 years agoOnly NetBSD uses sys/device.h
n_hibma [Sun, 29 Aug 1999 11:49:22 +0000 (11:49 +0000)]
Only NetBSD uses sys/device.h

Error-reported-by: phk

24 years agoFix a braino: Linux minor device numbers are 8 bits wide and not 10.
marcel [Sun, 29 Aug 1999 11:47:01 +0000 (11:47 +0000)]
Fix a braino: Linux minor device numbers are 8 bits wide and not 10.

24 years agoFixed printf format errors (don't assume that ntohl() returns u_long;
bde [Sun, 29 Aug 1999 10:28:10 +0000 (10:28 +0000)]
Fixed printf format errors (don't assume that ntohl() returns u_long;
it returns u_int on i386's and in_addr_t (u_int32_t) on alphas).

24 years agoOops, I missed a cast in rev.1.119.
bde [Sun, 29 Aug 1999 10:23:13 +0000 (10:23 +0000)]
Oops, I missed a cast in rev.1.119.

24 years agoRemoved dysfunctional/defunct options KERNFS_DIAGNOSTIC,
bde [Sun, 29 Aug 1999 10:14:59 +0000 (10:14 +0000)]
Removed dysfunctional/defunct options KERNFS_DIAGNOSTIC,
UMAPFS_DIAGNOSTIC and UNION_DIAGNOSTIC.  Uncommented NULLFS_DIAGNOSTIC.
It is as bogus as the above three but since it is already a new-style
option it is easier to use it than to fix it.

24 years agoChanged old-style option UNION_DIAGNOSTIC to DEBUG and fixed printf
bde [Sun, 29 Aug 1999 10:03:35 +0000 (10:03 +0000)]
Changed old-style option UNION_DIAGNOSTIC to DEBUG and fixed printf
format errors exposed by this.  It has nothing to do with diagnostics
since it does little more than control tracing of normal operation.
Actual diagnostics for the union file system are still controlled by
the DIAGNOSTIC option.

24 years agoChanged old-style options UMAPFS_DIAGNOSTIC and UMAP_DIAGNOSTIC to DEBUG
bde [Sun, 29 Aug 1999 09:54:17 +0000 (09:54 +0000)]
Changed old-style options UMAPFS_DIAGNOSTIC and UMAP_DIAGNOSTIC to DEBUG
or DDB and fixed printf format errors exposed by this.  The options had
little to do with diagnostics; they mostly controlled tracing of normal
operation.

24 years agoChanged old-style option KERNFS_DIAGNOSTIC to DEBUG and fixed printf
bde [Sun, 29 Aug 1999 09:38:25 +0000 (09:38 +0000)]
Changed old-style option KERNFS_DIAGNOSTIC to DEBUG and fixed printf
format errors exposed by this.  It has nothing to do with diagnostics
since it does little more than control tracing of normal operation.

24 years agoMerge alpha and pc98 changes into i386 MBR handling code and replace all
phk [Sun, 29 Aug 1999 09:12:54 +0000 (09:12 +0000)]
Merge alpha and pc98 changes into i386 MBR handling code and replace all
three copies with one copy in MI land.

24 years agoinitialize si_bsize_phys from what the drive told us.
phk [Sun, 29 Aug 1999 09:10:05 +0000 (09:10 +0000)]
initialize si_bsize_phys from what the drive told us.

24 years agoAdd dev_t freeing code. Controlled by sysctl debug.free_devt, default
phk [Sun, 29 Aug 1999 09:09:12 +0000 (09:09 +0000)]
Add dev_t freeing code.  Controlled by sysctl debug.free_devt, default
is off.

24 years agoDon't restrict our requests for contiguous memory to addresses >= 1MB.
bde [Sun, 29 Aug 1999 09:03:58 +0000 (09:03 +0000)]
Don't restrict our requests for contiguous memory to addresses >= 1MB.
This fixes, at least, panics in ncr_attach() on i386's with about 5MB
of memory.  The restriction was a hack to leave some low memory for ISA
DMA, but on i386's we now allocate pages from the top down, so all the
restriction did was cause our allocations to fail when there is no free
memory above 1MB.

24 years agoFix a missing '-1' in the size argument of copyout in getgroups. Spotted while
marcel [Sun, 29 Aug 1999 08:52:38 +0000 (08:52 +0000)]
Fix a missing '-1' in the size argument of copyout in getgroups. Spotted while
reviewing the MFC in -stable.

24 years agoSort the easy part of this file. It should be all sorted.
phk [Sun, 29 Aug 1999 08:44:18 +0000 (08:44 +0000)]
Sort the easy part of this file.  It should be all sorted.

24 years agoadd verbose flag
mharo [Sun, 29 Aug 1999 08:21:16 +0000 (08:21 +0000)]
add verbose flag

24 years agobrucify and move printf() to catch cases of special files
mharo [Sun, 29 Aug 1999 07:58:19 +0000 (07:58 +0000)]
brucify and move printf() to catch cases of special files

24 years agoChanged from dname into devtoname(bp->b_dev) in the function dsinit().
kato [Sun, 29 Aug 1999 05:05:27 +0000 (05:05 +0000)]
Changed from dname into devtoname(bp->b_dev) in the function dsinit().

24 years agoadd verbose flag
mharo [Sun, 29 Aug 1999 02:20:26 +0000 (02:20 +0000)]
add verbose flag
exit(1) --> exit(EX_USAGE)

Reviewed by: obrien

24 years agoo fix typo
gehenna [Sun, 29 Aug 1999 02:05:12 +0000 (02:05 +0000)]
o fix typo

24 years agoInitialize the si_bsize fields of the new dev structure. This fixes
grog [Sun, 29 Aug 1999 01:41:53 +0000 (01:41 +0000)]
Initialize the si_bsize fields of the new dev structure.  This fixes
some swapper problems analogous to those experienced with ccd.

This fix is a kludge: since we currently don't track the "sector size"
in a volume label, we guess a worst case (4 kB, as used by vnode
devices).  If the concept of sector size is here to stay, I'll make
some changes to track the "sector size" of a volume.  This will
probably be the maximum of the sector sizes of all component drives,
but things could get ugly if we start allowing non-standard sector
sizes such as 524 bytes.

Unkludged-version-submitted-by: phk

24 years agoo synchronisation with NetBSD
gehenna [Sun, 29 Aug 1999 01:18:32 +0000 (01:18 +0000)]
o synchronisation with NetBSD

Reviewed by: Hick Hibma
Obtained from: NetBSD

24 years agoAdd $FreeBSD$ lines to these example man pages, along with a note
mpp [Sat, 28 Aug 1999 23:32:12 +0000 (23:32 +0000)]
Add $FreeBSD$ lines to these example man pages, along with a note
that says all man pages should contain a FreeBSD revision control
id to make it easier for translation teams.

24 years agoAdd $FreeBSD$ lines to man pages that are missing them to make it
mpp [Sat, 28 Aug 1999 23:23:38 +0000 (23:23 +0000)]
Add $FreeBSD$ lines to man pages that are missing them to make it
easier for translation teams.

PR: docs/13418
Submitted by: Alexey Zelkin <phantom@cris.net>

24 years agoAdd $FreeBSD$ lines to man pages that are missing them to make it
mpp [Sat, 28 Aug 1999 23:10:20 +0000 (23:10 +0000)]
Add $FreeBSD$ lines to man pages that are missing them to make it
easier for translation teams.

PR: docs/13418
Submitted by: Alexey Zelkin <phantom@cris.net>

24 years agoAdd $FreeBSD$ lines to man pages that are missing them to make
mpp [Sat, 28 Aug 1999 23:04:49 +0000 (23:04 +0000)]
Add $FreeBSD$ lines to man pages that are missing them to make
it easier for translation teams.

PR: docs/13418
Submitted by: Alexey Zelkin <phantom@cris.net>

24 years agoSome minor mdoc style cleanup.
mpp [Sat, 28 Aug 1999 22:11:17 +0000 (22:11 +0000)]
Some minor mdoc style cleanup.

24 years agoFix typo in previous commit that documented the -v option.
mpp [Sat, 28 Aug 1999 21:38:36 +0000 (21:38 +0000)]
Fix typo in previous commit that documented the -v option.

24 years agoadd verbose flag
mharo [Sat, 28 Aug 1999 20:46:00 +0000 (20:46 +0000)]
add verbose flag

Reviewed by: obrien

24 years agoCorrect URL's and change ifdef to if defined (following rest of style in
n_hibma [Sat, 28 Aug 1999 20:10:46 +0000 (20:10 +0000)]
Correct URL's and change ifdef to if defined (following rest of style in
file)

24 years agoRemove NetBSD specific code. USB part is trivial, and the rest is not
n_hibma [Sat, 28 Aug 1999 20:09:34 +0000 (20:09 +0000)]
Remove NetBSD specific code. USB part is trivial, and the rest is not
shared anyway.

24 years agoFix various trivial warnings from LINT
phk [Sat, 28 Aug 1999 19:44:07 +0000 (19:44 +0000)]
Fix various trivial warnings from LINT

24 years agoPut a brief comment on a couple of #defines.
phk [Sat, 28 Aug 1999 19:21:36 +0000 (19:21 +0000)]
Put a brief comment on a couple of #defines.

24 years agoremove unused variables.
phk [Sat, 28 Aug 1999 19:21:03 +0000 (19:21 +0000)]
remove unused variables.

24 years ago#include <sys/queue.h>
phk [Sat, 28 Aug 1999 19:20:07 +0000 (19:20 +0000)]
#include <sys/queue.h>

24 years agoGet rid of the old XNS checksum code and implement it the IPX way.
jhay [Sat, 28 Aug 1999 18:21:55 +0000 (18:21 +0000)]
Get rid of the old XNS checksum code and implement it the IPX way.

PR: 13374
Submitted by: Boris Popov <bp@butya.kz>

24 years agoMerge missing changes from sys/i386/conf/GENERIC.
nyan [Sat, 28 Aug 1999 16:49:58 +0000 (16:49 +0000)]
Merge missing changes from sys/i386/conf/GENERIC.

24 years agoFix ordering.
nyan [Sat, 28 Aug 1999 16:20:53 +0000 (16:20 +0000)]
Fix ordering.

24 years ago- The old printer driver is renamed 'olpt'.
nyan [Sat, 28 Aug 1999 15:17:25 +0000 (15:17 +0000)]
- The old printer driver is renamed 'olpt'.
- Added the gdc driver.

24 years agoAdd source routing support.
lile [Sat, 28 Aug 1999 15:14:15 +0000 (15:14 +0000)]
Add source routing support.

24 years agoAdded MII bus support.
kato [Sat, 28 Aug 1999 15:04:27 +0000 (15:04 +0000)]
Added MII bus support.

Reminded by: phk

24 years agoIt is much easier to arp if you don't truncate your arp-reply's.
lile [Sat, 28 Aug 1999 14:57:12 +0000 (14:57 +0000)]
It is much easier to arp if you don't truncate your arp-reply's.
[affects token-ring only]

24 years agoWe don't need to pass the diskname argument all over the diskslice/label
phk [Sat, 28 Aug 1999 14:33:44 +0000 (14:33 +0000)]
We don't need to pass the diskname argument all over the diskslice/label
code, we can find the name from any convenient dev_t

24 years agoadd MAINTAINER for the kernel part of i4b
hm [Sat, 28 Aug 1999 13:35:00 +0000 (13:35 +0000)]
add MAINTAINER for the kernel part of i4b

24 years agoadd MAINTAINER to userland part of i4b
hm [Sat, 28 Aug 1999 13:32:15 +0000 (13:32 +0000)]
add MAINTAINER to userland part of i4b

24 years agoAlways set the MBR value. When you leave it uninitialized, it seems
jkh [Sat, 28 Aug 1999 12:10:13 +0000 (12:10 +0000)]
Always set the MBR value.  When you leave it uninitialized, it seems
like libdisk does bad things. :)

24 years agoThou shall do a make before commit.
n_hibma [Sat, 28 Aug 1999 11:52:12 +0000 (11:52 +0000)]
Thou shall do a make before commit.
[grmbl]
Fix duplicate elements in struct in previous commit.

24 years agoFix conflicts.
obrien [Sat, 28 Aug 1999 11:46:53 +0000 (11:46 +0000)]
Fix conflicts.
This brings rev 1.2 (-fformat-extensions) into EGCS 1.1.2.

24 years agoWe use device_set_desc_copy, so we do not need to free the copied text
n_hibma [Sat, 28 Aug 1999 11:35:36 +0000 (11:35 +0000)]
We use device_set_desc_copy, so we do not need to free the copied text
manually.

24 years agoShare more between FreeBSD and NetBSD
n_hibma [Sat, 28 Aug 1999 11:31:21 +0000 (11:31 +0000)]
Share more between FreeBSD and NetBSD

24 years agoFix conflicts.
obrien [Sat, 28 Aug 1999 11:27:19 +0000 (11:27 +0000)]
Fix conflicts.
This brings revs 1.{2,3} minus rev 1.4 into EGCS 1.1.2.

24 years agoUpdate the list of devices from NetBSD
n_hibma [Sat, 28 Aug 1999 09:39:54 +0000 (09:39 +0000)]
Update the list of devices from NetBSD

24 years agoAdd MAINTAINER and remove the unused COMPAT_LINUX and VM_STACK defines.
marcel [Sat, 28 Aug 1999 09:04:21 +0000 (09:04 +0000)]
Add MAINTAINER and remove the unused COMPAT_LINUX and VM_STACK defines.

24 years agoImplement the OSS_GETVERSION ioctl. The version returned can be changed through
marcel [Sat, 28 Aug 1999 08:43:03 +0000 (08:43 +0000)]
Implement the OSS_GETVERSION ioctl. The version returned can be changed through
the sysctl variable `compat.linux.oss_version'.

PR: 12917
Originator: Dean Lombardo <dlombardo@excite.com>