Age | Commit message (Expand) | Author |
2013-06-23 | Stop using -traditional-cpp on gcc3/4 platforms. | Miod Vallat |
2013-06-23 | Fix RELOC() in the __STDC__ case. | Miod Vallat |
2013-06-21 | enable 24-bit, lsb-aligned encoding, which is the device's | Alexandre Ratchov |
2013-06-17 | m68k kernel memcpy/memmove/bcopy implementation in libkern, remove ovbcopy, f... | Janne Johansson |
2013-06-16 | unbreak build; OK bmercer@, patrick@ | Florian Obser |
2013-06-16 | Add IPL_MPSAFE for some architectures that I missed in the first round. | Mark Kettenis |
2013-06-15 | Stop handling overlapping copies in memcpy() by jumping straight into the | Mark Kettenis |
2013-06-14 | Don't pull cpufunc.h in from the machine include directory, but from | Patrick Wildt |
2013-06-14 | Updating the ramdisk to support usb. | Brandon Mercer |
2013-06-14 | Add OpenBSD RCS Tag. | Patrick Wildt |
2013-06-14 | Rework beagle's ehci driver and add neccessay code to enable the clocks. | Patrick Wildt |
2013-06-14 | give up on fitting siop | Theo de Raadt |
2013-06-13 | Remove a remnant of the VIS optimized bcopy code that was hiding in a delay | Mark Kettenis |
2013-06-13 | - fix devboot() to properly retrieve octcf0a and add a comment for later | Jasper Lievisse Adriaanse |
2013-06-13 | new integral bcopy/memmove/memcpy, pulled out of sparc locore | Theo de Raadt |
2013-06-13 | Get rid of the VIS-optimized bcopy/bzero code. This has never been enabled, | Mark Kettenis |
2013-06-13 | Remove some disabled debugging code that hasn't been used for ages. | Mark Kettenis |
2013-06-13 | ovbcopy begone | Theo de Raadt |
2013-06-13 | Add missing '#include "fuse.h"' in previous change. | Kenji Aoyama |
2013-06-13 | ovbcopy begone | Theo de Raadt |
2013-06-13 | use right source files from libkern | Theo de Raadt |
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 | ovbcopy begone | 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-12 | Rework of the suspend/resume logic. | Martin Pieuchot |
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 | Activate the sitaracm driver. (beaglebone only) | Raphael Graf |
2013-06-11 | Add files for the sitara (am335x) Control Module driver. | Raphael Graf |
2013-06-11 | Replace all ovbcopy with memmove; swap the src and dst arguments too | Theo de Raadt |
2013-06-11 | final removal of daddr64_t. daddr_t has been 64 bit for a long enough | Theo de Raadt |
2013-06-09 | fix guard; Franco Fichtner | Theo de Raadt |
2013-06-09 | remove fxp because uvm additions overflows all i386 install media | Theo de Raadt |
2013-06-09 | Fix resident_count accounting. Resident count would be incremented when | Miod Vallat |
2013-06-09 | typo | Miod Vallat |
2013-06-09 | the kernel is supposed to provide memmove, but some archs are missing it. | Ted Unangst |
2013-06-07 | Add {,u}{div,mod}si3 to libkern and to the kernel as well. | Miod Vallat |
2013-06-05 | Use the correct attach_args, + various details | Raphael Graf |
2013-06-05 | Initial port of the cpsw driver from netbsd. This will support ethernet | Brandon Mercer |
2013-06-05 | remove unused function | Jasper Lievisse Adriaanse |
2013-06-05 | add XXX comment for delay_changed, untill we figure out what it actually does. | Jasper Lievisse Adriaanse |
2013-06-05 | remove ugly hack we couldn't figure out what it was used for, only that it | Jasper Lievisse Adriaanse |
2013-06-05 | Remove unused variables. | Paul Irofti |
2013-06-05 | whitespace | Jasper Lievisse Adriaanse |
2013-06-05 | - add missing SUBDIR | Jasper Lievisse Adriaanse |
2013-06-05 | Implement hibernate_flush. | Paul Irofti |
2013-06-05 | ditch local ld.script and use conf/ld.script instead, and adjust entry | Jasper Lievisse Adriaanse |