summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-06-11Add files for the sitara (am335x) Control Module driver.Raphael Graf
2013-06-11remove ovbcopy supportTheo de Raadt
2013-06-11stop compiling ovbcopy supportTheo de Raadt
2013-06-11Replace all ovbcopy with memmove; swap the src and dst arguments tooTheo de Raadt
2013-06-11regenMark Kettenis
2013-06-11Optimize memcpy(9) by always doing a forward copy; it should never be usedMark Kettenis
2013-06-11portable memmove(), for if an architecture lacks a custom optimizedTheo de Raadt
2013-06-11spacingTheo de Raadt
2013-06-11final removal of daddr64_t. daddr_t has been 64 bit for a long enoughTheo de Raadt
2013-06-11Create a small MSDOS partition from where u-boot will load theFlorian Obser
2013-06-11Store mlo/u-boot.bin for all supported boards on miniroot to be copiedFlorian Obser
2013-06-11Contrary to C99's advice, C++ TR1 and C++ 11 require that <inttypes.h>Matthew Dempsky
2013-06-11replace bcopy with memcpy in m_defrag. this is safe because theDavid Gwynne
2013-06-11convert some easy bcopy to memcpy and clean up fdexpand a bit.Ted Unangst
2013-06-11Fix model numbers in axe(4) text; from Michal Markowski, tweaked by me, ok jmc.Stuart Henderson
2013-06-11return ENOBUFS on failure from m_defrag and m_tag_copy_chain.David Gwynne
2013-06-10If sysctl ddb.trigger=1 is not called from the console, the errorAlexander Bluhm
2013-06-10Add test for forward config parsingDarren Tucker
2013-06-10rework v6_defroute()Robert Peichaer
2013-06-10POSIX specifies that for an AND/OR list, only the last command'sTodd C. Miller
2013-06-10revert 1.203 while we investigate crashes reported by okan@Darren Tucker
2013-06-10A couple of changes from Masanobu SAITOH <msaitoh@netbsd.org>:Mike Belopuhov
2013-06-10Jiri B pointed out that /var/cache is undocumented;Jason McIntyre
2013-06-10Switch from timeval to timespec introduced format error; fix by preppingPhilip Guenther
2013-06-10spelling in comment fix (for real, there's no code change here).David Gwynne
2013-06-10we dont need mpath ccbs if all theyre used for is storing xfers on a list.David Gwynne
2013-06-10toshiba disks in an md1220 work fineDavid Gwynne
2013-06-10Make use of pci_matchbyid().Brad Smith
2013-06-09Make route adding interface more flexible by passing flags to beKenneth R Westerback
2013-06-09Increment udpstat.udps_nosec and tcpstat.tcps_rcvnosec in case packet isYASUOKA Masahiko
2013-06-09fix guard; Franco FichtnerTheo de Raadt
2013-06-09syncTheo de Raadt
2013-06-09adapt to a pcidevs name changeTheo de Raadt
2013-06-09syncTheo de Raadt
2013-06-09shorten many names to cope with uvm code growthTheo de Raadt
2013-06-09remove fxp because uvm additions overflows all i386 install mediaTheo de Raadt
2013-06-09Fix/clarify some comments. do memset()'s only when variable is goingKenneth R Westerback
2013-06-09Re-apply static route and classless static route support -- this timeKenneth R Westerback
2013-06-09Fix resident_count accounting. Resident count would be incremented whenMiod Vallat
2013-06-09sort;Jason McIntyre
2013-06-09Re-apply route adding code refactoring -- it wasn't the problem thatKenneth R Westerback
2013-06-09And remove files removed in upstream tarball. Duh.Landry Breuil
2013-06-09Bump major to 23. last dead kitten for today.Landry Breuil
2013-06-09merge conflicts, and kill a few more kittens while here.Landry Breuil
2013-06-09Add fts3_tokenize_vtab.c to SRCS, regen .pc and header with the correctLandry Breuil
2013-06-09merge conflictsLandry Breuil
2013-06-09Update to sqlite 3.7.17.Landry Breuil
2013-06-09Add test for "true && true && false" and "set -e".Todd C. Miller
2013-06-09arguments to bcopy/memmove are reversed. put on thinking cap, then commit.Ted Unangst
2013-06-09regenMiod Vallat