]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/log
FreeBSD/FreeBSD.git
24 years agoUnbreak this build.
Brian Feldman [Tue, 2 Nov 1999 04:16:17 +0000 (04:16 +0000)]
Unbreak this build.

24 years agoTeach libdisk about the AMI and Mylex RAID drivers. You should be able
Mike Smith [Tue, 2 Nov 1999 03:40:14 +0000 (03:40 +0000)]
Teach libdisk about the AMI and Mylex RAID drivers.  You should be able
to install directly to arrays managed by these controllers now.

24 years agoCorrectly compute the block count. In reality, it seems that the
Mike Smith [Tue, 2 Nov 1999 03:25:24 +0000 (03:25 +0000)]
Correctly compute the block count.  In reality, it seems that the
controller will never return the command if it's not exactly a multiple
of a block in size.

Cosmetic formatting for RAID level output.

24 years agoDon't print the chipset value; it's not useful.
Mike Smith [Tue, 2 Nov 1999 03:24:09 +0000 (03:24 +0000)]
Don't print the chipset value; it's not useful.
Now we know what some of the state values are, print the current array
state.

24 years ago fix misordering of two lines in this file.
Jonathan M. Bresler [Tue, 2 Nov 1999 02:19:24 +0000 (02:19 +0000)]
fix misordering of two lines in this file.

24 years agoNewline-terminate the complaint message about not being able to find
Mike Smith [Mon, 1 Nov 1999 23:57:28 +0000 (23:57 +0000)]
Newline-terminate the complaint message about not being able to find
the root vnode pointer.

24 years agoCall bootpc_init before we try to mount an NFS root, if we're configured
Mike Smith [Mon, 1 Nov 1999 23:55:38 +0000 (23:55 +0000)]
Call bootpc_init before we try to mount an NFS root, if we're configured
to use BOOTP for NFS root discovery.

The entire interface setup inside nfs_mountroot is evil, and should die.

24 years agoMove a couple of globals here where they are initialised, rather than
Mike Smith [Mon, 1 Nov 1999 23:54:07 +0000 (23:54 +0000)]
Move a couple of globals here where they are initialised, rather than
orphaning them in vfs_conf.c

24 years agoswapinit isn't called from vfs_mountroot, so don't complain about it in
Mike Smith [Mon, 1 Nov 1999 23:53:27 +0000 (23:53 +0000)]
swapinit isn't called from vfs_mountroot, so don't complain about it in
a #if 0'ed comment.

Call the machine-dependant cpu_rootconf functions from sysinits in their
respective areas, don't do it from a stub here.

24 years agoThis is a complete rewrite of vfs_conf.c, which changes the way the root
Mike Smith [Mon, 1 Nov 1999 23:51:00 +0000 (23:51 +0000)]
This is a complete rewrite of vfs_conf.c, which changes the way the root
filesystem is discovered.  Preference is given to using the kernel
environment variable vfs.root.mountfrom, which is set by the loader
according to the contents of /etc/fstab.  Changes in the MD code
provide fallback mechanisms for systems not using the loader.

A more robust fallback path is also provided, with the last recourse
being to prompt on the console for a root device.

These changes drastically simplify the machine-dependant parts of
the root configuration process.  In addition, support for CDROM root
devices has been removed; it was a nasty hack and didn't work.

24 years agoSync with RELENG_3.
Nicolas Souchu [Mon, 1 Nov 1999 23:15:29 +0000 (23:15 +0000)]
Sync with RELENG_3.

24 years agoAdd alpm smbus lowlevel driver manpage
Nicolas Souchu [Mon, 1 Nov 1999 22:55:50 +0000 (22:55 +0000)]
Add alpm smbus lowlevel driver manpage

24 years agoElminiate the (unused) TUNE_1542 option.
Eivind Eklund [Mon, 1 Nov 1999 22:50:52 +0000 (22:50 +0000)]
Elminiate the (unused) TUNE_1542 option.

24 years agoAdd $FreeBSD$
Greg Lehey [Mon, 1 Nov 1999 20:13:05 +0000 (20:13 +0000)]
Add $FreeBSD$

Correct the date on which DST begins in Victoria and New South Wales
in the year 2000: as the result of some local function in Sydney, DST
will begin on Sunday, 27 August instead of Sunday, 29 Cotober.

