Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-08-15 | When polling call ahaintr() at splbio(). Noticed by and fix tested by | Kenneth R Westerback | |
todd@. | |||
2007-07-04 | bye bye | Henning Brauer | |
2007-07-04 | remove fe(4). hasn't been enabled in 10 years, doesn't compile, no manpage. | Henning Brauer | |
from brad, ok millert beck miod krw igor deraadt | |||
2007-07-01 | fix potential crash due to wrong ca_devsize; whilst here, also fix iobase ↵ | Constantine A. Murenin | |
type; ok grange, kettenis | |||
2007-06-29 | ansify/de-register | Jasper Lievisse Adriaanse | |
no binary change | |||
2007-06-24 | rework sensor tasks to use the kernels generic workq rather than a special | David Gwynne | |
kernel thread of its own. the api has changed (which will be fixed in the manpage shortly) so all the users of sensor tasks that i can find have been fixed too. noone tested, so its going in to force people to run with it. "put it in" deraadt@ | |||
2007-06-20 | b_cylinder does not need to be set on the callpath down into drivers. | Theo de Raadt | |
cpu_disklabel can go away, since nothing anymore needs to use it; ok miod | |||
2007-06-18 | avoid modification race in DIOCRLDINFO; ok krw miod | Theo de Raadt | |
2007-06-17 | ansify/de-register | Jasper Lievisse Adriaanse | |
ok miod@ | |||
2007-06-14 | Prettier dmesg; requested a long time ago by deraadt@. | Alexander Yurchenko | |
2007-06-08 | remove: | Henning Brauer | |
-entry for ix nic in files.isa, not even in tree -ep nic driver, replaced by ne ages ago -hp nic driver, broken for ages from brad, ok matthieu krw theo miod | |||
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 | |
type of all variables to daddr64_t. this includes the APIs for XXsize() and XXdump(), all range checks inside bio drivers, internal variables for disklabel handling, and even uvm's swap offsets. re-read numerous times by otto, miod, krw, thib to look for errors | |||
2007-06-06 | remove never used #ifdef IPX_NOTYET code | Henning Brauer | |
2007-06-05 | Switch to rwlock(9) | Jonathan Gray | |
ok grange@ | |||
2007-06-05 | use six new macros to access & store the 48-bit disklabel fields related | Theo de Raadt | |
to size. tested on almost all machines, double checked by miod and krw next comes the type handling surrounding these values | |||
2007-06-01 | remove strings from sensor.desc which are now present in sysctl variable ↵ | Constantine A. Murenin | |
names; ok grange@ | |||
2007-06-01 | Don't initialize d_partitions[RAW_DISK] just before calling | Kenneth R Westerback | |
readdisklabel(), since all readdisklabel()'s do that already. ok deraadt@ | |||
2007-05-29 | It helps to commit removals from the tree that has the files cvs removed | Claudio Jeker | |
instead of one where they where just empty. Figured out by art@ | |||
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 | |
decomissioned aeon ago. We will not miss it at all. OK dlg@ henning@ and a lot of cheers by other in the room | |||
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 | |
st(4). ok tom@ deraadt@ jason@ | |||
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 | |
ok deraadt jasper jsg mk | |||
2007-05-08 | 2nd one found: If you really wish to make a function __inline (which will | Theo de Raadt | |
be called once), please also make it static so that the compiler does not generate a 2nd one to export to outside callers! that is a stupid waste of space. | |||
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 | |
ok miod | |||
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 | |
readdisklabel/writedisklabel. ok deraadt@ weingart@ conceptual ok drahn@ | |||
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 | |
of new fields in the future is less disruptive. This is done similar to how struct proc is handled for ps(1). ok jmc (man page changes) tested fkr simon, and more suggestions from millert | |||
2007-02-15 | Don't print the error strings returned by readdisklabel(). If you | Kenneth R Westerback | |
need the debug info uncomment the printf's you need. Crude but effective way to suppress 'no disklabel' errors that pop up at the most innconvenient times to frighten users. More elegant method, DPRINTF-like constructs or something, later. "Yay!" marco@ ok deraadt@ | |||
2007-02-14 | Consistently spell FALLTHROUGH to appease lint. | Jonathan Gray | |
ok kettenis@ cloder@ tom@ henning@ | |||
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 | |
takes much more time than it should. | |||
2007-01-06 | Preliminary support for the hp300 single ISA slot found in 4xx `t' models. | Miod Vallat | |
Everything works well but interrupts, where no two devices causes the frodo chip to behave in the same way... (polling will work nicely) | |||
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 | |
on all ThinkPad models. | |||
2007-01-05 | Switch to indicator type for sensors with boolean values. | Jonathan Gray | |
From Constantine A. Murenin | |||
2007-01-05 | Change slightly to not need one of the softc members. | Jonathan Gray | |
From Constantine A. Murenin | |||
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 | |
existing alloc_attr function. This allows rasops_unpack_attr to be kept private to rasops, yet available to the screen drivers. | |||
2006-11-29 | Kernel stack can be swapped. This means that stuff that's on the stack | Miod Vallat | |
should never be referenced outside the context of the process to which this stack belongs unless we do the PHOLD/PRELE dance. Loads of code doesn't follow the rules here. Instead of trying to track down all offenders and fix this hairy situation, it makes much more sense to not swap kernel stacks. From art@, tested by many some time ago. | |||
2006-11-29 | Add a new member to struct wsemuldisplaydev_attach_args, for a frame buffer | Miod Vallat | |
driver to be able to tell how many wscons screens to attach to it, instead of WSDISPLAY_DEFAULTSCREENS which is a global setting. | |||
2006-11-28 | give scsi controllers a real attach args to fill in when attaching scsibus. | David Gwynne | |
ok miod@ marco@ deraadt@ | |||
2006-10-20 | remove some NetBSD code. | Brad Smith | |