]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/log
FreeBSD/FreeBSD.git
24 years agoDo not start/stop DMA transfer if it is already started/stopped.
tanimura [Mon, 3 Jan 2000 05:26:12 +0000 (05:26 +0000)]
Do not start/stop DMA transfer if it is already started/stopped.

24 years ago- Handle an interrupt for csa primarily in the bridge driver,
tanimura [Mon, 3 Jan 2000 02:51:16 +0000 (02:51 +0000)]
- Handle an interrupt for csa primarily in the bridge driver,
  then invoke the children. As the value of HISR can be read
  only once, pass the HISR to the children via struct
  csa_bridgeinfo, stored in the ivars of them.
- Clear the contents of serial FIFO upon stopping the DMA for
  playing. This may eliminate buzz on playing. Experimental.

24 years agoDidn't get these PREFIX specifiers removed with Makefile.inc rev 1.48.
obrien [Sun, 2 Jan 2000 22:57:34 +0000 (22:57 +0000)]
Didn't get these PREFIX specifiers removed with Makefile.inc rev 1.48.

Submitted by: marcel

24 years agoThe issue fixed in revision 1.88 was raised by
obrien [Sun, 2 Jan 2000 21:36:22 +0000 (21:36 +0000)]
The issue fixed in revision 1.88 was raised by
Gerard Roudier <groudier@club-internet.fr>

24 years ago.Xr pkg_version 1
hoek [Sun, 2 Jan 2000 17:55:03 +0000 (17:55 +0000)]
.Xr pkg_version 1

24 years agoDon't allow mounting (or mounting R/W) of filesystems with unsupported
bde [Sun, 2 Jan 2000 17:40:02 +0000 (17:40 +0000)]
Don't allow mounting (or mounting R/W) of filesystems with unsupported
features (except for file types in directory entries, which will be
supported soon).

Centralized the magic number and compatibility checking.

Dropped support for ancient (pre-0.2b) filesystems, as in the Linux
version.  Our "support" consisted of printing more details in the error
message before failing at mount time.

24 years agoMove the "sti" instruction to right before the "hlt" to close a tiny
phk [Sun, 2 Jan 2000 15:18:12 +0000 (15:18 +0000)]
Move the "sti" instruction to right before the "hlt" to close a tiny
race condition.

Obtained from: bde and/or obrien

24 years agoReturn ENXIO if there is no device.
phk [Sun, 2 Jan 2000 15:16:17 +0000 (15:16 +0000)]
Return ENXIO if there is no device.

24 years agoSince this has left the vendor branch, sort this incredably disorganized
obrien [Sun, 2 Jan 2000 11:13:23 +0000 (11:13 +0000)]
Since this has left the vendor branch, sort this incredably disorganized
manpage.

