| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Use the 'realclean' target in the crunch.mk file for cleaning the object
build tree.
|
|
|
|
| |
Submitted by: taguchi@tohoku.iij.ad.jp
|
|
|
|
| |
Submitted by: WAKABAYAI Susumu <susumu@wakabaya.net>
|
|
|
|
|
|
|
|
|
|
| |
use ``config auto''
add ether line
Submitted by: bsd-nomads mailing list
14954: Seigo Tanimura <tanimura@r.dl.itc.u-tokyo.ac.jp>
14967: Yoichi Nakayama <yoichi@eken.phys.nagoya-u.ac.jp>
14971: WAKABAYAI Susumu <susumu@wakabaya.net>
|
|
|
|
|
| |
PR: conf/23068
Submitted by: Matt <kienow@infinet.com>
|
|
|
|
| |
off of it.
|
|
|
|
| |
resulting in a divide by 0.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
modify chn_setblocksize() to pick a default soft-blocksize appropriate to the
sample rate and format in use. it will aim for a power of two size small
enough to generate block sizes of at most 20ms. it will also set the
hard-blocksize taking into account rate/format conversions in use.
update drivers to implement setblocksize correctly:
updated, tested: sb16, emu10k1, maestro, solo
updated, untested: ad1816, ess, mss, sb8, csa
not updated: ds1, es137x, fm801, neomagic, t4dwave, via82c686
i lack hardware to test: ad1816, csa, fm801, neomagic
others will be updated/tested in the next few days.
|
|
|
|
| |
on all arches. This fixes the Alpha kernel build.
|
|
|
|
|
|
| |
one, in order to support adapters with older firmware.
Submitted by: "Prasanth S." <prasanths@ami.co.in>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
header before trying to process them. Without this sanity check,
rwhod can attempt to byte-swap all of memory when a short packet
is received, and so dies with a SIGBUS.
While I'm here, change two other syslog messages to be more
informative: use dotted quad rather than hex notation for IP
addresses, and include the source IP in the 'bad from port' message.
PR: bin/14844
Reviewed by: dwmalone
|
|
|
|
|
|
| |
to be bootable
Triggered by: questions on -alpha
|
|
|
|
|
|
| |
for preprocessor directives. Avoid use of cat(1).
PR: bin/23585
|
|
|
|
| |
Submitted by: ru
|
|
|
|
|
|
|
| |
If the -R option was specified, don't truncate the local file even if its
mtime is incorrect.
PR: bin/23719
|
| |
|
|
|
|
| |
FTP_ANONYMOUS_USER.
|
| |
|
|
|
|
| |
And install notify handler for thermal zone .
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
respectively.
|
|
|
|
|
|
|
|
|
|
|
| |
current format. The new database also has subvendor/subdevice ID
information, which we aren't using for now. This adds 272 new vendors
and 376 new device identifiers, as well as cleaning out some of the
bad entries in the previous revision.
We now combine data from:
http://www.yourvote.com/pci
http://members.hyperlink.com.au/~chart/pci.htm
|
| |
|
|
|
|
|
|
| |
followed by a %d (probably others too) format specifier.
Reviewed by: audit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This is because calls with M_WAIT (now M_TRYWAIT) may not wait
forever when nothing is available for allocation, and may end up
returning NULL. Hopefully we now communicate more of the right thing
to developers and make it very clear that it's necessary to check whether
calls with M_(TRY)WAIT also resulted in a failed allocation.
M_TRYWAIT basically means "try harder, block if necessary, but don't
necessarily wait forever." The time spent blocking is tunable with
the kern.ipc.mbuf_wait sysctl.
M_WAIT is now deprecated but still defined for the next little while.
* Fix a typo in a comment in mbuf.h
* Fix some code that was actually passing the mbuf subsystem's M_WAIT to
malloc(). Made it pass M_WAITOK instead. If we were ever to redefine the
value of the M_WAIT flag, this could have became a big problem.
|
| |
|
| |
|
|
|
|
| |
Submitted by:nyan
|
| |
|
| |
|
| |
|
|\
| |
| |
| | |
which included commits to RCS files with non-trunk default branches.
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
the idle time instead of the atime.
This makes entries for people that have logged in but done nothing
else show up correctly.
Reviewed by: markk@knigma.org
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
point in calling a function just to set a flag.
Keep better track of the syslog FAC/PRI code and try to DTRT if
they mingle.
Log all writes to /dev/console to syslog with <console.info>
priority. The formatting is not preserved, there is no robust,
way of doing it. (Ideas with patches welcome).
|
| |
| |
| |
| |
| | |
Note to myself: this needs to be enabled again when newer version of
ACPI is imported.
|
| |
| |
| |
| | |
This is needed to next ACPICA import.
|
| |
| |
| |
| |
| |
| | |
"Linksys" "EtherFast 10/100 PC Card (PCMPC100)"
"Linksys" "Etherfast 10/100 PC Card (PCMPC100 V2)"
"Linksys" "EtherFast 10/100 PC Card (PCMPC100 V3)"
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| | |
global time of day. This costs us nothing, but is a bit of a hack
to work around a process blocking and not having the time updated
by an ITIMER_PROF signal.
PR: 23679
|
| |
| |
| |
| | |
This is needed to next ACPICA import.
|
| |
| |
| |
| |
| |
| |
| | |
Restoration of a threads signal mask after invocation of a signal
handler may allow pending signals to become deliverable.
PR: 23647
|