| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
done to ufs/ufs/ufs_vnops.c for the same problem, but I don't know if
that will actually make SUIDDIR work for ext2fs.
|
| |
|
| |
|
|
|
|
| |
is more "self"-sufficent.
|
|
|
|
| |
Fixed some formatting in options.i386.
|
| |
|
| |
|
| |
|
|
|
|
| |
Don't declare kernel objects or functions unless KERNEL is defined.
|
|
|
|
|
| |
option, the ifdef on it in a header works because only the name of the
VM86 extension is hidden.
|
|
|
|
| |
Cleaned up ifdefs.
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
there was a typedef outside the ifdef.
Fixed syntax error after the #endif for this ifdef.
Didn't fix the usual style bugs for this ifdef...
|
|
|
|
|
|
|
| |
`gcc -ansi'.
Changed NULL to 0 so that this file is more self-sufficient (now
only <sys/types.h> is a prerequisite).
|
| |
|
|
|
|
|
|
|
|
|
| |
so that it is possible for kdump and truss to include them both. Use
#defines from pcvt_ioctl.h in conflicting cases, since pcvt_ioctl.h
gives a hint about the bogus third arg to _IO(). Ifdef the common
typedefs. Export `struct key_t' from pcvt_ioctl.h so pcvt_ioctl.h is
bug for bug compatible with console.h (now both are broken in C++
mode).
|
| |
|
| |
|
|
|
|
|
|
|
| |
Removed extra args to a printf.
Fixed some style inconsistencies (unnecessary parentheses for printf).
awk is not C.
|
| |
|
|
|
|
|
|
| |
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
|
|
|
|
| |
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 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.
|