Age | Commit message (Expand) | Author |
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 |
2013-06-08 | KNF | Bob Beck |
2013-06-08 | Add CTASSERT macro, for compile time assertions | Stefan Fritsch |
2013-06-08 | Remove redundant code setting PCI_COMMAND_MASTER_ENABLE as this is already | Brad Smith |
2013-06-08 | Add new sysctl for pipex packet input/output queue length and | YASUOKA Masahiko |
2013-06-07 | Add proper mmap(2) support for drm(4)/inteldrm(4). This changes the | Mark Kettenis |
2013-06-07 | Add {,u}{div,mod}si3 to libkern and to the kernel as well. | Miod Vallat |
2013-06-06 | Add the remaining support code for 4th gen Intel Core/Haswell graphics | Jonathan Gray |
2013-06-06 | regen | Jonathan Gray |
2013-06-06 | add 4th gen Intel Core/Haswell graphics devices | Jonathan Gray |
2013-06-06 | Fix EOM handling. Makes Bacula much happier by allowing the use of | Kenneth R Westerback |
2013-06-06 | Prevent idle thread from being stolen on startup. | Christiano F. Haesbaert |
2013-06-06 | dont count rx ring overruns as input errors. with MCLGETI controlling the | David Gwynne |
2013-06-05 | rename should be working now, from Sylvestre Gallon | Ted Unangst |
2013-06-05 | Use the correct attach_args, + various details | Raphael Graf |
2013-06-05 | If an ICMP packet gets diverted to a raw IP socket, if must not be | Alexander Bluhm |
2013-06-05 | Include sys/timeout.h to make if_gre.c compile without pf. | Alexander Bluhm |
2013-06-05 | Initial port of the cpsw driver from netbsd. This will support ethernet | Brandon Mercer |