This change had already been made, but the date was incorrectly
specified as (Saturday) 26 August.

Submitted by: Howard Lowndes <lannet@lannet.com.au>

24 years agoThis brings rev 1.2 (reality check and document profiling extensions)
David E. O'Brien [Mon, 1 Nov 1999 20:09:07 +0000 (20:09 +0000)]
This brings rev 1.2 (reality check and document profiling extensions)
into GCC 2.95.2.

24 years agoThis adds rev 1.2 (-fformat-extensions) to GCC 2.95.2.
David E. O'Brien [Mon, 1 Nov 1999 19:51:19 +0000 (19:51 +0000)]
This adds rev 1.2 (-fformat-extensions) to GCC 2.95.2.

24 years agoDocument the ch* devices.
Nik Clayton [Mon, 1 Nov 1999 19:45:59 +0000 (19:45 +0000)]
Document the ch* devices.

PR:             docs/14401
Submitted by:   Crist J. Clark <cjc@cc942873-a.ewndsr1.nj.home.com>

24 years agoFix some bugs in MP allocation routine when links are non-equivalent.
Archie Cobbs [Mon, 1 Nov 1999 19:44:28 +0000 (19:44 +0000)]
Fix some bugs in MP allocation routine when links are non-equivalent.

24 years agoDocument that bind(2) can fail with EAGAIN.
Nik Clayton [Mon, 1 Nov 1999 19:43:07 +0000 (19:43 +0000)]
Document that bind(2) can fail with EAGAIN.

PR:             docs/14173 docs/14181
Submitted by:   Charles Randall <crandall@matchlogic.com>
Submitted by:   Kelly Yancey <kbyanc@posi.net>

24 years agoDocument that hosts for which no status report has been received for
Nik Clayton [Mon, 1 Nov 1999 19:42:02 +0000 (19:42 +0000)]
Document that hosts for which no status report has been received for
4 days are considered to have LEFT_EARTH(), and will not be shown in
the list.

PR:             docs/14299
Submitted by:   Ben Smithurst <ben@scientia.demon.co.uk>

24 years agoMerge rev 1.2 (a.out support) into GCC 2.95.2.
David E. O'Brien [Mon, 1 Nov 1999 18:56:02 +0000 (18:56 +0000)]
Merge rev 1.2 (a.out support) into GCC 2.95.2.

24 years agoAdd Alpha and proper x86 support to GCC 2.95.2.
David E. O'Brien [Mon, 1 Nov 1999 18:53:45 +0000 (18:53 +0000)]
Add Alpha and proper x86 support to GCC 2.95.2.
[ Functionally speaking, this covers revs 1.{2,3} ]

24 years agoMerge our -fformat-extensions and printf0() into GCC 2.95.2.
David E. O'Brien [Mon, 1 Nov 1999 18:41:09 +0000 (18:41 +0000)]
Merge our -fformat-extensions and printf0() into GCC 2.95.2.

24 years agoPut more explict warning that this file should not be used if you want
Warner Losh [Mon, 1 Nov 1999 17:50:29 +0000 (17:50 +0000)]
Put more explict warning that this file should not be used if you want
a working kernel

24 years agoDo some more work on the mxphy pseudo-driver to make it better at media
Bill Paul [Mon, 1 Nov 1999 17:10:26 +0000 (17:10 +0000)]
Do some more work on the mxphy pseudo-driver to make it better at media
detection and remove the long delays that I had used previously. Everything
should be handled by timeouts now.

24 years agoAdd strtol & strtoul to kernel. Derived from libc versions.
Poul-Henning Kamp [Mon, 1 Nov 1999 15:04:04 +0000 (15:04 +0000)]
Add strtol & strtoul to kernel.  Derived from libc versions.

24 years agoNew function:
Poul-Henning Kamp [Mon, 1 Nov 1999 15:03:20 +0000 (15:03 +0000)]
New function:
 m_print(struct mbuf *);
hexdumps a mbuf.

24 years agoCall make_dev() to shut up the warning.
Seigo Tanimura [Mon, 1 Nov 1999 14:29:07 +0000 (14:29 +0000)]
Call make_dev() to shut up the warning.

Pointed out by: Donn Miller <dmmiller@cvzoom.net>

