]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/log
FreeBSD/FreeBSD.git
22 years agoSet the interrupt map type accordingly if we need to fall back to using
Thomas Moestl [Sat, 9 Mar 2002 22:02:02 +0000 (22:02 +0000)]
Set the interrupt map type accordingly if we need to fall back to using
the PCI bus interrupt map.

22 years agoFix a warning by adding a missing include.
Thomas Moestl [Sat, 9 Mar 2002 22:00:30 +0000 (22:00 +0000)]
Fix a warning by adding a missing include.

22 years agoSet the busmaster enable bit in the PCI command register, as the firmware
Thomas Moestl [Sat, 9 Mar 2002 21:52:31 +0000 (21:52 +0000)]
Set the busmaster enable bit in the PCI command register, as the firmware
of sparc64 machines will not do this for us if the interface is not used
for booting over the network.

22 years agoFix some bugs in the handling of the case of not enough tx descriptors
Thomas Moestl [Sat, 9 Mar 2002 21:50:25 +0000 (21:50 +0000)]
Fix some bugs in the handling of the case of not enough tx descriptors
being free to send a packet.

22 years agoCouple minor updates.
Jake Burkholder [Sat, 9 Mar 2002 21:06:50 +0000 (21:06 +0000)]
Couple minor updates.

Reviewed by: bmah

22 years agoo Don't require long long support in bswap64() functions.
Mike Barcroft [Sat, 9 Mar 2002 21:02:16 +0000 (21:02 +0000)]
o Don't require long long support in bswap64() functions.
o In i386's <machine/endian.h>, macros have some advantages over
  inlines, so change some inlines to macros.
o In i386's <machine/endian.h>, ungarbage collect word_swap_int()
  (previously __uint16_swap_uint32), it has some uses on i386's with
  PDP endianness.

Submitted by: bde

o Move a comment up in <machine/endian.h> that was accidentially moved
  down a few revisions ago.
o Reenable userland's use of optimized inline-asm versions of
  byteorder(3) functions.
o Fix ordering of prototypes vs. redefinition of byteorder(3)
  functions, so that the non-GCC (libc asm) case has proper
  prototypes.
o Add proper prototypes for byteorder(3) functions in <sys/param.h>.
o Prevent redundant duplicate prototypes by making use of the
  _BYTEORDER_PROTOTYPED define.
o Move the bswap16(), bswap32(), bswap64() C functions into MD space
  for platforms in which asm versions don't exist.  This significantly
  reduces the complexity of some things at the cost of duplicate code.

Reviewed by: bde

22 years agoForgot to update the date.
Luigi Rizzo [Sat, 9 Mar 2002 20:18:31 +0000 (20:18 +0000)]
Forgot to update the date.

The manpage describes the latest batch of changes, and especially the
runtime config was totally different before.

22 years agoLots of updates on the install process, detailing how to
Luigi Rizzo [Sat, 9 Mar 2002 20:16:06 +0000 (20:16 +0000)]
Lots of updates on the install process, detailing how to
install PicoBSD on hard disks and CDROM images, and on the
bootstrap sequence and the places where you can customise
a PicoBSD image.

Now if some of the -doc guys want to put this stuff in a nice
handbook page, that would be extremely useful!

22 years agoDelete "notyet" code before it becomes "ohh no" code.
Poul-Henning Kamp [Sat, 9 Mar 2002 20:11:25 +0000 (20:11 +0000)]
Delete "notyet" code before it becomes "ohh no" code.

22 years agoAdding Network Protocols section translation
Sebastien Gioria [Sat, 9 Mar 2002 20:04:36 +0000 (20:04 +0000)]
Adding Network Protocols section translation

22 years agoapropos(1) manual page doesn't tell that keyword can be regular expression
Wolfram Schneider [Sat, 9 Mar 2002 20:00:08 +0000 (20:00 +0000)]
apropos(1) manual page doesn't tell that keyword can be regular expression

PR: gnu/31685
Submitted by: Andrey Simonenko <simon@simon.org.ua>

