summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2013-06-09Constify the mib argument of sysctl().Miod Vallat
2013-06-09add some basic descriptions for the fuse sysctlsTed Unangst
2013-06-09add fuse sysctls, from Sylvestre GallonTed Unangst
2013-06-09typoMiod Vallat
2013-06-09move fuse sysctl defines up and add _KERNEL. from Sylvestre GallonTed Unangst
2013-06-09change a bcopy to memmove (mainly to catch platforms that don't offer it)Ted Unangst
2013-06-09the kernel is supposed to provide memmove, but some archs are missing it.Ted Unangst
2013-06-09fix an off by one preventing access to the last filesystem.Ted Unangst
2012-05-22import sqlite 3.7.12 (tested by landry@)Marc Espie
2012-04-14sqlite 3.7.11 library, vendor sourcesMarc Espie
2013-06-09oops! one more instance of previous...Jason McIntyre
2013-06-09the argument name for "source" is "source", not "table";Jason McIntyre
2013-06-09Add back backslash fixes caught in rollback.Kenneth R Westerback
2013-06-09Backout static/classless route handling and default route refactoringKenneth R Westerback
2013-06-08KNFBob Beck