Age | Commit message (Expand) | Author |
2011-07-08 | ansi, no binary change | Jonathan Gray |
2011-07-07 | remove mvmeppc; it is really rough shape. ok drahn miod | Theo de Raadt |
2011-07-04 | Convert to ANSI. | Matthew Dempsky |
2011-06-29 | dmesg@ says pss has never been seen in the wild and the manpage says it | Ted Unangst |
2011-06-29 | notyet, notever. delete a bunch of code we won't be using. | Ted Unangst |
2011-06-28 | Remove the ega driver which is not referenced by any GENERIC kernel. | Matthieu Herrb |
2011-06-26 | kill mcd dead. ok krw matthew millert thib | Ted Unangst |
2011-06-26 | I see you hiding, scd | Ted Unangst |
2011-06-23 | a bit more ansi; ok tedu | Theo de Raadt |
2011-06-20 | Update mcd(4) to use disk_lock, etc. instead of its own tsleep(9) | Matthew Dempsky |
2011-06-20 | isa(4) is an indirect bus, which means that drivers that attach to it | Matthew Dempsky |
2011-06-17 | M_WAITOK cleanup of two cases: | Michael Knudsen |
2011-06-05 | fix mpu attachment at isapnp which resulted in amd64 (no isapnp) getting | Theo de Raadt |
2011-06-05 | Drop kernel support for the useless DIOCWLABEL ioctl and prune a lot | Matthew Dempsky |
2011-06-03 | Get rid of the wlabel argument to bounds_check_with_label(). It's | Matthew Dempsky |
2011-06-03 | Fix two compile errors in mcd(4) due to bitrot: | Matthew Dempsky |
2011-05-09 | Refactor queue allocation and initialization into a wdc_alloc_queue() | Matthew Dempsky |
2011-04-07 | Do not use NULL in integer comparisons. No functional change. | Miod Vallat |
2011-04-07 | Iopoolification of another once common bus/device. | Kenneth R Westerback |
2011-04-05 | - use nitems() no binary change on amd64 | Jasper Lievisse Adriaanse |
2011-04-04 | Hit this code with a big hammer. It now works on the X201/T510 series | Theo de Raadt |
2011-04-03 | Iopoolification of some less common scsi drivers. | Kenneth R Westerback |
2011-01-20 | add IT8721 support | Oleg Safiullin |
2011-01-05 | remove debug code | Theo de Raadt |
2011-01-04 | Support machdep.lidsuspend support in apm(4) land, at least on thinkpads | Theo de Raadt |
2010-11-18 | Do not #include <sys/dkstat.h> if you don't need anything from it. | Miod Vallat |
2010-09-23 | Introduce a DKF_NOLABELREAD flag, which is used by a device to prevent | Joel Sing |
2010-09-22 | All users of physio(9) now pass NULL as the buf pointer argument, so | Matthew Dempsky |
2010-09-08 | Store a struct device pointer within struct disk and populate this when | Joel Sing |
2010-09-07 | remove the powerhook code. All architectures now use the ca_activate tree | Theo de Raadt |
2010-08-31 | Add DVACT_QUIECE support. This is called before splhigh() and before | Theo de Raadt |
2010-08-31 | activate function should return result of config_activate_children | Theo de Raadt |
2010-08-28 | Garbage collect struct dkdriver. | Matthew Dempsky |
2010-08-28 | ansify function definitions, and constify a few arrays while there. | Miod Vallat |
2010-08-28 | Remove dead code, ansify, and clean the match routine; adapted from a diff | Miod Vallat |
2010-08-27 | Mutilate the powerhook function into an activate function, then create | Theo de Raadt |
2010-08-20 | fix an annoying indentation glitch | Theo de Raadt |
2010-08-07 | No "\n" needed at the end of panic() strings. | Kenneth R Westerback |
2010-08-06 | com@isa suspend and resume; logic cloned from ../puc/com_puc.c | Theo de Raadt |
2010-07-31 | Factorization of the bluetooth and usb hid input driver logic, to reduce code | Miod Vallat |
2010-07-31 | add SA3_XXX macros removed by mistake with opl, but used by ym mixer | Alexandre Ratchov |
2010-07-31 | unbreak ym.c, opl3sa3reg.h doesn't exist any longer | Alexandre Ratchov |
2010-07-31 | remove the ``midisyn'' framework and anything using it, i.e., the opl | Alexandre Ratchov |
2010-07-31 | fix typo preventing compilation with AUDIO_DEBUG | Alexandre Ratchov |
2010-07-24 | missed a couple indents in previous | Jacob Meuser |
2010-07-23 | ANSI/style(9), no binary change | Jacob Meuser |
2010-07-22 | Reset the keyboard controller on resume, and also alert the children | Theo de Raadt |
2010-07-21 | Disable the heuristics for legacy free systems if pckbc flags are set to 1 | Miod Vallat |
2010-07-18 | Add support for Winbond/Nuvoton W83627DHG-P. | Mark Kettenis |
2010-07-15 | add two new members to structs audio_encoding and audio_prinfo. | Jacob Meuser |