Age | Commit message (Expand) | Author |
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 |
2013-06-09 | Constify the mib argument of sysctl(). | Miod Vallat |
2013-06-09 | add some basic descriptions for the fuse sysctls | Ted Unangst |
2013-06-09 | add fuse sysctls, from Sylvestre Gallon | Ted Unangst |
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-09 | fix an off by one preventing access to the last filesystem. | Ted Unangst |
2012-05-22 | import sqlite 3.7.12 (tested by landry@) | Marc Espie |
2012-04-14 | sqlite 3.7.11 library, vendor sources | Marc Espie |
2013-06-09 | oops! one more instance of previous... | Jason McIntyre |
2013-06-09 | the argument name for "source" is "source", not "table"; | Jason McIntyre |
2013-06-09 | Add back backslash fixes caught in rollback. | Kenneth R Westerback |
2013-06-09 | Backout static/classless route handling and default route refactoring | Kenneth R Westerback |
2013-06-08 | KNF | Bob Beck |