24 years agoUse typedefs for node methods.
Julian Elischer [Mon, 1 Nov 1999 10:18:36 +0000 (10:18 +0000)]
Use typedefs for node methods.

24 years agoUser netgraph typedefs for methods
Julian Elischer [Mon, 1 Nov 1999 10:09:34 +0000 (10:09 +0000)]
User netgraph typedefs for methods

24 years agoAdd typedefs for node methods
Julian Elischer [Mon, 1 Nov 1999 10:00:40 +0000 (10:00 +0000)]
Add typedefs for node methods
Suggested by phk.

24 years agoThis commit was generated by cvs2svn to compensate for changes in r52750,
David E. O'Brien [Mon, 1 Nov 1999 08:28:22 +0000 (08:28 +0000)]
This commit was generated by cvs2svn to compensate for changes in r52750,
which included commits to RCS files with non-trunk default branches.

24 years agoVirgin import of the GCC 2.95.2 compilers
David E. O'Brien [Mon, 1 Nov 1999 08:28:22 +0000 (08:28 +0000)]
Virgin import of the GCC 2.95.2 compilers

24 years agoChanges prompt to "ok". This line is actually commented out, and serves only
Daniel C. Sobral [Mon, 1 Nov 1999 08:07:04 +0000 (08:07 +0000)]
Changes prompt to "ok". This line is actually commented out, and serves only
as an example and to reflect the builtin default.

24 years agoChanges the default prompt to "ok".
Daniel C. Sobral [Mon, 1 Nov 1999 08:05:22 +0000 (08:05 +0000)]
Changes the default prompt to "ok".

Mike says the whole idea of a current device was a bad idea in first place,
and will be doing away with currdev.

Anyway, people are not supposed to even notice this. :-)

24 years agoVirgin import of GCC 2.95.2's libstdc++
David E. O'Brien [Mon, 1 Nov 1999 07:40:19 +0000 (07:40 +0000)]
Virgin import of GCC 2.95.2's libstdc++

24 years agoThis commit was generated by cvs2svn to compensate for changes in r52746,
David E. O'Brien [Mon, 1 Nov 1999 07:40:19 +0000 (07:40 +0000)]
This commit was generated by cvs2svn to compensate for changes in r52746,
which included commits to RCS files with non-trunk default branches.

24 years agoVirgin import of GCC 2.95.2's libio -- the C++ iostream facility.
David E. O'Brien [Mon, 1 Nov 1999 07:37:09 +0000 (07:37 +0000)]
Virgin import of GCC 2.95.2's libio -- the C++ iostream facility.

24 years agoThis commit was generated by cvs2svn to compensate for changes in r52744,
David E. O'Brien [Mon, 1 Nov 1999 07:37:09 +0000 (07:37 +0000)]
This commit was generated by cvs2svn to compensate for changes in r52744,
which included commits to RCS files with non-trunk default branches.

24 years agoChange quote style.
David E. O'Brien [Mon, 1 Nov 1999 07:35:24 +0000 (07:35 +0000)]
Change quote style.

24 years agoVirgin import of GCC 2.95.2's libf2c
David E. O'Brien [Mon, 1 Nov 1999 07:32:56 +0000 (07:32 +0000)]
Virgin import of GCC 2.95.2's libf2c

24 years agoThis commit was generated by cvs2svn to compensate for changes in r52741,
David E. O'Brien [Mon, 1 Nov 1999 07:32:56 +0000 (07:32 +0000)]
This commit was generated by cvs2svn to compensate for changes in r52741,
which included commits to RCS files with non-trunk default branches.

24 years agoTell others how I did this.
David E. O'Brien [Mon, 1 Nov 1999 07:27:42 +0000 (07:27 +0000)]
Tell others how I did this.

24 years agoThis file came from elsewhere and there was a little turd left.
David E. O'Brien [Mon, 1 Nov 1999 07:25:20 +0000 (07:25 +0000)]
This file came from elsewhere and there was a little turd left.

24 years agoDescribe how I did this.
David E. O'Brien [Mon, 1 Nov 1999 07:24:11 +0000 (07:24 +0000)]
Describe how I did this.

24 years agoUpdate for gcc 2.95.2.
David E. O'Brien [Mon, 1 Nov 1999 07:22:02 +0000 (07:22 +0000)]
Update for gcc 2.95.2.

