| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove some includes include-what-you-use claims don't |  jsg | 2015-03-14 | 4 | -8/+4 |
* | First step towards making uiomove() take a size_t size argument: |  miod | 2015-02-10 | 1 | -5/+5 |
* | primary change: move uvm_vnode out of vnode, keeping only a pointer. |  tedu | 2014-12-16 | 1 | -1/+3 |
* | remove uneeded proc.h includes |  jsg | 2014-09-14 | 2 | -4/+2 |
* | format string fixes for bus_addr_t and bus_size_t |  sf | 2014-05-04 | 1 | -2/+2 |
* | 1 << 31 cleanup. Eitan Adler pointed out that there has been a |  deraadt | 2013-11-26 | 1 | -5/+5 |
* | Fix tuner ioctl TVTUNER_SETFREQ after rev 1.30. |  brad | 2013-10-04 | 1 | -2/+2 |
* | Use tmp_int to be able to pass back the -1 upon error and check for it properly |  brad | 2013-07-05 | 1 | -11/+11 |
* | Remove vaddr_t casts in bktr_mmap(). |  brad | 2013-07-01 | 1 | -4/+4 |
* | don't return (potential errno) + (potential errno), instead only perform |  miod | 2010-08-06 | 1 | -2/+3 |
* | Every selwakeup() should have a matching KNOTE() (even if kqueue isn't |  nicm | 2009-11-09 | 1 | -5/+4 |
* | Add missing KNOTE() calls after selwakeup(), until we decide if the KNOTE() |  deraadt | 2009-10-31 | 1 | -1/+2 |
* | make various strings ("can't map mem space" and similar) more consistent |  sthen | 2009-03-29 | 1 | -4/+4 |
* | remove dead stores. |  chl | 2008-09-25 | 1 | -15/+2 |
* | Remove redundant enabling of memory space and bus master which |  brad | 2008-05-25 | 1 | -4/+3 |
* | typos; ok jmc@ |  martynas | 2007-11-26 | 3 | -10/+10 |
* | replace ctob and btoc with ptoa and atop respectively |  martin | 2007-09-15 | 1 | -2/+2 |
* | Back out the tracking of procs in struct selinfo. There's one serious |  art | 2007-07-25 | 1 | -2/+8 |
* | remove newline in dmesg that slipped in in last commit |  jakemsr | 2007-06-18 | 1 | -3/+1 |
* | remove all FreeBSD/NetBSD specific code because we will |  robert | 2007-06-11 | 7 | -1424/+21 |
* | Kill the horrible hack of storing the pid in struct selinfo. |  art | 2007-03-24 | 1 | -8/+2 |
* | Remove _KERNEL_OPT leftovers. |  miod | 2007-02-11 | 3 | -15/+3 |
* | Add support for Leadtek Winfast TV 2000 XP, from Tim Leslie |  pedro | 2007-01-08 | 4 | -9/+40 |
* | Avoid void * arithmetic, okay deraadt@, suggestions from millert@ |  pedro | 2006-12-29 | 1 | -2/+2 |
* | 'immediatly' -> 'immediately' in comments. |  krw | 2006-12-21 | 1 | -2/+2 |
* | improve support for TV tuning via radio(4) by: |  jakemsr | 2006-02-05 | 3 | -29/+49 |
* | Include sys/stdint.h instead of defining uintptr_t ourselves. |  millert | 2006-01-20 | 1 | -7/+3 |
* | as of rev 1.16 of bktr_core.c, bktr(4) enables the audio muxes at |  jakemsr | 2006-01-15 | 1 | -9/+1 |
* | from nbsd: Handle MSP3435G the same as MSP3430G. From Scott Presnell in PR 28682 |  mickey | 2005-12-07 | 1 | -2/+3 |
* | Add support to tune the channel and the channel sets via radio(4). |  robert | 2005-12-05 | 1 | -6/+35 |
* | Check if the given FM frequency is between 87.5Mhz and 108Mhz. |  robert | 2005-12-02 | 1 | -1/+6 |
* | Move contents of sys/select.h to sys/selinfo.h in preparation for a |  millert | 2005-11-21 | 2 | -5/+5 |
* | Undefine STATUS_SUM, because it is not needed, and it makes |  robert | 2005-11-15 | 1 | -4/+9 |
* | Use proper type for 32 bit entity. s/long/int |  robert | 2005-06-23 | 1 | -13/+13 |
* | apparently i got the last one reversed; from jakemsr@ |  mickey | 2005-06-22 | 1 | -24/+8 |
* | no need for BKTR_NO_OPEN_RESET option now that all tuners sw has been fixed; from jakemsr@ |  mickey | 2005-05-19 | 1 | -21/+12 |
* | do not reset tuner and audio settings on open/close; from jakemsr@ |  mickey | 2005-04-14 | 1 | -1/+15 |
* | support zoltrix tv/fm; from jakemsr@ pr4096 |  mickey | 2005-02-24 | 2 | -3/+32 |
* | miscellaneous typo fixes: |  jfb | 2005-02-17 | 1 | -2/+2 |
* | Add support for IODATA GV-BCTV3 and AOpen VA1000 from FreeBSD |  jsg | 2004-10-15 | 2 | -4/+50 |
* | do not use u_long for 32bit data; found by Jacob Meuser |  mickey | 2004-06-29 | 5 | -67/+67 |
* | add support for ati tv-wonders written by me and tested by Jacob Meuser <jakemsr@jakemsr.com> on /ve model |  mickey | 2004-06-28 | 2 | -199/+222 |
* | cummulative update from freebsd an netbsd: |  mickey | 2004-05-24 | 2 | -34/+36 |
* | missing statics for freebsd; from freebsd via jakemsr@jakemsr.com |  mickey | 2004-05-24 | 1 | -8/+9 |
* | remove freebsd 2 and 3 support, from freebsd via jakemsr@jakemsr.com |  mickey | 2004-05-24 | 1 | -464/+1 |
* | typo in comment; from robert nagy |  mickey | 2004-03-19 | 2 | -4/+4 |
* | support for two more leadtek cards; from robert nagy |  mickey | 2004-03-14 | 1 | -2/+6 |
* | remove -w option to sysctl; |  jmc | 2004-02-25 | 1 | -3/+3 |
* | no need for an BKTR_DEBUG always |  mickey | 2003-07-04 | 1 | -2/+1 |
* | strcpy/sprintf cleanup of sys/dev. miod@, deraadt@ says to commit. |  ho | 2003-04-27 | 1 | -5/+7 |