CVS commit: src/sys/dev/dtv

2020-05-30 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Sat May 30 13:15:10 UTC 2020 Modified Files: src/sys/dev/dtv: dtv_demux.c Log Message: allocate memory for dtv_ts_section using kmem_alloc() in dtv_demux_read(), instead of on-stack XXX compile-tested only To generate a diff

CVS commit: src/sys/dev/dtv

2019-02-24 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Feb 24 12:05:49 UTC 2019 Modified Files: src/sys/dev/dtv: dtv_demux.c Log Message: Pass 0xff instead of true to memset when setting "all PIDs" mode in the PID filter To generate a diff of this commit: cvs rdiff -u -r1.9

CVS commit: src/sys/dev/dtv

2017-11-09 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Nov 9 22:16:35 UTC 2017 Modified Files: src/sys/dev/dtv: dtv_scatter.c Log Message: Guess pool_cache_get(pc, 0) means PR_WAITOK here. Earlier on in the same context we use kmem_alloc(sz, KM_SLEEP). To generate a diff

CVS commit: src/sys/dev/dtv

2014-08-09 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Aug 9 13:34:10 UTC 2014 Modified Files: src/sys/dev/dtv: dtv_demux.c dtv_device.c dtv_scatter.c Log Message: IPL_VM - IPL_SCHED to avoid taking kernel lock To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: src/sys/dev/dtv

2013-10-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Oct 17 21:23:05 UTC 2013 Modified Files: src/sys/dev/dtv: dtv_demux.c Log Message: remove unused variable To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/dev/dtv/dtv_demux.c Please note that diffs are

CVS commit: src/sys/dev/dtv

2011-07-16 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Jul 16 12:20:01 UTC 2011 Modified Files: src/sys/dev/dtv: dtv_buffer.c dtv_demux.c dtv_device.c dtvvar.h Log Message: Fix a locking problem with the demux, and while here do a bit of housekeeping and documentation. To

CVS commit: src/sys/dev/dtv

2011-07-16 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Jul 16 16:13:13 UTC 2011 Modified Files: src/sys/dev/dtv: dtv_math.c Log Message: add sys/types.h To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/dev/dtv/dtv_math.c Please note that diffs are not

CVS commit: src/sys/dev/dtv

2011-07-16 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sat Jul 16 22:30:26 UTC 2011 Modified Files: src/sys/dev/dtv: dtv_math.c Log Message: Instead of returning an integer between 0 and 31 (scaled by 124), use (0.5 + x/2 - 1/x) as an approximation to log2(x) for x from 1 to 2, and

CVS commit: src/sys/dev/dtv

2011-07-16 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sat Jul 16 22:41:59 UTC 2011 Modified Files: src/sys/dev/dtv: dtv_math.c Log Message: Reinstate #include dev/dtv/dtvif.h which was incorrectly removed in the previous commit. To generate a diff of this commit: cvs rdiff -u -r1.3

CVS commit: src/sys/dev/dtv

2011-07-13 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Wed Jul 13 22:50:24 UTC 2011 Modified Files: src/sys/dev/dtv: dtv_demux.c Log Message: dtv_demux_write: make sure to unlock muted in all error paths To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/sys/dev/dtv

2011-07-13 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Wed Jul 13 22:51:10 UTC 2011 Modified Files: src/sys/dev/dtv: dtv_device.c Log Message: add missing mutex_destroy on detach To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/dev/dtv/dtv_device.c Please note

CVS commit: src/sys/dev/dtv

2011-07-13 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Thu Jul 14 01:37:09 UTC 2011 Modified Files: src/sys/dev/dtv: dtv_demux.c Log Message: sections can't be 4KB To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/dev/dtv/dtv_demux.c Please note that diffs are

CVS commit: src/sys/dev/dtv

2011-07-11 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Tue Jul 12 00:57:19 UTC 2011 Modified Files: src/sys/dev/dtv: dtv_buffer.c dtv_device.c dtvvar.h Log Message: - use separate locks for ingress and egress queues - increase ts block and buffer sizes To generate a diff of this

CVS commit: src/sys/dev/dtv

2011-07-10 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Jul 10 15:50:48 UTC 2011 Modified Files: src/sys/dev/dtv: dtvio_demux.h Log Message: add DMX_PES_foo - DMX_PES_foo0 aliases for dmx_pes_type_t types To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/sys/dev/dtv

2011-07-09 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Jul 9 14:46:56 UTC 2011 Added Files: src/sys/dev/dtv: Makefile dtv_buffer.c dtv_device.c dtv_ioctl.c dtv_scatter.c dtv_scatter.h dtvif.h dtvio.h dtvio_demux.h dtvio_frontend.h dtvmodule.h dtvvar.h

CVS commit: src/sys/dev/dtv

2011-07-09 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Jul 9 17:55:20 UTC 2011 Modified Files: src/sys/dev/dtv: dtv_buffer.c dtv_device.c dtv_ioctl.c dtvvar.h Log Message: don't kmem_alloc with IPL_VM mutex locked, spotted by rmind To generate a diff of this commit: cvs

CVS commit: src/sys/dev/dtv

2011-07-09 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Jul 9 19:24:11 UTC 2011 Modified Files: src/sys/dev/dtv: dtv_device.c Removed Files: src/sys/dev/dtv: dtvmodule.h Log Message: allow this to be compiled into the kernel To generate a diff of this commit: cvs

CVS commit: src/sys/dev/dtv

2011-07-09 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Jul 9 21:08:41 UTC 2011 Modified Files: src/sys/dev/dtv: dtv_buffer.c Log Message: use %zu to print size_t To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/dev/dtv/dtv_buffer.c Please note that diffs