Age | Commit message (Expand) | Author |
2013-06-13 | ovbcopy begone | Theo de Raadt |
2013-06-13 | don't use a ridiculous private copy of bcopy which is just like libc. | Theo de Raadt |
2013-06-13 | take libc bcopy, gut the #ifdefs for other modes, and place it here. | Theo de Raadt |
2013-06-13 | ovbcopy begone | Theo de Raadt |
2013-06-13 | Appease LLVM warning.. | Brad Smith |
2013-06-13 | ovbcopy begone | Theo de Raadt |
2013-06-13 | same bcopy/memmove/memcpy methodology for vax. | Theo de Raadt |
2013-06-13 | regen for previous commit | Mike Larkin |
2013-06-13 | Add some missing Intel pci devices found on various machines | Mike Larkin |
2013-06-13 | sync | Theo de Raadt |
2013-06-13 | bcopy/memmove/memcpy are now in libkern | Theo de Raadt |
2013-06-13 | bcopy/memmove/memcpy are now in libkern | Theo de Raadt |
2013-06-13 | merge bcopy/memmove/memcpy into one file, with jumps so that it is more | Theo de Raadt |
2013-06-13 | merge memcpy/memmove/bcopy into one file, with sub-jumps. | Theo de Raadt |
2013-06-13 | merge bcopy/memcpy/memmove into one function. | Theo de Raadt |
2013-06-12 | remove extra whitespace | Ted Unangst |
2013-06-12 | style for loops | Ted Unangst |
2013-06-12 | correct realloc usage | Ted Unangst |
2013-06-12 | style | Ted Unangst |
2013-06-12 | fuse_opt support from Sylvestre | Ted Unangst |
2013-06-12 | Update to sendmail-8.14.7 | Jeremie Courreges-Anglas |
2013-06-12 | sync | Theo de Raadt |
2013-06-12 | Add suspend/resume support to lpt. Basically, ensure that DACT_SUSPEND | Theo de Raadt |
2013-06-12 | From now on, the MI libkern memcpy should not do overlap handling. | Theo de Raadt |
2013-06-12 | Oops. I looked at slightly newer Linux code when doing the previous change. | Mark Kettenis |
2013-06-12 | drop any quotes from variables when pulling them out of the .pc file; | Jasper Lievisse Adriaanse |
2013-06-12 | Rework of the suspend/resume logic. | Martin Pieuchot |
2013-06-12 | some simple initial fixes; this file still needs read properly | Jason McIntyre |
2013-06-12 | some simple initial fixes; this file still needs read properly | Jason McIntyre |
2013-06-12 | sort SEE ALSO; | Jason McIntyre |
2013-06-12 | Don't rely on __attribute__((__aligned__(x))) GCC extension. Explicitly pad ... | Masao Uebayashi |
2013-06-12 | Consistenly use bpf_mtap_ether(). From tsubai@. | Masao Uebayashi |
2013-06-12 | Almost identical diffs from brad@ and dlg@: | Masao Uebayashi |
2013-06-11 | sprinkle knf fairy dust over new buf code | Ted Unangst |
2013-06-11 | Add $OpenBSD$ | Raphael Graf |
2013-06-11 | bcopy (and family) can check for 0 length, but negative lengths should | Theo de Raadt |
2013-06-11 | switch mvme88k to the MI dart(4) code. Tested on MVME181 and MVME188. | Miod Vallat |
2013-06-11 | Overhaul the {aviion,mvme68k,mvme88k} dart(4) driver and move the truly | Miod Vallat |
2013-06-11 | split "filesystem" and "mountpoints" as "file system" and "mount points", | Igor Sobrado |
2013-06-11 | fix argument to document title (.Dt) macro in the manual page prologue. | Igor Sobrado |
2013-06-11 | fix gratuitous uppercasing in document description (.Nd) macro and | Igor Sobrado |
2013-06-11 | regen | Mark Kettenis |
2013-06-11 | Optimize memcpy(9) by always doing a forward copy; it should never be used | Mark Kettenis |
2013-06-11 | Turn the allocation of GEM objects upside down and make the driver | Mark Kettenis |
2013-06-11 | Activate the sitaracm driver. (beaglebone only) | Raphael Graf |
2013-06-11 | revert r1.156 "Add support for focus notifications when tmux pane changes" | Stuart Henderson |
2013-06-11 | High memory page flipping for the buffer cache. | Bob Beck |
2013-06-11 | Replace more ovbcopy with memmove; swap the src and dst arguments too | Theo de Raadt |
2013-06-11 | Add files for the sitara (am335x) Control Module driver. | Raphael Graf |
2013-06-11 | remove ovbcopy support | Theo de Raadt |