24 years agobraino in sample code.
Julian Elischer [Mon, 1 Nov 1999 05:27:44 +0000 (05:27 +0000)]
braino in sample code.
picked up by phk.

24 years agoMost modern OSs have the ability to flag certain mounts as ones to
Julian Elischer [Mon, 1 Nov 1999 04:57:43 +0000 (04:57 +0000)]
Most modern OSs have the ability to flag certain mounts as ones to
be ignored by default by the df(1) program.  This is used mostly to
avoid stat()-ing entries that do not represent "real" disk mount
points (such as those made by an automounter such as amd.)  It is
also useful not to have to stat() these entries because it takes
longer to report them that for other file systems, being that these
mount points are served by a user-level file server and resulting in
several context switches.  Worse, if the automounter is down
unexpectedly, a causal df(1) will hang in an interruptible way.

PR: kern/9764
Submitted by: Erez Zadok <ezk@cs.columbia.edu>

24 years agoDescription
Julian Elischer [Mon, 1 Nov 1999 04:46:09 +0000 (04:46 +0000)]
Description

    repquota reports softlimits, hardlimits and ``used'' field
    incorrectly, namely those numbers get wrapped modulo 4Gbytes.

PR:  bin/8164
Submitted by:  Anton Berezin <tobez@plab.ku.dk>

24 years agocorrect moronic typo
Matt Jacob [Mon, 1 Nov 1999 04:39:52 +0000 (04:39 +0000)]
correct moronic typo

24 years ago``mergemaster'' was repo-copied to ``mergemaster.sh'' as it's a shell script.
Chris Costello [Mon, 1 Nov 1999 04:29:05 +0000 (04:29 +0000)]
``mergemaster'' was repo-copied to ``mergemaster.sh'' as it's a shell script.

Delete the original mergemaster and modify Makefile to install mergemaster.sh.

Seen no problem with by: billf
No objections by: Doug Barton

24 years agoMerge the alpha and x86 majors files together. There appear to be
Peter Wemm [Mon, 1 Nov 1999 04:12:42 +0000 (04:12 +0000)]
Merge the alpha and x86 majors files together.  There appear to be
only two conflicts, cdev #98 and cdev #99.  These should be fixed.
MAKEDEV should probably be merged as well.
Static majors are (hopefully) going away one day soon.
This file is informational and not machine parsed by anything any more.

24 years agoUpdate examples using 'disk' and 'tape' - they used to have magic meaning
Peter Wemm [Mon, 1 Nov 1999 04:02:58 +0000 (04:02 +0000)]
Update examples using 'disk' and 'tape' - they used to have magic meaning
to config(8) for static device tables that have not existed for quite
some time.  They have been aliases for 'device' for a while, and "tape"
went away entirely as it wasn't used anywhere (except in an example
in LINT.. "fixed").

24 years agoRemove specfs::vop_lookup() There is no code path which can call it.
Poul-Henning Kamp [Mon, 1 Nov 1999 02:53:38 +0000 (02:53 +0000)]
Remove specfs::vop_lookup() There is no code path which can call it.

24 years agoFix breakage for NOSHARED case.
Boris Popov [Mon, 1 Nov 1999 02:44:09 +0000 (02:44 +0000)]
Fix breakage for NOSHARED case.

Submitted by: Bruce Evans

24 years ago rearrange order of tests for NE1000, NE2000, and Linksys
Jonathan M. Bresler [Mon, 1 Nov 1999 01:16:56 +0000 (01:16 +0000)]
    rearrange order of tests for NE1000, NE2000, and Linksys
        cards.   previous order caused computers with NE2000 cards
        to hang during boot.

24 years ago rearrange order of tests for NE1000, NE2000, and Linksys
Jonathan M. Bresler [Mon, 1 Nov 1999 00:53:12 +0000 (00:53 +0000)]
rearrange order of tests for NE1000, NE2000, and Linksys
cards.   previous order caused computers with NE2000 cards
to hang during boot.

24 years agobpf need no longer be an option
Julian Elischer [Mon, 1 Nov 1999 00:48:06 +0000 (00:48 +0000)]
bpf need no longer be an option

24 years agoStart making the contents of the generic framework opaque to the nodes.
Julian Elischer [Mon, 1 Nov 1999 00:31:14 +0000 (00:31 +0000)]
Start making the contents of the generic framework opaque to the nodes.
This step: IDs are no-longer the address of the node.
Reviewd by: Archie@freebsd.org

