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 | spacing | 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 | Create a small MSDOS partition from where u-boot will load the | Florian Obser |
2013-06-11 | Store mlo/u-boot.bin for all supported boards on miniroot to be copied | Florian Obser |
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 | Fix model numbers in axe(4) text; from Michal Markowski, tweaked by me, ok jmc. | Stuart Henderson |
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 | Add test for forward config parsing | Darren Tucker |
2013-06-10 | rework v6_defroute() | Robert Peichaer |
2013-06-10 | POSIX specifies that for an AND/OR list, only the last command's | Todd C. Miller |
2013-06-10 | revert 1.203 while we investigate crashes reported by okan@ | Darren Tucker |
2013-06-10 | A couple of changes from Masanobu SAITOH <msaitoh@netbsd.org>: | Mike Belopuhov |
2013-06-10 | Jiri B pointed out that /var/cache is undocumented; | Jason McIntyre |
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 | Make route adding interface more flexible by passing flags to be | Kenneth R Westerback |
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 | sync | 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/clarify some comments. do memset()'s only when variable is going | Kenneth R Westerback |
2013-06-09 | Re-apply static route and classless static route support -- this time | Kenneth R Westerback |
2013-06-09 | Fix resident_count accounting. Resident count would be incremented when | Miod Vallat |
2013-06-09 | sort; | Jason McIntyre |
2013-06-09 | Re-apply route adding code refactoring -- it wasn't the problem that | Kenneth R Westerback |
2013-06-09 | And remove files removed in upstream tarball. Duh. | Landry Breuil |
2013-06-09 | Bump major to 23. last dead kitten for today. | Landry Breuil |
2013-06-09 | merge conflicts, and kill a few more kittens while here. | Landry Breuil |
2013-06-09 | Add fts3_tokenize_vtab.c to SRCS, regen .pc and header with the correct | Landry Breuil |
2013-06-09 | merge conflicts | Landry Breuil |
2013-06-09 | Update to sqlite 3.7.17. | Landry Breuil |
2013-06-09 | Add test for "true && true && false" and "set -e". | Todd C. Miller |
2013-06-09 | arguments to bcopy/memmove are reversed. put on thinking cap, then commit. | Ted Unangst |
2013-06-09 | regen | Miod Vallat |