Age | Commit message (Expand) | Author |
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 | Rework of the suspend/resume logic. | Martin Pieuchot |
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 | 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 | 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 |
2013-06-11 | stop compiling ovbcopy support | Theo de Raadt |
2013-06-11 | Replace all ovbcopy with memmove; swap the src and dst arguments too | Theo de Raadt |
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 | portable memmove(), for if an architecture lacks a custom optimized | 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-11 | Contrary to C99's advice, C++ TR1 and C++ 11 require that <inttypes.h> | Matthew Dempsky |
2013-06-11 | replace bcopy with memcpy in m_defrag. this is safe because the | David Gwynne |
2013-06-11 | convert some easy bcopy to memcpy and clean up fdexpand a bit. | Ted Unangst |
2013-06-11 | return ENOBUFS on failure from m_defrag and m_tag_copy_chain. | David Gwynne |
2013-06-10 | If sysctl ddb.trigger=1 is not called from the console, the error | Alexander Bluhm |
2013-06-10 | A couple of changes from Masanobu SAITOH <msaitoh@netbsd.org>: | Mike Belopuhov |
2013-06-10 | Switch from timeval to timespec introduced format error; fix by prepping | Philip Guenther |
2013-06-10 | spelling in comment fix (for real, there's no code change here). | David Gwynne |
2013-06-10 | we dont need mpath ccbs if all theyre used for is storing xfers on a list. | David Gwynne |
2013-06-10 | toshiba disks in an md1220 work fine | David Gwynne |
2013-06-10 | Make use of pci_matchbyid(). | Brad Smith |
2013-06-09 | Increment udpstat.udps_nosec and tcpstat.tcps_rcvnosec in case packet is | YASUOKA Masahiko |
2013-06-09 | fix guard; Franco Fichtner | Theo de Raadt |
2013-06-09 | adapt to a pcidevs name change | Theo de Raadt |
2013-06-09 | sync | Theo de Raadt |
2013-06-09 | shorten many names to cope with uvm code growth | 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 | arguments to bcopy/memmove are reversed. put on thinking cap, then commit. | Ted Unangst |
2013-06-09 | regen | Miod Vallat |
2013-06-09 | Constify the mib argument of sysctl(). | Miod Vallat |
2013-06-09 | typo | Miod Vallat |
2013-06-09 | move fuse sysctl defines up and add _KERNEL. from Sylvestre Gallon | Ted Unangst |
2013-06-09 | change a bcopy to memmove (mainly to catch platforms that don't offer it) | Ted Unangst |
2013-06-09 | the kernel is supposed to provide memmove, but some archs are missing it. | Ted Unangst |