24 years agoAdd $FreeBSD$
Bill Fumerola [Sun, 31 Oct 1999 21:25:40 +0000 (21:25 +0000)]
Add $FreeBSD$
'if gets laid once' -> 'it gets laid once'

24 years agoThe useracc() calls in osigreturn() and sigreturn() should specify
Alan Cox [Sun, 31 Oct 1999 19:39:51 +0000 (19:39 +0000)]
The useracc() calls in osigreturn() and sigreturn() should specify
VM_PROT_READ rather than VM_PROT_WRITE.  (This mistake predates
the B_READ/B_WRITE -> VM_PROT_READ/VM_PROT_WRITE change.)

Submitted by: bde

24 years agoBump version number to sync with ncplib 1.3.3
Boris Popov [Sun, 31 Oct 1999 15:11:43 +0000 (15:11 +0000)]
Bump version number to sync with ncplib 1.3.3

24 years agoBump internal version number with next release of ncplib.
Boris Popov [Sun, 31 Oct 1999 15:01:47 +0000 (15:01 +0000)]
Bump internal version number with next release of ncplib.

24 years agoChange Linksys registers base/offset.
Yoshihiro Takahashi [Sun, 31 Oct 1999 09:05:20 +0000 (09:05 +0000)]
Change Linksys registers base/offset.
On NEC PC-98, asic_addr != nic_addr + 0x10.

Submitted by: chi@bd.mbn.or.jp (Chiharu Shibata)

24 years agoThe total uiomoved size is accumulated in c, not tmp.
Seigo Tanimura [Sun, 31 Oct 1999 08:58:51 +0000 (08:58 +0000)]
The total uiomoved size is accumulated in c, not tmp.

24 years agoFix NOSHARED case.
Boris Popov [Sun, 31 Oct 1999 08:58:29 +0000 (08:58 +0000)]
Fix NOSHARED case.

Pointed by: Bruce Evans

24 years ago- Sync with sys/i386/isa/if_ed.c revision 1.163.
Yoshihiro Takahashi [Sun, 31 Oct 1999 08:24:18 +0000 (08:24 +0000)]
- Sync with sys/i386/isa/if_ed.c revision 1.163.
- Supported Networld EC/EP-98X.
- Rewrite NE2000 PCMCIA (LPC-T) on old 98Note.

Submitted by: chi@bd.mbn.or.jp (Chiharu Shibata)

24 years agoAdd support for RADIUS accounting. Note, this changes the format
John Polstra [Sun, 31 Oct 1999 04:47:59 +0000 (04:47 +0000)]
Add support for RADIUS accounting.  Note, this changes the format
of the /etc/radius.conf file.   But the code contains hacks for
backward compatibility, so old files will continue to work.

I updated the man pages and made a couple of minor changes, but
everything else was submitted by Oleg.

PR: misc/14284
Submitted by: Oleg Semyonov <os@altavista.net>

24 years agoAllow whitespace termination. Internal use of /etc/resolv.conf relies
Brian Feldman [Sun, 31 Oct 1999 04:43:55 +0000 (04:43 +0000)]
Allow whitespace termination.  Internal use of /etc/resolv.conf relies
on this, and who knows what else would, too...

24 years agoThis is the new inet_addr/inet_aton with proper error checking. This
Brian Feldman [Sun, 31 Oct 1999 04:07:56 +0000 (04:07 +0000)]
This is the new inet_addr/inet_aton with proper error checking.  This
should close all outstanding PRs on incorrect inet_aton behavior, and
since it has a decent parsing routine, doesn't allow some hysterically
working behavior.

PR: 13628
Submitted by: Adrian Chadd <adrian@FreeBSD.org>

24 years agoRemove an excess body lying around.
Brian Feldman [Sun, 31 Oct 1999 04:01:16 +0000 (04:01 +0000)]
Remove an excess body lying around.

Submitted by: mpp

24 years agoAdd support for C++ in the headers. Some style cleanup.
Boris Popov [Sun, 31 Oct 1999 03:39:03 +0000 (03:39 +0000)]
Add support for C++ in the headers. Some style cleanup.

Pointed by: bde

