]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/log
FreeBSD/FreeBSD.git
25 years agoSubstantially update this to match reality. Also do a typo/facto pass over
Jordan K. Hubbard [Tue, 4 May 1999 23:27:07 +0000 (23:27 +0000)]
Substantially update this to match reality.  Also do a typo/facto pass over
Max's serial console instructions (this is good stuff, thanks Max!).

25 years agoClean up after another half-Danish.
Mike Smith [Tue, 4 May 1999 22:44:48 +0000 (22:44 +0000)]
Clean up after another half-Danish.

Add 'ad' as another known disk driver of the same kind as 'wd'.

25 years agoUse unit, not device_id as an argument to an old-style ISA interrupt
Doug Rabson [Tue, 4 May 1999 21:18:20 +0000 (21:18 +0000)]
Use unit, not device_id as an argument to an old-style ISA interrupt
handler. This fixes pnp interrupts and would have fixed pccard interrupts
but a workaround has been applied there.

This the sound driver problems which people have reported with new-bus.

25 years agoAdd procfs_rlimit.c so the kernel actually compiles.
Bill Fumerola [Tue, 4 May 1999 21:08:58 +0000 (21:08 +0000)]
Add procfs_rlimit.c so the kernel actually compiles.

PR: kern/11497
Submitted by: Jos Backus <jos.backus@nl.origin-it.com> (misordered patch)
Pointy Hat: phk, adrian

