Age | Commit message (Expand) | Author |
2013-10-21 | Add load_font and list_font accessops to all rasops-based wsdisplay drivers. | Miod Vallat |
2013-10-20 | Use C99 named initializers for struct wsdisplay_accessops fields. | Miod Vallat |
2013-09-24 | Sync the MI LANCE code ( le(4) ) with NetBSD, except for the following: | Miod Vallat |
2013-08-16 | Check number of planes (1, 4, or 8bpp) by ourselves, because PROM | Kenji Aoyama |
2013-08-10 | On 'original' LUNA-88K, NVRAM contents and Timekeeper registers are | Kenji Aoyama |
2013-05-27 | Drop lvalue casts; allows this to compile with gcc 4. | Miod Vallat |
2013-05-22 | Split keyboard mapping definitions to new files, luna88k/dev/omkbdmap.[ch]. | Kenji Aoyama |
2013-05-17 | Fix 'the right-of-cursor background color is inverted when we do | Kenji Aoyama |
2013-05-16 | Ignore colormap operations at 1bpp, to work with Xorg wsfb driver. | Kenji Aoyama |
2013-05-02 | typos | Miod Vallat |
2013-04-28 | Preliminary modifications for Xorg 1bpp server, based on OpenBSD/hp300 | Kenji Aoyama |
2012-01-08 | Make allocated memory zeroed. This fixes the problem that we got a | Kenji Aoyama |
2011-05-30 | Remove unused ACB_ALLOC define. | Miod Vallat |
2011-04-03 | Iopoolification of some less common scsi drivers. | Kenneth R Westerback |
2010-12-26 | Kill pmap_phys_address(), and force every driver's mmap() routine to return | Miod Vallat |
2010-09-29 | It's never too late to make things at least compile. | Miod Vallat |
2010-09-20 | Get rid of evcount's support for arranging counters in a tree | Matthew Dempsky |
2010-07-02 | Move common code for waking up writers on a tty into a function. | Nicholas Marriott |
2010-06-28 | Remove all adapter-specific 'struct scsi_device's. They are never used. First | Kenneth R Westerback |
2010-06-28 | Allow tty drivers to request larger buffers at attach time using a | Theo de Raadt |
2010-06-26 | Don't #include <sys/user.h> into files that don't need the stuff | Philip Guenthe |
2010-05-20 | New scsi code seems to be stable. Pluck previously identified | Kenneth R Westerback |
2010-04-12 | Some of the line disciplines want to check for suser. Better to pass them | Ted Unangst |
2010-03-23 | Change the scsi_cmd function member of scsi_adapter from int to | Kenneth R Westerback |
2010-01-13 | Remove a few more settings of ITSDONE in drivers. Only a couple | Kenneth R Westerback |
2009-11-09 | Every selwakeup() should have a matching KNOTE() (even if kqueue isn't | Nicholas Marriott |
2009-11-01 | Move IS[12]BYTEMSG and ISEXTMSG defines to a common place. | Federico G. Schwindt |
2009-10-31 | Use suser when possible. Suggested by miod@. | Federico G. Schwindt |
2009-10-31 | Add missing KNOTE() calls after selwakeup(), until we decide if the KNOTE() | Theo de Raadt |
2009-09-18 | Make sure to always initialize the scsi_xfer timeout with timeout_set() early | Miod Vallat |
2009-09-05 | Change the wsdisplay_emulops return types from void to int; emulops will now | Miod Vallat |
2009-02-16 | Extend the scsi_adapter minphys() callback to take a struct scsi_link * | Miod Vallat |
2008-11-25 | Another bunch of TRY_AGAIN_LATER -> NO_CCB when no I/O could be started. | Kenneth R Westerback |
2008-10-17 | Remove clauses 3 and 4 from NetBSD license. | Okan Demirmen |
2008-09-11 | Use & not && to mask bits. | Jonathan Gray |
2008-06-26 | First pass at removing clauses 3 and 4 from NetBSD licenses. | Ray Lai |
2008-01-23 | Cleanup cn_pri. Change constants to more meaningful names, rather than | Joel Sing |
2007-04-10 | Add support for a fourth axis on wsmouse devices, e.g. on the Apple Might | Miod Vallat |
2007-02-14 | FALLTHRU -> FALLTHROUGH for consistency. | Jonathan Gray |
2007-02-09 | LCD device driver, second step. Now the driver works with autoconf. | Kenji Aoyama |
2007-01-29 | LCD device driver support for luna88k, first step. | Kenji Aoyama |
2006-11-29 | Add an unpack_attr function to struct wsdisplay_emulops, to match the | Miod Vallat |
2006-11-29 | Add a new member to struct wsemuldisplaydev_attach_args, for a frame buffer | Miod Vallat |
2006-11-28 | give scsi controllers a real attach args to fill in when attaching scsibus. | David Gwynne |
2006-08-12 | Missing rcsid | Miod Vallat |
2006-08-12 | Fail TIOCSFLAGS if non-root, like all other serial drivers do. | Miod Vallat |
2006-08-06 | Switch luna88k from rcons to rasops. Tested by aoyama@ | Miod Vallat |
2006-05-08 | Replace gazillions of badvaddr() or badwordaddr() calls with badaddr() calls. | Miod Vallat |
2006-03-04 | Typos grab bag of the month, eyeballed by jmc@ | Miod Vallat |
2006-01-10 | struct cfdriver shall not be declared as const (oops). | Miod Vallat |