24 years agoFix Bus Device Resets from userland, and specifically from camcontrol.
Kenneth D. Merry [Sun, 31 Oct 1999 02:39:44 +0000 (02:39 +0000)]
Fix Bus Device Resets from userland, and specifically from camcontrol.

camcontrol was setup to use the old scheme of going through the xpt(4)
device, which never worked properly (and has been disabled for a while).

camcontrol now sends BDRs through the pass(4) device, and XPT_RESET_DEV
CCBs are put on the device queue in the transport layer, as they should be.

Submitted by: luoqi
Reviewed by: ken

24 years agoAdd ncplogin/logout programs which allow manage connections
Boris Popov [Sun, 31 Oct 1999 02:14:59 +0000 (02:14 +0000)]
Add ncplogin/logout programs which allow manage connections
more precisely than mount_nwfs.

Obtained from: ncplib-1.3.3

24 years agoDescribe localized directories naming convention
Andrey A. Chernov [Sat, 30 Oct 1999 22:15:19 +0000 (22:15 +0000)]
Describe localized directories naming convention

Submitted by: mostly by phantom

24 years agoThis is the much-anticipated ELF manual page! Everyone be sure to
Brian Feldman [Sat, 30 Oct 1999 22:07:11 +0000 (22:07 +0000)]
This is the much-anticipated ELF manual page!  Everyone be sure to
thank Jeroen and all who helped bring it about :)

Submitted by: Jeroen Ruigrok van der Werven <asmodai@wxs.nl>
Reviewed by: jdp, Gerald Hicks, the Doc Team

24 years agoThis is the much-anticipated ELF manual page! Everyone be sure to
Brian Feldman [Sat, 30 Oct 1999 22:00:04 +0000 (22:00 +0000)]
This is the much-anticipated ELF manual page!  Everyone be sure to
thank Jeroen and all who helped bring it about :)

Submitted by: Jeroen Ruigrok van der Werven <asmodai@wxs.nl>
Reviewed by: jdp, Gerald Hicks, the Doc Team

24 years agoLocalize it
Andrey A. Chernov [Sat, 30 Oct 1999 21:18:52 +0000 (21:18 +0000)]
Localize it

Submitted by: phantom

24 years agoSome spelling/grammar fixes.
Mike Pritchard [Sat, 30 Oct 1999 21:11:55 +0000 (21:11 +0000)]
Some spelling/grammar fixes.

24 years agomdoc style fix.
Mike Pritchard [Sat, 30 Oct 1999 20:56:07 +0000 (20:56 +0000)]
mdoc style fix.

24 years agoFix some spelling errors.
Mike Pritchard [Sat, 30 Oct 1999 20:30:19 +0000 (20:30 +0000)]
Fix some spelling errors.

24 years agoSpelling fix.
Mike Pritchard [Sat, 30 Oct 1999 19:42:31 +0000 (19:42 +0000)]
Spelling fix.

Also fix a minor mdoc style problem that I noticed.

PR: bin/14589
Submitted by:hristian Weisgerber <naddy@mips.rhein-neckar.de>

24 years agoSpelling fix.
Mike Pritchard [Sat, 30 Oct 1999 19:36:42 +0000 (19:36 +0000)]
Spelling fix.

PR: bin/14588
Submitted by: Christian Weisgerber <naddy@mips.rhein-neckar.de>

24 years agoOrganize things to cope with the (possible) lack of downloadable
Matt Jacob [Sat, 30 Oct 1999 19:35:11 +0000 (19:35 +0000)]
Organize things to cope with the (possible) lack of downloadable
firmware a bit better.

24 years agoRemove firmware from tree until a better copyright from Qlogic is forthcoming.
Matt Jacob [Sat, 30 Oct 1999 19:33:45 +0000 (19:33 +0000)]
Remove firmware from tree until a better copyright from Qlogic is forthcoming.

24 years agoMinor grammar fix.
Mike Pritchard [Sat, 30 Oct 1999 19:33:41 +0000 (19:33 +0000)]
Minor grammar fix.

24 years agoUse pointer to f/w in md structure as to whether f/w exists or not.
Matt Jacob [Sat, 30 Oct 1999 19:32:44 +0000 (19:32 +0000)]
Use pointer to f/w in md structure as to whether f/w exists or not.
If firmware length isn't specified, extract from the 4th short into
the firmware.

