summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2009-06-02Add an identifier that tells us if we can rebuild this discipline.Marco Peereboom
2009-06-02make xl at pci detachable.Jonathan Gray
2009-06-02set needfree to NULL in sys_writev() so stack garbageThordur I. Bjornsson
2009-06-02Enable machfb(4) and raptor(4) here too.Mark Kettenis
2009-06-02Set flags on the recently added CardBus ids based onJonathan Gray
2009-06-02Define a proper wsdisplay type for machfb(4).Mark Kettenis
2009-06-02Make machfb_putcmap() respect the starting index in the colormap.Mark Kettenis
2009-06-02Enable machfb(4).Mark Kettenis
2009-06-02it is better when ramdisks compileTheo de Raadt
2009-06-02Initial stab at an accelerated driver for PGX/PGX64 framebuffers.Mark Kettenis
2009-06-02Initial stab at an accelerated driver for PGX/PGX64 framebuffers.Mark Kettenis
2009-06-02Add more CardBus ids to PCI attachments to cope withJonathan Gray
2009-06-02minor tidying; from Brad; ok sthen@Christian Weisgerber
2009-06-02Added interface for cpu idle on amd64Jordan Hargrave
2009-06-02dofile{read,write} are essentially identical to their iovec equivalents,Bret Lambert
2009-06-02"Add a macro to define the newer generation of bge(4) chipsets. SimplifiesStuart Henderson
2009-06-02Add CardBus devices to the match list.Jonathan Gray
2009-06-02Make rtw at pci detachable.Jonathan Gray
2009-06-02First bits for rebuild. Disabled for now.Marco Peereboom
2009-06-02Move M_PREPEND macro code to be entirely into m_prepend the function;Bret Lambert
2009-06-01Remove dead/unused codeJordan Hargrave
2009-06-01no point in calling curcpu() when ci is already set. ok miod@Dale Rahn
2009-06-01Deal with wraparound when checking RLIMIT_DATA.Todd C. Miller
2009-06-01Fix the order of checking if a machine has MTRR. We need to checkPeter Hessler
2009-06-01Move ibcs2_sendsig into compat. Quit poluting machdep.Tobias Weingartner
2009-06-01Use proper pmap during ACPI sleep on amd64. Original code by Kurt,Mike Larkin
2009-06-01Since we've now cleared up a lot of the PG_RELEASED setting, remove theOwain Ainsworth
2009-06-01Use the background color attribute in udl_erasecols and udl_eraserowsMarcus Glocker
2009-06-01Sort argument list of udl_draw_char similar as udl_fb_* friends.Marcus Glocker
2009-06-01There is no need to use a variable just for sizeof(). Garbage collect ifa.Claudio Jeker
2009-06-01physmem allocator: change the view of free memory from single free pagesAriane van der Steldt
2009-06-01Allow a font width other than 8 pixels.Marcus Glocker
2009-06-01Enable zyd in more places now we know it is endian safe.Jonathan Gray
2009-06-01Better naming for some framebuffer functions.Marcus Glocker
2009-06-01Reduce data payload for font drawing to a fixed size per character.Marcus Glocker
2009-06-01I forgot to apply the End Of Command token for async xfers. Maybe thatMarcus Glocker
2009-06-01oops, bad merge.Damien Bergamini
2009-06-01- cleanup tx pathDamien Bergamini
2009-06-01fix endianness issue.Damien Bergamini
2009-06-01add uvideo to zaurus roughly one year from its initial demonstrationTodd T. Fries
2009-06-01New VIA nano's support amd64 and EST. Move the setperf init routine outsideGordon Willem Klok
2009-05-31Add Naturetech as a possible hardware vendor.Mark Kettenis
2009-05-31Add support for udl in socppc. ok @miod and @kettenisMats O Jansson
2009-05-31Consolidate common code for interface attachment into single functionBret Lambert
2009-05-31Make iomem_ex cover the complete (48-bit) physical address space. MakesMark Kettenis
2009-05-31Remove some #ifdef / #define maze that is not needed at all.Claudio Jeker
2009-05-31Remove _KERNEL goo from kernel files because we're setting _KERNEL correctly.Claudio Jeker
2009-05-31make set loginterface, set hostid, set reassemble and set debugHenning Brauer
2009-05-31We are able to address 256 pixels (16bit) per command not just 128 pixels.Marcus Glocker
2009-05-31Hide RTP_DOWN in the kernel and don't expose it to userland. Userland isClaudio Jeker