summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2013-06-11Add files for the sitara (am335x) Control Module driver.Raphael Graf
2013-06-11remove ovbcopy supportTheo de Raadt
2013-06-11stop compiling ovbcopy supportTheo de Raadt
2013-06-11Replace all ovbcopy with memmove; swap the src and dst arguments tooTheo de Raadt
2013-06-11regenMark Kettenis
2013-06-11Optimize memcpy(9) by always doing a forward copy; it should never be usedMark Kettenis
2013-06-11portable memmove(), for if an architecture lacks a custom optimizedTheo de Raadt
2013-06-11final removal of daddr64_t. daddr_t has been 64 bit for a long enoughTheo de Raadt
2013-06-11Contrary to C99's advice, C++ TR1 and C++ 11 require that <inttypes.h>Matthew Dempsky
2013-06-11replace bcopy with memcpy in m_defrag. this is safe because theDavid Gwynne
2013-06-11convert some easy bcopy to memcpy and clean up fdexpand a bit.Ted Unangst
2013-06-11return ENOBUFS on failure from m_defrag and m_tag_copy_chain.David Gwynne
2013-06-10If sysctl ddb.trigger=1 is not called from the console, the errorAlexander Bluhm
2013-06-10A couple of changes from Masanobu SAITOH <msaitoh@netbsd.org>:Mike Belopuhov
2013-06-10Switch from timeval to timespec introduced format error; fix by preppingPhilip Guenther
2013-06-10spelling in comment fix (for real, there's no code change here).David Gwynne
2013-06-10we dont need mpath ccbs if all theyre used for is storing xfers on a list.David Gwynne
2013-06-10toshiba disks in an md1220 work fineDavid Gwynne
2013-06-10Make use of pci_matchbyid().Brad Smith
2013-06-09Increment udpstat.udps_nosec and tcpstat.tcps_rcvnosec in case packet isYASUOKA Masahiko
2013-06-09fix guard; Franco FichtnerTheo de Raadt
2013-06-09adapt to a pcidevs name changeTheo de Raadt
2013-06-09syncTheo de Raadt
2013-06-09shorten many names to cope with uvm code growthTheo de Raadt
2013-06-09remove fxp because uvm additions overflows all i386 install mediaTheo de Raadt
2013-06-09Fix resident_count accounting. Resident count would be incremented whenMiod Vallat
2013-06-09arguments to bcopy/memmove are reversed. put on thinking cap, then commit.Ted Unangst
2013-06-09regenMiod Vallat
2013-06-09Constify the mib argument of sysctl().Miod Vallat
2013-06-09typoMiod Vallat
2013-06-09move fuse sysctl defines up and add _KERNEL. from Sylvestre GallonTed Unangst
2013-06-09change a bcopy to memmove (mainly to catch platforms that don't offer it)Ted Unangst
2013-06-09the kernel is supposed to provide memmove, but some archs are missing it.Ted Unangst
2013-06-08KNFBob Beck
2013-06-08Add CTASSERT macro, for compile time assertionsStefan Fritsch
2013-06-08Remove redundant code setting PCI_COMMAND_MASTER_ENABLE as this is alreadyBrad Smith
2013-06-08Add new sysctl for pipex packet input/output queue length andYASUOKA Masahiko
2013-06-07Add proper mmap(2) support for drm(4)/inteldrm(4). This changes theMark Kettenis
2013-06-07Add {,u}{div,mod}si3 to libkern and to the kernel as well.Miod Vallat
2013-06-06Add the remaining support code for 4th gen Intel Core/Haswell graphicsJonathan Gray
2013-06-06regenJonathan Gray
2013-06-06add 4th gen Intel Core/Haswell graphics devicesJonathan Gray
2013-06-06Fix EOM handling. Makes Bacula much happier by allowing the use ofKenneth R Westerback
2013-06-06Prevent idle thread from being stolen on startup.Christiano F. Haesbaert
2013-06-06dont count rx ring overruns as input errors. with MCLGETI controlling theDavid Gwynne
2013-06-05rename should be working now, from Sylvestre GallonTed Unangst
2013-06-05Use the correct attach_args, + various detailsRaphael Graf
2013-06-05If an ICMP packet gets diverted to a raw IP socket, if must not beAlexander Bluhm
2013-06-05Include sys/timeout.h to make if_gre.c compile without pf.Alexander Bluhm
2013-06-05Initial port of the cpsw driver from netbsd. This will support ethernetBrandon Mercer