22 years agoHide the DIOCGPART ioctl from userland where it has no decent use.
Poul-Henning Kamp [Sat, 9 Mar 2002 19:15:37 +0000 (19:15 +0000)]
Hide the DIOCGPART ioctl from userland where it has no decent use.

It's use in the kernel is also highly suspect due to the total absense
of any kind of lifetime definition of the passed pointers.

22 years agoRemove host.conf, and introduce a way to override the content
Luigi Rizzo [Sat, 9 Mar 2002 18:27:02 +0000 (18:27 +0000)]
Remove host.conf, and introduce a way to override the content
of selected files (at the moment /etc/host.conf and /etc/resolv.conf)
from /etc/rc.conf , so the number of places to customize is
reduced.

22 years agoMore markup fixes, wordsmithing. It's not quite yet ready for
Bruce A. Mah [Sat, 9 Mar 2002 18:04:47 +0000 (18:04 +0000)]
More markup fixes, wordsmithing.  It's not quite yet ready for
prime time, but we're getting closer.

22 years agoRevert change in revision 1.53 and add a small comment to protect
Tor Egge [Sat, 9 Mar 2002 16:24:27 +0000 (16:24 +0000)]
Revert change in revision 1.53 and add a small comment to protect
the revived code.

vm pages newly allocated are marked busy (PG_BUSY), thus calling
vm_page_delete before the pages has been freed or unbusied will
cause a deadlock since vm_page_object_page_remove will wait for the
busy flag to be cleared.  This can be triggered by calling malloc
with size > PAGE_SIZE and the M_NOWAIT flag on systems low on
physical free memory.

A kernel module that reproduces the problem, written by Logan Gabriel
<logan@mail.2cactus.com>, can be found in the freebsd-hackers mail
archive (12 Apr 2001).  The problem was recently noticed again by
Archie Cobbs <archie@dellroad.org>.

Reviewed by: dillon

22 years agoOff by one error in checking max file name length.
Wolfram Schneider [Sat, 9 Mar 2002 15:30:42 +0000 (15:30 +0000)]
Off by one error in checking max file name length.

22 years agoafter joerg's recent merge of i4b's isppcontrol to the main spppcontrol,
Hellmuth Michaelis [Sat, 9 Mar 2002 13:37:24 +0000 (13:37 +0000)]
after joerg's recent merge of i4b's isppcontrol to the main spppcontrol,
remove now obsolete files.

22 years agoafter joerg's recent merge of i4b's sppp with the main sppp, remove
Hellmuth Michaelis [Sat, 9 Mar 2002 13:31:56 +0000 (13:31 +0000)]
after joerg's recent merge of i4b's sppp with the main sppp, remove
now obsolete file.

22 years agoremove BSD/OS specific ppp-interface file since the FreeBSD-BSD/OS merger
Hellmuth Michaelis [Sat, 9 Mar 2002 13:18:24 +0000 (13:18 +0000)]
remove BSD/OS specific ppp-interface file since the FreeBSD-BSD/OS merger
is IMHO likely not to happen anymore ...

22 years agoAfter joergs merge of i4b's sppp with the main sppp, remove obsolete file.
Hellmuth Michaelis [Sat, 9 Mar 2002 13:14:49 +0000 (13:14 +0000)]
After joergs merge of i4b's sppp with the main sppp, remove obsolete file.

22 years agoIf syslog fails to talk to syslogd, then it tries to write a message
David Malone [Sat, 9 Mar 2002 11:38:01 +0000 (11:38 +0000)]
If syslog fails to talk to syslogd, then it tries to write a message
to the console in a final attempt to log something. Make this final
attempt non-blocking so that a blocking console doesn't end up
blocking process which attempt to syslog something.

In particular, this means you should be able to su and fix the
problem if the console becomes blocking.

MFC after: 3 weeks

22 years agoNuke abandoned configuration.
Luigi Rizzo [Sat, 9 Mar 2002 08:28:11 +0000 (08:28 +0000)]
Nuke abandoned configuration.

