summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2013-06-12From now on, the MI libkern memcpy should not do overlap handling.Theo de Raadt
2013-06-12Oops. I looked at slightly newer Linux code when doing the previous change.Mark Kettenis
2013-06-12Rework of the suspend/resume logic.Martin Pieuchot
2013-06-12Don't rely on __attribute__((__aligned__(x))) GCC extension. Explicitly pad ...Masao Uebayashi
2013-06-12Consistenly use bpf_mtap_ether(). From tsubai@.Masao Uebayashi
2013-06-12Almost identical diffs from brad@ and dlg@:Masao Uebayashi
2013-06-11sprinkle knf fairy dust over new buf codeTed Unangst
2013-06-11Add $OpenBSD$Raphael Graf
2013-06-11bcopy (and family) can check for 0 length, but negative lengths shouldTheo de Raadt
2013-06-11switch mvme88k to the MI dart(4) code. Tested on MVME181 and MVME188.Miod Vallat
2013-06-11Overhaul the {aviion,mvme68k,mvme88k} dart(4) driver and move the trulyMiod Vallat
2013-06-11regenMark Kettenis
2013-06-11Optimize memcpy(9) by always doing a forward copy; it should never be usedMark Kettenis
2013-06-11Turn the allocation of GEM objects upside down and make the driverMark Kettenis
2013-06-11Activate the sitaracm driver. (beaglebone only)Raphael Graf
2013-06-11High memory page flipping for the buffer cache.Bob Beck
2013-06-11Replace more ovbcopy with memmove; swap the src and dst arguments tooTheo de Raadt
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