]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/log
FreeBSD/FreeBSD.git
21 years agoAllow multiple aliases files to be rebuilt
Gregory Neil Shapiro [Sat, 8 Feb 2003 21:55:31 +0000 (21:55 +0000)]
Allow multiple aliases files to be rebuilt

PR: bin/40540
Submitted by: Cyrille Lefevre <cyrille.lefevre@laposte.net>
MFC after: 3 days

21 years agoGive more information to users replacing sendmail regarding periodic's
Gregory Neil Shapiro [Sat, 8 Feb 2003 21:39:58 +0000 (21:39 +0000)]
Give more information to users replacing sendmail regarding periodic's
submit mail queue check.

PR: docs/38924

21 years agoFix an oversight in some code I added to the last commit.
Matthew N. Dodd [Sat, 8 Feb 2003 21:06:03 +0000 (21:06 +0000)]
Fix an oversight in some code I added to the last commit.

21 years agoCorrect the man page for nfs_bufpackets. DEFAULT is not an acceptable
Gregory Neil Shapiro [Sat, 8 Feb 2003 20:59:16 +0000 (20:59 +0000)]
Correct the man page for nfs_bufpackets.  DEFAULT is not an acceptable
value.

PR: conf/31280
MFC after: 3 days

21 years ago/etc/rc.network isn't built to handle a value of "DEFAULT" (nor should it
Gregory Neil Shapiro [Sat, 8 Feb 2003 20:55:56 +0000 (20:55 +0000)]
/etc/rc.network isn't built to handle a value of "DEFAULT" (nor should it
be).  Using that string leads rc.network to execute:

# sysctl -w vfs.nfs.bufpackets=DEFAULT
vfs.nfs.bufpackets: 4 -> 0

Which isn't what was intended.

PR: conf/31280
MFC after: 3 days

21 years agoAdd more tests. Specifically, infinity cast from other types should
Mike Barcroft [Sat, 8 Feb 2003 20:45:48 +0000 (20:45 +0000)]
Add more tests.  Specifically, infinity cast from other types should
always be classified as infinity.

21 years agoDocument a few acronyms.
Matthew N. Dodd [Sat, 8 Feb 2003 20:42:26 +0000 (20:42 +0000)]
Document a few acronyms.

21 years ago- Remove duplicate call to callout_handle_init() in pcn_attach().
Matthew N. Dodd [Sat, 8 Feb 2003 20:38:26 +0000 (20:38 +0000)]
- Remove duplicate call to callout_handle_init() in pcn_attach().
- Conditionalize mtx_destroy() in pcn_attach().
- Assert driver lock in pcn_intr().

Submitted by:  Hiten Pandya <hiten@unixdaemons.com>

21 years agoImplement fpclassify():
Mike Barcroft [Sat, 8 Feb 2003 20:37:55 +0000 (20:37 +0000)]
Implement fpclassify():
o Add a MD header private to libc called _fpmath.h; this header
  contains bitfield layouts of MD floating-point types.
o Add a MI header private to libc called fpmath.h; this header
  contains bitfield layouts of MI floating-point types.
o Add private libc variables to lib/libc/$arch/gen/infinity.c for
  storing NaN values.
o Add __double_t and __float_t to <machine/_types.h>, and provide
  double_t and float_t typedefs in <math.h>.
o Add some C99 manifest constants (FP_ILOGB0, FP_ILOGBNAN, HUGE_VALF,
  HUGE_VALL, INFINITY, NAN, and return values for fpclassify()) to
  <math.h> and others (FLT_EVAL_METHOD, DECIMAL_DIG) to <float.h> via
  <machine/float.h>.
o Add C99 macro fpclassify() which calls __fpclassify{d,f,l}() based
  on the size of its argument.  __fpclassifyl() is never called on
  alpha because (sizeof(long double) == sizeof(double)), which is good
  since __fpclassifyl() can't deal with such a small `long double'.

This was developed by David Schultz and myself with input from bde and
fenner.

