| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
Also divorce this driver from the sio driver.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
+ * 9: 0x3f0-0x3f3,0x3f4-0x3f5,0x3f7
This requires only one change to support. Rather than keying on the
size of the resource being 2, instead key off the end & 7 being 3.
This covers the same cases that the size of 2 would catch, but also
covers the new above case.
In addition, I think it is clearer to use the end in preference to the
size and start for case #8 as well. Turns two tests into one, and
catches no other cases.
Make minor commentary changes to deal with new case #9.
# This change is specifically minimal to allow easy MFC. A more
# extensive change will go into current once I've had a chance to test
# it on a lot of hardware...
|
|\
| |
| |
| | |
which included commits to RCS files with non-trunk default branches.
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| | |
with different file systems. This may cause ill things
with my previous fix. Now it translate fsid of direct child of
mount point directory only.
Pointed out by: Uwe Doering
|
| |
| |
| |
| | |
absence.
|
| |
| |
| |
| | |
enabled, but not 3D.
|
| |
| |
| |
| |
| | |
that netowrk-over-scsi never really took off, there is little chance that
it will ever be needed.
|
| |
| |
| |
| |
| |
| |
| | |
running, or returns. The calling program is responsible for making sure
that nothing new is enqueued.
# man page coming soon.
|
| | |
|
| |
| |
| |
| | |
MFC after: 3 days
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Since we can only override the DSDT, a custom ASL dumped previously that
contained SSDTs would result in lots of multiple definition errors.
A longer-term fix involves adding the ability to override SSDTs to ACPI-CA.
MFC after: 3 days
|
| |
| |
| |
| |
| | |
files similar to DESTDIR in the BSD make process. This only affects log
file paths not config file (-f) or archive directory (-a) paths.
|
| |
| |
| |
| | |
Change to syslogd restart as suggested by des.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
occurrences of "/" in the argument list. This corresponds to Enhancement
Request Number 5 in the Austin Group TC2 Aardvark's XCU Defects Report
(<URL:http://www.opengroup.org/austin/aardvark/finaltext/xcubug.txt>).
Further discussion is available in the Austin Group mailing list archives
(<URL:http://www.opengroup.org/austin/mailarchives/>, "Defect in XCU rm")
and for Austin Group members, in the Austin Group Interpretations archive
(<URL:http://www.opengroup.org/austin/interps/>, AI-019)
This commit makes that check conditional on !POSIXLY_CORRECT, since it
is not strictly correct according to the current version of the standard
(but is expected to be correct according to the next version, and has
already been adopted by Solaris).
|
| |
| |
| |
| | |
Pointed out by: ru
|
| |
| |
| |
| | |
Reminded by: ru
|
| | |
|
| |
| |
| |
| | |
to the above comment block devoted to such descriptions.
|
| | |
|
| |
| |
| |
| |
| |
| | |
recommending that the standard exit codes in sysexits(3) be used.
Reviewed by: ru
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
printf("No buffers busy after final sync");
to
printf("All buffers synced.");
in order to not leave the users wondering if there should be.
|
| |
| |
| |
| | |
Noticed by: ru
|
| | |
|
| | |
|
| |
| |
| |
| |
| | |
Device names {cua,tty}R%r[.init,.lock] clashes with pty(4) driver
and allows for only 32 ports. This should probably be revisited.
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
constructed process.
Submitted by: Stephan Uphoff ( ups at tree.com )
MFC after: 3 days
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
install now complains about ttyu0/ttyu1 not existing at boot time.
Since users wanting the uart based devices as terminals will need
to do something special to get them anyway set it up so a default
config doesn't complain.
MFC after: 3 days
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| | |
Submitted by: Jilles Tjoelker <jilles@stack.nl> (original version)
PR: docs/70616 (part of)
MFC after: 1 week
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
that is no longer required. (In fact, it is not clear that it was ever
required in HEAD or RELENG_4, only RELENG_3 required a work-around.) Now,
as before revision 1.251, if the preexisting PTE is invalid, pmap_enter()
does not call pmap_invalidate_page() to update the TLB(s).
Note: Even with this change, the handling of a copy-on-write fault is
inefficient, in such cases pmap_enter() calls pmap_invalidate_page() twice.
Discussed with: bde@
PR: kern/16568
|
| |
| |
| |
| | |
MFC after: 3 days
|
| | |
|
| |
| |
| |
| | |
PR: 47187
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
include it in all cases.
|
| |
| |
| |
| |
| | |
Const-qualify 'filename' to avoid a strdup() call due to -Wwrite-strings
silliness.
|
| | |
|
| | |
|
| |
| |
| |
| | |
function.
|
| |
| |
| |
| |
| |
| | |
so would cause kernel to produce an unkillable process in some cases,
especially, P_STOPPED_SINGLE has a singling thread, turning off the
bit would mess the state.
|