Age | Commit message (Expand) | Author |
2024-09-04 | Fix some spelling. | Marcus Glocker |
2024-06-26 | return type on a dedicated line when declaring functions | Jonathan Gray |
2024-06-22 | remove space between function names and argument list | Jonathan Gray |
2022-09-04 | spelling | Jonathan Gray |
2022-07-02 | Remove unused device poll functions. | Visa Hankala |
2022-03-21 | Constify struct {audio,midi,radio,video}_hw_if. No functional change. | Miod Vallat |
2022-03-11 | Constify struct cfattach. | Martin Pieuchot |
2022-02-21 | entried -> entries | Jonathan Gray |
2022-01-09 | spelling | Jonathan Gray |
2021-03-05 | ansi | Jonathan Gray |
2020-06-20 | Make FUNCTION()/UNIT() return valid major/minor device numbers rather | Kenneth R Westerback |
2020-05-29 | dev/rndvar.h no longer has statistical interfaces (removed during various | Theo de Raadt |
2020-01-11 | bktr(4): one more tsleep(9) -> tsleep_nsec(9) conversion; ok ratchov@ | cheloha |
2019-12-16 | bktr(4): tsleep(9) -> tsleep_nsec(9) | cheloha |
2018-11-22 | Remove useless assignment, value is overwritten right after being set. | Frederic Cambus |
2018-04-28 | replace add_*_randomness with enqueue_randomness() | Jasper Lievisse Adriaanse |
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 |