Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-07-22 | Add suspend/resume logic. As discussed with phessler@, incorporating | Mark Kettenis | |
suggestions by damien@. | |||
2010-07-22 | Instead of trying to biowait on a buf that has errored, do the | Thordur I. Bjornsson | |
right thing, throw it away by marking it as B_INVAL and setting the B_ERROR flag and b_error to the errno that was returned. B_RAW doesn't matter there. Issue report my mlarkin@, this diff tested and confirmed to fix the issue by mlarkin also, thanks! OK krw@, beck@, deraadt@ | |||
2010-07-22 | Reset the keyboard controller on resume, and also alert the children | Theo de Raadt | |
(pckbd and pms) to do their part started by mlarkin, cleaned up by me ok miod | |||
2010-07-22 | Don't do anything on suspend/resume for now (there is a diff brewing, | Theo de Raadt | |
but it has some problems still..) | |||
2010-07-22 | Toggle the mouse through the disabled and enabled states when suspending | Theo de Raadt | |
and restoring. Fixes most mice. | |||
2010-07-22 | pretty large cleanup of SMALL_KERNEL | Theo de Raadt | |
2010-07-22 | Remove unused function prototypes | Jordan Hargrave | |
Add flags and type codes for AML resources | |||
2010-07-22 | - Fix wrong ioctl structure documentation for VIDIOC_QUERYBUF, VIDIOC_QBUF, | Marcus Glocker | |
and VIDIOC_DQBUF. - Also document the VIDIOC_QUERYBUF part for the MMAP interface. | |||
2010-07-22 | Fixes for AES CTR mode from mikeb: | Thordur I. Bjornsson | |
o Fix up counter increment for buffers larger then 64 bytes, by calling the increment routine before loading the IV into the encryption routine input register. o In aesni_encdec() regenerate the IV for every new request. Also use nice defines instead of magic constants for the size of ses_iv. | |||
2010-07-22 | Let systat -N states resolve network addresses | giovanni | |
help and ok sthen@ lum@ ok canacar@ | |||
2010-07-22 | Replace strncat() with strlcat(). | Marcus Glocker | |
2010-07-22 | Change include ordering. | Marcus Glocker | |
2010-07-22 | Initial regression test program for video(4). | Marcus Glocker | |
2010-07-22 | Add a comment about MODPY_BUILDDEP and NO_BUILD in the python section. | Antoine Jacoutot | |
2010-07-22 | As per OpenCVS, general usage in coversation and apparently newer | Jonathan Gray | |
upstream versions of this code, add blame as an alias for annotate. ok henning@ fgsch@ deraadt@ thib@ krw@ | |||
2010-07-22 | Prevent a process from entering wpi_ioctl while another process is | Mark Kettenis | |
tsleep'ing (for example waiting for the firmware to become alive) in iwn_init. ok damien@ | |||
2010-07-22 | various macro cleanup; | Jason McIntyre | |
2010-07-22 | When suspending, only call athn_stop() when IFF_RUNNING is set. | Mark Kettenis | |
ok damien@ | |||
2010-07-22 | remove some groff \s escapes, which we do not support; | Jason McIntyre | |
2010-07-22 | remove some groff \s escapes, which we do not support; | Jason McIntyre | |
2010-07-22 | move exit returns blurb out of DIAGNOSTICS; from daniel dickman | Jason McIntyre | |
2010-07-22 | ukc xr should be boot_config; | Jason McIntyre | |
2010-07-22 | keep our lists consistent for the exit values blurb; from daniel dickman | Jason McIntyre | |
2010-07-22 | document exit returns; from daniel dickman | Jason McIntyre | |
2010-07-22 | We have this nice KMEMSTATS option to control when we use kmemstats, | Matthew Dempsky | |
so no point in reserving space for kmemstats unless it's enabled. ok thib@, deraadt@ | |||
2010-07-22 | Mark two more DMA accessible malloc(9)s. | Matthew Dempsky | |
2010-07-22 | In st_space() and st_write_filemarks(), if scsi_xs_get() returns NULL, | Matthew Dempsky | |
set st->media_fileno and st->media_blkno before returning. Not sure if this is needed or even really correct, but it's an unintentional behavior change due to removing scsi_scsi_cmd(). ok dlg@ | |||
2010-07-22 | In scsi_inquire_vpd(), actually just return EJUSTRETURN when dealing | Matthew Dempsky | |
with UMASS devices. Fixes scsi_scsi_cmd() removal regression. ok dlg@ | |||
2010-07-22 | style(9) fix and release rwlock(9) if scsi_xs_get() returns NULL, | Matthew Dempsky | |
which should never happen anyway. Fixes scsi_scsi_cmd() removal regression. ok dlg@ | |||
2010-07-22 | In safte_match(), return 0 on SCSI errors, not an errno value. Fixes | Matthew Dempsky | |
regression from scsi_scsi_cmd() removal. ok dlg@ | |||
2010-07-22 | Appropriately set SCSI_DATA_IN or SCSI_DATA_OUT depending on type of | Matthew Dempsky | |
dvd_auth command. Fixes regression from scsi_scsi_cmd() removal. ok dlg@ | |||
2010-07-22 | SCSI HBA drivers are supposed to get their SCSI CDBs from xs->cmd, not | Matthew Dempsky | |
xs->cmdstore. ok krw@ a while back (contingent upon testing), and deraadt@ says this has been in snapshots for weeks now. | |||
2010-07-22 | sync | Theo de Raadt | |
2010-07-22 | remove unused variable | Theo de Raadt | |
2010-07-22 | Eliminate scsi_scsi_cmd() now that ss(4) is gone and with it the | Kenneth R Westerback | |
last bastardized sync and buf call through scsi_scsi_cmd(). Flatten code to call scsi_xs_sync() directly for all commands. Airplane typos shaken out by various. ok dlg@ matthew@ deraadt@ | |||
2010-07-21 | Some ss(4) bits escaped the purge, eliminate them. | Nicholas Marriott | |
ok todd krw | |||
2010-07-21 | remove unnecessary ``return 0'' statements, | Alexandre Ratchov | |
from Remco <remco at d-compu.dyndns.org>, thanks! | |||
2010-07-21 | In the SYNOPSIS, .Nm at the beginning of an input line starts | Ingo Schwarze | |
an .Nm block, and gets special handling (new line, indentation). But .Nm in the middle of a line is just a normal in-line element, so make sure it does NOT get the special handling. Partly fixes the test(1) SYNOPSIS; indentation after "[" is still excessive, which is an unrelated and more difficult issue. Reminded of the problem by jmc@; OK kristaps@. | |||
2010-07-21 | let mpath build again even though it is disabled | Todd T. Fries | |
ok dlg@ | |||
2010-07-21 | urndis supports the HTC Wildfire just fine. Tested here. | Edd Barrett | |
OK mk@ | |||
2010-07-21 | Disable the heuristics for legacy free systems if pckbc flags are set to 1 | Miod Vallat | |
in UKC; found the hard way by jakemsr@ on an old Tecra laptop. | |||
2010-07-21 | document exit values; from daniel dickman | Jason McIntyre | |
2010-07-21 | document exit values; from daniel dickman | Jason McIntyre | |
2010-07-21 | fix the barmy exit returns formatting; from daniel dickman | Jason McIntyre | |
2010-07-21 | missing argument to Ex; from daniel dickman | Jason McIntyre | |
2010-07-21 | more HISTORY; from daniel dickman | Jason McIntyre | |
2010-07-21 | more consistent text for our return values; from daniel dickman | Jason McIntyre | |
2010-07-21 | in the acpi GPE handler, late ack level interrupts not edge interrupts. | Theo de Raadt | |
Duh. | |||
2010-07-21 | spacing and indents that are driving me crazy | Theo de Raadt | |
2010-07-21 | ptm needs no read/write, just use enodev. | Nicholas Marriott | |
ok deraadt |