| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
Pointed out by: Kris Kennaway (unbreaks nspr port build)
|
|
|
|
| |
so let VLAN_MTU be marked in if_capenable from the beginning.
|
|
|
|
|
|
| |
as initially active in if_capenable since it is always on.
Reviewed by: simokawa
|
|
|
|
|
|
|
|
|
| |
and improved some comments). Also, made the documented {f,s}uword()
functions the standard entry points and the undocumented {f,s}uword64()
functions alternative entry points, like {f,s}uword32() for i386's. The
bitrot in the comments was a little larger here -- there are new undocumented
32-bit sub-word functions, not just renaming of 16-bit functions from
documented ones to undocumented ones.
|
|
|
|
| |
functions.
|
|
|
|
|
| |
standard macro ALTENTRY() instead of a home made incomplete version
of it.
|
|
|
|
| |
- Bump version number.
|
|
|
|
|
|
|
|
| |
of not clearing the flags for execv() syscall will result that a new
program runs in KSE thread mode without enabling it.
Submitted by: tjr
Modified by: davidxu
|
|
|
|
|
| |
read-only on D3->D0 power state transition. Add a define to enable
them, but include a comment to contact me if there's a problem.
|
|
|
|
|
|
|
|
|
|
| |
fixes was applicable to HEAD, originally it was thought this
should only be done in RELENG_4. Implement IO_INVAL in the vnode
op for writing by marking the buffer as "no cache". This fix
has already been applied to RELENG_4 as Rev. 1.65.2.15 of
ufs/ufs/ufs_readwrite.c.
Reviewed by: alc, tegge
|
|
|
|
| |
Obtained from: The FreeBSD Russian Documentation Project
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
better.
|
|
|
|
| |
Prodded by: ru@
|
|
|
|
| |
when I committed code that changed its meaning.
|
|
|
|
|
|
|
|
|
|
| |
Split the baby. For idepci devices, now both legacy mode bits need
not be set. We can run an idepci in a split mode. However, it only
works better than before, not works. It works better in that when one
device is legacy and the other isn't and disabled, we now operate
correctly.
sos submitted a version of this patch.
|
|
|
|
|
| |
off into d3 state when there's no driver for the device'. This should
help suspend/resume in the default case.
|
|
|
|
|
|
|
| |
subclass, progif and revid. While these are typically read
only fields, they aren't always read-only. progif is writable
for ata devices, for example. It does no harm when they are
read only, and helps when they aren't.
|
|
|
|
|
|
|
| |
device == NULL on failure. A warning should suffice.
# I wrote this back before I understood the unattached but loosely bound
# newbus concept...
|
|
|
|
|
|
|
|
| |
to try to allocate things on my parent can be taken out. It duplicates code.
Also, add comment about why the power state stuff is here (type 2
devices don't participate in the power state save/restore due to
larger Bx issues).
|
|
|
|
|
|
|
|
| |
chattiness was left in for debugging, but now that nearly all of the
problems relating to the changes have been fixed, it is only annoying. It
is still available via bootverbose.
Prodded by: jhb
|
| |
|
|
|
|
|
|
| |
PR: kern/66779
Submitted by: Togawa Satoshi <toga@puyo.org>
MFC after: 1 week
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
a thread is on a sleep queue and should have it's sleep aborted.
Reported by: Thierry Herbelot thierry at herbelot dot com
|
|
|
|
| |
Inspired by: ru
|
|
|
|
| |
Provoked by: ru
|
|
|
|
| |
Requested by: ru
|
|
|
|
|
|
|
|
|
| |
use fseeko(3) instead.
This commit fixes breakage when `lastcomm matchstring` is run.
PR: bin/66765, bin/64568
Submitted by: Dan Nelson <dnelson at allantgroup.com>
|
|
|
|
| |
Reminded by: ru@
|
|
|
|
| |
exit1() decrements the reference count before calling this function.
|
|
|
|
| |
Submitted by: Kent Hauser <kent.hauser@verizon.net>
|
|
|
|
| |
64-bit function pointers.
|
|
|
|
|
|
|
| |
threatened in rev.1.10 of usr.sbin/kgmon/kgmon.c more than 2 years ago.
kgmon has been recovering from the missing initialization for too
long, but the fixup there is ifdefed for i386's and shouldn't be
needed for other arches.
|
|
|
|
| |
Reviewed by: rik
|
| |
|