summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2010-05-23syncTheo de Raadt
2010-05-23use __alpha__ not alpha for the ifdefTheo de Raadt
2010-05-23add dkio.h to the last of the disk ioctl users i can find.David Gwynne
2010-05-23Place drive in standby mode before shutdown. Avoids the loud click heard onMark Kettenis
2010-05-22Remove instruction TLB purges for direct mappings that will never have theMark Kettenis
2010-05-22this is amd64, not i386, and the protection was all bustedTheo de Raadt
2010-05-22macppc never has i386 defined; ok drahnTheo de Raadt
2010-05-22protection should use the upper case namesTheo de Raadt
2010-05-22Blank lines at the start of a function are so .Nx.Mark Kettenis
2010-05-22missing dkio.h includesTheo de Raadt
2010-05-22remove the last #ifdef hp300, and unused hp700 code as well; ok miodTheo de Raadt
2010-05-21Fix a locking problem in mincore where it was possible for us to sleepOwain Ainsworth
2010-05-21defintion -> definition.Miod Vallat
2010-05-21Make compile with NBIO = 0Marco Peereboom
2010-05-21Add support for IPIs on hppa.Joel Sing
2010-05-20Make fans run slower in Sun systems with tda controllers by bumping theEdd Barrett
2010-05-20remove unused variable. fallout from previous.Thordur I. Bjornsson
2010-05-20Split some copies of two struct members together into two bcopy ratherNicholas Marriott
2010-05-20add mode change command to support ZTE 3G modem (MF633 etc)Yojiro Uo
2010-05-20regenYojiro Uo
2010-05-20add ZTE633 (3G modem) etcYojiro Uo
2010-05-20Force max physical memory allocation for bus_dmamem_alloc() to be 4gigOwain Ainsworth
2010-05-20Don't dereference cp to shut gcc4 up (the intent anyway).Marco Peereboom
2010-05-20New scsi code seems to be stable. Pluck previously identifiedKenneth R Westerback
2010-05-20Simplify new disk cache code so simpler people can understand it.Kenneth R Westerback
2010-05-19Use the actual SSID length rather than a (wrong) sizeof. Makes gcc4Nicholas Marriott
2010-05-19BUS_DMA_ZERO instead of alloc, map, bzero.Owain Ainsworth
2010-05-19BUS_DMA_ZERO love.Owain Ainsworth
2010-05-19Spin up secondary CPUs on hppa multiprocessor kernels. At this stage weJoel Sing
2010-05-19Require RTF_MPLS to be set when a mpls route is added or changed. To removeClaudio Jeker
2010-05-19clean up a few things that where left to rot after bob's vfs cache work.Thordur I. Bjornsson
2010-05-19the virtual scsi disks that mpi(4) presents dont grok modifications to theDavid Gwynne
2010-05-19remove unused flag.David Gwynne
2010-05-19add an ioctl that allows userland to get or set a disks read and writeDavid Gwynne
2010-05-19fix fallout from the removal of dkio.h from ioctl.hDavid Gwynne
2010-05-18move knote list to struct process. ok guentherTed Unangst
2010-05-18add posix_madvise, posix_memalign, strndup, and strnlen. mostly fromTed Unangst
2010-05-18Add as yet untested support for the 82576 quad copper ET2Jonathan Gray
2010-05-18regenJonathan Gray
2010-05-18Add some more em devices and workbit CF ATA.Jonathan Gray
2010-05-18more BUS_DMA_ZERO love.Owain Ainsworth
2010-05-18bus_dmamem_alloc() ...; bzero/memset(); ->Owain Ainsworth
2010-05-18Since we're direct mapped and don't need to worry about kva availability orOwain Ainsworth
2010-05-18oops. needs_fence should still be conditional on tiling due to the needsOwain Ainsworth
2010-05-18Always invalidate fences in pin if they are invalid, not just if we needOwain Ainsworth
2010-05-18tweak dumpsys's countdown to cope with upcoming speedupAlexander Hall
2010-05-18dont let sys/ioctl.h imply that you get the ioctls in dkio.h. thisDavid Gwynne
2010-05-17Put the name string on the stack.Nicholas Marriott
2010-05-17regenJonathan Gray
2010-05-17add some devices found on a core i5 machineJonathan Gray