summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-13Appease LLVM warning..Brad Smith
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-13syncTheo de Raadt
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-12style for loopsTed Unangst
2013-06-12correct realloc usageTed Unangst
2013-06-12styleTed Unangst
2013-06-12fuse_opt support from SylvestreTed Unangst
2013-06-12Update to sendmail-8.14.7Jeremie Courreges-Anglas
2013-06-12syncTheo de Raadt
2013-06-12Add suspend/resume support to lpt. Basically, ensure that DACT_SUSPENDTheo de Raadt
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-12drop any quotes from variables when pulling them out of the .pc file;Jasper Lievisse Adriaanse
2013-06-12Rework of the suspend/resume logic.Martin Pieuchot
2013-06-12some simple initial fixes; this file still needs read properlyJason McIntyre
2013-06-12some simple initial fixes; this file still needs read properlyJason McIntyre
2013-06-12sort SEE ALSO;Jason McIntyre
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-11split "filesystem" and "mountpoints" as "file system" and "mount points",Igor Sobrado
2013-06-11fix argument to document title (.Dt) macro in the manual page prologue.Igor Sobrado
2013-06-11fix gratuitous uppercasing in document description (.Nd) macro andIgor Sobrado
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-11revert r1.156 "Add support for focus notifications when tmux pane changes"Stuart Henderson
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