| Age | Commit message (Expand) | Author |
| 2007-10-18 | Initialise the callbacks for tty.t_rstrt_ch in ttymalloc | joerg |
| 2007-10-17 | Merge the ppcoea-renovation branch to HEAD. | garbled |
| 2007-10-17 | Fix typo: in disk_init() call: fd -> sc. | he |
| 2007-10-08 | Merge brelse() changes from the vmlocking branch. | ad |
| 2007-10-08 | Merge disk init changes from the vmlocking branch. These seperate init / | ad |
| 2007-07-29 | It's not a good idea for device drivers to modify b_flags, as they don't | ad |
| 2007-07-11 | Adapt to new signature for callout_init(). | he |
| 2007-07-09 | Merge some of the less invasive changes from the vmlocking branch: | ad |
| 2007-03-06 | Treat bus_space_handle_t as opaque, and use bus_space_vaddr(9) to | tsutsui |
| 2007-03-06 | - remove volatile from *regkva member in struct grfabs_et_priv | tsutsui |
| 2007-03-06 | - change pointers which actually required caddr_t to calculate address | tsutsui |
| 2007-03-06 | Make TX buffer (uint8_t *) and remove an unnecessary cast. | tsutsui |
| 2007-03-06 | Add (char *) cast to appease -Wpointer-arith. | tsutsui |
| 2007-03-06 | Make req_addr (char *) rather than adding an extra cast | tsutsui |
| 2007-03-06 | Make io_data (char *) rather than adding an extra cast | tsutsui |
| 2007-03-06 | More fixes after the caddr_t removal. | he |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2007-02-15 | Rename the B_XXX flag to B_DEVPRIVATE flag since it was never used for | reinoud |
| 2007-01-24 | Remove duplicate #includes, patch contributed in private mail | hubertf |
| 2006-11-24 | s/independant/independent/, from Zafer. | wiz |
| 2006-10-01 | More from Matt Fleming: | elad |
| 2006-10-01 | Adapt MD code to KAUTH_DEVICE_TTY_OPEN. Patch from Matt Fleming, thanks! | elad |
| 2006-08-28 | Use the common <dev/sun/vuid_event.h> header file instead of maintaining | he |
| 2006-08-04 | More gcc4 "uninitilized" variables. | mhitch |
| 2006-07-23 | Use the LWP cached credentials where sane. | ad |
| 2006-05-14 | integrate kauth. | elad |
| 2006-05-10 | Fix a bunch of cast lvalues. | skrll |
| 2006-04-14 | Make i/o statistics collection more generic, include tape drives and | blymn |
| 2006-03-29 | Do not disable access to tseng private registers | thomas |
| 2006-03-26 | Use device_unit(). | thorpej |
| 2006-03-08 | Use the SI capitalization for "Hz", "kHz", and "MHz" in comments and strings. | lukem |
| 2006-03-06 | Remove another instance of the macro triplet SET/CLR/ISSET, now | he |
| 2006-02-25 | Fix some typos. | wiz |
| 2006-02-23 | Use device_parent(). | thorpej |
| 2006-01-29 | Make almost everything #include <sys/bswap.h> instead of <machine/bswap.h> | dsl |
| 2006-01-16 | properly use ata_channel->ch_ndrive: | bouyer |
| 2005-12-24 | __asm__ -> __asm | perry |
| 2005-12-24 | bare asm -> __asm | perry |
| 2005-12-24 | Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete. | perry |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-10-15 | - change the way to specify a bufq strategy. (by string rather than by number) | yamt |
| 2005-09-06 | Change the driver open function's conditional for overriding exclusive tty | kleink |
| 2005-06-04 | Adapt to compiling with -Wshadow and -Wcast-qual, by adding const | he |
| 2005-06-04 | Remove the unused global variable "baud" because it is causing | he |
| 2005-06-04 | Prefix local variables in macros with _, and add a character to | he |
| 2005-05-10 | Add some definitions of the (Falcon) IDE register locations and use these | jdc |
| 2005-03-02 | getitesp() can return NULL, so check for that in iteopen(). | chs |
| 2005-02-21 | Part 1 of a cleanup pass over the SCSI subsystem. The aim is to name | thorpej |
| 2005-02-11 | White space nit- don't put a space before/after increment/decrement | simonb |
| 2005-01-23 | Adapt to the change in type of ite_on() -- don't pretend that it returns | he |