summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2015-09-08convert several malloc(9) to mallocarray(9).Sebastien Marie
2015-09-07Do not set USBD_NO_COPY for interrupt transfers, only bulk transfersMartin Pieuchot
2015-09-07Remap the framebuffer as write-combining when we actually attach. Speeds upMark Kettenis
2015-09-07Use the RI_WRONLY flag to avoid reading back pixels from buffer memory.Mark Kettenis
2015-09-07Make it possible to use RI_WRONLY for the aframebuffer during early boot.Mark Kettenis
2015-09-07Delete ktracing of context switches: it's unused, and not particularly useful,Philip Guenther
2015-09-07Fix the previous. The condition of loop which read GPT partitions had beenYASUOKA Masahiko
2015-09-07BOOTX86.EFI should be BOOTIA32.EFI.YASUOKA Masahiko
2015-09-07sizes for free(); ok jmatthewTheo de Raadt
2015-09-06We no longer need to grab the kernel lock for allocating and freeing pagesMark Kettenis
2015-09-06size for free()Theo de Raadt
2015-09-06Add support for QEMU PCI serial devices in puc(4)Stefan Fritsch
2015-09-06regenerate from pcidevsStefan Fritsch
2015-09-06Add ids for Qemu PCI serial devicesStefan Fritsch
2015-09-06sizes for free(); ok semarieTheo de Raadt
2015-09-06clarify malloc arguments (base + length...)Theo de Raadt
2015-09-06seperate a variable into two, so that the size of a free() is remembered.Theo de Raadt
2015-09-06qlw fitsMiod Vallat
2015-09-06pretty simple size for free()Theo de Raadt
2015-09-06The pppx_if_pl pool will never be used in interrupt context, so pass theMark Kettenis
2015-09-06We actually need an interrupt-safe allocator here, as we call pool_put()Mark Kettenis
2015-09-06PR_WAITOK for the pmap_pmap_pool here as well.Mark Kettenis
2015-09-06Use checksum to check the gpt parition. Old check was missingYASUOKA Masahiko
2015-09-06sizes for free(); ok jmatthewTheo de Raadt
2015-09-06srom size is tracked, pass to free()Theo de Raadt
2015-09-06firmware size for free()Theo de Raadt
2015-09-06sizes for free() - most are about the firmware memoryTheo de Raadt
2015-09-05Do not make ip22_{slow,fast}_mode() public anymore.Miod Vallat
2015-09-05Give up trying to map DMA descriptor in uncached memory on ECC flavours of theMiod Vallat
2015-09-05Support Synaptics touchpads without W mode.bru
2015-09-05Improve tap-and-drag detection for ALPS touchpads.bru
2015-09-05Support for xterm-compatible SGR escapes 39 and 49 (reset fg/bg colour toMiod Vallat
2015-09-05Correct bounds checking in efifb_mmap(). ok yasuoka@Miod Vallat
2015-09-05regenJonathan Gray
2015-09-05add some braswell idsJonathan Gray
2015-09-04These days pcc defines __GNUC__ and we don't support gcc2. Also neededDaniel Dickman
2015-09-04Let efifb depend on rasops32 such that it works on ramdisks where rasops32Mark Kettenis
2015-09-04The bnx_tx_pool gets used from interrupt context, so drop the explicitMark Kettenis
2015-09-04The pf_osfp_pl and pf_osfp_entry_pl never get used in interrupt context.Mark Kettenis
2015-09-04pflow_flush() still needs sc->send_nam; free it later.Florian Obser
2015-09-04Fix condition used while seaching candidates for "record level"Alexandre Ratchov
2015-09-04Tunnels also need a cloning route.Martin Pieuchot
2015-09-04The futex_pool and futex_wp_pool pools never get used in interrupt context.Mark Kettenis
2015-09-04The nfsrv_descript_pl pool never gets used in interrupt context.Mark Kettenis
2015-09-04Do not use an intermediary buffer on the stack of the caller whenMartin Pieuchot
2015-09-04Make every subsystem using a radix tree call rn_init() and pass theMartin Pieuchot
2015-09-04Fix an mbuf use-after-fruit in pflow_clone_create().Martin Pieuchot
2015-09-04add support for RTL8168HJonathan Gray
2015-09-03Fix a race in pmap_page_remove_86() and pmap_page_remove_pae().Mark Kettenis
2015-09-03Fix a race in pmap_page_remove().Mark Kettenis