Age | Commit message (Expand) | Author |
2008-10-17 | Remove clauses 3 and 4 from NetBSD license. | Okan Demirmen |
2008-10-15 | Second pass of simple timeout_add -> timeout_add_sec conversions | Bret Lambert |
2008-07-30 | Do not print adapter target id on the attachment line, now that scsibus(4) | Miod Vallat |
2008-07-18 | Protect dma operations with splvm instead of splhigh, that's faster than | Miod Vallat |
2008-06-26 | First pass at removing clauses 3 and 4 from NetBSD licenses. | Ray Lai |
2008-06-12 | Bring biomem diff back into the tree after the nfs_bio.c fix went in. | Theo de Raadt |
2008-06-11 | back out biomem diff since it is not right yet. Doing very large | Theo de Raadt |
2008-06-10 | Fix buffer cache pending read statistics by ensuring we can identify | Bob Beck |
2008-05-01 | regen | Miod Vallat |
2008-05-01 | The built-in frame buffer in models 362 and 382 actually comes in different | Miod Vallat |
2008-01-23 | Cleanup cn_pri. Change constants to more meaningful names, rather than | Joel Sing |
2007-11-25 | spelling fixes, from Martynas Venckus; | Jason McIntyre |
2007-11-09 | IPL_xxx values on hp300 are logical values (although some of them happen to | Miod Vallat |
2007-11-09 | Get rid of IPL_TTYNOBUF, it was handled exactly like IPL_TTY for years. | Miod Vallat |
2007-06-21 | Brace got lost in rev 1.51. | Miod Vallat |
2007-06-20 | These drivers were abusing b_cylinder to store device-specific information | Miod Vallat |
2007-06-20 | b_cylinder does not need to be set on the callpath down into drivers. | Theo de Raadt |
2007-06-08 | all drivers should spoof version 1 labels | Theo de Raadt |
2007-06-06 | now that all partition size/offsets are potentially 64-bit, change the | Theo de Raadt |
2007-06-05 | use six new macros to access & store the 48-bit disklabel fields related | Theo de Raadt |
2007-06-01 | Don't initialize d_partitions[RAW_DISK] just before calling | Kenneth R Westerback |
2007-05-26 | More comment typos from Diego Casati. Including winners like funtion, allmost, | Kenneth R Westerback |
2007-05-25 | "interupt" -> "interrupt" in various comments. Mostly from Diego Casati. | Kenneth R Westerback |
2007-05-25 | "boundries" -> "boundaries" in various comments. Started by Diego Casati. | Kenneth R Westerback |
2007-04-30 | HDUNIT/etc -> DISKUNIT/etc. No functional change. | Kenneth R Westerback |
2007-04-10 | Add support for a fourth axis on wsmouse devices, e.g. on the Apple Might | Miod Vallat |
2007-03-13 | Be more strict during probe, consider failures to get device description | Miod Vallat |
2007-02-28 | Use diskerr() to print error messages. | Miod Vallat |
2007-02-22 | Comment out the errmsg printf in hdgetdisklabel() again. | Miod Vallat |
2007-02-21 | Long awaiting modernization: | Miod Vallat |
2007-02-21 | remove part of buf abuse and store errcnt in softc (instead of b_errcnt); mor... | Michael Shalayeff |
2007-01-14 | Move the isa bridge probe from isabr to frodo, so that frodo only attempts | Miod Vallat |
2007-01-11 | Allow sti_attach_common() to return an error code, and do not fall into | Miod Vallat |
2007-01-07 | Get rid of PROM font-related defines. | Miod Vallat |
2007-01-07 | Skip optional dash when parsing the layout code. | Miod Vallat |
2007-01-07 | Hardcode DIO_SCMAX if kernel is built without model 320 support. | Miod Vallat |
2007-01-06 | Preliminary support for the hp300 single ISA slot found in 4xx `t' models. | Miod Vallat |
2007-01-06 | Turn bus_space_tag_t into real structures containing a bunch of function | Miod Vallat |
2007-01-06 | Propagate bus_space_tag_t through device attachment args structures, rather | Miod Vallat |
2006-12-18 | Change sti attachment to pass an array of base addresses for the sti regions, | Miod Vallat |
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-22 | Clear sti display on console attach, now that the bootloader leaves us | Miod Vallat |
2006-08-12 | Setting d_secsize to DEV_BSIZE (or 1 << DEV_BSHIFT, or 512) and then | Kenneth R Westerback |
2006-08-11 | Let the windowmove() callbacks return whether they could perform the operation | Miod Vallat |
2006-08-10 | Try and determine the keyboard layout from its identification string; | Miod Vallat |
2006-08-09 | Use the blitter again for the cursor on non-mono frame buffers. | Miod Vallat |
2006-08-05 | Since the maskbits code only gets invoked with RR_COPY or RR_CLEAR those | Miod Vallat |
2006-08-05 | Prefer rasops {copy,erase}rows routines for non-accelerated 1bpp frame buffers, | Miod Vallat |