summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
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
2015-09-03No real point in having efifb(4) on the floppies; we want it on everythingMark Kettenis
2015-09-03Change the order of operations for loopback interfaces to haveMartin Pieuchot
2015-09-03match amd64; bios_efi_info_t is required here as well, because acpidumpTheo de Raadt
2015-09-03Properly cancel any pending USB abort task when aborting a transferVisa Hankala
2015-09-03Revert (again!) the two uses of rtisvalid(9), they break NFS!Martin Pieuchot
2015-09-03Remove the abort_task field in struct dwc2_xfer. There is an identicalVisa Hankala
2015-09-03Remove sc->sc_lock and add several splusb()'s in dwc2, to avoid aVisa Hankala
2015-09-03Fix !INET6 build.Martin Pieuchot
2015-09-03Convert ip{,6}_output() (cached) route entry checks to rtisvalid(9).Martin Pieuchot
2015-09-03Unconditionally set the RTF_UP flags when adding a route to the table.Martin Pieuchot
2015-09-03Improve the code that tries to figure out which device we booted from. TheMark Kettenis
2015-09-03Add missing net/art.c, found the hardway by reyk@Martin Pieuchot
2015-09-03Do not use an intermediary buffer on the stack of the caller whenMartin Pieuchot