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