]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/dev
Add partial pmap locking.
[FreeBSD/FreeBSD.git] / sys / dev /
2006-06-06 nyanUse the acpi_event_sleep_button_sleep() function instead of
2006-06-06 pjdHandle errors in the same way it is done in safe(4).
2006-06-06 pjdDon't increase hst_obytes field twice - it is already...
2006-06-06 glebiusThe procedure of raceless switching between polling...
2006-06-05 avatarReally fix the typo this time: it should be sc->sc_drvb...
2006-06-05 avatarFixing a typo in rev1.196.
2006-06-05 mjacobDo some source && comment cleanup.
2006-06-05 fjoeFix kernel panic in rt2661_tx_intr() if no frames has...
2006-06-05 bruefferAdd altq(4) support.
2006-06-05 sammove hal bus+tag externalization to the bus glue code...
2006-06-05 samThis commit was generated by cvs2svn to compensate...
2006-06-05 mariusRevert the part of rev. 1.3 which changed the software...
2006-06-05 iedowseFix a number of cases where ugen would panic, especiall...
2006-06-05 nyanAdd Fn+F7 hotkey (suspend) support.
2006-06-05 rwatsonThis commit was generated by cvs2svn to compensate...
2006-06-04 pjdUse newly added functions to simplify the code.
2006-06-04 pjdUse defines from cryptodev.h.
2006-06-04 pjd- Remove HMAC_BLOCK_LEN, it serves no purpose.
2006-06-04 iedowseAdd a sleep lock that protects access to sequences...
2006-06-04 pjdAdd support for the CRD_F_KEY_EXPLICIT flag for both...
2006-06-04 pjdAdd support for the CRD_F_KEY_EXPLICIT flag for both...
2006-06-04 pjdDon't forget to destroy the sc_freeqlock mutex on detach.
2006-06-04 njlClean up many of the debugging messages and move them...
2006-06-03 impWe don't have a ISA specific shutdown routine at this...
2006-06-03 impSince we turn off the interrupts, we don't need to...
2006-06-03 jhb- Switch on the full 32-bit device ID to avoid collisio...
2006-06-03 jhbUse PCI bus accessors rather than reading config regist...
2006-06-03 impMove shutdown, and pci specific methods into pccbb_pci...
2006-06-03 impThe interrupt routine is pci specific. Move it into...
2006-06-03 impFix a couple printf's to be properly terminated.
2006-06-03 impSucceed for writing bus value... nobody that calls...
2006-06-03 iedowseAllow zero-length read/write operations to get through...
2006-06-03 mjacoballow this to compile cleanly under RELENG_4
2006-06-02 samadd missed calls to bpf_peers_present
2006-06-02 csjpFix the following bpf(4) race condition which can resul...
2006-06-02 mjacobMake the code able to compile again in RELENG_4.
2006-06-02 mjacobMore checkpointing on the way toward really (finally)
2006-06-02 impZero out the devices when they are deleted. We can...
2006-05-31 mjacobFix missing update to reflect change in scsi_inquiry...
2006-05-31 mjacobPick reasonable alignment constraints so that we
2006-05-30 impAdd a define for the Standard SD Host Controller Base...
2006-05-30 jkimMove SiS 760 to where it belongs.
2006-05-30 mjacobDon't set CAM_DEV_QFRZN when we get an ABORT_TASK....
2006-05-30 phkFix various typos and brainos in last commit.
2006-05-30 hartiThis commit was generated by cvs2svn to compensate...
2006-05-30 psSpin until a request structure is available in the...
2006-05-29 mjacobAdd acknowledgements to LSI-Logic for support
2006-05-29 mjacob+ Change some debug messages to MPT_PRT_NEGOTIATE level...
2006-05-29 mjacobAdd a mpt_is_raid_volume function which will tell you...
2006-05-29 mjacobAdd a MPT_PRT_NEGOTIATION print level.
2006-05-29 ruFix build with -Wundef.
2006-05-29 mjacobWhen setting verbose, *set* it, don't *add* it.
2006-05-28 iedowseIf a zero-length bulk or interrupt transfer is requeste...
2006-05-28 silbyBack out the BUS_DMA_ALLOCNOW change from rev 1.39...
2006-05-28 silbyRe-revert back to rev 1.8:
2006-05-28 silby1. Make sure that the TX and RX descriptor rings are...
2006-05-28 netchildUse a more appropriate printf format for size_t.
2006-05-28 iedowseUse the limited scatter-gather capabilities of ehci...
2006-05-28 iedowseNULL out ii->stdstart and ii->stdend when they are...
2006-05-28 iedowseFix a harmless typo where the software pointer in the...
2006-05-27 iedowseDefer axe_tick processing to a USB task, since axe...
2006-05-27 mjacobWork in progress toward fixing IM checked in after...
2006-05-27 netchildCommit the new (old) midi framework. It's based in...
2006-05-27 netchildCommit the new (old) midi framework. It's based in...
2006-05-27 simonFix typo in printf string.
2006-05-26 phkUpdate to new console api.
2006-05-26 phkConvert to new console api
2006-05-26 phkConvert to new console interface.
2006-05-26 phkEliminate gdb_checkc member from GDB_DBGPORT(), it...
2006-05-26 phkConvert to use CONSOLE_DRIVER() macro:
2006-05-26 phkInsert a '_' in the console function names to be more...
2006-05-26 phkGC the cn_dbctl_t hook for consoles, it is unused.
2006-05-26 jmgdon't require a buffer if all we are doing is manipulat...
2006-05-26 mjacobGet most of the way back to having Integrated Mirroring...
2006-05-26 mjacobgratuitous formatting changes
2006-05-26 mjacobFix spellings. Prototype mpt_dump_request. Add a 'raid_...
2006-05-26 mjacobRemove handrolled raw dump of a request from
2006-05-25 impAPM was calling the suspend process from a timeout...
2006-05-25 jhbOnly reference the firmware module once rather than...
2006-05-24 impExport the pribus, secbus and subbus as sysctls for...
2006-05-24 impSuspend the children before we turn off card events...
2006-05-24 impFix a race when detaching the cbb worker thread. There...
2006-05-24 jhbWorkaround a hang on some nForce2 systems that can...
2006-05-24 glebiusRename device name in the last commit. According to...
2006-05-24 iedowseAttempt to follow the procedure described in section...
2006-05-23 impWhitespace nits
2006-05-23 marcelRemove definitions of uart_[gs]etdreg. They are not...
2006-05-23 pjdForgot to remove the line.
2006-05-23 bennoThe lcr variable in ns8250_probe is now unused. Remove it.
2006-05-23 iedowseWhen usb_event_thread() first starts, wait significantl...
2006-05-23 bennoAllow uart(4)'s ns8250 driver to work with devices...
2006-05-22 pjdFix HMACs handling with uio's by not using crp_mac...
2006-05-22 nyan- Fix the busname in the DRIVER_MODULE.
2006-05-22 pjdProtect the sc_needwakeup field with the sc_freeqlock...
2006-05-22 mjacobAdd missing case for RQSTYPE_CTIO3- neede for 64 bit...
2006-05-22 mjacobRemove bzero/bcopy vestiges
2006-05-22 mjacobRemove bzero/bcopy vestiges.
2006-05-22 mjacobremove bzero/bcopy vestiges
2006-05-22 mjacobadd TGT_ANY define
2006-05-22 mjacobFix longstanding bug where exec throttle is 16 bits...
next