PR: 23103
Submitted by: David Schultz <dschultz@uclink.Berkeley.EDU>
(significant portions)
Reviewed by: bde, fenner (earlier versions)

21 years agoUpdate for sendmail 8.12.7 import
Gregory Neil Shapiro [Sat, 8 Feb 2003 20:36:52 +0000 (20:36 +0000)]
Update for sendmail 8.12.7 import

21 years agoNotify IPv6 users of important change in sendmail 8.12.7
Gregory Neil Shapiro [Sat, 8 Feb 2003 20:36:35 +0000 (20:36 +0000)]
Notify IPv6 users of important change in sendmail 8.12.7

21 years agoResolve conflicts from sendmail 8.12.7 import
Gregory Neil Shapiro [Sat, 8 Feb 2003 20:35:51 +0000 (20:35 +0000)]
Resolve conflicts from sendmail 8.12.7 import

21 years agoThis commit was generated by cvs2svn to compensate for changes in r110560,
Gregory Neil Shapiro [Sat, 8 Feb 2003 20:31:29 +0000 (20:31 +0000)]
This commit was generated by cvs2svn to compensate for changes in r110560,
which included commits to RCS files with non-trunk default branches.

21 years agoImport sendmail 8.12.7
Gregory Neil Shapiro [Sat, 8 Feb 2003 20:31:29 +0000 (20:31 +0000)]
Import sendmail 8.12.7

21 years agoThis commit was generated by cvs2svn to compensate for changes in r110558,
Dag-Erling Smørgrav [Sat, 8 Feb 2003 20:19:10 +0000 (20:19 +0000)]
This commit was generated by cvs2svn to compensate for changes in r110558,
which included commits to RCS files with non-trunk default branches.

