| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
| |
were some errors in "interval" management. Due to the
clustering mechanism, the code is necessarily complex and
error prone.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
1. Takeshi Ohashi <ohashi@atohasi.mickey.ai.kyutech.ac.jp> submitted
code to support bktr_read . /usr/src/share/examples/rgb24.c now works 8)
2. Flemming Jacobsen <fj@schizo.dk.tfs.com> submitted code to support
radio available with in some bt848 based cards;additionally, wrote
code to correctly recognized his bt848 card.
3. Roger Hardiman <roger@cs.strath.ac.uk> submitted various fixes to smooth
out the microcode and made all modes consistent.
4. Added supported for yuv12 so we know can capture raw streams and feed it
to mpeg_encoder . The upshot is that we can now mpeg encode more and save
nearly 100 percent of the disk requirements previously for programs such
as fxtv first save the raw video image to disk then converted to a
format suitable for mpeg_encode.
|
| |
|
|
|
|
| |
Submitted by: Takahashi Yoshihiro <nyan@wyvern.cc.kogakuin.ac.jp>
|
| |
|
|
|
|
| |
Pointed by: Michio "Karl" Jinbo <karl@marcer.nagaokaut.ac.jp>
|
|
|
|
|
| |
Pointed by: KAHO Toshikazu <kaho@rocky.kais.kyoto-u.ac.jp>
Forgotten by: kato
|
|
|
|
|
|
|
| |
Submitted by: Shigio Yamaguchi <shigio@wafu.netgate.net>
Do not misinterpret file names with a digit in the 2nd column as
a tab stop specification.
|
| |
|
| |
|
|\
| |
| |
| | |
which included commits to RCS files with non-trunk default branches.
|
| | |
|
| | |
|
| |
| |
| |
| | |
VSZ display in PS.
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
is not enabled).
Saved a few bytes by reusing the line control register bits and not
loading the speed in the wrong (cpu) register.
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| | |
to work like newer versions of perl.
Reviewed by: Bruce Evans
|
| | |
|
| |
| |
| |
| |
| | |
necessary. This fixes warnings about missing forward declarations
for structs in kernel-only prototypes.
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
to give pollution compatible with <nfs/nqfs.h>. At least mount_nfs.c
previously had to #define KERNEL before including <nfs/nfs.h> to get
this pollution, but this gave other pollution.
Moved comment about NFSINT_SIGMASK to immediately before the code that
it applies to.
|
| |
| |
| |
| |
| |
| |
| | |
depend on <sys/types.h> forward declaring common ones.
Added an underscore to `sin' in prototypes to avoid warnings for the
conflict with the ANSI sin().
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
a BSD4.4Lite1 feature, not a FreeBSD feature. <sys/ioctl.h> is a
compatibility misfeature.
Moved NPCI ifdef. This file didn't compile if NPCI <= 0. It shouldn't
be configured in that case, but it is easy to support (mis)configuration
of drivers without buses by generating null objects, and many drivers
do it.
Removed unused includes.
|
| |
| |
| |
| | |
depend on <sys/types.h> forward declaring common ones.
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
prematurely when there was a hole (for a cdrom or an unused
interface) in the sequence of wd drives. This caused non-free
wd units to be probed as atapi drives. There was no problem
provided the atapi probe failed correctly.
|
| |
| |
| |
| |
| |
| |
| |
| | |
depend on anything outside of "sys".
Removed an unused include.
Don't use `extern' in a function declaration.
|
| |
| |
| |
| | |
depend on anything outside of the "sys" tree.
|
| |
| |
| |
| |
| | |
path to the obj directory in ${CFLAGS}. This is actually equivalent
to "-I." since bsd.kmod.mk also puts -I- in ${CFLAGS}.
|
| |
| |
| |
| |
| |
| | |
Fix the SCIOCGETDEVINFO code so that it compiles, and while I'm at it,
add support for human-readable device names so that I don't have
to call devname(3) on the scd->dev to get it.
|
| |
| |
| |
| | |
this more generally.
|
| |
| |
| |
| | |
bsd.kmod.mk now handles it more generally.
|
| | |
|
| |
| |
| |
| |
| |
| | |
in kernel Makefiles. Nothing in /usr/include is used (provided
relative paths for sys/* and <machine> can be found), so there is
no need for the -I/usr/include kludge as in kernel Makefiles.
|
| | |
|
| | |
|
| |
| |
| |
| | |
Pointed-out by: NOKUBI Hirotaka <hnokubi@yyy.or.jp>
|
| | |
|
| |
| |
| |
| |
| | |
PR: 5614
Submitted by: Dag-Erling Coidan Smorgrav <dag-erli@ifi.uio.no>
|
| |
| |
| |
| | |
Submitted by: Bruce Evans
|
| | |
|
| |
| |
| |
| |
| | |
PR: 5582
Submitted by: Craig Leres <leres@ee.lbl.gov>
|
| |
| |
| |
| |
| |
| | |
instead of duplicating code, albeit trivial (inspired by NetBSD).
PR: 5524
|
| |
| |
| |
| | |
PR: 5593
|