25 years agoMake `ed0' example match reality.
David E. O'Brien [Tue, 4 May 1999 21:04:01 +0000 (21:04 +0000)]
Make `ed0' example match reality.
Merge `ed1' and `ed2' examples as we don't ship with an `ed1' any more we
yet, the example of extra flags could be useful to someone.

25 years agoMake "\n" appear in cample C code.
Guy Helmer [Tue, 4 May 1999 21:03:22 +0000 (21:03 +0000)]
Make "\n" appear in cample C code.

PR: docs/10708

25 years agoFix the media selection for the 3c900B-FL 10baseFL adapter. It actually
Bill Paul [Tue, 4 May 1999 20:52:30 +0000 (20:52 +0000)]
Fix the media selection for the 3c900B-FL 10baseFL adapter. It actually
uses the AUI port with an on-board AUI to 10baseFL transceiver, not the
10baseT port like I had earlier suspected. The 3c900B-FL should be properly
supported now.

25 years agoUse Cd macro for SYNOPSIS.
Guy Helmer [Tue, 4 May 1999 20:49:12 +0000 (20:49 +0000)]
Use Cd macro for SYNOPSIS.

PR: docs/10495

25 years agoUse Cd macro instead of Em for SYNOPSIS, as do other section 4 pages.
Guy Helmer [Tue, 4 May 1999 20:42:26 +0000 (20:42 +0000)]
Use Cd macro instead of Em for SYNOPSIS, as do other section 4 pages.
Added $Id$.

PR: docs/10494

25 years agoAdd gensetdefs.8 man page.
Guy Helmer [Tue, 4 May 1999 20:31:28 +0000 (20:31 +0000)]
Add gensetdefs.8 man page.

PR: docs/10517
Submitted-by: Oliver Fromme <oliver.fromme@heim3.tu-clausthal.de>

25 years agowritev(2) can return EDESTADDRREQ when attempting to write to a
Guy Helmer [Tue, 4 May 1999 20:07:44 +0000 (20:07 +0000)]
writev(2) can return EDESTADDRREQ when attempting to write to a
UNIX domain socket on which connect(2) had been used to set a destination
address and the destination goes away.

PR: docs/10451

25 years agoAdd missing -A option to SYNOPSIS.
Guy Helmer [Tue, 4 May 1999 19:42:01 +0000 (19:42 +0000)]
Add missing -A option to SYNOPSIS.

PR: docs/10771

25 years agoDon't touch a path after we've free'd it.
Justin T. Gibbs [Tue, 4 May 1999 19:24:21 +0000 (19:24 +0000)]
Don't touch a path after we've free'd it.

25 years agoMention the special destination "default" for default routes. Fix a
Guy Helmer [Tue, 4 May 1999 18:41:32 +0000 (18:41 +0000)]
Mention the special destination "default" for default routes.  Fix a
couple of formatting bugs.

PR: docs/9960

25 years agoAdd missing parenthesis. Change "hardware block" to "SCSI logical block".
Guy Helmer [Tue, 4 May 1999 18:22:38 +0000 (18:22 +0000)]
Add missing parenthesis.  Change "hardware block" to "SCSI logical block".
While I'm here, fix dangling "to".

PR: docs/9940

25 years agoFix various bogons.
Poul-Henning Kamp [Tue, 4 May 1999 18:20:53 +0000 (18:20 +0000)]
Fix various bogons.

Submitted by: Rudolf Cejka <cejkar@dcse.fee.vutbr.cz>
Reviewed by: phk

25 years agoCorrect SYNOPSIS (remove args from synopsis that are actually arguments
Guy Helmer [Tue, 4 May 1999 18:12:49 +0000 (18:12 +0000)]
Correct SYNOPSIS (remove args from synopsis that are actually arguments
to flags).

PR: docs/9658

25 years agoIs there a limit to how stupid I can get?
Dag-Erling Smørgrav [Tue, 4 May 1999 18:03:59 +0000 (18:03 +0000)]
Is there a limit to how stupid I can get?

25 years agoShow "#include <machine/param.h>" in SYNOPSIS to get declaration of
Guy Helmer [Tue, 4 May 1999 17:59:29 +0000 (17:59 +0000)]
Show "#include <machine/param.h>" in SYNOPSIS to get declaration of
PAGE_SIZE for sys/shm.h.

PR: docs/8464

25 years agoNote the effect of close(2) on fcntl(2) record locks.
Guy Helmer [Tue, 4 May 1999 17:45:12 +0000 (17:45 +0000)]
Note the effect of close(2) on fcntl(2) record locks.

PR: docs/3522

25 years agoadded card1 and card2 to 'all' target.
Tatsumi Hosokawa [Tue, 4 May 1999 17:03:58 +0000 (17:03 +0000)]
added card1 and card2 to 'all' target.
(for machines with more than two PC-card slots)

25 years agoUninitialized variable. Do not assume certain endianess.
Luoqi Chen [Tue, 4 May 1999 16:59:42 +0000 (16:59 +0000)]
Uninitialized variable. Do not assume certain endianess.

25 years agoFree the dummynet descriptor in ip_dummynet, not in the called
Luigi Rizzo [Tue, 4 May 1999 16:20:33 +0000 (16:20 +0000)]
Free the dummynet descriptor in ip_dummynet, not in the called
routines. The descriptor contains parameters which could be used
within those routines (eg. ip_output() ).

On passing, add IPPROTO_PGM entry to netinet/in.h

25 years agoAdd a new section ``Tips for Serial Console Users''. (Previous
Masafumi Max NAKANE [Tue, 4 May 1999 15:57:09 +0000 (15:57 +0000)]
Add a new section ``Tips for Serial Console Users''.  (Previous
commit included the entry for this section in the Table of Contents
by mistake.)
Also, some typo fix.

25 years agoUnbreak slot_irq_handler(). The problem here is that slot_irq_handler()
Bill Paul [Tue, 4 May 1999 15:43:02 +0000 (15:43 +0000)]
Unbreak slot_irq_handler(). The problem here is that slot_irq_handler()
abuses its argument, which is supposed to be an integer unit number, as
a pointer to the head of the 'struct slot' list. When this code was
hacked^Wupdated for newbus, a new mechanism for registering slot_irq_handler()
was put in place and the significance of the unit number was overlooked.
When registering an interrupt, we have both device_id and unit. The unit
number is passed as 'unit' but /sys/i386/usa/intr_machdep.c:register_intr()
drops unit on the floor and uses device_id instead. Since pccard_alloc_intr()
always sets device_id to 0, this means the unit number is always zero, and
slot_irq_handler() is always called with 0, which becomes a NULL pointer
which slot_irq_handler() tries to dereference and the kernel explodes.

Result: if you assign a PCMCIA driver in the kernel config file like this:

device wi0 at isa? port? irq?

Then the system will panic the moment a PCMCIA device is attached and
an interrupt is triggered.

The quick fix: make pccard_alloc_intr() pass the unit number as both
the device_id and unit arguments to register_pcic_intr(). The correct fix
would be to rewrite /sys/pccard to be less disgusting.

25 years agoStyle fix: make the indentation consistent.
Masafumi Max NAKANE [Tue, 4 May 1999 15:33:38 +0000 (15:33 +0000)]
Style fix: make the indentation consistent.

25 years agoSpelling correction.
Guy Helmer [Tue, 4 May 1999 13:51:56 +0000 (13:51 +0000)]
Spelling correction.

PR: 10824

25 years agoReplace misused FE_D6_BBW with FE_D6_SBW.
KATO Takenori [Tue, 4 May 1999 12:59:59 +0000 (12:59 +0000)]
Replace misused FE_D6_BBW with FE_D6_SBW.

Submitted by: chi@bd.mbn.or.jp (Chiharu Shibata)
Reminded by: Takahashi Yoshihiro <nyan@dd.catv.ne.jp>

25 years agoAdd missing copyright.
Jordan K. Hubbard [Tue, 4 May 1999 12:58:56 +0000 (12:58 +0000)]
Add missing copyright.

25 years agoAdd "fire" screen saver.
Jordan K. Hubbard [Tue, 4 May 1999 12:23:32 +0000 (12:23 +0000)]
Add "fire" screen saver.

Submitted by: Brad Forschinger <retch@flag.blackened.net>

25 years agoFix typos.
Joseph Koshy [Tue, 4 May 1999 11:34:33 +0000 (11:34 +0000)]
Fix typos.

PR: docs/11485
Submitted by: Kazuo Horikawa <horikawa@jp.freebsd.org>

25 years agoAdd missing ``.''.
Brian Somers [Tue, 4 May 1999 10:56:13 +0000 (10:56 +0000)]
Add missing ``.''.

25 years agoGrab a char-major for dallas semiconductor one-wire bus.
Poul-Henning Kamp [Tue, 4 May 1999 10:48:22 +0000 (10:48 +0000)]
Grab a char-major for dallas semiconductor one-wire bus.

25 years agoforgot passing the right pointer to dst to dummynet_io().
Luigi Rizzo [Tue, 4 May 1999 09:26:12 +0000 (09:26 +0000)]
forgot passing the right pointer to dst to dummynet_io().
(-stable and releng2 were already safe).
Debugged-By: phk
25 years agoAdd AmbiCom Inc NIC
Brian Somers [Tue, 4 May 1999 08:39:11 +0000 (08:39 +0000)]
Add AmbiCom Inc NIC
Submitted by: Wes Peters <wes@softweyr.com>

25 years agoUse ``grep -w'' to prevent catching "pcic_pci"
Dima Ruban [Tue, 4 May 1999 08:34:55 +0000 (08:34 +0000)]
Use ``grep -w'' to prevent catching "pcic_pci"

25 years agoMake the type and map files claim 0 bytes size. Tar doesn't get confused
Poul-Henning Kamp [Tue, 4 May 1999 08:01:55 +0000 (08:01 +0000)]
Make the type and map files claim 0 bytes size.  Tar doesn't get confused
now, but doesn't store any data eiter.

I wonder if we shouldn't claim to be fifos instead...

25 years agoAdd even more () to CHECKIO which by now feels positively LISPish.
Poul-Henning Kamp [Tue, 4 May 1999 08:00:10 +0000 (08:00 +0000)]
Add even more () to CHECKIO which by now feels positively LISPish.

Submitted by: bde
Reviewed by: phk

25 years agoassorted dummynet cleanup:
Luigi Rizzo [Tue, 4 May 1999 07:30:08 +0000 (07:30 +0000)]
assorted dummynet cleanup:
 + plug an mbuf leak when dummynet used with bridging
 + make prototype of dummynet_io consistent with usage
 + code cleanup so that now bandwidth regulation is precise to the
   bit/s and not to (8*HZ) bit/s as before.

25 years agoDisable the ppc chipset-specific probes by default.
Mike Smith [Tue, 4 May 1999 00:15:15 +0000 (00:15 +0000)]
Disable the ppc chipset-specific probes by default.

25 years agoAdd sysctl descriptions to many SYSCTL_XXXs
Bill Fumerola [Mon, 3 May 1999 23:57:32 +0000 (23:57 +0000)]
Add sysctl descriptions to many SYSCTL_XXXs

PR: kern/11197
Submitted by: Adrian Chadd <adrian@FreeBSD.org>
Reviewed by: billf(spelling/style/minor nits)
Looked at by: bde(style)

25 years agoDescriptors can be delivered with short transfers.
Nick Hibma [Mon, 3 May 1999 23:21:28 +0000 (23:21 +0000)]
Descriptors can be delivered with short transfers.

25 years agoAdd a load of definitions
Nick Hibma [Mon, 3 May 1999 23:20:37 +0000 (23:20 +0000)]
Add a load of definitions

25 years agoRemove disconnected method
Nick Hibma [Mon, 3 May 1999 23:19:55 +0000 (23:19 +0000)]
Remove disconnected method

25 years agoReplace UE_GET_IN with UE_GET_DIR
Nick Hibma [Mon, 3 May 1999 23:19:32 +0000 (23:19 +0000)]
Replace UE_GET_IN with UE_GET_DIR
Remove freeind of description. Is done by subr_bus.c.

25 years agoReplace UE_GET_IN with UE_GET_DIR
Nick Hibma [Mon, 3 May 1999 23:18:11 +0000 (23:18 +0000)]
Replace UE_GET_IN with UE_GET_DIR

25 years agoChange '#if UKBD_DEBUG' to '#ifdef...'
Nick Hibma [Mon, 3 May 1999 23:16:05 +0000 (23:16 +0000)]
Change '#if UKBD_DEBUG' to '#ifdef...'

Remove freeing of description on detach. Is done by subr_bus.c.

25 years agoRemove double removal of children of a hub. (remove disconnected method)
Nick Hibma [Mon, 3 May 1999 23:14:46 +0000 (23:14 +0000)]
Remove double removal of children of a hub. (remove disconnected method)
This was introduced when merging a patch for the newbus people.

And change the debugging flag from USB_DEBUG to UHUB_DEBUG.

25 years agoAdd URL to HID spec
Nick Hibma [Mon, 3 May 1999 23:13:14 +0000 (23:13 +0000)]
Add URL to HID spec

25 years agoClean up parts of struct shared between NetBSD and FreeBSD
Nick Hibma [Mon, 3 May 1999 23:12:49 +0000 (23:12 +0000)]
Clean up parts of struct shared between NetBSD and FreeBSD

25 years agoClean up debugging output
Nick Hibma [Mon, 3 May 1999 23:11:41 +0000 (23:11 +0000)]
Clean up debugging output

25 years agoAll directory accesses must be made with NFS_DIRBLKSIZE chunks to avoid
Alan Cox [Mon, 3 May 1999 20:59:14 +0000 (20:59 +0000)]
All directory accesses must be made with NFS_DIRBLKSIZE chunks to avoid
confusing the directory read cookie cache.  The nfs_access implementation
for v2 mounts attempts to read from the directory if root is the user
so that root can't access cached files when the server remaps root
to some other user.

Submitted by: Doug Rabson <dfr@nlsystems.com>
Reviewed by: Matthew Dillon <dillon@apollo.backplane.com>

25 years agoGC some unused files from gdb and add them to the exclude list for future
Doug Rabson [Mon, 3 May 1999 20:50:12 +0000 (20:50 +0000)]
GC some unused files from gdb and add them to the exclude list for future
imports.

25 years agoAdd 3Com/Noteworthy 56k modem
Brian Somers [Mon, 3 May 1999 19:08:43 +0000 (19:08 +0000)]
Add 3Com/Noteworthy 56k modem
PR:       9187
Submitted by: Craig Leres <leres@ee.lbl.gov>
Requested by: Nathan Ahlstrom <nrahlstr@winternet.com>

25 years agoDocument NO_FORTRAN.
David E. O'Brien [Mon, 3 May 1999 17:54:59 +0000 (17:54 +0000)]
Document NO_FORTRAN.

25 years agoUpgrade firmware images Alteon's latest release (12.3.10). This fixes a
Bill Paul [Mon, 3 May 1999 17:44:53 +0000 (17:44 +0000)]
Upgrade firmware images Alteon's latest release (12.3.10). This fixes a
bug in the stats accounting (nicSendBDs counter was bogus when TX ring was
configured to be in host memory).

Update if_tireg.h to look for new firmware fix level.

25 years agoUnbreak my previous commit
Gary Palmer [Mon, 3 May 1999 17:42:34 +0000 (17:42 +0000)]
Unbreak my previous commit

25 years agoCreate share/man8/alpha
Gary Palmer [Mon, 3 May 1999 17:23:52 +0000 (17:23 +0000)]
Create share/man8/alpha

Forgotten By: obrien

25 years agotemporary workaround for bin/11464
Matt Jacob [Mon, 3 May 1999 13:53:16 +0000 (13:53 +0000)]
temporary workaround for bin/11464

25 years agoActivate pccardc.8.
Jun Kuriyama [Mon, 3 May 1999 11:20:15 +0000 (11:20 +0000)]
Activate pccardc.8.

25 years agoDon't deref a NULL mem_range_softc.mr_op pointer on non-MTRR systems when
Peter Wemm [Mon, 3 May 1999 09:47:53 +0000 (09:47 +0000)]
Don't deref a NULL mem_range_softc.mr_op pointer on non-MTRR systems when
starting the AP.

25 years agoChanges to support diskless booting on the alpha:
Doug Rabson [Mon, 3 May 1999 09:36:29 +0000 (09:36 +0000)]
Changes to support diskless booting on the alpha:
* Make the network code in the bootstrap more chatty (helps debugging)
* Add nfs root stuff to cpu_rootconf(). I also added a check to make sure
  it really was netbooting which allows the use of the same kernel for local
  and network boots.
* Tweak the de driver so that it takes the speed setting from the console
  for the alpha (some PWSs have broken de chipsets). This is the same
  behaviour as NetBSD/alpha.

Submitted by: Andrew Gallatin <gallatin@cs.duke.edu>

25 years agoAdd an additional probe, hopefully allowing me to distinguish
Brian Somers [Mon, 3 May 1999 09:32:31 +0000 (09:32 +0000)]
Add an additional probe, hopefully allowing me to distinguish
between the PC/Xi and PC/Xem boards.  Now all I need is for
someone with a PC/Xem to tell me what the probe says....

25 years agoCorrect typos.
Joseph Koshy [Mon, 3 May 1999 08:32:45 +0000 (08:32 +0000)]
Correct typos.

PR: docs/11445
Submitted by: Kazuo Horikawa <horikawa@jp.freebsd.org>

25 years agoCorrect misuse of .Nm.
Joseph Koshy [Mon, 3 May 1999 07:25:50 +0000 (07:25 +0000)]
Correct misuse of .Nm.

PR: docs/11449
Submitted by: Kazuo Horikawa <horikawa@jp.freebsd.org>

25 years agoRound two of MetBSD games merges.
Steve Price [Mon, 3 May 1999 02:08:31 +0000 (02:08 +0000)]
Round two of MetBSD games merges.

Submitted by: Stephen J. Roznowski <sjr@home.net>

25 years agoClarify when the user gets a prompt for the old password, and that
Greg Lehey [Mon, 3 May 1999 00:56:05 +0000 (00:56 +0000)]
Clarify when the user gets a prompt for the old password, and that
passwords are not echoed.

Get quotes right in troff.

25 years agoThe VFS/BIO subsystem contained a number of hacks in order to optimize
Alan Cox [Sun, 2 May 1999 23:57:16 +0000 (23:57 +0000)]
The VFS/BIO subsystem contained a number of hacks in order to optimize
piecemeal, middle-of-file writes for NFS.  These hacks have caused no
end of trouble, especially when combined with mmap().  I've removed
them.  Instead, NFS will issue a read-before-write to fully
instantiate the struct buf containing the write.  NFS does, however,
optimize piecemeal appends to files.  For most common file operations,
you will not notice the difference.  The sole remaining fragment in
the VFS/BIO system is b_dirtyoff/end, which NFS uses to avoid cache
coherency issues with read-merge-write style operations.  NFS also
optimizes the write-covers-entire-buffer case by avoiding the
read-before-write.  There is quite a bit of room for further
optimization in these areas.

The VM system marks pages fully-valid (AKA vm_page_t->valid =
VM_PAGE_BITS_ALL) in several places, most noteably in vm_fault.  This
is not correct operation.  The vm_pager_get_pages() code is now
responsible for marking VM pages all-valid.  A number of VM helper
routines have been added to aid in zeroing-out the invalid portions of
a VM page prior to the page being marked all-valid.  This operation is
necessary to properly support mmap().  The zeroing occurs most often
when dealing with file-EOF situations.  Several bugs have been fixed
in the NFS subsystem, including bits handling file and directory EOF
situations and buf->b_flags consistancy issues relating to clearing
B_ERROR & B_INVAL, and handling B_DONE.

getblk() and allocbuf() have been rewritten.  B_CACHE operation is now
formally defined in comments and more straightforward in
implementation.  B_CACHE for VMIO buffers is based on the validity of
the backing store.  B_CACHE for non-VMIO buffers is based simply on
whether the buffer is B_INVAL or not (B_CACHE set if B_INVAL clear,
and vise-versa).  biodone() is now responsible for setting B_CACHE
when a successful read completes.  B_CACHE is also set when a bdwrite()
is initiated and when a bwrite() is initiated.  VFS VOP_BWRITE
routines (there are only two - nfs_bwrite() and bwrite()) are now
expected to set B_CACHE.  This means that bowrite() and bawrite() also
set B_CACHE indirectly.

There are a number of places in the code which were previously using
buf->b_bufsize (which is DEV_BSIZE aligned) when they should have
been using buf->b_bcount.  These have been fixed.  getblk() now clears
B_DONE on return because the rest of the system is so bad about
dealing with B_DONE.

Major fixes to NFS/TCP have been made.  A server-side bug could cause
requests to be lost by the server due to nfs_realign() overwriting
other rpc's in the same TCP mbuf chain.  The server's kernel must be
recompiled to get the benefit of the fixes.

Submitted by: Matthew Dillon <dillon@apollo.backplane.com>

25 years agotimestamp:
Greg Lehey [Sun, 2 May 1999 22:23:18 +0000 (22:23 +0000)]
timestamp:
  Assign explicit variable for sec to get it to compile on Alpha.

Submitted by: dfr

25 years agoSet ifq_maxlen to default value. (This should be safe, it's not clear
Peter Wemm [Sun, 2 May 1999 22:01:24 +0000 (22:01 +0000)]
Set ifq_maxlen to default value.  (This should be safe, it's not clear
if there's benefit to setting it to the exact amount, it appears the
card has 32K of ram, and 8K is used for outgoing packets, that would
be something like a queue limit of 5 packets.  I don't think that's
useful...)

PR: 11456
Submitted by: Stephen J. Roznowski <sjr@home.net>

25 years agoAdd driver for the Iomega Zip 100 drive.
Nick Hibma [Sun, 2 May 1999 21:54:05 +0000 (21:54 +0000)]
Add driver for the Iomega Zip 100 drive.

25 years agoSigh, serves me right for committing without reading the followups. :-]
Peter Wemm [Sun, 2 May 1999 21:53:28 +0000 (21:53 +0000)]
Sigh, serves me right for committing without reading the followups. :-]
The whole thing (mpu_config etc) is dead code.

PR: 11411 (followup)
Pointed out by: "Daniel C. Sobral" <dcs@newsguy.com>

25 years agoChange e-mail address
Nick Hibma [Sun, 2 May 1999 21:52:15 +0000 (21:52 +0000)]
Change e-mail address

25 years agoOperator precedence bug
Peter Wemm [Sun, 2 May 1999 21:51:17 +0000 (21:51 +0000)]
Operator precedence bug

PR: 11411
Submitted by: Christopher Peterson <cpeterso@cs.washington.edu>

25 years agoOperator precedence bug
Peter Wemm [Sun, 2 May 1999 21:46:31 +0000 (21:46 +0000)]
Operator precedence bug

PR: 11415
Submitted by: Christopher Peterson <cpeterso@cs.washington.edu>

25 years agoOperator precedence (nit: in #if 0 code) bug.
Peter Wemm [Sun, 2 May 1999 21:45:31 +0000 (21:45 +0000)]
Operator precedence (nit: in #if 0 code) bug.
PR: 11413
Submitted by: Christopher Peterson <cpeterso@cs.washington.edu>

25 years agoTypo: if (mpu_config = NULL) -> if (mpu_config != NULL)
Peter Wemm [Sun, 2 May 1999 21:43:20 +0000 (21:43 +0000)]
Typo:  if (mpu_config = NULL) -> if (mpu_config != NULL)

PR: 11411
Submitted by: Christopher Peterson <cpeterso@cs.washington.edu>

25 years agoOperator precedence bug
Peter Wemm [Sun, 2 May 1999 21:41:20 +0000 (21:41 +0000)]
Operator precedence bug

PR: 11410
Submitted by: Christopher Peterson <cpeterso@cs.washington.edu>

25 years agos/size == 0;/size = 0;/
Peter Wemm [Sun, 2 May 1999 21:39:52 +0000 (21:39 +0000)]
s/size == 0;/size = 0;/

PR: 11409
Submitted by: Christopher Peterson <cpeterso@cs.washington.edu>

25 years ago_G_USING_THUNKS probably applies to a.out too.
David E. O'Brien [Sun, 2 May 1999 21:22:50 +0000 (21:22 +0000)]
_G_USING_THUNKS probably applies to a.out too.
(well we define DEFAULT_VTABLE_THUNKS=1 for G++ in the a.out case, so it seems
likely)

Submitted by: jdp

25 years agoMake this compile with CY_PCI_FASTINTR again.
Peter Wemm [Sun, 2 May 1999 20:42:13 +0000 (20:42 +0000)]
Make this compile with CY_PCI_FASTINTR again.

25 years agoAttempt to make the sound driver recompile, at least for LINT which has
Peter Wemm [Sun, 2 May 1999 20:40:28 +0000 (20:40 +0000)]
Attempt to make the sound driver recompile, at least for LINT which has
the sscape/trix driver active, which (for some reason) disables the
mpu401 driver, causing an undefined reference to mpuintr.  This was broken
with rev 1.79 (part of the PC98 nss driver commit).

25 years agoDisable FDC_YE - it's broken at present (breaking LINT) and awaiting some
Peter Wemm [Sun, 2 May 1999 20:38:08 +0000 (20:38 +0000)]
Disable FDC_YE - it's broken at present (breaking LINT) and awaiting some
pccard fixups.
Make DEVFS compile, it breaks LINT.

25 years agoThese two drivers have not been converted for newbus eisa yet.
Peter Wemm [Sun, 2 May 1999 20:35:44 +0000 (20:35 +0000)]
These two drivers have not been converted for newbus eisa yet.

25 years agoDisable second declaration of oltr0 - the first one (intended for isa) will
Peter Wemm [Sun, 2 May 1999 20:34:06 +0000 (20:34 +0000)]
Disable second declaration of oltr0 - the first one (intended for isa) will
cause the device to be found on all busses, including pci.

25 years agoRemove old bmake framework for gdb. It has moved to live next to binutils.
Doug Rabson [Sun, 2 May 1999 19:51:47 +0000 (19:51 +0000)]
Remove old bmake framework for gdb. It has moved to live next to binutils.

25 years ago* Merge gdb/doc/Makefile into binutils/doc/Makefile
Doug Rabson [Sun, 2 May 1999 19:50:18 +0000 (19:50 +0000)]
* Merge gdb/doc/Makefile into binutils/doc/Makefile
* Update build for gdbserver and gdbreplay to work under binutils
* Fix gdbserver to use PT_GETREGS etc to access registers, removing the
  dependancy on the u-area.
* Make gdbserver work on the alpha.

25 years agoDocument another (less-virulent) CRLF-related bug.
Tim Vanderhoek [Sun, 2 May 1999 18:17:23 +0000 (18:17 +0000)]
Document another (less-virulent) CRLF-related bug.

25 years agoLittle fix in previous: watch NUL-termination.
Dmitrij Tejblum [Sun, 2 May 1999 17:44:16 +0000 (17:44 +0000)]
Little fix in previous: watch NUL-termination.

25 years agoInstall boot.config with `-P' in it in the i386 boot floppy.
Masafumi Max NAKANE [Sun, 2 May 1999 17:43:45 +0000 (17:43 +0000)]
Install boot.config with `-P' in it in the i386 boot floppy.

Also, let the bigboot floppy to have /boot/loader.rc with
  echo \007\007
  autoboot 10

25 years agoNew translation of pccardc.8.
Jun Kuriyama [Sun, 2 May 1999 16:33:13 +0000 (16:33 +0000)]
New translation of pccardc.8.

Obtained from: PAO (written in Japanese)
Reviewed by: bsd-nomads@clave.gr.jp
freebsd-mobile@freebsd.org
Randy Bush <randy@psg.com>
Bill Trost <trost@grey.cloud.rain.com>
Bruce Campbell <bc@apnic.net>

25 years agoFreeBSD-3.0 is a snapshot from -current, while 3.1 and 3.2
Wolfram Schneider [Sun, 2 May 1999 16:23:53 +0000 (16:23 +0000)]
FreeBSD-3.0 is a snapshot from -current, while 3.1 and 3.2
are from 3.x-stable which was branched quite some time after 3.0-release
(about Jan 15 if I recall correctly).

----> FreeBSD-3.0-----\----- FreeBSD-4.x-current -----....
                       \
                     3.x-stable ----> 3.1 ---> 3.2 ....

Submitted by: peter

25 years agoEnable gdb on the alpha.
Doug Rabson [Sun, 2 May 1999 16:11:43 +0000 (16:11 +0000)]
Enable gdb on the alpha.

25 years agoResurrect a file for alpha support in GDB and add some minor FreeBSD tweaks.
Doug Rabson [Sun, 2 May 1999 16:08:02 +0000 (16:08 +0000)]
Resurrect a file for alpha support in GDB and add some minor FreeBSD tweaks.

Magic wand waved by: Peter Wemm <peter@netplex.com.au>

25 years agoSpace typos from last commit.
Wolfram Schneider [Sun, 2 May 1999 15:40:49 +0000 (15:40 +0000)]
Space typos from last commit.

Added upcoming releases FreeBSD 3.2, NetBSD 1.3, OpenBSD 2.5

NetBSD 1.2.1 is a patch release of NetBSD 1.2 (a branch of 1.2)
NetBSD 1.3.1, 1.3.2, 1.3.3 are a patch release of NetBSD 1.3 (a branch of 1.3).

FreeBSD 3.0, FreeBSD 3.1 and FreeBSD 3.2 are a releases
from the 3.0-stable branch.

Added FreeBSD 4.0-current.

Added FreeBSD 3.1 release date.

25 years agoDelete parts of gdb which are now shared with binutils.
Doug Rabson [Sun, 2 May 1999 15:34:14 +0000 (15:34 +0000)]
Delete parts of gdb which are now shared with binutils.

25 years agoSystem Perl is now 5.00503! There is support for threads, but this is
Mark Murray [Sun, 2 May 1999 15:29:56 +0000 (15:29 +0000)]
System Perl is now 5.00503! There is support for threads, but this is
not currently enabled. Thread-boffins are welcome to send me patches.

25 years agoPerl moves up a maintenance version.
Mark Murray [Sun, 2 May 1999 15:25:40 +0000 (15:25 +0000)]
Perl moves up a maintenance version.

25 years agoPerl is moving up a maintenance version.
Mark Murray [Sun, 2 May 1999 15:23:55 +0000 (15:23 +0000)]
Perl is moving up a maintenance version.

While I'm here - reorder crypto directories to better support
dependancies. Perl and others like it better that way.

25 years agoMerge conflicts. More elegant improvements will follow in a couple
Mark Murray [Sun, 2 May 1999 15:18:32 +0000 (15:18 +0000)]
Merge conflicts. More elegant improvements will follow in a couple
of days.