Age | Commit message (Expand) | Author |
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 |
2006-06-26 | Avoid using the rfact member of 'struct sensor' which is on its way out. | Mark Kettenis |
2006-06-24 | Add abstraction for resistor factors and avoid using the rfact member of | Mark Kettenis |
2006-06-19 | Do not bother initializing the rfact member of `struct sensor'; it is on its | Mark Kettenis |
2006-06-17 | add sys/timeout.h | Brad Smith |
2006-06-01 | We do not create st devices with different density modes. i.e. with device | Kenneth R Westerback |
2006-05-22 | Attach routines can fail before calling *hook_establish(), and they | Kenneth R Westerback |
2006-05-11 | if (!foo & BAR) bad, if (!(foo & BAR)) better, and I'll have a cookie per | Miod Vallat |
2006-04-27 | from PAE work: | Michael Shalayeff |
2006-04-16 | bus_space_handle_t and bus_space_tag_t being opaque, they can not necessarily | Miod Vallat |
2006-04-16 | Convert the last remaining net-driver users of ether_input to ether_input_mbuf. | Christopher Pascoe |
2006-04-10 | unify temperature sensor names much more | Theo de Raadt |
2006-04-07 | Add optional flush method to MIDI hardware interface. | Jonathan Gray |
2006-04-01 | Small fixes from form@: | Alexander Yurchenko |
2006-03-27 | Some minor nits from form@, no functional changes. | Alexander Yurchenko |
2006-03-26 | Support for accesing 8-bit ISA I/O throught the gpio(4) | Alexander Yurchenko |
2006-03-25 | allow bpf(4) to ignore packets based on their direction (inbound or | Damien Miller |
2006-03-15 | Nuke dk_establish(), no longer used. | Miod Vallat |
2006-03-14 | Return ENXIO when trying to open a non-existent device, not ENODEV. | Miod Vallat |
2006-03-12 | IPL_IMP -> IPL_VM | Brad Smith |
2006-03-10 | Silence mcd during probe, as in 1.13 but accidentally lost in 1.24. | Miod Vallat |
2006-03-10 | ansi. no binary change. | Jonathan Gray |
2006-03-09 | Do not include <lib/libkern/libkern.h> explicitely, get it via <sys/systm.h>. | Miod Vallat |
2006-03-09 | Zero-fill the fake softc during probe, and put a plausible dv_xname, so that | Miod Vallat |
2006-03-09 | Unimplemented ioctl commands should return ENOTTY, not EINVAL. | Miod Vallat |
2006-03-09 | KNF, deregister, no functional change. | Miod Vallat |
2006-03-05 | Use more queue macros rather than doing it by hand; ok otto@ krw@ | Miod Vallat |
2006-03-04 | Typos grab bag of the month, eyeballed by jmc@ | Miod Vallat |
2006-03-04 | Internal interrupt counters should be compiled only if option AUDIO_DEBUG | Miod Vallat |
2006-02-24 | Extend temperature lookup table for a wider range and provide a | Alexander Yurchenko |
2006-02-24 | remove NetBSD headers | Brad Smith |
2006-02-22 | Fix size in snprintf() call; previous value turned out to be correct by luck. | Miod Vallat |
2006-02-12 | Do not bell if keyboard.bell.volume=0; | Miod Vallat |