24 years agoMinor mdoc cleanup.
Mike Pritchard [Sat, 30 Oct 1999 19:29:45 +0000 (19:29 +0000)]
Minor mdoc cleanup.

24 years agoBail out of the process early if the coredumpfile limit is 0.
Sean Eric Fagan [Sat, 30 Oct 1999 18:55:11 +0000 (18:55 +0000)]
Bail out of the process early if the coredumpfile limit is 0.

PR: kern/14540
Reviewed by: Nate Williams

24 years agoFix an overflow or two and replace a while with a for.
Brian Feldman [Sat, 30 Oct 1999 17:56:47 +0000 (17:56 +0000)]
Fix an overflow or two and replace a while with a for.

Submitted by: Martin Blapp <mbr@imp.ch>

24 years agoFix a few things:
Brian Feldman [Sat, 30 Oct 1999 17:40:10 +0000 (17:40 +0000)]
Fix a few things:

1. Get rid of the evilly bogus strdup(fstab) and  free if (fstab == "")
   as in umount.
2. Don't use /etc/fstab info if the mount instance does not exactly match
   the fstab entry.
3. Reversed the mountpoint checking order in getmntpt().
4. Clarify the "not mounted" error message in mount -u.  The previous
   "unknown special file or file system" wasn't quite right.
5. Get rid of a 1-byte memory leak;  this was reported by jhb.

Submitted by: Martin Blapp <mb@imp.ch>

24 years ago$FreeBSD$ tags moved to bottom of license aggmt.
Alexey Zelkin [Sat, 30 Oct 1999 16:05:26 +0000 (16:05 +0000)]
$FreeBSD$ tags moved to bottom of license aggmt.

24 years agoRemove comments left since mdoc.template time or just useless comments
Alexey Zelkin [Sat, 30 Oct 1999 15:38:20 +0000 (15:38 +0000)]
Remove comments left since mdoc.template time  or just useless comments

24 years agoDon't lower the ipl when returning from handling an interrupt.
Andrew Gallatin [Sat, 30 Oct 1999 15:20:31 +0000 (15:20 +0000)]
Don't lower the ipl when returning from handling an interrupt.
If the ipl is lowered here, a machine can rapidly run out of stack
space when it is under heavy interrupt load.   Without this fix,
my test machine would fall over within a few seconds when forwarding
14,000 packets/sec.  With the patch, it has been up for over 24 hours
and has built the world at the same time.

submitted by: dfr@freebsd.org

24 years agomdoc(7)'fy
Alexey Zelkin [Sat, 30 Oct 1999 15:12:25 +0000 (15:12 +0000)]
mdoc(7)'fy

24 years agoi8254_restore is called from apm_default_resume() to reload
Mitsuru IWASAKI [Sat, 30 Oct 1999 14:56:01 +0000 (14:56 +0000)]
i8254_restore is called from apm_default_resume() to reload
the countdown register.
this should not be necessary but there are broken laptops that
do not restore the countdown register on resume.
when it happnes, it messes up the hardclock interval and system clock,
which leads to the infamous "calcru: negative time" problem.

Submitted by: kjc, iwasaki
Reviewed by: Steve O'Hara-Smith <steveo@eircom.net> and committers.
Obtained from: PAO3

24 years ago``tty'' is not required parameter
Alexey Zelkin [Sat, 30 Oct 1999 14:52:24 +0000 (14:52 +0000)]
``tty'' is not required parameter

24 years agouncomment FILES section (it look reasonable here)
Alexey Zelkin [Sat, 30 Oct 1999 14:35:22 +0000 (14:35 +0000)]
uncomment FILES section (it look reasonable here)
mdoc(7)'fy

24 years agoFix broken cross reference : kldload(1) -> kldload(8)
Alexey Zelkin [Sat, 30 Oct 1999 14:25:55 +0000 (14:25 +0000)]
Fix broken cross reference : kldload(1) -> kldload(8)

24 years agomdoc(7)'fy, fix broken FreeBSD release number (3.0.1 -> 3.1)
Alexey Zelkin [Sat, 30 Oct 1999 14:15:49 +0000 (14:15 +0000)]
mdoc(7)'fy, fix broken FreeBSD release number (3.0.1 -> 3.1)