Age | Commit message (Expand) | Author |
2013-05-08 | re-commit uthum_activate() removal, now that uhidev(4) can handle it. | Stuart Henderson |
2013-05-08 | tweak hvmd_init_guest() to check if everything was OK in md_read(), | Gleydson Soares |
2013-05-07 | Merge from FreeBSD, r191313 | Philip Guenther |
2013-05-07 | - Add a simple check to prevent that the client-provided hex HTTP chunk size | Reyk Floeter |
2013-05-07 | fixed size types should be fixed size. long -> uint32_t. | Ted Unangst |
2013-05-07 | Don't limit width and height to 222 in standard mouse mode. | Nicholas Marriott |
2013-05-07 | alloc the size of the struct not the size of a pointer to it | Jonathan Gray |
2013-05-07 | When deactivating child devices do not panic if their driver does | Martin Pieuchot |
2013-05-07 | fix a double free in an error path | Jonathan Gray |
2013-05-07 | on failure errno is set as well | David Gwynne |
2013-05-07 | fix some leaks in error paths | Jonathan Gray |
2013-05-07 | remove an unreferenced var that accessed uninitialised memory | Jonathan Gray |
2013-05-07 | getpwnam doesnt set errno on failure, so use errx, not err, to say it | David Gwynne |
2013-05-06 | Document new MODPERL_ADJ_FILES and MODPERL_BIN_ADJ variables. | Vadim Zhukov |
2013-05-06 | clarify that the :C modifier uses extended regular expressions; ok espie@ jmc@ | Christian Weisgerber |
2013-05-06 | restore original gangster lockstatus return values for compat | Ted Unangst |
2013-05-06 | actually show list of mismatched for loops when a fatal error occurs. | Marc Espie |
2013-05-06 | sync | Brian Callahan |
2013-05-06 | Revert Cavium Networks back to Cavium - it was right in the first place. | Brian Callahan |
2013-05-06 | sync | Brian Callahan |
2013-05-06 | Add OCTEON Plus CN50XX Network Processor id. | Brian Callahan |
2013-05-06 | Reference the version of the sftp draft we actually implement. ok djm@ | Darren Tucker |
2013-05-06 | the use of modern intel performance counter msrs to measure the number of | David Gwynne |
2013-05-06 | If the lock is contended, such that the 'sc' fails, then we need to | Philip Guenther |
2013-05-06 | the use of modern intel performance counter msrs to measure the number of | David Gwynne |
2013-05-05 | Initialize channel ranges of new slots to full sub-device channels. | Alexandre Ratchov |
2013-05-05 | since i386_{g,s}et_ioperm(2) are the same page, do not list them both in | Jason McIntyre |
2013-05-05 | remove reference to amd64_get_ioperm noticed by jmc | Ted Unangst |
2013-05-05 | remove never implemented amd64 get/set ioperm sysarch. ok guenther | Ted Unangst |
2013-05-05 | remove never used get/set ioperm sysarch functions. ok guenther | Ted Unangst |
2013-05-05 | Add a flag to struct client_state (IS_RESPONSIBLE) to record when | Kenneth R Westerback |
2013-05-05 | typo in log message. ok sthen@ | Darren Tucker |
2013-05-05 | Add nonblocking argument to i915_gem_object_pin() and | Mark Kettenis |
2013-05-05 | Remove a supefluous check. | Mark Kettenis |
2013-05-05 | With KMS, the inteldrm_quiesce dance isn't needed anymore. Zap the code. | Mark Kettenis |
2013-05-05 | Remove some #ifdef'ed out code that's never going to get used again. | Mark Kettenis |
2013-05-05 | Initialize client rate. Fixes crashes when the client doesn't set the | Alexandre Ratchov |
2013-05-05 | no need to cast calloc | Ted Unangst |
2013-05-04 | revert uthum_activate removal, it is needed in the detach path as found the | Stuart Henderson |
2013-05-04 | Add crypto.c to provide smtpd with a way to encrypt envelopes and messages | Gilles Chehade |
2013-05-04 | In i915_alloc_ifp() and i965_alloc_ifp() use extent_alloc_subregion() to make | Mark Kettenis |
2013-05-04 | - remove unused DPRINTFN, simple DPRINTF is enough | Stuart Henderson |
2013-05-04 | fix a use after free | Jonathan Gray |
2013-05-04 | fix use after free in error paths | Jonathan Gray |
2013-05-04 | fix use after free in error paths | Jonathan Gray |
2006-04-14 | Import of heimdal-0.7.2 | Bjorn Sandell |
2013-05-04 | blacklist a select few characters instead of a limited whitelist for | Ted Unangst |
2013-05-03 | Use open(2) / fstat(2) instead of stat(2) / open(2) for checking | Matthias Kilian |
2013-05-03 | switch the malloc and pool freelists to using xor simpleq. | Ted Unangst |
2013-05-03 | add an xor cookie variant of simpleq | Ted Unangst |