Age | Commit message (Expand) | Author |
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 |
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-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 |
2006-12-29 | Avoid void * arithmetic, okay deraadt@, suggestions from millert@ | Pedro Martelletto |
2006-01-20 | Include sys/stdint.h instead of defining uintptr_t ourselves. | 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 |
2004-06-29 | do not use u_long for 32bit data; found by Jacob Meuser | Michael Shalayeff |
2004-05-24 | cummulative update from freebsd an netbsd: | Michael Shalayeff |
2003-03-12 | a missing htole32 and a pasto; from netbsd | Michael Shalayeff |
2003-02-11 | be consistant on Hz vs hz | Michael Shalayeff |
2003-01-21 | fix cut and paste piece in dma programming, caused jumpieness in animation; g... | Michael Shalayeff |
2003-01-15 | Get rid of vm_offset_t in bktr. | Artur Grabowski |
2003-01-05 | proper endianess handling in 16 and 32 bit video modes, 24 bit is not support... | Michael Shalayeff |
2003-01-05 | endianess-free, works on macppc now, except for the fb endianess | Michael Shalayeff |
2002-04-30 | constify a few structs | Michael Shalayeff |
2002-03-14 | Final __P removal plus some cosmetic fixups | Todd C. Miller |
2001-11-06 | Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. | Miod Vallat |
2001-09-22 | supply some entropy from here | Michael Shalayeff |
2001-03-28 | Latest bktr driver from FreeBSD; thanks to Andres Gunnarsson | Federico G. Schwindt |