Age | Commit message (Expand) | Author |
2007-06-08 | remove: | Henning Brauer |
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-06 | remove never used #ifdef IPX_NOTYET code | Henning Brauer |
2007-06-05 | Switch to rwlock(9) | Jonathan Gray |
2007-06-05 | use six new macros to access & store the 48-bit disklabel fields related | Theo de Raadt |
2007-06-01 | remove strings from sensor.desc which are now present in sysctl variable name... | Constantine A. Murenin |
2007-06-01 | Don't initialize d_partitions[RAW_DISK] just before calling | Kenneth R Westerback |
2007-05-29 | It helps to commit removals from the tree that has the files cvs removed | Claudio Jeker |
2007-05-29 | Stray reference in a comment to the dear departed wt. | Kenneth R Westerback |
2007-05-29 | Move tokenring support to the attic where it can join the cards that where | Claudio Jeker |
2007-05-28 | Delete wt code files. The end of wt(4). | Kenneth R Westerback |
2007-05-28 | Remove the Archive/Wangtek cartidge tape driver, wt(4). All tapes are | Kenneth R Westerback |
2007-05-25 | "interupt" -> "interrupt" in various comments. Mostly from Diego Casati. | Kenneth R Westerback |
2007-05-19 | the thinkpad 60 models are in "state" 5. | Ted Unangst |
2007-05-08 | 2nd one found: If you really wish to make a function __inline (which will | Theo de Raadt |
2007-05-08 | old school media handling is no longer used; ok jsg | Theo de Raadt |
2007-05-04 | move bcd tables to the only place that uses them (the unused mcd driver); | Theo de Raadt |
2007-04-29 | MCDUNIT/etc -> DISKUNIT/etc. No change to mcd.o. | Kenneth R Westerback |
2007-04-27 | Even floppies should use DISKLABELDEV() on the dev_t parameter to | Kenneth R Westerback |
2007-04-10 | ``it's'' -> ``its'' when the grammar gods require this change. | Miod Vallat |
2007-03-22 | split userland & kernel struct sensor/sensordev so that the addition | Theo de Raadt |
2007-02-15 | Don't print the error strings returned by readdisklabel(). If you | Kenneth R Westerback |
2007-02-14 | Consistently spell FALLTHROUGH to appease lint. | Jonathan Gray |
2007-02-06 | Evil typo; spotted by Thorsten Glaser | Miod Vallat |
2007-01-07 | Replace infinite loops with appropriate constructs to fail operation if it | Miod Vallat |
2007-01-06 | Preliminary support for the hp300 single ISA slot found in 4xx `t' models. | Miod Vallat |
2007-01-05 | Don't pollute userspace with uneeded headers. | Jonathan Gray |
2007-01-05 | Remove unknown sensor that seems to always be fixed at 7 | Jonathan Gray |
2007-01-05 | Switch to indicator type for sensors with boolean values. | Jonathan Gray |
2007-01-05 | Change slightly to not need one of the softc members. | Jonathan Gray |
2006-12-29 | Avoid void * arithmetic, okay deraadt@, suggestions from millert@ | Pedro Martelletto |
2006-12-23 | adapt to new two-level sensor api; Constantine A. Murenin | Theo de Raadt |
2006-12-21 | 'tranfer' -> 'transfer' in comments. | Kenneth R Westerback |
2006-12-02 | In alloc_attr(), make sure xxansitopc[] indicies are within bounds. | Miod Vallat |
2006-11-29 | Add an unpack_attr function to struct wsdisplay_emulops, to match the | Miod Vallat |
2006-11-29 | Kernel stack can be swapped. This means that stuff that's on the stack | 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-10-20 | remove some NetBSD code. | Brad Smith |
2006-10-20 | ansi | Brad Smith |
2006-10-01 | fix dmesg line wrapping; this was fallout from shortening the ne(4) dmesg | Brad Smith |
2006-09-29 | If option PCDISPLAY_SOFTCURSOR, force the hardware cursor off every time | Miod Vallat |
2006-09-26 | Zap D_REMOVABLE flag from disklabel. If you didn't already know that | Kenneth R Westerback |
2006-08-26 | Remove ifdef/ifndef __OpenBSD__ maze so only what we use is left. | Jonathan Gray |
2006-08-13 | RAW_PART p_size on floppies and mcd's should be in sectors. | Kenneth R Westerback |
2006-08-13 | Define and use FD_BSIZE, similar to FD_BSIZE from sparc and sparc64 | Kenneth R Westerback |
2006-07-29 | Do not redefine ALIGNED_POINTER, it comes from <machine/param.h> | Miod Vallat |
2006-07-27 | Rework opl_find() so that it does not need to take a proto softc, shaves | Miod Vallat |
2006-06-26 | Avoid using the rfact member of 'struct sensor' which is on its way out. | Mark Kettenis |