opnsense-src/sys/sys
Amancio Hasty c1224bb717 1.31 Randall Hopper <rhh@ct.picker.com>
submitted ioctl to clear the video buffer
                           prior to starting video capture
			   Amancio : clean up yuv12 so that it does not
                           affect rgb capture. Basically, fxtv after
                           capturing in yuv12 mode , switching to rgb
                           would cause the video capture to be too bright.
1.32                       disable inverse gamma function for rgb and yuv
                           capture. fixed meteor brightness ioctl it now
                           converts the brightness value from unsigned to
                           signed.
1.33                       added sysctl: hw.bt848.tuner, hw.bt848.reverse_mute,
                           hw.bt848.card
			   card takes a value from 0 to bt848_max_card
                           tuner takes a value from 0 to bt848_max_tuner
                           reverse_mute : 0 no effect, 1 reverse tuner
                           mute function some tuners are wired reversed :(
1998-05-16 07:07:10 +00:00
..
_posix.h Finish _POSIX_PRIORITY_SCHEDULING. Needs P1003_1B and 1998-03-28 11:51:01 +00:00
_sigset.h Finish _POSIX_PRIORITY_SCHEDULING. Needs P1003_1B and 1998-03-28 11:51:01 +00:00
acct.h Forward declare more structs that are used in prototypes here - don't 1998-02-01 20:08:39 +00:00
aio.h Add aio_error decl. 1998-04-12 03:09:43 +00:00
alogio.h documentation changes. 1998-01-06 09:27:37 +00:00
bio.h Fix bogus "cleanup" in bufq_remove. The "switch point" for tqdisksort was 1998-05-13 16:03:33 +00:00
bitstring.h BSD 4.4 Lite Include Sources 1994-05-24 09:57:34 +00:00
buf.h Fix bogus "cleanup" in bufq_remove. The "switch point" for tqdisksort was 1998-05-13 16:03:33 +00:00
bus_dma.h Implement bus_dmamem_* functions and correct a few nits reported by Peter Wemm. 1998-05-06 01:45:55 +00:00
callout.h Fix softclock calling so we don't loose timeouts (I broke this ~10h ago) 1998-01-11 00:44:31 +00:00
ccdvar.h Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not 1997-02-22 09:48:43 +00:00
cdefs.h Bring in NetBSD compatible & augmented RCSID/COPYRIGHT macros 1997-12-13 20:39:14 +00:00
cdio.h This mega-commit brings the following: 1997-05-04 15:24:23 +00:00
chio.h Retrofit Bruce's changes from rev 1.7. 1997-03-11 19:38:02 +00:00
clist.h Some staticized variables were still declared to be extern. 1997-09-07 05:27:26 +00:00
conf.h Implement the spirit but not the letter of Terrys hot-char patch. 1998-02-13 12:46:28 +00:00
cons.h Some staticized variables were still declared to be extern. 1997-07-01 00:54:37 +00:00
copyright.h Delete a stray semicolon at the end. This only breaks gcc -pedantic 1998-01-06 11:44:55 +00:00
dataacq.h Cleaned up all headers that include <sys/ioctl.h> or <sys/ioccom.h>: 1996-09-21 14:59:43 +00:00
devfsext.h Submitted by: Doug Ambrisko <ambrisko@whistle.com> 1998-04-28 00:10:53 +00:00
device.h buf.h: 1997-09-21 22:09:24 +00:00
dir.h Deprecated <sys/dir.h> some more - changed the comment saying that 1997-04-10 13:54:19 +00:00
dirent.h Deprecated <sys/dir.h> some more - changed the comment saying that 1997-04-10 13:54:19 +00:00
disk.h buf.h: 1997-09-21 22:09:24 +00:00
disklabel.h The changes I had made long ago to support >32 disk-type units was 1998-02-22 10:11:23 +00:00
diskmbr.h The changes I had made long ago to support >32 disk-type units was 1998-02-22 10:11:23 +00:00
diskpc98.h The changes I had made long ago to support >32 disk-type units was 1998-02-22 10:11:23 +00:00
diskslice.h Fixed syntax errors in `#if 0' code. 1997-09-16 14:31:44 +00:00
dkbad.h Forward declare more structs that are used in prototypes here - don't 1998-02-01 20:08:39 +00:00
dkstat.h Some staticized variables were still declared to be extern. 1997-09-07 05:27:26 +00:00
dmap.h Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not 1997-02-22 09:48:43 +00:00
domain.h Fixed pedantic syntax errors caused by the trailing semicolon in the 1997-11-18 06:48:43 +00:00
dpt.h Support compiling with `gcc -ansi'. 1998-04-15 17:47:40 +00:00
elf32.h Collect a few missing symbols from the OpenBSD elf includes. (The OpenBSD 1997-08-30 18:58:31 +00:00
errno.h Make errno finally and permanently thread-aware so that it is no longer 1998-04-30 09:38:03 +00:00
exec.h Update the ELF image activator to use some of the exec resources rather 1998-03-02 05:47:58 +00:00
fbio.h Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not 1997-02-22 09:48:43 +00:00
fcntl.h Implement a new open(2) flag: O_NOFOLLOW. This will instruct open 1998-04-06 17:38:43 +00:00
fdcio.h Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not 1997-02-22 09:48:43 +00:00
file.h Fixed duplicate definitions of M_FILE (one static). 1997-11-23 10:43:49 +00:00
filedesc.h Moved declaration of M_IOV to a less bogus place. It belongs in 1997-12-05 18:58:13 +00:00
filio.h Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not 1997-02-22 09:48:43 +00:00
ftape.h Waste less space. 1996-11-27 22:52:25 +00:00
gmon.h 32-bit counters aren't large enough for 100+MHz clocks. Use 64-bit 1997-07-13 16:38:39 +00:00
imgact.h Update the ELF image activator to use some of the exec resources rather 1998-03-02 05:47:58 +00:00
imgact_aout.h Made N_TXTADDR() work for kernels (assume that a ZMAGIC file with an 1997-12-19 20:44:48 +00:00
imgact_elf.h Some staticized variables were still declared to be extern. 1997-09-07 05:27:26 +00:00
inflate.h Fixed gratuitous ANSIisms. 1997-09-16 11:44:05 +00:00
interrupt.h Back out 'conflicts' with IRQs, remove intr_registered() decl 1997-07-09 18:08:15 +00:00
ioccom.h Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not 1997-02-22 09:48:43 +00:00
ioctl.h Don't include <sys/ioctl.h> in the kernel. Stage 10 (final). Warn if 1997-03-24 12:48:46 +00:00
ioctl_bt848.h 1.31 Randall Hopper <rhh@ct.picker.com> 1998-05-16 07:07:10 +00:00
ioctl_compat.h Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not 1997-02-22 09:48:43 +00:00
ioctl_meteor.h Cleaned up all headers that include <sys/ioctl.h> or <sys/ioccom.h>: 1996-09-21 14:59:43 +00:00
ipc.h Removed _POSIX_SOURCE ifdef. This is not a POSIX.1 header. 1998-02-25 02:17:46 +00:00
joystick.h Cleaned up all headers that include <sys/ioctl.h> or <sys/ioccom.h>: 1996-09-21 14:59:43 +00:00
kernel.h Fixed overflow in sysinit enum constants. In that little-used 1998-05-09 12:14:18 +00:00
ktrace.h Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not 1997-02-22 09:48:43 +00:00
libkern.h Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not 1997-02-22 09:48:43 +00:00
linedisc.h Implement the spirit but not the letter of Terrys hot-char patch. 1998-02-13 12:46:28 +00:00
link_aout.h Implement dladdr. 1998-02-06 16:46:46 +00:00
link_elf.h Implement dladdr. 1998-02-06 16:46:46 +00:00
linker.h Use a real malloc type for M_LINKER instead of #defining it as M_TEMP. 1998-01-01 08:55:37 +00:00
lkm.h Removed a stray backslash-newline. 1997-09-16 14:37:55 +00:00
lock.h Make our v_usecount vnode reference count work identically to the 1998-01-06 05:26:17 +00:00
lockf.h Forward declare a struct and #include <sys/queue.h> so that this file 1998-02-03 22:17:45 +00:00
lockmgr.h Make our v_usecount vnode reference count work identically to the 1998-01-06 05:26:17 +00:00
malloc.h Reviewed by: dyson@freebsd.org (john Dyson), dg@root.com (david greenman) 1998-03-08 09:59:44 +00:00
mbuf.h Unspammed nested include of <sys/malloc.h>. <sys/mbuf.h> hasn't 1997-12-28 01:04:47 +00:00
md5.h Export MD5Transform in md5.c and remove a private version in random_machdep.c 1998-03-29 11:55:06 +00:00
mdioctl.h Reviewed by: julian with quick glances by bruce and others 1995-08-28 09:19:25 +00:00
mman.h Finish _POSIX_PRIORITY_SCHEDULING. Needs P1003_1B and 1998-03-28 11:51:01 +00:00
module.h make a couple functions static... 1997-10-24 05:29:07 +00:00
mount.h As described by the submitter: 1998-05-06 05:29:41 +00:00
mouse.h - Add support for the following mice to psm/moused/sysmouse: 1997-12-07 08:09:19 +00:00
msg.h Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not 1997-02-22 09:48:43 +00:00
msgbuf.h Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not 1997-02-22 09:48:43 +00:00
mtio.h Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not 1997-02-22 09:48:43 +00:00
namei.h Moved some #includes from <sys/param.h> nearer to where they are actually 1998-03-28 10:33:27 +00:00
netbsd_syscall.h Since the alpha has to use NetBSD's kernel for the time being, it also 1998-01-11 03:53:15 +00:00
netbsd_syscall.mk Add a file generated by makesyscalls.sh to the same directory that 1998-03-09 04:05:45 +00:00
nlist_aout.h Move nlist related defines from link.h into nlist.h. Clean up 1997-12-06 17:59:52 +00:00
param.h Moved some #includes from <sys/param.h> nearer to where they are actually 1998-03-28 10:33:27 +00:00
pciio.h Add PCI LKM support. 1997-01-21 23:23:40 +00:00
pioctl.h Add a copyright and license notice, on Jordan's request. 1997-12-20 18:36:02 +00:00
pipe.h Add two new functions, get{micro|nano}time. 1998-03-26 20:54:05 +00:00
poll.h Cleaned up some comments and ifdefs. 1998-02-03 22:32:23 +00:00
posix4.h The system call stubs for the sched_* system calls can't be 1998-03-28 22:44:28 +00:00
proc.h Time changes mark 2: 1998-04-04 13:26:20 +00:00
protosw.h Forward declare more structs that are used in prototypes here - don't 1998-02-01 20:08:39 +00:00
ptrace.h Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not 1997-02-22 09:48:43 +00:00
queue.h Fix the termination test in CIRCLEQ_FOREACH. 1998-05-12 03:55:25 +00:00
random.h Make read_random() take a (void *) argument instead of (char *) 1998-04-06 09:30:42 +00:00
reboot.h Define shift, mask and extraction macros for obtaining the slice number 1998-03-08 15:04:20 +00:00
resource.h Don't #include <sys/types.h>. I mistakenly #included it unconditionally 1997-11-18 08:07:37 +00:00
resourcevar.h Moved some #includes from <sys/param.h> nearer to where they are actually 1998-03-28 10:33:27 +00:00
rlist.h Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not 1997-02-22 09:48:43 +00:00
rtprio.h Finish _POSIX_PRIORITY_SCHEDULING. Needs P1003_1B and 1998-03-28 11:51:01 +00:00
scsiio.h Serves me right for committing code late at night... 1998-02-01 18:09:50 +00:00
select.h Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not 1997-02-22 09:48:43 +00:00
selinfo.h Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not 1997-02-22 09:48:43 +00:00
sem.h Some staticized variables were still declared to be extern. 1997-09-07 05:27:26 +00:00
semaphore.h Finish _POSIX_PRIORITY_SCHEDULING. Needs P1003_1B and 1998-03-28 11:51:01 +00:00
shm.h Forward declare more structs that are used in prototypes here - don't 1998-02-01 20:08:39 +00:00
signal.h Finish _POSIX_PRIORITY_SCHEDULING. Needs P1003_1B and 1998-03-28 11:51:01 +00:00
signalvar.h Moved some #includes from <sys/param.h> nearer to where they are actually 1998-03-28 10:33:27 +00:00
sliceio.h Bad144 support for the slice system (!) 1998-04-22 19:27:54 +00:00
smp.h Add two workarounds for broken MP tables: 1998-04-01 21:07:37 +00:00
snoop.h Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108. 1998-04-17 22:37:19 +00:00
socket.h Added inet6 to CTL_NET_NAMES. 1998-02-01 22:44:16 +00:00
socketvar.h Convert socket structures to be type-stable and add a version number. 1998-05-15 20:11:40 +00:00
sockio.h Introduce the SIOC[SG]IFGENERIC hooks that can be used to pass an 1997-10-07 07:39:40 +00:00
soundcard.h soundcard.h wasn't upgraded when i386/isa/snd was 1998-02-18 02:27:00 +00:00
stat.h Fix the futimes/undelete/utrace conflict with other BSD's. Note that 1998-05-11 03:55:28 +00:00
syscall-hide.h regen after signanosleep nuke 1998-05-14 11:29:06 +00:00
syscall.h regen after signanosleep nuke 1998-05-14 11:29:06 +00:00
syscall.mk Regenerated syscalls list after signanosleep removing 1998-05-14 14:49:58 +00:00
sysctl.h Added kern.ipc.nmbclusters 1998-04-24 04:15:52 +00:00
sysent.h Translate T_PROTFLT to SIGSEGV instead of SIGBUS when running under 1998-04-28 18:15:08 +00:00
syslimits.h Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not 1997-02-22 09:48:43 +00:00
syslog.h Since i've just touched <sys/syslog.h>, thereby causing a large part 1997-10-06 20:37:01 +00:00
sysproto.h regen after signanosleep nuke 1998-05-14 11:29:06 +00:00
systm.h Forward declare more structs that are used in prototypes here - don't 1998-02-24 02:01:11 +00:00
tablet.h Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not 1997-02-22 09:48:43 +00:00
termios.h Change a couple of long types to int to match NetBSD so that termios 1998-05-05 21:49:37 +00:00
time.h Convert timespecclear() back to an expression (this time without 1998-04-23 14:12:06 +00:00
timeb.h Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not 1997-02-22 09:48:43 +00:00
timers.h Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not 1997-02-22 09:48:43 +00:00
times.h Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not 1997-02-22 09:48:43 +00:00
timetc.h Convert timespecclear() back to an expression (this time without 1998-04-23 14:12:06 +00:00
timex.h Replace TOD clock code with more systematic approach. 1998-02-20 16:36:17 +00:00
tprintf.h Forward declare some structs so that this file is more self-sufficient. 1998-02-03 21:52:02 +00:00
tty.h Set the input and output buffer sizes and the input buffer watermarks 1998-03-07 15:36:29 +00:00
ttychars.h Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not 1997-02-22 09:48:43 +00:00
ttycom.h Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not 1997-02-22 09:48:43 +00:00
ttydefaults.h Map CSTATUS to ^T by default or it never noticed by novice users 1997-08-15 22:43:22 +00:00
ttydev.h Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not 1997-02-22 09:48:43 +00:00
types.h MF22: removed duplicate #include of <sys.cdefs.h> and fixed comments about 1998-02-24 02:11:39 +00:00
ucred.h Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not 1997-02-22 09:48:43 +00:00
uio.h Make our v_usecount vnode reference count work identically to the 1998-01-06 05:26:17 +00:00
un.h Convert socket structures to be type-stable and add a version number. 1998-05-15 20:11:40 +00:00
unistd.h Finish _POSIX_PRIORITY_SCHEDULING. Needs P1003_1B and 1998-03-28 11:51:01 +00:00
unpcb.h Convert socket structures to be type-stable and add a version number. 1998-05-15 20:11:40 +00:00
user.h Moved some #includes from <sys/param.h> nearer to where they are actually 1998-03-28 10:33:27 +00:00
utsname.h Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not 1997-02-22 09:48:43 +00:00
vadvise.h Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not 1997-02-22 09:48:43 +00:00
vcmd.h Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not 1997-02-22 09:48:43 +00:00
vlimit.h Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not 1997-02-22 09:48:43 +00:00
vmmeter.h Make vm_fault much cleaner by removing the evil macro inlines, and 1998-03-07 20:45:47 +00:00
vnioctl.h Import 4.4BSD-Lite2 onto the vendor branch, note that in the kernel, all 1996-03-11 19:39:40 +00:00
vnode.h Fix the futimes/undelete/utrace conflict with other BSD's. Note that 1998-05-11 03:55:28 +00:00
vsio.h Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not 1997-02-22 09:48:43 +00:00
wait.h Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not 1997-02-22 09:48:43 +00:00
wormio.h Add an ioctl to retrieve the next writable address. 1998-03-31 01:56:29 +00:00