| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Redo establishment of default SCSI parameters whether or not
we've been compiled for target mode. Unfortunately, the Qlogic
f/w is confused so that if we set all targets to be 'safe' (i.e.,
narrow/async), it will also then report narrow, async if we're
contacted in target mode from that target (acting in initiator
role). D'oh!
Fix ISPCTL_TOGGLE_TMODE to correctly enable the right channel for
dual channel cards. Add some more opcodes. Fix a stupid NULL
pointer bug.
|
|
|
|
|
|
|
| |
integrated into libc.
Approved by: rwatson
Obtained from: TrustedBSD Project
|
|
|
|
|
| |
if this was a non-retryable selection timeout- wading through 256 targets
worth of Fibre Channel 'selection timeouts' is tedious at best.
|
|
|
|
|
|
|
| |
has been integrated into libc.
Approved by: rwatson
Obtained from: TrustedBSD Project
|
|
|
|
|
|
|
|
| |
moved in from libposix1e, and deactivate build of the soon-to-be-removed
libposix1e.
Approved by: rwatson
Obtained from: TrustedBSD Project
|
|
|
|
|
|
|
| |
descriptors.
Approved by: rwatson
Obtained from: TrustedBSD Project
|
|
|
|
|
| |
Approved by: rwatson
Obtained from: TrustedBSD Project
|
|
|
|
|
|
|
|
|
|
| |
Makefile, add Makefile.inc needed for libc build; add
#include "namespace.h"/#include "un-namespace.h" pairs around the
includes of sys/acl.h and sys/capability.h, and an additional underscore
in front of the functions that will be overridden in libc_r.
Approved by: rwatson
Obtained from: TrustedBSD Project
|
|
|
|
| |
with other manpages.
|
| |
|
|
|
|
|
|
|
|
|
| |
(undocumented until now) by /etc/pccard_ether.
MFC candidate.
Pointed out by: Dave Crane <dave@trig.net>
Reviewed by: -mobile
|
| |
|
|
|
|
|
| |
which was a temporary hack, to IFT_L2VLAN, which is the type
assigned by IANA.
|
|
|
|
|
|
|
|
|
|
|
|
| |
move the "for safety" zeroing of unused members of timebuf to a better
place. It actually moved the zeroing to a worse place and didn't add
necessary braces.
Fixed a nearby older bug. timebuf.tm_gmtoff was sometimes used even
when timebuf was invalid. Even when it is zeroed, a failing mktime()
might set it to nonzero.
PR: 25243
|
|
|
|
| |
Obtained from: ftp://ftp.isi.edu/in-notes/iana/assignments/smi-numbers
|
|
|
|
|
|
| |
Add the interface types 0x37 through 0xbd.
Obtained from: NetBSD
|
|
|
|
|
|
|
|
|
| |
* Set the CSRG SCCS ID to the revision this file is actually based on
(the file itself has been updated to Lite2 in rev. 1.4).
* Fix some typos in comments.
* Add a comment to the trailing #endif according to style(9)
|
|
|
|
|
|
|
|
| |
Simplify initialization and remove offending DMA channel resets there.
The resets trash whatever is pointed to DMA registers, but at cmi_attach()
time the DMA registers have not been initialized with valid addresses.
Reviewed by: Cameron Grant <gandalf@vilnya.demon.co.uk>
|
|
|
|
| |
Submitted by: jhay
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Obtained from: NetBSD
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
parts of an && or || expression.
This makes this expression work as expected:
if true && ! false; then echo yes; fi
|
|
|
|
| |
Submitted by: sanpei
|
| |
|
|
|
|
| |
- Eliminate compiler warning.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
It appears that some of the new PRISM2 cards need it.
Fail the probe if we fail to read the MAC address.
Fix a comment.
Delete the unload printf. The bus system now prints this message.
|
|\
| |
| |
| | |
which included commits to RCS files with non-trunk default branches.
|
| |
| |
| |
| | |
to replace freebsd.org's rev 1.2.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
`nc_error' variables. Move the nc_lock mutex from mt_misc.c to a
static variable within this function, since it is only used here.
Add a new getnetconfigent() error code `NC_NOTFOUND' to report the
case where the specified netid was not found. Set nc_error in all
error cases in getnetconfigent() so that the error messages returned
by nc_(s)perror are always meaningful.
Add a terminating \n to the output of nc_perror() to match both
our manpage and other implementations of this function.
Reviewed by: deischen, alfred, Martin Blapp <mb@imp.ch>
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
a "#pragma weak" directive linking the external symbol. This matches
the other pthread_* definitions, and ensures that users of this
function from within libc get the real version, not the stub.
Suggested by: deischen
Reviewed by: deischen, alfred
|
| |
| |
| |
| |
| |
| |
| | |
RPC clients hanging. The real problem turned out to be missing
cleanup code; this was fixed in clnt_vc.c r1.5 and clnt_dg.c r1.4.
Submitted by: Martin Blapp <mb@imp.ch>
|
| |
| |
| |
| |
| | |
libpcap update 0.6.2, tcpdump 3.6.2, newfs(8) now defaults to 22
cylinders/group, pkg_version better comparisons and -t.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
that actually conforms to the Porters Handbook.
Add a -t option to pkg_version(1) for doing comparison testing.
Add a script (and make test target) to do some regression tests on
the package number comparison routine, to help debug future revisions.
Submitted by: knu
Procrastination by: bmah
|