21 years agoMFP4: return the actual value of the requested variable (#24840)
Dag-Erling Smørgrav [Sat, 8 Feb 2003 20:19:10 +0000 (20:19 +0000)]
MFP4: return the actual value of the requested variable (#24840)

21 years agoThis commit was generated by cvs2svn to compensate for changes in r110556,
Dag-Erling Smørgrav [Sat, 8 Feb 2003 20:18:25 +0000 (20:18 +0000)]
This commit was generated by cvs2svn to compensate for changes in r110556,
which included commits to RCS files with non-trunk default branches.

21 years agoMFP4: avoid side effects in macro arguments (#24823)
Dag-Erling Smørgrav [Sat, 8 Feb 2003 20:18:25 +0000 (20:18 +0000)]
MFP4: avoid side effects in macro arguments (#24823)

21 years agos/hw.pci_allow_unsupported_io_range/hw.pci.allow_unsupported_io_range/
Tom Rhodes [Sat, 8 Feb 2003 19:39:01 +0000 (19:39 +0000)]
s/hw.pci_allow_unsupported_io_range/hw.pci.allow_unsupported_io_range/

The former was incorrect and gave an `unknown oid' error.

21 years agoEven if biff is turned off, we still need to set curoff as the code
Gregory Neil Shapiro [Sat, 8 Feb 2003 19:25:21 +0000 (19:25 +0000)]
Even if biff is turned off, we still need to set curoff as the code
uses that if there is an error writing to the mailbox.  Note this bug
is only in the FreeBSD code, not the vendor code (which doesn't offer
nobiff).

PR: misc/43392
MFC after: 3 days

21 years agoAdd a comment regarding the use of the msgs alias with sendmail to help
Gregory Neil Shapiro [Sat, 8 Feb 2003 19:00:12 +0000 (19:00 +0000)]
Add a comment regarding the use of the msgs alias with sendmail to help
users who want to enable it.

PR: misc/39951

21 years agoBackout my previous commit as requested. This solution generates
Chad David [Sat, 8 Feb 2003 17:23:22 +0000 (17:23 +0000)]
Backout my previous commit as requested.  This solution generates
parsers that are non-portable.

21 years agoUse waitpid() instead of wait() since we know the pid of the process we
Dag-Erling Smørgrav [Sat, 8 Feb 2003 16:11:20 +0000 (16:11 +0000)]
Use waitpid() instead of wait() since we know the pid of the process we
are waiting for, and we don't want to reap the wrong process.

21 years agoLower WARNS to 3 until I track down a way to explain that I know what
Poul-Henning Kamp [Sat, 8 Feb 2003 16:08:17 +0000 (16:08 +0000)]
Lower WARNS to 3 until I track down a way to explain that I know what
I'm doing to sparc64's gcc

21 years agoInclude <sys/time.h>, it's not the users problem that we use bintime
Poul-Henning Kamp [Sat, 8 Feb 2003 15:49:26 +0000 (15:49 +0000)]
Include <sys/time.h>, it's not the users problem that we use bintime
internally.

21 years agoHook libgeom in.
Poul-Henning Kamp [Sat, 8 Feb 2003 15:17:49 +0000 (15:17 +0000)]
Hook libgeom in.

21 years agoAdd libgeom to the system.
Poul-Henning Kamp [Sat, 8 Feb 2003 15:15:56 +0000 (15:15 +0000)]
Add libgeom to the system.

Initially this only contains the functions for accessing the I/O
statistics data.

21 years agoAvoid multiply for preemptive arp calculation since it hits every
Orion Hodson [Sat, 8 Feb 2003 15:05:15 +0000 (15:05 +0000)]
Avoid multiply for preemptive arp calculation since it hits every
ethernet packet sent.

Prompted by: Jeffrey Hsu <hsu@FreeBSD.org>

21 years agoPut the name of the /dev entry in the .h file, userland will need it.
Poul-Henning Kamp [Sat, 8 Feb 2003 14:50:27 +0000 (14:50 +0000)]
Put the name of the /dev entry in the .h file, userland will need it.

21 years agoInstall geom include files.
Poul-Henning Kamp [Sat, 8 Feb 2003 13:25:48 +0000 (13:25 +0000)]
Install geom include files.

21 years agoMove the g_stat struct to its own .h file, we will export it to other code.
Poul-Henning Kamp [Sat, 8 Feb 2003 13:03:57 +0000 (13:03 +0000)]
Move the g_stat struct to its own .h file, we will export it to other code.

Insted of embedding a struct g_stat in consumers and providers, merely
include a pointer.

Remove a couple of <sys/time.h> includes now unneeded.

Add a special allocator for struct g_stat.  This allocator will allocate
entire pages and hand out g_stat functions from there.  The "id" field
indicates free/used status.

Add "/dev/geom.stats" device driver whic exports the pages from the
allocator to userland with mmap(2) in read-only mode.

This mmap(2) interface should be considered a non-public interface and
the functions in libgeom (not yet committed) should be used to access
the statistics data.

21 years agoMove #defines of major/minor to internal header file so other bits can
Poul-Henning Kamp [Sat, 8 Feb 2003 12:30:12 +0000 (12:30 +0000)]
Move #defines of major/minor to internal header file so other bits can
share and coordinate with geom_dev.

21 years agoPut makeoptions DESTDIR=/tmp in NOTES to protect people from
Poul-Henning Kamp [Sat, 8 Feb 2003 12:20:07 +0000 (12:20 +0000)]
Put makeoptions DESTDIR=/tmp in NOTES to protect people from
accidentally installing a LINT kernel on their system.

21 years ago1) Linux_sendto was trashing the BSD sockaddr it put in the stackgap,
David Malone [Sat, 8 Feb 2003 09:26:31 +0000 (09:26 +0000)]
1) Linux_sendto was trashing the BSD sockaddr it put in the stackgap,
so be more careful about calling stackgap_init.

    Tested by: Fred Souza <fred@storming.org>

2) Linux_sendmsg was forgetting to fill out the bsd_args struct.

    Reviewed by: ume

3) The args to linux_connect have differently named types on alpha and
i386, so add a cast to stop gcc complaining.

    Spotted by: peter

21 years agoChange the behaviour of adduser to match the previous incarnation a little more.
Adrian Chadd [Sat, 8 Feb 2003 08:04:53 +0000 (08:04 +0000)]
Change the behaviour of adduser to match the previous incarnation a little more.

If any of the given groups do not exist complain and let the user try again.
This saves the user from discovering at the end of the process that they've
forgotten to add a group or they've typoed.

Thanks to cmc/dougb for pointing out how bad my sh fu actually is.

Original code by: me
Scary sh rewrite by: dougb

Reviewed by: dougb

21 years agoInclude <isa/isavar.h> to fix building on alpha.
Yoshihiro Takahashi [Sat, 8 Feb 2003 07:05:07 +0000 (07:05 +0000)]
Include <isa/isavar.h> to fix building on alpha.

21 years agoAdd a missing inline keyword.
David Xu [Sat, 8 Feb 2003 06:33:37 +0000 (06:33 +0000)]
Add a missing inline keyword.

21 years agoI seem to have never added myself to the FreeBSD birthday calendar.
Chris Costello [Sat, 8 Feb 2003 05:54:10 +0000 (05:54 +0000)]
I seem to have never added myself to the FreeBSD birthday calendar.

21 years agoRevert removal of vnode and VFS stubs; bp asserts that they are needed.
Tim J. Robbins [Sat, 8 Feb 2003 05:48:04 +0000 (05:48 +0000)]
Revert removal of vnode and VFS stubs; bp asserts that they are needed.

21 years agoMF alpha
Alan Cox [Sat, 8 Feb 2003 05:41:41 +0000 (05:41 +0000)]
MF alpha
 - Synchronize access to the allpmaps list with a mutex.

21 years ago- Fixes for suspend/resume code (MPI-350)
Doug Ambrisko [Sat, 8 Feb 2003 04:41:17 +0000 (04:41 +0000)]
- Fixes for suspend/resume code (MPI-350)
- Cache temp. keys so they are preserved across suspend/resume (MPI-350)
- Reads and writes are real fast to the MPI-350 causing early timeouts so
  wait do some DELAYs to slow things down in the spin loops.
- Stream line setting RIDs when they are better to be set via another
  function
- Add better support for setting home key via "ifconfig an0 wepkey 9:<key>"

Tested by: Peter Radcliffe <pir@pir.net> (in -stable)
myself in -current & -stable
MFC in: 3 days

21 years agoA little infrastructure, preceding some upcoming changes
Julian Elischer [Sat, 8 Feb 2003 02:58:16 +0000 (02:58 +0000)]
A little infrastructure, preceding some upcoming changes
to the profiling and statistics code.

Submitted by: DavidXu@
Reviewed by: peter@

21 years agoMake the radix tree code compilable in userland. Requested by ru.
Jeffrey Hsu [Sat, 8 Feb 2003 01:44:09 +0000 (01:44 +0000)]
Make the radix tree code compilable in userland.  Requested by ru.
Some style fixes requested by bde.

21 years agoPass a minor number instead of a unit number to make_dev().
Tim J. Robbins [Fri, 7 Feb 2003 23:29:57 +0000 (23:29 +0000)]
Pass a minor number instead of a unit number to make_dev().
Devices with the wrong major were being created for units >255.

21 years agoFix the breakage resulting from Rev. 1.80. Get the eeprom width
Martin Blapp [Fri, 7 Feb 2003 23:12:51 +0000 (23:12 +0000)]
Fix the breakage resulting from Rev. 1.80. Get the eeprom width
for all but two cards. This should fix broken cards like these:

DM9102 (Davicom, DEVICE_ID: 0x9002)
DM9009 (Davicom, DEVICE_ID: 0x9009)
DM9100 (Davicom, DEVICE_ID: 0x9100)
98713/98713_CP (Macronix PMAC, DEVICE_ID: 0x0512)
98713_CP (Macronix PMAC, DEVICE_ID: 0x0512)
987x5 (Macronix PMAC, DEVICE_ID: 0x0531)
98727  (Macronix PMAC, DEVICE_ID: 0x0532)
82C115 (Lite-On PNIC II, DEVICE_ID: 0xc115)
AX88140A (ASIX Dev_ID: DEVICE_ID: 0x1400)
EN1217 (Accton EN1217, DEVICE_ID: 0x1217)

Note that these cards sould still work in STABLE.

Reviewed by: imp

21 years agoCommit the correct copy of the g_stat structure.
Poul-Henning Kamp [Fri, 7 Feb 2003 23:08:24 +0000 (23:08 +0000)]
Commit the correct copy of the g_stat structure.

Add debug.sizeof.g_stat sysctl.

Set the id field of the g_stat when we create consumers and providers.

Remove biocount from consumer, we will use the counters in the g_stat
structure instead.  Replace one field which will need to be atomically
manipulated with two fields which will not (stat.nop and stat.nend).

Change add companion field to bio_children: bio_inbed for the exact
same reason.

Don't output the biocount in the confdot output.

Fix KASSERT in g_io_request().

Add sysctl kern.geom.collectstats defaulting to off.

Collect the following raw statistics conditioned on this sysctl:

    for each consumer and provider {
        total number of operations started.
        total number of operations completed.
        time last operation completed.
        sum of idle-time.
        for each of BIO_READ, BIO_WRITE and BIO_DELETE {
            number of operations completed.
            number of bytes completed.
            number of ENOMEM errors.
            number of other errors.
            sum of transaction time.
        }
    }

API for getting hold of these statistics data not included yet.

21 years agoadd 5823 device id's; this allows 5823 parts to function but you cannot
Sam Leffler [Fri, 7 Feb 2003 23:02:02 +0000 (23:02 +0000)]
add 5823 device id's; this allows 5823 parts to function but you cannot
use the AES functionality

Submitted by: Jonathan Stone <jonathan@DSG.Stanford.EDU>
MFC after: 1 day

21 years agoMerge the following from the English version:
Hiroki Sato [Fri, 7 Feb 2003 22:22:51 +0000 (22:22 +0000)]
Merge the following from the English version:

1.26  -> 1.27  errata/article.sgml
1.492 -> 1.493 relnotes/common/new.sgml

21 years agoFix some sleep strings to make more sense.
Poul-Henning Kamp [Fri, 7 Feb 2003 21:53:55 +0000 (21:53 +0000)]
Fix some sleep strings to make more sense.

21 years agoshield kernel data structures so user apps can include this file
Sam Leffler [Fri, 7 Feb 2003 21:44:52 +0000 (21:44 +0000)]
shield kernel data structures so user apps can include this file

21 years agoAdd the new statistics structure, put one in consumers and providers.
Poul-Henning Kamp [Fri, 7 Feb 2003 21:43:34 +0000 (21:43 +0000)]
Add the new statistics structure, put one in consumers and providers.
include <sys/time.h> as necessary.

21 years agoRename bio_linkage to the more obvious bio_parent.
Poul-Henning Kamp [Fri, 7 Feb 2003 21:09:51 +0000 (21:09 +0000)]
Rename bio_linkage to the more obvious bio_parent.
Add bio_t0 timestamp, and include <sys/time.h> where needed

21 years agoMisc grammar, typo and wording fixes of comments.
Giorgos Keramidas [Fri, 7 Feb 2003 20:58:38 +0000 (20:58 +0000)]
Misc grammar, typo and wording fixes of comments.

PR: docs/41034
Submitted by: Chris Pepper <pepper@rockefeller.edu>

21 years agoNew release notes: vinum(4) root filesystem, pw(8) and usernames
Bruce A. Mah [Fri, 7 Feb 2003 20:41:37 +0000 (20:41 +0000)]
New release notes: vinum(4) root filesystem, pw(8) and usernames
ending with $.

21 years agoUpdate for progress in fixing mly(4).
Bruce A. Mah [Fri, 7 Feb 2003 20:09:30 +0000 (20:09 +0000)]
Update for progress in fixing mly(4).

21 years agoAdd some comments about the deficiencies of this module. I had hoped to get
Gordon Tetlow [Fri, 7 Feb 2003 17:50:33 +0000 (17:50 +0000)]
Add some comments about the deficiencies of this module. I had hoped to get
around to addressing them some more, but Real Life (tm) has gotten in the
way.

21 years agoMerge the following from the English version:
Hiroki Sato [Fri, 7 Feb 2003 16:37:46 +0000 (16:37 +0000)]
Merge the following from the English version:

1.9   -> 1.11  hardware/sparc64/proc-sparc64.sgml

21 years agoMerge the following from the English version:
Hiroki Sato [Fri, 7 Feb 2003 16:23:06 +0000 (16:23 +0000)]
Merge the following from the English version:

1.129 -> 1.135 hardware/common/dev.sgml

21 years agoImplement the ALT_BREAK_TO_DEBUGGER option for the ofw console. This is very
Hartmut Brandt [Fri, 7 Feb 2003 16:20:09 +0000 (16:20 +0000)]
Implement the ALT_BREAK_TO_DEBUGGER option for the ofw console. This is very
handy if the machine is on another floor. A minor issue with this is that
these functions are also used by the debugger, so its possible to break into
the debugger from the debugger.

PR: sparc64/47143
Reviewed by: benno
Approved by: jake (mentor)

21 years ago- Fix a mistranslation (errata/article.sgml)
Hiroki Sato [Fri, 7 Feb 2003 16:11:56 +0000 (16:11 +0000)]
- Fix a mistranslation (errata/article.sgml)
- Catch up with the English version:

1.490 -> 1.492 relnotes/common/new.sgml

21 years agoSet the ruid to the euid at startup as a workaround for a bug in pam_ssh.
Dag-Erling Smørgrav [Fri, 7 Feb 2003 15:48:27 +0000 (15:48 +0000)]
Set the ruid to the euid at startup as a workaround for a bug in pam_ssh.

MFC after: 3 days

21 years agoSync with P4. Most of this is debugging code; the only substantial changes
Dag-Erling Smørgrav [Fri, 7 Feb 2003 15:27:03 +0000 (15:27 +0000)]
Sync with P4.  Most of this is debugging code; the only substantial changes
are improvements to openpam_{borrow,restore}_cred() (#24779 and #24780).

21 years agoThis commit was generated by cvs2svn to compensate for changes in r110503,
Dag-Erling Smørgrav [Fri, 7 Feb 2003 15:27:03 +0000 (15:27 +0000)]
This commit was generated by cvs2svn to compensate for changes in r110503,
which included commits to RCS files with non-trunk default branches.

21 years agopci_if.h is not needed.
Yoshihiro Takahashi [Fri, 7 Feb 2003 15:05:37 +0000 (15:05 +0000)]
pci_if.h is not needed.

21 years agoGarbage-collect stub VFS ops, use the defaults instead.
Tim J. Robbins [Fri, 7 Feb 2003 14:34:29 +0000 (14:34 +0000)]
Garbage-collect stub VFS ops, use the defaults instead.

21 years agoGarbage-collect stub vnode ops, use the defaults instead.
Tim J. Robbins [Fri, 7 Feb 2003 14:33:10 +0000 (14:33 +0000)]
Garbage-collect stub vnode ops, use the defaults instead.

21 years ago- Clean up ISA DMA supports.
Yoshihiro Takahashi [Fri, 7 Feb 2003 14:05:34 +0000 (14:05 +0000)]
- Clean up ISA DMA supports.
- Rename all sndbuf_isadma* functions to sndbuf_dma* and move them into
  sys/dev/sound/isa/sndbuf_dma.c.

No response from: sound

21 years agoisa_if.h is not needed.
Yoshihiro Takahashi [Fri, 7 Feb 2003 13:56:33 +0000 (13:56 +0000)]
isa_if.h is not needed.

No response from: sound

21 years agoAdd missing braces.
Martin Blapp [Fri, 7 Feb 2003 13:55:02 +0000 (13:55 +0000)]
Add missing braces.

Found by:       FlexeLint (phk)
Reviewed by: wpaul, phk

21 years agoRegen
MIHIRA Sanpei Yoshiro [Fri, 7 Feb 2003 13:19:29 +0000 (13:19 +0000)]
Regen

21 years agoTurn off interrupts in pcn_stop().
Matthew N. Dodd [Fri, 7 Feb 2003 13:13:34 +0000 (13:13 +0000)]
Turn off interrupts in pcn_stop().

21 years agoAdd support FUJITSU AH-F401U Air H device
MIHIRA Sanpei Yoshiro [Fri, 7 Feb 2003 12:53:21 +0000 (12:53 +0000)]
Add support FUJITSU AH-F401U Air H device

Submitted by: [bsd-nomads:16601]
Kouichi ABE (WALL) <kouichi@MysticWALL.COM>

21 years ago<quote> isn't needed for text already marked as <literal>.
Yaroslav Tykhiy [Fri, 7 Feb 2003 10:57:28 +0000 (10:57 +0000)]
<quote> isn't needed for text already marked as <literal>.

Pointed out by: bmah

21 years agoMerged from sys/dev/sio/sio.c revision 1.383.
Yoshihiro Takahashi [Fri, 7 Feb 2003 10:16:35 +0000 (10:16 +0000)]
Merged from sys/dev/sio/sio.c revision 1.383.

21 years agoPC98 also has combined boot loader.
Yoshihiro Takahashi [Fri, 7 Feb 2003 10:11:00 +0000 (10:11 +0000)]
PC98 also has combined boot loader.

21 years agoMerge the following from the English version:
Hiroki Sato [Fri, 7 Feb 2003 09:57:28 +0000 (09:57 +0000)]
Merge the following from the English version:

1.25  -> 1.26  errata/article.sgml

21 years agoRemove debug message.
Hidetoshi Shimokawa [Fri, 7 Feb 2003 09:46:30 +0000 (09:46 +0000)]
Remove debug message.

21 years agoAdd a section describing installing -current onto a dedicated partition
Joseph Koshy [Fri, 7 Feb 2003 08:26:23 +0000 (08:26 +0000)]
Add a section describing installing -current onto a dedicated partition
from a 4-stable build environment.

Reviewed by: imp

21 years agoCatch typos in the kernel name specified for an "installkernel" invocation
Joseph Koshy [Fri, 7 Feb 2003 07:29:57 +0000 (07:29 +0000)]
Catch typos in the kernel name specified for an "installkernel" invocation
early on, rather than failing later with an obscure error message.

Make error messages appear consistent.

21 years agoSIGTERM: Remove my name from the DE translation of the Release Notes
Udo Erdelhoff [Fri, 7 Feb 2003 07:27:55 +0000 (07:27 +0000)]
SIGTERM: Remove my name from the DE translation of the Release Notes

21 years agoUpdate to new crashdump API
Paul Saab [Fri, 7 Feb 2003 06:58:32 +0000 (06:58 +0000)]
Update to new crashdump API

21 years agoAdd __unused to the declaration of yyrcsid.
Chad David [Fri, 7 Feb 2003 03:39:27 +0000 (03:39 +0000)]
Add __unused to the declaration of yyrcsid.

21 years agoUpdate to new crashdump api
Paul Saab [Fri, 7 Feb 2003 02:36:20 +0000 (02:36 +0000)]
Update to new crashdump api

21 years agoCommit some cosmetic changes I had laying around and almost included
Peter Wemm [Fri, 7 Feb 2003 01:52:06 +0000 (01:52 +0000)]
Commit some cosmetic changes I had laying around and almost included
with another commit.  Unwrap a line.  Unexpand a pmap_kenter().

21 years agoFix the mly driver! If card resources became unavailable, the driver would
Scott Long [Thu, 6 Feb 2003 23:46:32 +0000 (23:46 +0000)]
Fix the mly driver!  If card resources became unavailable, the driver would
correctly tell CAM to requeue the command and then freeze it's queue.  The
problem was that when resources became available again, it wouldn't tell
CAM to unfreeze it's queue, so no more commands would ever be delivered.
This is simialr to the bug that was fixed in the cciss driver last year.
This is a bug in 4-STABLE also, but is probably masked by the OS being
fast enough to drain the completion queue before it fills up.
Also add some diagnostics avaialble when compiled with MLY_DEBUG.
Thanks very much to LSI Corp for donating equipment to track this down,
and Vaidus Damosevicius for pestering me long enough to get it fixed.

21 years agoFix singular/plural confusion in a printf.
Mike Barcroft [Thu, 6 Feb 2003 22:39:44 +0000 (22:39 +0000)]
Fix singular/plural confusion in a printf.

PR: 47953
Submitted by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
MFC after: 3 days

21 years agoCheck return value of g_clone_bio().
Poul-Henning Kamp [Thu, 6 Feb 2003 22:00:47 +0000 (22:00 +0000)]
Check return value of g_clone_bio().

21 years agoAdd a header: #!/bin/sh.
Tom Rhodes [Thu, 6 Feb 2003 22:00:38 +0000 (22:00 +0000)]
Add a header: #!/bin/sh.

PR: 44363

21 years agoExperimentally don't let go of Giant in geom_disk's done.
Poul-Henning Kamp [Thu, 6 Feb 2003 21:50:39 +0000 (21:50 +0000)]
Experimentally don't let go of Giant in geom_disk's done.
We may actually be increasing Giant contention doing so because the
actual stuff we do is very cheap.

Also I am not convinced there is not a tiny window for a race here.

21 years agoConsolidate resource release code on error condition.
Matthew N. Dodd [Thu, 6 Feb 2003 21:21:39 +0000 (21:21 +0000)]
Consolidate resource release code on error condition.

21 years agoPut the checks we perform on a bio before calling ::start in their
Poul-Henning Kamp [Thu, 6 Feb 2003 21:01:36 +0000 (21:01 +0000)]
Put the checks we perform on a bio before calling ::start in their
own function, handle all validation and truncation at the time we
process the bio instead of when it gets scheduled.

21 years agoMerge the following from the English version:
Hiroki Sato [Thu, 6 Feb 2003 17:35:45 +0000 (17:35 +0000)]
Merge the following from the English version:

1.488 -> 1.490 relnotes/common/new.sgml

21 years agoFix comment typo.
Orion Hodson [Thu, 6 Feb 2003 17:32:02 +0000 (17:32 +0000)]
Fix comment typo.

Sync with userland test framework which now deals better with pcm feeder kobj
emulation.

Reduce max rate from 96kHz to 48kHz as userland tests found a few bad
points about 90kHz and we don't care about operating up there for now.

21 years agoFix memory leak.
Hidetoshi Shimokawa [Thu, 6 Feb 2003 17:23:01 +0000 (17:23 +0000)]
Fix memory leak.

21 years agoNew errata: SA-03:01.
Bruce A. Mah [Thu, 6 Feb 2003 17:06:57 +0000 (17:06 +0000)]
New errata:  SA-03:01.

21 years agoNew release note: SA-03:01.
Bruce A. Mah [Thu, 6 Feb 2003 16:35:39 +0000 (16:35 +0000)]
New release note:  SA-03:01.

21 years agoMinor structural change: It always struck me as odd that "security
Bruce A. Mah [Thu, 6 Feb 2003 16:21:49 +0000 (16:21 +0000)]
Minor structural change: It always struck me as odd that "security
advisories" were stuck between "kernel" and "userland".  Move this
(empty for now) section to the first subsection of "What's New".

21 years agoFix another typo in a comment which I noticed while doing the MFC.
Gary Jennejohn [Thu, 6 Feb 2003 14:52:47 +0000 (14:52 +0000)]
Fix another typo in a comment which I noticed while doing the MFC.

21 years agoUse pam_group(8) instead of pam_wheel(8).
Dag-Erling Smørgrav [Thu, 6 Feb 2003 14:33:23 +0000 (14:33 +0000)]
Use pam_group(8) instead of pam_wheel(8).

21 years agoPass the correct, verified username to PAM instead of getlogin().
Dag-Erling Smørgrav [Thu, 6 Feb 2003 14:29:28 +0000 (14:29 +0000)]
Pass the correct, verified username to PAM instead of getlogin().