Age | Commit message (Expand) | Author |
2016-03-14 | Change a bunch of (<blah> *)0 to NULL. | Kenneth R Westerback |
2016-02-15 | Convert to uiomove. From Martin Natano. | Stefan Kempf |
2015-03-14 | Remove some includes include-what-you-use claims don't | Jonathan Gray |
2015-02-10 | First step towards making uiomove() take a size_t size argument: | Miod Vallat |
2014-12-16 | primary change: move uvm_vnode out of vnode, keeping only a pointer. | Ted Unangst |
2014-09-14 | remove uneeded proc.h includes | Jonathan Gray |
2014-05-04 | format string fixes for bus_addr_t and bus_size_t | Stefan Fritsch |
2013-11-26 | 1 << 31 cleanup. Eitan Adler pointed out that there has been a | Theo de Raadt |
2013-10-04 | Fix tuner ioctl TVTUNER_SETFREQ after rev 1.30. | Brad Smith |
2013-07-05 | Use tmp_int to be able to pass back the -1 upon error and check for it properly | Brad Smith |
2013-07-01 | Remove vaddr_t casts in bktr_mmap(). | Brad Smith |
2010-08-06 | don't return (potential errno) + (potential errno), instead only perform | Miod Vallat |
2009-11-09 | Every selwakeup() should have a matching KNOTE() (even if kqueue isn't | Nicholas Marriott |
2009-10-31 | Add missing KNOTE() calls after selwakeup(), until we decide if the KNOTE() | Theo de Raadt |
2009-03-29 | make various strings ("can't map mem space" and similar) more consistent | Stuart Henderson |
2008-09-25 | remove dead stores. | Charles Longeau |
2008-05-25 | Remove redundant enabling of memory space and bus master which | Brad Smith |
2007-11-26 | typos; ok jmc@ | Martynas Venckus |
2007-09-15 | replace ctob and btoc with ptoa and atop respectively | Martin Reindl |
2007-07-25 | Back out the tracking of procs in struct selinfo. There's one serious | Artur Grabowski |
2007-06-18 | remove newline in dmesg that slipped in in last commit | Jacob Meuser |
2007-06-11 | remove all FreeBSD/NetBSD specific code because we will | Robert Nagy |
2007-03-24 | Kill the horrible hack of storing the pid in struct selinfo. | Artur Grabowski |
2007-02-11 | Remove _KERNEL_OPT leftovers. | Miod Vallat |
2007-01-08 | Add support for Leadtek Winfast TV 2000 XP, from Tim Leslie | Pedro Martelletto |
2006-12-29 | Avoid void * arithmetic, okay deraadt@, suggestions from millert@ | Pedro Martelletto |
2006-12-21 | 'immediatly' -> 'immediately' in comments. | Kenneth R Westerback |
2006-02-05 | improve support for TV tuning via radio(4) by: | Jacob Meuser |
2006-01-20 | Include sys/stdint.h instead of defining uintptr_t ourselves. | Todd C. Miller |
2006-01-15 | as of rev 1.16 of bktr_core.c, bktr(4) enables the audio muxes at | Jacob Meuser |
2005-12-07 | from nbsd: Handle MSP3435G the same as MSP3430G. From Scott Presnell in PR 28682 | Michael Shalayeff |
2005-12-05 | Add support to tune the channel and the channel sets via radio(4). | Robert Nagy |
2005-12-02 | Check if the given FM frequency is between 87.5Mhz and 108Mhz. | Robert Nagy |
2005-11-21 | Move contents of sys/select.h to sys/selinfo.h in preparation for a | Todd C. Miller |
2005-11-15 | Undefine STATUS_SUM, because it is not needed, and it makes | Robert Nagy |
2005-06-23 | Use proper type for 32 bit entity. s/long/int | Robert Nagy |
2005-06-22 | apparently i got the last one reversed; from jakemsr@ | Michael Shalayeff |
2005-05-19 | no need for BKTR_NO_OPEN_RESET option now that all tuners sw has been fixed; ... | Michael Shalayeff |
2005-04-14 | do not reset tuner and audio settings on open/close; from jakemsr@ | Michael Shalayeff |
2005-02-24 | support zoltrix tv/fm; from jakemsr@ pr4096 | Michael Shalayeff |
2005-02-17 | miscellaneous typo fixes: | Jean-Francois Brousseau |
2004-10-15 | Add support for IODATA GV-BCTV3 and AOpen VA1000 from FreeBSD | Jonathan Gray |
2004-06-29 | do not use u_long for 32bit data; found by Jacob Meuser | Michael Shalayeff |
2004-06-28 | add support for ati tv-wonders written by me and tested by Jacob Meuser <jake... | Michael Shalayeff |
2004-05-24 | cummulative update from freebsd an netbsd: | Michael Shalayeff |
2004-05-24 | missing statics for freebsd; from freebsd via jakemsr@jakemsr.com | Michael Shalayeff |
2004-05-24 | remove freebsd 2 and 3 support, from freebsd via jakemsr@jakemsr.com | Michael Shalayeff |
2004-03-19 | typo in comment; from robert nagy | Michael Shalayeff |
2004-03-14 | support for two more leadtek cards; from robert nagy | Michael Shalayeff |
2004-02-25 | remove -w option to sysctl; | Jason McIntyre |