22 years agoMake this fit again into a 1.44 floppy.
Luigi Rizzo [Sat, 9 Mar 2002 08:17:40 +0000 (08:17 +0000)]
Make this fit again into a 1.44 floppy.
We had to give up DDB and grep this time...

Add a hint in "config" on how to increase the image size so
we can stuff more things in the image (mostly for use on a CDROM).

22 years agoEnable DEVICE_POLLING in LINT now that it is safe to compile it there.
Luigi Rizzo [Sat, 9 Mar 2002 08:04:58 +0000 (08:04 +0000)]
Enable DEVICE_POLLING in LINT now that it is safe to compile it there.

22 years agoMake the DEVICE_POLLING code compile with -Werror and in LINT
Luigi Rizzo [Sat, 9 Mar 2002 08:02:52 +0000 (08:02 +0000)]
Make the DEVICE_POLLING code compile with -Werror and in LINT

22 years agoCorrect a typo.
Dima Dorfman [Sat, 9 Mar 2002 07:05:22 +0000 (07:05 +0000)]
Correct a typo.

Submitted by: peter.kusenda@accenture.com

22 years agoThis API will appear in FreeBSD 4.6.
Dima Dorfman [Sat, 9 Mar 2002 05:19:21 +0000 (05:19 +0000)]
This API will appear in FreeBSD 4.6.

22 years agoIn the words of the submitter:
Dima Dorfman [Sat, 9 Mar 2002 04:55:35 +0000 (04:55 +0000)]
In the words of the submitter:

        Kerberized CVS (kserver) listens on the same port as normal CVS
        (pserver).  In /etc/inetd.conf cvs kserver is disabled by default,
        but set to listen to the service port 'cvs' which doesn't exist.  It
        should listen to 'cvspserver'.

PR: 34317
Submitted by: Sean Chittenden <sean@chittenden.org>

22 years agoAssorted mechanical fixes.
Dima Dorfman [Sat, 9 Mar 2002 04:38:25 +0000 (04:38 +0000)]
Assorted mechanical fixes.

PR: 34790
Submitted by: Mike Makonnen <mike_makonnen@yahoo.com>

22 years agoThe -a switch didn't cause send-pr to attach the specified file if the
Dima Dorfman [Sat, 9 Mar 2002 04:29:00 +0000 (04:29 +0000)]
The -a switch didn't cause send-pr to attach the specified file if the
PR template was obtained from the environment variable $PF_FORM.

PR: 34831
Submitted by: Mike Makonnen <mike_makonnen@yahoo.com>

22 years agoBring a comment in line with the code, and fix some spelling errors
Dima Dorfman [Sat, 9 Mar 2002 04:00:53 +0000 (04:00 +0000)]
Bring a comment in line with the code, and fix some spelling errors
while I'm here.

PR: 35394
Submitted by: andrew@ugh.net.au

22 years agoWhen reporting that a line is too long, include the line number in the
Dima Dorfman [Sat, 9 Mar 2002 03:52:14 +0000 (03:52 +0000)]
When reporting that a line is too long, include the line number in the
error message.  While I'm here, add a note that the "line too long"
message isn't always accurate.

PR: 35395
Submitted by: andrew@ugh.net.au

22 years agoFix build. I commented out getpass() in readpassphrase.c because the
Brian Feldman [Sat, 9 Mar 2002 03:16:41 +0000 (03:16 +0000)]
Fix build.  I commented out getpass() in readpassphrase.c because the
implementation did not match our manpage description (i.e., it could
return NULL).  I mistakenly thought we were still using getpass.c
because, for some reason, CVS never removed it from the tree.

Pointy hat received from: alfred
Kick in the groin to: CVS

22 years agoFix SA-02:13 release note item (missing text).
Bruce A. Mah [Sat, 9 Mar 2002 01:12:03 +0000 (01:12 +0000)]
Fix SA-02:13 release note item (missing text).

Reviewed by: nectar

