summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2013-06-15Don't return garbage in memcpy() but the original destination pointer.Miod Vallat
2013-06-15give bcopy() the ovbcopy() semanticsMiod Vallat
2013-06-15sync with the latest linux version of radeon_drm.hJonathan Gray
2013-06-15add some definitions from the libdrm version of i915_drm.hJonathan Gray
2013-06-15Stop handling overlapping copies in memcpy() by jumping straight into theMark Kettenis
2013-06-14Don't pull cpufunc.h in from the machine include directory, but fromPatrick Wildt
2013-06-14Updating the ramdisk to support usb.Brandon Mercer
2013-06-14Add OpenBSD RCS Tag.Patrick Wildt
2013-06-14Rework beagle's ehci driver and add neccessay code to enable the clocks.Patrick Wildt
2013-06-14Correct interrupt moderation setting for 82598; tested on the CX4 versionMike Belopuhov
2013-06-14regenMark Kettenis
2013-06-14ovbcopy begoneMark Kettenis
2013-06-14regenMark Kettenis
2013-06-14Fix memcpy/memmove return value.Mark Kettenis
2013-06-14regenMark Kettenis
2013-06-14give up on fitting siopTheo de Raadt
2013-06-13As it is correct that the loopback address has no prefix, do notAlexander Bluhm
2013-06-13Remove a remnant of the VIS optimized bcopy code that was hiding in a delayMark Kettenis
2013-06-13- fix devboot() to properly retrieve octcf0a and add a comment for laterJasper Lievisse Adriaanse
2013-06-13new integral bcopy/memmove/memcpy, pulled out of sparc locoreTheo de Raadt
2013-06-13Get rid of the VIS-optimized bcopy/bzero code. This has never been enabled,Mark Kettenis
2013-06-13Remove some disabled debugging code that hasn't been used for ages.Mark Kettenis
2013-06-13ovbcopy begoneTheo de Raadt
2013-06-13syncronize "look in other file" messagesTheo de Raadt
2013-06-13merged bcopy/memmove/memcpyTheo de Raadt
2013-06-13beck would prefer to keep things just as they were for a while longer.Ted Unangst
2013-06-13rework the memcpy family to all use one function body and implementTed Unangst
2013-06-13Add missing '#include "fuse.h"' in previous change.Kenji Aoyama
2013-06-13Merge two blocks where we drop the packet to reduce the differences withMartin Pieuchot
2013-06-13Move the local delivery code from ipv4_input() into its own function andMartin Pieuchot
2013-06-13Remove pointless instruction in the memcpy path that snuck in with theMark Kettenis
2013-06-13ovbcopy begoneTheo de Raadt
2013-06-13use right source files from libkernTheo de Raadt
2013-06-13Random TX Backoff Register mask must be 0x3FF; ok beck, dlgMike Belopuhov
2013-06-13sync the userland facing radeon_drm.h with linuxJonathan Gray
2013-06-13ovbcopy begoneTheo de Raadt
2013-06-13don't use a ridiculous private copy of bcopy which is just like libc.Theo de Raadt
2013-06-13take libc bcopy, gut the #ifdefs for other modes, and place it here.Theo de Raadt
2013-06-13ovbcopy begoneTheo de Raadt
2013-06-13ovbcopy begoneTheo de Raadt
2013-06-13same bcopy/memmove/memcpy methodology for vax.Theo de Raadt
2013-06-13regen for previous commitMike Larkin
2013-06-13Add some missing Intel pci devices found on various machinesMike Larkin
2013-06-13bcopy/memmove/memcpy are now in libkernTheo de Raadt
2013-06-13bcopy/memmove/memcpy are now in libkernTheo de Raadt
2013-06-13merge bcopy/memmove/memcpy into one file, with jumps so that it is moreTheo de Raadt
2013-06-13merge memcpy/memmove/bcopy into one file, with sub-jumps.Theo de Raadt
2013-06-13merge bcopy/memcpy/memmove into one function.Theo de Raadt
2013-06-12remove extra whitespaceTed Unangst
2013-06-12Add suspend/resume support to lpt. Basically, ensure that DACT_SUSPENDTheo de Raadt