24 years agoFix the mess with signed/unsigned longs and ints (inspired by bde).
bp [Sun, 2 Jan 2000 03:30:42 +0000 (03:30 +0000)]
Fix the mess with signed/unsigned longs and ints (inspired by bde).
Fix potential bug with directory reading.
Explicitly limit file size to 4GB (msdos can't handle larger files).
Slightly reorganize msdosfs_read() to reduce number of 'if's.

24 years ago- remove trace of libkvm. It is not used at all.
roberto [Sat, 1 Jan 2000 23:58:01 +0000 (23:58 +0000)]
- remove trace of libkvm. It is not used at all.
- reorganise the Makefiles: the order of variables was not the usual one.

Explained gently by: bde

24 years agorevert buffer size to 64k
cg [Sat, 1 Jan 2000 21:50:20 +0000 (21:50 +0000)]
revert buffer size to 64k

24 years agoUpdate to y2k.
imp [Sat, 1 Jan 2000 17:57:20 +0000 (17:57 +0000)]
Update to y2k.

24 years agoMerged changes in ext2_fs.h between Linux 1.2.2 and Linux 2.3.35. The
bde [Sat, 1 Jan 2000 17:39:21 +0000 (17:39 +0000)]
Merged changes in ext2_fs.h between Linux 1.2.2 and Linux 2.3.35.  The
main changes are:
- many things are more dynamic; e.g., the inode size is a new parameter
  in the superblock instead of a constant.
- extensions are controlled by new flags in the superblock.
- directory entries may have a file type field.
These changes are not used yet, except for a spelling change which affects
ext2_cnv.c

24 years agoMerged cosmetic changes from the initial import on the vendor branch
bde [Sat, 1 Jan 2000 16:26:43 +0000 (16:26 +0000)]
Merged cosmetic changes from the initial import on the vendor branch
(mainly things that were lost or misformatted in a different way by
moving them to ext2_fs_i.h and back, and ifdefs for user mode that
were excessively edited).

24 years agoAdded missing DPADD's. Removed unrequired SRCS's.
joe [Sat, 1 Jan 2000 15:44:11 +0000 (15:44 +0000)]
Added missing DPADD's.  Removed unrequired SRCS's.

Obtained from: bde

24 years agoRemoved bogus dependancy on libutil.
joe [Sat, 1 Jan 2000 15:40:40 +0000 (15:40 +0000)]
Removed bogus dependancy on libutil.

Noticed by: bde

24 years ago- Add device entry for the next generation of C1010 device
groudier [Sat, 1 Jan 2000 15:24:44 +0000 (15:24 +0000)]
- Add device entry for the next generation of C1010 device
  (pci dev_id 0x21).
- Start the SCRIPTS processor without resetting the SCSI BUS
  at initialization.
- Remove the "Host adapter CCB chain" (got useless given the
  new queuing scheme).
- Display correctly the state of SCSI signals, when SCSI BUS
  looks bad.
- Cosmetic changes in messages printed out at initialization.
- Notifications and messages on RESET conditions slightly
  reworked.
- TEKRAM 24C16 NVRAM support fixed (also reported ok).

24 years agoUse an ifdef in ext2_fs.h instead of a bogus separate file (ext2_fs_i.h)
bde [Sat, 1 Jan 2000 14:43:20 +0000 (14:43 +0000)]
Use an ifdef in ext2_fs.h instead of a bogus separate file (ext2_fs_i.h)
to avoid the namespace problems caused by <ufs/ufs/inode.h> #defining
i_mode, etc.

ext2_fs_i.h had nothing to do with the Linux version.  It was a small
part of the Linux version of ext2_fs.h (the part that declares extra
in-core fields for an inode).  We don't need it because we use the
ufs in-core inode for the extra fields.

24 years agoRemove duplicated extern.
bp [Sat, 1 Jan 2000 14:21:31 +0000 (14:21 +0000)]
Remove duplicated extern.

Submitted by: Nathan Ahlstrom <nrahlstr@winternet.com>

24 years agoUpdated/corrected the list of GPL'ed files.
bde [Sat, 1 Jan 2000 11:27:50 +0000 (11:27 +0000)]
Updated/corrected the list of GPL'ed files.

24 years agoThis file is not used directly. The small parts of it that are used were
bde [Sat, 1 Jan 2000 11:17:28 +0000 (11:17 +0000)]
This file is not used directly.  The small parts of it that are used were
merged into ext2_vfsops.c in rev.1.1.  This broke both merging from the
vendor branch and the non-GPL'ed-ness of ext2_vfsops.c.

24 years agoThis file is not used directly. It was merged into ext2_linux_balloc.c
bde [Sat, 1 Jan 2000 11:11:13 +0000 (11:11 +0000)]
This file is not used directly.  It was merged into ext2_linux_balloc.c
in rev.1.1.

24 years agoThis commit was generated by cvs2svn to compensate for changes in r55289,
bde [Sat, 1 Jan 2000 11:05:19 +0000 (11:05 +0000)]
This commit was generated by cvs2svn to compensate for changes in r55289,
which included commits to RCS files with non-trunk default branches.

24 years agoImport the Linux ext2fs files that our GPL'ed ext2fs files seem to be
bde [Sat, 1 Jan 2000 11:05:19 +0000 (11:05 +0000)]
Import the Linux ext2fs files that our GPL'ed ext2fs files seem to be
based on.

Obtained from: Linux 1.2.2 distribution

24 years agoCorrect the delay durations as in the sample sources provided by Crystal Semiconductor.
tanimura [Sat, 1 Jan 2000 09:07:03 +0000 (09:07 +0000)]
Correct the delay durations as in the sample sources provided by Crystal Semiconductor.

24 years agoBackout the prev. commit. It's a bad idea to make-up terms. I believe
hoek [Fri, 31 Dec 1999 21:27:02 +0000 (21:27 +0000)]
Backout the prev. commit.  It's a bad idea to make-up terms.  I believe
there is no good solution here.

Set-on-the-straight-and-narrow by: bde

24 years agoFix typos
ru [Fri, 31 Dec 1999 12:20:17 +0000 (12:20 +0000)]
Fix typos

24 years ago/etc -> /etc/mail
ache [Fri, 31 Dec 1999 08:03:27 +0000 (08:03 +0000)]
/etc -> /etc/mail

24 years agoFill in the blanks for some of the Texas Instruments cardbus controllers.
billf [Fri, 31 Dec 1999 07:22:24 +0000 (07:22 +0000)]
Fill in the blanks for some of the Texas Instruments cardbus controllers.

Obtained from: NetBSD (syssrc/sys/dev/pci/pcidevs)

24 years agoAdd and active the manual page for /etc/sysctl.conf.
chris [Fri, 31 Dec 1999 02:08:37 +0000 (02:08 +0000)]
Add and active the manual page for /etc/sysctl.conf.

24 years agoRecognize the CSC0101 ID for the Thinkpad series.
peter [Thu, 30 Dec 1999 20:07:20 +0000 (20:07 +0000)]
Recognize the CSC0101 ID for the Thinkpad series.

PR: 15633
Submitted by: gibbs

24 years agoAttach the CS4610 PCI / CS4239 setup in isa compatability mode as CSC0100.
peter [Thu, 30 Dec 1999 20:04:11 +0000 (20:04 +0000)]
Attach the CS4610 PCI / CS4239 setup in isa compatability mode as CSC0100.
The PCI component is non-AC97 apparently.

PR: 15632
Submitted by: gibbs

24 years agoThis is the stock 2.3 file. Since someone majorly SPAMMED the
ru [Thu, 30 Dec 1999 19:30:26 +0000 (19:30 +0000)]
This is the stock 2.3 file.  Since someone majorly SPAMMED the
repository by NOT vendor importing the virgin 2.0 sources, CVS
had no idea what to do here.

24 years agoPrevent kernel panic at ifconfig up after Note PC resume.
shin [Thu, 30 Dec 1999 18:29:55 +0000 (18:29 +0000)]
Prevent kernel panic at ifconfig up after Note PC resume.

Submitted by: imp, kuriyama
Reviewed by: imp

24 years agoMake fsck(8) do a MNT_RELOAD after cleaning for all read-only mounted
peter [Thu, 30 Dec 1999 16:32:40 +0000 (16:32 +0000)]
Make fsck(8) do a MNT_RELOAD after cleaning for all read-only mounted
filesystems, not just for the root fs.

Reviewed by: mckusick
Submitted by: Paul Saab <ps@yahoo-inc.com>

24 years agoAdd the userland commands to SEE ALSO.
obrien [Thu, 30 Dec 1999 16:27:05 +0000 (16:27 +0000)]
Add the userland commands to SEE ALSO.

24 years agoImplement scrollback for pcvt based on code submitted by
hm [Thu, 30 Dec 1999 16:17:11 +0000 (16:17 +0000)]
Implement scrollback for pcvt based on code submitted by
Aaron Campbell <aaron@cs.dal.ca>.

Use SHIFT-PgUp and SHIFT-PgDn to scroll back and forward.

Aarons original code was enhanced to have a separate scrollbuffer
for every virtual terminal and to preserve the screen contents
when switching screen sizes.

The scrollbuffer size is currently fixed at 8 pages but this
will be made configurable through the use of scon(1) in the
near future.

For pcvt_kbd.h, a longstanding compiler warning was fixed by
using excessive backetizing of the key2ascii[] table.

24 years agoIncrease M_MAXLEN from 2048 - sizeof struct mbuf to
brian [Thu, 30 Dec 1999 13:27:15 +0000 (13:27 +0000)]
Increase M_MAXLEN from 2048 - sizeof struct mbuf to
4096 - sizeof struct mbuf, and set MAX_MRU and MAX_MTU
back to 2048.

2048 is big enough as an MTU/MRU, but we need to be able
to allocate larger mbufs after reassembling IP fragments.

24 years agoRetire stat_flags.c; it's now in libutil.
joe [Thu, 30 Dec 1999 13:23:34 +0000 (13:23 +0000)]
Retire stat_flags.c;  it's now in libutil.

24 years agoMoved flags_to_string and string_to_flags into libutil. It's used in
joe [Thu, 30 Dec 1999 13:15:15 +0000 (13:15 +0000)]
Moved flags_to_string and string_to_flags into libutil.  It's used in
many places nowadays.

24 years agodes@FreeBDS.org => des@FreeBSD.org, and fix a small grammo.
hoek [Thu, 30 Dec 1999 13:01:07 +0000 (13:01 +0000)]
des@FreeBDS.org => des@FreeBSD.org, and fix a small grammo.

24 years agousbd.conf is in section 5, not 8.
kuriyama [Thu, 30 Dec 1999 10:46:08 +0000 (10:46 +0000)]
usbd.conf is in section 5, not 8.

24 years agoGrrrr... This was supoosed to go with the commit to kerberosIV/.../libroken's
markm [Thu, 30 Dec 1999 10:31:21 +0000 (10:31 +0000)]
Grrrr... This was supoosed to go with the commit to kerberosIV/.../libroken's
Makefile.

Fix make world by building appropriate build-tools.

Submitted by:  marcel

24 years agoBuild some more build-toold so that "make world" works for the
markm [Thu, 30 Dec 1999 10:21:54 +0000 (10:21 +0000)]
Build some more build-toold so that "make world" works for the
KerberosIV case.
Submitted by: marcel

24 years agoDon't forget the 'stripe' and 'mirror' keywords when we turn debugging
grog [Thu, 30 Dec 1999 07:13:22 +0000 (07:13 +0000)]
Don't forget the 'stripe' and 'mirror' keywords when we turn debugging
off.

Reported-by: ppyy <ppyy@bentium.com>

24 years agoGo ahead and take these off the vendor branch as Gerard Roudier is now
obrien [Thu, 30 Dec 1999 06:19:10 +0000 (06:19 +0000)]
Go ahead and take these off the vendor branch as Gerard Roudier is now
a committer and will be maintaining these in the usual manner.

Add $FreeBSD$'s to get them off on the right foot.

24 years agoHonestly, really, really add a manpage for gasp.
obrien [Thu, 30 Dec 1999 04:48:17 +0000 (04:48 +0000)]
Honestly, really, really add a manpage for gasp.

24 years agoAdd a manpage for gasp.
obrien [Thu, 30 Dec 1999 04:46:38 +0000 (04:46 +0000)]
Add a manpage for gasp.

24 years agoFix KERNEL vs _KERNEL spammage.
billf [Thu, 30 Dec 1999 04:12:36 +0000 (04:12 +0000)]
Fix KERNEL vs _KERNEL spammage.

Submitted by: Paul Saab <paul@mu.org>

24 years agomake ess cards use a 64k buffer again, by implementing esschan_init()
cg [Thu, 30 Dec 1999 04:04:43 +0000 (04:04 +0000)]
make ess cards use a 64k buffer again, by implementing esschan_init()

24 years agoAdd a few missing #includes
brian [Thu, 30 Dec 1999 03:40:29 +0000 (03:40 +0000)]
Add a few missing #includes

24 years agoCorrect usages of getuid() and geteuid()
brian [Thu, 30 Dec 1999 03:36:11 +0000 (03:36 +0000)]
Correct usages of getuid() and geteuid()

Pointed out by: billf

24 years agoChange error message make sense and add a missing
mjacob [Thu, 30 Dec 1999 02:32:13 +0000 (02:32 +0000)]
Change error message make sense and add a missing
periph_release on a failed open so that the periph
dtor for it will get called when we deallocate the
instance from targioctl.

24 years agoProvide some verbage for FreeBSD's list of categories.
steve [Wed, 29 Dec 1999 23:13:56 +0000 (23:13 +0000)]
Provide some verbage for FreeBSD's list of categories.

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

24 years agoRestore this driver to a working state. The control device has
mjacob [Wed, 29 Dec 1999 22:55:01 +0000 (22:55 +0000)]
Restore this driver to a working state. The control device has
to be created at init time. The unit devices are created at
ctor when new instances are created and bound and destroyed
when that instance is closed. As such, there is just s single
static control dev_t for this driver (the per-unit dev_t's are
still in the softc).

When we have decommissionable periph drivers, a destroy_device
on the control device will have to called.

24 years agoThe '-' character in chat scripts should only be escaped
brian [Wed, 29 Dec 1999 22:32:11 +0000 (22:32 +0000)]
The '-' character in chat scripts should only be escaped
twice (since the parsing routines were fixed).

24 years agoMention that it's only necessary to escape the '-' in chat scripts
brian [Wed, 29 Dec 1999 22:31:10 +0000 (22:31 +0000)]
Mention that it's only necessary to escape the '-' in chat scripts
twice (once for the arg parsing and once to make it a normal character).
Make the man page example consistent.

Reminded by: Bryan Liesner <bleez@netaxs.com>

24 years agoEscape the ':' so that is actually makes it into the double quotes.
steve [Wed, 29 Dec 1999 22:22:32 +0000 (22:22 +0000)]
Escape the ':' so that is actually makes it into the double quotes.

PR: 15775
Submitted by: Martin Kammerhofer <mkamm@gmx.net>

24 years agoSince /etc/sendmail.cf got moved to /etc/mail/sendmail.cf, a 'make world'
peter [Wed, 29 Dec 1999 18:56:55 +0000 (18:56 +0000)]
Since /etc/sendmail.cf got moved to /etc/mail/sendmail.cf, a 'make world'
would leave you with a broken sendmail and local mail loss.
This evil hack moves sendmail.cf from the old location to the new one (if
required) at install time.

24 years agoPreempt one brucification - I was missing a ${DESTDIR}. I hate merging
peter [Wed, 29 Dec 1999 18:51:36 +0000 (18:51 +0000)]
Preempt one brucification - I was missing a ${DESTDIR}.  I hate merging
two sets of changes from different trees.

24 years agoAdd mailwrapper. It redirects to sendmail by default, but you can
peter [Wed, 29 Dec 1999 18:44:06 +0000 (18:44 +0000)]
Add mailwrapper.  It redirects to sendmail by default, but you can
point /usr/sbin/sendmail to any mailer of your choice with the
/etc/mail/mailer.conf config file.

24 years agoInstall sendmail in it's new location.
peter [Wed, 29 Dec 1999 18:40:56 +0000 (18:40 +0000)]
Install sendmail in it's new location.

24 years agoAdd /usr/libexec/sendmail
peter [Wed, 29 Dec 1999 18:34:33 +0000 (18:34 +0000)]
Add /usr/libexec/sendmail

24 years agoAs a special case, deal with a missing mailer.conf at install time. I
peter [Wed, 29 Dec 1999 18:27:35 +0000 (18:27 +0000)]
As a special case, deal with a missing mailer.conf at install time.  I
don't particularly like doing this here, but the alternative (loosing mail)
is worse.

24 years agoMove mailer.conf to /etc/mail at obrien's request.
peter [Wed, 29 Dec 1999 18:25:55 +0000 (18:25 +0000)]
Move mailer.conf to /etc/mail at obrien's request.

24 years agoAdd $FreeBSD$
peter [Wed, 29 Dec 1999 18:24:06 +0000 (18:24 +0000)]
Add $FreeBSD$

24 years agomoved to etc/mail
peter [Wed, 29 Dec 1999 18:23:33 +0000 (18:23 +0000)]
moved to etc/mail

Requested by: obrien

24 years agoTry and sort BIN1 a bit, it was all over the place.
peter [Wed, 29 Dec 1999 18:22:52 +0000 (18:22 +0000)]
Try and sort BIN1 a bit, it was all over the place.
Add mail/mailer.conf  (repocopied from /etc/mailer.conf to
/etc/mail/mailer.conf on obrien's request)

24 years agoRevert previous commit, -o is functional here and is required.
peter [Wed, 29 Dec 1999 18:20:23 +0000 (18:20 +0000)]
Revert previous commit, -o is functional here and is required.

24 years agoMake mailwrapper build
peter [Wed, 29 Dec 1999 17:51:22 +0000 (17:51 +0000)]
Make mailwrapper build

24 years agoConnect fparseln(3) for mailwrapper(8)
peter [Wed, 29 Dec 1999 17:50:34 +0000 (17:50 +0000)]
Connect fparseln(3) for mailwrapper(8)

24 years agoBack out previous commit and replace with a cleaner solution adapted
sheldonh [Wed, 29 Dec 1999 16:50:08 +0000 (16:50 +0000)]
Back out previous commit and replace with a cleaner solution adapted
from the source attributed below.  In particular, this removes a goto
inside a switch and replaces those horrendous ATOI macros with
something acceptable.

More clean-ups to come.

PR: bin/14151
Reported by: Christian Weisgerber <naddy@mips.rhein-neckar.de>
Obtained from: NetBSD

24 years agoRemove -o before sendmail.cw - pure file name needed here
ache [Wed, 29 Dec 1999 16:15:22 +0000 (16:15 +0000)]
Remove -o before sendmail.cw - pure file name needed here

24 years agoUse LC_TIME=C for date
ache [Wed, 29 Dec 1999 15:45:45 +0000 (15:45 +0000)]
Use LC_TIME=C for date

24 years agoDon't explicitly mmap() red zones at the bottom of thread stacks (except
jasone [Wed, 29 Dec 1999 15:44:59 +0000 (15:44 +0000)]
Don't explicitly mmap() red zones at the bottom of thread stacks (except
the initial thread).  Instead, just leave an unmapped gap between thread
stacks and make sure that the thread stacks won't grow into these gaps,
simply by limiting the size of the stacks with the 'len' argument to
mmap().  This (if I understand correctly) reduces VM overhead
considerably.

Reviewed by: deischen

24 years agoRestore changes I spammed.
obrien [Wed, 29 Dec 1999 14:47:00 +0000 (14:47 +0000)]
Restore changes I spammed.

24 years agoAllow the specification of a prefix for gcc to find all the various bits.
obrien [Wed, 29 Dec 1999 14:42:46 +0000 (14:42 +0000)]
Allow the specification of a prefix for gcc to find all the various bits.
If one wishes to anchor the compiler toolchain tree somewhere other than /,
all one needs to do is set "TOOLS_PREFIX" to a different rooting.

Submitted by: marcel (in a different format and reworked by me)

24 years agoDon't use time_offset as a leaky bucket variable in hardpps(), this
phk [Wed, 29 Dec 1999 14:39:24 +0000 (14:39 +0000)]
Don't use time_offset as a leaky bucket variable in hardpps(), this
resulted in vastly optimistic offset values reported to userland
(typically a factor 40+ too small).  Apart from that, the code had
two sign-bugs.

Apply the hardpps() phase with the right sign with a simply
scaling by integration interval.  (This may be too stiff at
long integration intervals, see below).

Allow pps_shiftmax to be reduced again.

Before this, the phase lock in hardpps() were broken, but due to
two bugs mostly cancelling out, it would end up basically working
with a large stochastic component.  Now it behaves as one would
expect: smooth and quiet.

It seems that pps_shiftmax above 7..9 somewhere makes the phaselock
too weak to hold onto random walk phase errors from a HP-105 OCXO,
which basically means that it is too weak for real-life use with
such integration times.  This is yet to be resolved.

Submitted to: Prof. Dave "NTP" Mills.
Tested by: Terje Mathisen <Terje.Mathisen@hda.hydro.com>

24 years agoOnly make beforeinstall in libcrypto/libssl if they actually exist. I haven't
kris [Wed, 29 Dec 1999 14:18:51 +0000 (14:18 +0000)]
Only make beforeinstall in libcrypto/libssl if they actually exist. I haven't
imported these on Freefall yet for the reasons previously explained.

Noticed by: asami

24 years agoOops, the previous commit was bogus. I shouldn't commit something without
asami [Wed, 29 Dec 1999 13:57:31 +0000 (13:57 +0000)]
Oops, the previous commit was bogus.  I shouldn't commit something without
reading all my mail.

I still don't understand why this was was committed on freefall before
the libcrypto and libssl subdirectories were imported on freefall though.

24 years ago- do not dereference a null pointer.
ru [Wed, 29 Dec 1999 13:53:13 +0000 (13:53 +0000)]
- do not dereference a null pointer.
- minor sanity.

PR: 15318

24 years agoTypo (libcrypto -> libcrypt).
asami [Wed, 29 Dec 1999 13:33:54 +0000 (13:33 +0000)]
Typo (libcrypto -> libcrypt).

24 years agoCopy Texas Instruments cardbus controllers from pcisupport.c, the pcisupport.c
billf [Wed, 29 Dec 1999 13:33:37 +0000 (13:33 +0000)]
Copy Texas Instruments cardbus controllers from pcisupport.c, the pcisupport.c
probes are at the 'chip' level and will get overridden by pcic_p if it is
compiled in. It's still nice to get the better probe message if it's not...

Requested by: imp

24 years agoSorry, ndp command is not exist yet.
shin [Wed, 29 Dec 1999 12:53:21 +0000 (12:53 +0000)]
Sorry, ndp command is not exist yet.

Specified by: Anders Andersson <anders@sanyusan.se>

24 years agoSubstantially revamp the way that we determine the amount of memory available
msmith [Wed, 29 Dec 1999 09:54:46 +0000 (09:54 +0000)]
Substantially revamp the way that we determine the amount of memory available
for our use.  Use the same search order for BIOS memory size functions
as the kernel will later use.

Allow the loader to use all of the detected physical memory (this will
greatly help people trying to load enormous memory disk images).

More correctly handle running out of memory when loading an object.

Use the end of base memory for the top of the heap, rather than
blindly hoping that there is 384k left.

Add copyrights to a couple of files I forgot.

24 years agoForgot to add newly added udp and raw IPv6 apps to usr.sbin SUBDIR.
shin [Wed, 29 Dec 1999 07:11:50 +0000 (07:11 +0000)]
Forgot to add newly added udp and raw IPv6 apps to usr.sbin SUBDIR.
They are confirmed to be buildable and seems to be working.

24 years agomake es1373 chips with ac97 2.1 work on troublesome motherboards
cg [Wed, 29 Dec 1999 05:44:17 +0000 (05:44 +0000)]
make es1373 chips with ac97 2.1 work on troublesome motherboards

Submitted by: Russell Cattelan <cattelan@thebarn.com>

24 years agoRemove vnode_if.sh - it's a perl script. This stayed around for a while
peter [Wed, 29 Dec 1999 05:37:14 +0000 (05:37 +0000)]
Remove vnode_if.sh - it's a perl script.  This stayed around for a while
because bsd.kmod.mk is usually out of sync with kernel source.  However
bsd.kmod.mk has to be updated now because of the _KERNEL change so there
is no need to keep this (pre-repo copy) version around.

24 years agoAdd the Texas Instruments PCI14xx pccard/cardbus controllers device ids.
billf [Wed, 29 Dec 1999 05:33:57 +0000 (05:33 +0000)]
Add the Texas Instruments PCI14xx pccard/cardbus controllers device ids.

24 years agoChange #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"
peter [Wed, 29 Dec 1999 05:07:58 +0000 (05:07 +0000)]
Change #ifdef KERNEL to #ifdef _KERNEL in the public headers.  "KERNEL"
is an application space macro and the applications are supposed to be free
to use it as they please (but cannot).  This is consistant with the other
BSD's who made this change quite some time ago.  More commits to come.

24 years agoChange #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"
peter [Wed, 29 Dec 1999 04:46:21 +0000 (04:46 +0000)]
Change #ifdef KERNEL to #ifdef _KERNEL in the public headers.  "KERNEL"
is an application space macro and the applications are supposed to be free
to use it as they please (but cannot).  This is consistant with the other
BSD's who made this change quite some time ago.  More commits to come.

24 years ago- latest 2ndbuffer patch
cg [Wed, 29 Dec 1999 03:46:54 +0000 (03:46 +0000)]
- latest 2ndbuffer patch
- make chn_setdir work for rec on isa cards
- note: es1371 does not irq in smp

Submitted by: tanimura

24 years agoAdd the Id for the NeoMagic 256ZX, the display from which I'm seeing this..
billf [Wed, 29 Dec 1999 02:47:02 +0000 (02:47 +0000)]
Add the Id for the NeoMagic 256ZX, the display from which I'm seeing this..

24 years agoOnly print "couldn't install distributions" popup if any
jkh [Wed, 29 Dec 1999 01:49:11 +0000 (01:49 +0000)]
Only print "couldn't install distributions" popup if any
actual distributions were found to go along with the residual
mask value.

24 years agoAdd support for building the 'mlx?' devices, which will be used by the
msmith [Wed, 29 Dec 1999 01:11:29 +0000 (01:11 +0000)]
Add support for building the 'mlx?' devices, which will be used by the
upcoming 'mlxcontrol' utility.

24 years agoHookup the info docs.
obrien [Wed, 29 Dec 1999 00:38:48 +0000 (00:38 +0000)]
Hookup the info docs.

24 years agoMake tcp_drain() actually do something. When invoked (usually as a
msmith [Tue, 28 Dec 1999 23:18:33 +0000 (23:18 +0000)]
Make tcp_drain() actually do something.  When invoked (usually as a
desperation measure in low-memory situations), walk the tcpbs and
flush the reassembly queues.

This behaviour is currently controlled by the debug.do_tcpdrain sysctl
(defaults to on).

Submitted by: Bosko Milekic <bmilekic@dsuper.net>
Reviewed by: wollman

24 years agoBuild and install the GASP info page. Unfortunately there is no manpage.
obrien [Tue, 28 Dec 1999 22:32:24 +0000 (22:32 +0000)]
Build and install the GASP info page.  Unfortunately there is no manpage.

24 years agoUse the *much* more readable unified diff format.
obrien [Tue, 28 Dec 1999 21:38:12 +0000 (21:38 +0000)]
Use the *much* more readable unified diff format.