22 years agoNew/changed release notes: OpenPAM has replaced Linux-PAM.
Bruce A. Mah [Sat, 9 Mar 2002 00:03:44 +0000 (00:03 +0000)]
New/changed release notes:  OpenPAM has replaced Linux-PAM.

We used to have a note about new PAM modules; I moved it from the
contrib section back to the generic userland area.  The list of new
modules was incomplete, so I've punted on trying to list them all
for now.

22 years agoNew release notes: wi(4) Prism II/2.5 support + WEP fixes (+ MFC),
Bruce A. Mah [Fri, 8 Mar 2002 22:57:25 +0000 (22:57 +0000)]
New release notes:  wi(4) Prism II/2.5 support + WEP fixes (+ MFC),
IPSec inbound SPD fix for IPv4 (+ MFC), ata(4) RAID1 rebuild,
/etc/rc.firewall{,6} don't add their own implicit rules (+ MFC).

MFCs noted:  puc(4)

22 years agoEven more Highpoint RAID support.
Søren Schmidt [Fri, 8 Mar 2002 21:36:49 +0000 (21:36 +0000)]
Even more Highpoint RAID support.

Fix the 80pin cable detection system.

22 years agoUpdate readpassphrase(3)to the latest revisions. Changes are mainly due
Brian Feldman [Fri, 8 Mar 2002 21:14:00 +0000 (21:14 +0000)]
Update readpassphrase(3)to the latest revisions.  Changes are mainly due
to return value constraints now changing as well as more intelligent
handling of signals.

Obtained from: OpenBSD

22 years agoImprove punctuation consistency: all errors had a '.' after them
Robert Watson [Fri, 8 Mar 2002 21:00:27 +0000 (21:00 +0000)]
Improve punctuation consistency: all errors had a '.' after them
except ENOATTR.

22 years agoSynch with OpenBSD (style).
Brian Feldman [Fri, 8 Mar 2002 20:52:52 +0000 (20:52 +0000)]
Synch with OpenBSD (style).

22 years agoFix up (content) of rpc.lockd(8) release note.
Bruce A. Mah [Fri, 8 Mar 2002 20:40:37 +0000 (20:40 +0000)]
Fix up (content) of rpc.lockd(8) release note.

Submitted by: alfred

22 years agomake pcvt compile again without "options XSERVER".
Hellmuth Michaelis [Fri, 8 Mar 2002 19:06:46 +0000 (19:06 +0000)]
make pcvt compile again without "options XSERVER".
PR: 35577

22 years agoNote that several of the recently documented clock-related kernel options
Robert Watson [Fri, 8 Mar 2002 18:59:05 +0000 (18:59 +0000)]
Note that several of the recently documented clock-related kernel options
are for debugging purposes only.

Suggested by: bde

22 years ago- Use a MI critical section in witness_sleep() and witness_list() as they
John Baldwin [Fri, 8 Mar 2002 18:57:57 +0000 (18:57 +0000)]
- Use a MI critical section in witness_sleep() and witness_list() as they
  simply need to prevent switching from another CPU and do not need
  interrupts disabled.
- Add a comment to witness_list() about why displaying spin locks for
  threads on other CPU's really is just a bad idea and probably shouldn't
  be done.

22 years agoRead KTR_CPU into a temporary variable so that we use a consistent value
John Baldwin [Fri, 8 Mar 2002 18:55:59 +0000 (18:55 +0000)]
Read KTR_CPU into a temporary variable so that we use a consistent value
for both the cpumask check and the cpu entry field w/o needing to use
a critical section.

22 years agoApply a bit more of the patch from conf/35674: document the various
Robert Watson [Fri, 8 Mar 2002 18:50:07 +0000 (18:50 +0000)]
Apply a bit more of the patch from conf/35674: document the various
clock options in more detail.

PR: conf/35674
Submitted by: Hiten Pandya <hiten@uk.FreeBSD.org>

22 years agoApply part of the patch from conf/35674 to move the PFIL_HOOKS option
Robert Watson [Fri, 8 Mar 2002 18:47:32 +0000 (18:47 +0000)]
Apply part of the patch from conf/35674 to move the PFIL_HOOKS option
to somewhere more useful, and improve documentation of it.

PR: conf/35674
Submitted by: Hiten Pandya <hiten@uk.FreeBSD.org>

22 years agoRemove the #if __FreeBSD_version glue now that the puc driver is part of
John Hay [Fri, 8 Mar 2002 17:41:22 +0000 (17:41 +0000)]
Remove the #if __FreeBSD_version glue now that the puc driver is part of
-stable.

22 years agoAdd Avlab Technology, PCI IO 2S board to puc(4)-supported hardware
Bruce A. Mah [Fri, 8 Mar 2002 17:12:40 +0000 (17:12 +0000)]
Add Avlab Technology, PCI IO 2S board to puc(4)-supported hardware
list.

22 years agoSynchronize NOTES with -STABLE LINT with respects to the placement
Robert Watson [Fri, 8 Mar 2002 15:34:23 +0000 (15:34 +0000)]
Synchronize NOTES with -STABLE LINT with respects to the placement
and commenting of NETSMB, NETWMBCRYPTO, and SMBFS.  In NOTES, they
had all floated to the bottom of the file with the list of seemingly
random and unclassified kernel options.  This change moves them back
up to the network protocol and file system areas, and also documents
the dependencies.

22 years agoAdd an entry for coldsync, to facilitate synchronising a Handspring Visor
Nick Hibma [Fri, 8 Mar 2002 14:46:13 +0000 (14:46 +0000)]
Add an entry for coldsync, to facilitate synchronising a Handspring Visor
with FreeBSD.

22 years ago#include <machine/smp.h> in the SMP case.
Poul-Henning Kamp [Fri, 8 Mar 2002 14:31:12 +0000 (14:31 +0000)]
#include <machine/smp.h> in the SMP case.
don't include <sys/smp.h> at all.

Fallout from: probably something jake did.
Hint by: jhb

22 years agoFix typo: s/secotor/sector/.
Giorgos Keramidas [Fri, 8 Mar 2002 13:50:28 +0000 (13:50 +0000)]
Fix typo: s/secotor/sector/.

22 years agovhold() our vnode while checking the remote side.
Poul-Henning Kamp [Fri, 8 Mar 2002 13:43:43 +0000 (13:43 +0000)]
vhold() our vnode while checking the remote side.

This is belived to be the only place where a soft reference to a vnode
is held with no sort of hard reference, consequently this change should
allow us to free(9) vnodes from the freelist after properly cleaning
them up.

Reviewed by: dillon

22 years agoSay good-bye, Linux-PAM.
Dag-Erling Smørgrav [Fri, 8 Mar 2002 13:03:58 +0000 (13:03 +0000)]
Say good-bye, Linux-PAM.

22 years ago- Misc grammar fixes.
Giorgos Keramidas [Fri, 8 Mar 2002 12:50:41 +0000 (12:50 +0000)]
- Misc grammar fixes.
- Add `Ar filename' to the description of the -f option.

22 years agoMinor grammar fix:
Giorgos Keramidas [Fri, 8 Mar 2002 12:48:05 +0000 (12:48 +0000)]
Minor grammar fix:
s/will be resume/will be resumed/

22 years agoFurther cleanup: remove useless entries from PATH, and be prepared
Luigi Rizzo [Fri, 8 Mar 2002 12:43:57 +0000 (12:43 +0000)]
Further cleanup: remove useless entries from PATH, and be prepared
to use kern.bootdevname (if available) to identify the boot device
for updating the configuration. Fallback to /dev/fd0 as before.

22 years agoAdd pc98 support.
Yoshihiro Takahashi [Fri, 8 Mar 2002 12:41:32 +0000 (12:41 +0000)]
Add pc98 support.

22 years agoAdd a (commented out) sample entry for use with a serial line.
Luigi Rizzo [Fri, 8 Mar 2002 12:37:42 +0000 (12:37 +0000)]
Add a (commented out) sample entry for use with a serial line.

22 years agoDo not depend on "expr" for doing arithmetic, use the shell builtin functions
Luigi Rizzo [Fri, 8 Mar 2002 12:33:48 +0000 (12:33 +0000)]
Do not depend on "expr" for doing arithmetic, use the shell builtin functions
(picobsd might not have the command available).

22 years agoUnbreak "update" script, by doing a mkdir -p of the relevant
Luigi Rizzo [Fri, 8 Mar 2002 12:14:46 +0000 (12:14 +0000)]
Unbreak "update" script, by doing a mkdir -p of the relevant
directories when writing to disk.

Use the (yet to be committed) sysctl variable kern.bootdevname
to derive the device name, fallback to /dev/fd0 if kern.bootdevname
is unset or not available.

22 years ago- The pc98_ttspeedtab() function returns an error status instead of a divisor,
Yoshihiro Takahashi [Fri, 8 Mar 2002 12:12:46 +0000 (12:12 +0000)]
- The pc98_ttspeedtab() function returns an error status instead of a divisor,
  and sets a divisor to the third argument.
- The second argument of the pc98_set_baud_rate() function is changed from int
  to u_int.

22 years agoUse a default of 25 lines for xterm. This only affects the behaviour
Luigi Rizzo [Fri, 8 Mar 2002 12:10:13 +0000 (12:10 +0000)]
Use a default of 25 lines for xterm. This only affects the behaviour
over a serial line, because the terminal negotiations using ssh/telnet
does the right thing anyways.

22 years agoMFi386: revision 1.125
Yoshihiro Takahashi [Fri, 8 Mar 2002 11:38:00 +0000 (11:38 +0000)]
MFi386: revision 1.125

22 years agoSupport newer Highpoint BIOS's extended config.
Søren Schmidt [Fri, 8 Mar 2002 11:33:52 +0000 (11:33 +0000)]
Support newer Highpoint BIOS's extended config.

22 years agocosmetics
Søren Schmidt [Fri, 8 Mar 2002 11:31:37 +0000 (11:31 +0000)]
cosmetics

22 years agoMove the mount of the root filesystem to happen in the init process before
Poul-Henning Kamp [Fri, 8 Mar 2002 10:33:11 +0000 (10:33 +0000)]
Move the mount of the root filesystem to happen in the init process before
the exec if /sbin/init.

This allows the scheduler to get started and kthreads a chance to run
before we start filesystem operations.

22 years agoMajor cleanup of PicoBSD startup scripts, which now should be
Luigi Rizzo [Fri, 8 Mar 2002 05:15:08 +0000 (05:15 +0000)]
Major cleanup of PicoBSD startup scripts, which now should be
closer to doing "the right thing".

The structure is now the following:

  * /etc/rc (from MFS) loads the rest of /etc and /root from
    /fd and then from floppy (if present), then transfers control
    to /etc/rc1

  * /etc/rc1 loads defaults from /etc/rc.conf.defaults, tries to
    set the hostname basing on the MAC address of the first ethernet
    interface, and then sources /etc/rc.conf and /etc/rc.conf.local
    for local configurations

  * The rest of the startup process is then performed (rc.network and so on).

Everything except the initial /etc/rc (from MFS) can be overridden with
a local version loaded from floppy. But in most cases, you should only need
to customize the following files in /etc:

rc.conf    rc.firewall    hosts

Previously there were a number of inconsistencies in the calling
between files, and also a lot of clutter in rc.conf and rc.firewall.
Also, "rc1" was called "rc" and would overwrite the initial /etc/rc
from MFS, making it really hard to figure out what was going on in
case of bugs.

22 years agoMFS: sync with -stable (no functional difference).
Luigi Rizzo [Fri, 8 Mar 2002 04:54:52 +0000 (04:54 +0000)]
MFS: sync with -stable (no functional difference).

22 years agoInvalidate password for sample user entry.
Luigi Rizzo [Fri, 8 Mar 2002 03:57:57 +0000 (03:57 +0000)]
Invalidate password for sample user entry.

22 years agoAtapi units are now /dev/ad* and not /dev/wd*
Luigi Rizzo [Fri, 8 Mar 2002 03:55:19 +0000 (03:55 +0000)]
Atapi units are now /dev/ad* and not /dev/wd*

22 years agoUse a integral type that doesn't require <sys/types.h>. This
Mike Barcroft [Fri, 8 Mar 2002 03:09:46 +0000 (03:09 +0000)]
Use a integral type that doesn't require <sys/types.h>.  This
accomplishes the goal of actually making <grp.h> independent of other
headers for the definition of its types.

Pointy hat to: mike

22 years agoMisc fixes to the build script:
Luigi Rizzo [Fri, 8 Mar 2002 02:24:21 +0000 (02:24 +0000)]
Misc fixes to the build script:

 + fix some dialog entries to correctly modify variables instead of working
   in a subshell

 + add a logverbose function for debugging purposes

 + force 512/4096 blocks on filesystems

 + use 'auto' for disklabel so it works irrespective of the floppy size.
   This is useful for larger images than 1720k

22 years agoFix typo: capablities -> capabilities.
Giorgos Keramidas [Fri, 8 Mar 2002 01:59:52 +0000 (01:59 +0000)]
Fix typo: capablities -> capabilities.

22 years agoFix typo: to examining -> to examine.
Giorgos Keramidas [Fri, 8 Mar 2002 01:29:06 +0000 (01:29 +0000)]
Fix typo: to examining -> to examine.

22 years agoMerge a duplicate description of the -L option into the first one.
Giorgos Keramidas [Fri, 8 Mar 2002 00:36:36 +0000 (00:36 +0000)]
Merge a duplicate description of the -L option into the first one.

PR: docs/34782
MFC after: 1 week

22 years agoSlightly more efficient version of rev 1.6.
David E. O'Brien [Thu, 7 Mar 2002 23:01:55 +0000 (23:01 +0000)]
Slightly more efficient version of rev 1.6.

22 years agoA less intrusive version of rev 1.2.
David E. O'Brien [Thu, 7 Mar 2002 23:00:27 +0000 (23:00 +0000)]
A less intrusive version of rev 1.2.

22 years agoSlightly more efficient fix to the const problem.
David E. O'Brien [Thu, 7 Mar 2002 22:58:16 +0000 (22:58 +0000)]
Slightly more efficient fix to the const problem.

22 years agoBack out part of rev 1.51. The lesser impact fix is to just remove
David E. O'Brien [Thu, 7 Mar 2002 22:36:56 +0000 (22:36 +0000)]
Back out part of rev 1.51.  The lesser impact fix is to just remove
the unused global var.

22 years agoAdd Cenatek Inc.'s ID.
David E. O'Brien [Thu, 7 Mar 2002 21:20:30 +0000 (21:20 +0000)]
Add Cenatek Inc.'s ID.

22 years agoUpdate info on SCSI on AlphaStation 500 now that I own one
Wilko Bulte [Thu, 7 Mar 2002 20:38:31 +0000 (20:38 +0000)]
Update info on SCSI on AlphaStation 500 now that I own one
to play with and find out myself.

22 years agoThis commit was generated by cvs2svn to compensate for changes in r91830,
Dag-Erling Smørgrav [Thu, 7 Mar 2002 19:24:22 +0000 (19:24 +0000)]
This commit was generated by cvs2svn to compensate for changes in r91830,
which included commits to RCS files with non-trunk default branches.

22 years agoFix bugs in module loading and caching code (perforce change #7381)
Dag-Erling Smørgrav [Thu, 7 Mar 2002 19:24:22 +0000 (19:24 +0000)]
Fix bugs in module loading and caching code (perforce change #7381)

Sponsored by: DARPA, NAI Labs

22 years agoOops I mixed up the patch for -current & -stable, sorry ....
Søren Schmidt [Thu, 7 Mar 2002 19:20:23 +0000 (19:20 +0000)]
Oops I mixed up the patch for -current & -stable, sorry ....

22 years agoForced commit to document repo-copy from src/libpam/libpam.
Dag-Erling Smørgrav [Thu, 7 Mar 2002 17:53:23 +0000 (17:53 +0000)]
Forced commit to document repo-copy from src/libpam/libpam.

22 years agoDBA update: used the wrong of several NAI DBAs.
Robert Watson [Thu, 7 Mar 2002 17:52:03 +0000 (17:52 +0000)]
DBA update: used the wrong of several NAI DBAs.

22 years agoUpdate DBA for NAI. We have several. We used the wrong one. :-)
Robert Watson [Thu, 7 Mar 2002 17:49:06 +0000 (17:49 +0000)]
Update DBA for NAI.  We have several.  We used the wrong one. :-)

22 years agoDisable RIO (reduced interrupt operation) for 2200 boards- it seemed like
Matt Jacob [Thu, 7 Mar 2002 17:32:45 +0000 (17:32 +0000)]
Disable RIO (reduced interrupt operation) for 2200 boards- it seemed like
it worked- but I ran into a case with a 2204 where commands were being lost
right and left. Best be safe.

For target mode, or things called if we call isp_handle_other response- note
that we might have dropped locks by changing the output pointer so we bail
from the loop. It's the responsibility of the entity dropping the lock to
make sure that we let the f/w know we've read thus far into the response
queue (else we begin processing the same entries again- blech!).

MFC after: 1 day

22 years agoDon't ignore system CFLAGS.
Maxim Sobolev [Thu, 7 Mar 2002 16:56:19 +0000 (16:56 +0000)]
Don't ignore system CFLAGS.

22 years agoNew release note: SA-02:13.
Bruce A. Mah [Thu, 7 Mar 2002 16:53:21 +0000 (16:53 +0000)]
New release note:  SA-02:13.

22 years agoCompleteley revert this to the vendor code. This is in preparation to
Mark Murray [Thu, 7 Mar 2002 16:45:41 +0000 (16:45 +0000)]
Completeley revert this to the vendor code. This is in preparation to
doing some fixing...

...asked for by: bde

22 years agoMinor cosmetic changes to minimise diffs for MFC.
Søren Schmidt [Thu, 7 Mar 2002 16:34:19 +0000 (16:34 +0000)]
Minor cosmetic changes to minimise diffs for MFC.

22 years agoFix a couble of bugs in the rebuild code, return errors properly.
Søren Schmidt [Thu, 7 Mar 2002 16:32:21 +0000 (16:32 +0000)]
Fix a couble of bugs in the rebuild code, return errors properly.

22 years agoFix build for OpenPAM. The directories needed tweeking.
Mark Murray [Thu, 7 Mar 2002 16:03:56 +0000 (16:03 +0000)]
Fix build for OpenPAM. The directories needed tweeking.

22 years agoAdd new errno ``ENOATTR''.
Brian Feldman [Thu, 7 Mar 2002 15:13:44 +0000 (15:13 +0000)]
Add new errno ``ENOATTR''.

22 years agoUpdate version string.
Jacques Vidrine [Thu, 7 Mar 2002 14:36:28 +0000 (14:36 +0000)]
Update version string.

22 years agoRevert/fix the most controversial parts of the last commit:
Mark Murray [Thu, 7 Mar 2002 14:11:41 +0000 (14:11 +0000)]
Revert/fix the most controversial parts of the last commit:

1) place __FBSDID() correctly IAW style(9).

2) revert (and slightly correct) a "complex" expression in an if()
   statement.

22 years ago1) Rev.1.35 of dd.c has a more serious regression. It backs out rev.1.31,
Mark Murray [Thu, 7 Mar 2002 14:00:33 +0000 (14:00 +0000)]
1) Rev.1.35 of dd.c has a more serious regression.  It backs out rev.1.31,
   thus breaking systems with unpolluted <sys/stat.h>'s.

2) Back out an initialisation of a variable in BSS.

Reported by: bde (1), many(2)