| Commit message (Expand) | Author | Age | Files | Lines |
* | Sync FreeBSD's bmake branch with Juniper's internal bmake branch. | Marcel Moolenaar | 2012-08-22 | 1291 | -74/+42661 |
* | Add proper mid-level Makefile. | David E. O'Brien | 2012-07-06 | 1 | -0/+5 |
* | I accidently svn added these in the wrong place. | David E. O'Brien | 2012-07-06 | 3 | -2/+2 |
* | Merge in the Bmake 20120705 release. | David E. O'Brien | 2012-07-06 | 5 | -18/+43 |
|\ |
|
| * | Import the 20120704 release of the "Portable" BSD make tool (from NetBSD).vendor/NetBSD/bmake/20120704 | David E. O'Brien | 2012-07-06 | 5 | -18/+43 |
* | | MFC: r238143: move "funny targets" from pre-build "make check" to the | David E. O'Brien | 2012-07-05 | 9 | -18/+42 |
|\ \ |
|
| * | | Remove the "funny targets" make check. We no longer need embedded :: targets | David E. O'Brien | 2012-07-05 | 9 | -18/+42 |
| * | | Now that our assembler supports the xsave family of instructions, use them | John Baldwin | 2012-07-05 | 2 | -19/+23 |
| * | | Document the behavior (from 4.4-lite) that tokens returned by telldir() are | Brooks Davis | 2012-07-05 | 1 | -2/+15 |
| * | | Fix LINT. | Marcel Moolenaar | 2012-07-05 | 1 | -1/+1 |
| * | | Calculate the new PTE value in pmap_enter() before acquiring any locks. | Alan Cox | 2012-07-05 | 1 | -32/+27 |
| * | | Restore r211786 by rpaulo: | Ed Maste | 2012-07-05 | 1 | -8/+5 |
| * | | Correct an error in r237513. The call to reserve_pv_entries() must come | Alan Cox | 2012-07-05 | 1 | -8/+12 |
| * | | Add support for the 'xsave', 'xrstor', 'xsaveopt', 'xgetbv', and 'xsetbv' | John Baldwin | 2012-07-04 | 5 | -11/+74 |
| * | | Use consistent method to determine IPV4_OUTPUT/IPV6_OUTPUT. | Michael Tuexen | 2012-07-04 | 1 | -4/+12 |
| * | | Use CSUM_SCTP_IPV6 for IPv6. | Michael Tuexen | 2012-07-04 | 1 | -2/+2 |
| * | | Make use of GEOM Gate direct reads feature. This allows HAST to serve | Pawel Jakub Dawidek | 2012-07-04 | 1 | -1/+31 |
| * | | Extend GEOM Gate class to handle read I/O requests directly within the kernel. | Pawel Jakub Dawidek | 2012-07-04 | 2 | -35/+314 |
| * | | Prefer sysctl to open/read/close for obtaining random data. | Pawel Jakub Dawidek | 2012-07-04 | 1 | -5/+35 |
| * | | Improve description of various key used by GELI. | Pawel Jakub Dawidek | 2012-07-04 | 1 | -74/+154 |
| * | | Use correct part of the Master-Key for generating encryption keys. | Pawel Jakub Dawidek | 2012-07-04 | 4 | -6/+27 |
| * | | Correct comment. | Pawel Jakub Dawidek | 2012-07-04 | 1 | -1/+1 |
| * | | Correct a comment and correct style of a flag check. | Pawel Jakub Dawidek | 2012-07-04 | 1 | -2/+2 |
| * | | vdev_io_done stage is not used for ioctls. | Pawel Jakub Dawidek | 2012-07-04 | 1 | -1/+1 |
| * | | Fix an obvious typo. | Pawel Jakub Dawidek | 2012-07-04 | 1 | -1/+1 |
| * | | The register_printf_render_std() function expects regular string. | Pawel Jakub Dawidek | 2012-07-04 | 2 | -2/+2 |
| * | | Recognize 'none' or '0' as no flags. | Pawel Jakub Dawidek | 2012-07-04 | 1 | -4/+4 |
| * | | Decode the 'xsave', 'xrstor', 'xsaveopt', 'xgetbv', 'xsetbv', and | John Baldwin | 2012-07-04 | 1 | -3/+18 |
| * | | - Change --nthreads parameter to --parallel for GNU compatibility | Gabor Kovesdan | 2012-07-04 | 5 | -13/+21 |
| * | | Name jails automatically. | Dag-Erling Smørgrav | 2012-07-04 | 1 | -1/+1 |
| * | | Remove end of line whitespace. | Joel Dahl | 2012-07-04 | 1 | -5/+5 |
| * | | Add the possibility to specify a threshold for the number of negative cache | Stefan Eßer | 2012-07-04 | 6 | -0/+87 |
| * | | Document RO_RTFREE() macro. | Gleb Smirnoff | 2012-07-04 | 1 | -1/+10 |
| * | | When ip_output()/ip6_output() is supplied a struct route *ro argument, | Gleb Smirnoff | 2012-07-04 | 7 | -53/+58 |
| * | | Iniitialize a variable. | Michael Tuexen | 2012-07-03 | 1 | -1/+1 |
| * | | Fix style. | Mikolaj Golub | 2012-07-03 | 1 | -2/+2 |
| * | | Fix KASSERT message. | Mikolaj Golub | 2012-07-03 | 1 | -1/+1 |
| * | | Don't check for ifp != NULL before KASSERT, as ifp may not be NULL here | Mikolaj Golub | 2012-07-03 | 1 | -7/+5 |
| * | | Fix RTTVAR scale in net.inet.tcp.hostcache.list sysctl. | Mikolaj Golub | 2012-07-03 | 1 | -1/+1 |
| * | | Update comment to reflect function's actual operation | Ed Maste | 2012-07-03 | 1 | -1/+1 |
| * | | Add new USB device ID. | Hans Petter Selasky | 2012-07-03 | 2 | -0/+2 |
| * | | Add more quirks for USB mass storage adapters. | Hans Petter Selasky | 2012-07-03 | 2 | -0/+8 |
| * | | Fix panics triggered by older mfiutil binaries run on the new mfi(4) driver. | John Baldwin | 2012-07-03 | 1 | -4/+8 |
| * | | Do not include <sys/types.h> in the local headers. The .c files including | David E. O'Brien | 2012-07-03 | 6 | -12/+0 |
| * | | Fix clang warning, introduced in the recent dtrace import. | Dimitry Andric | 2012-07-03 | 1 | -1/+1 |
| * | | - Make ipfw's sched rules case insensitive, for user-friendliness. | Isabell Long | 2012-07-03 | 2 | -6/+7 |
| * | | Fix a typo | Kevin Lo | 2012-07-03 | 1 | -1/+1 |
| * | | Add myself to commiters-[doc,ports].dot and calendar.freebsd | Niclas Zeising | 2012-07-03 | 3 | -0/+7 |
| * | | Link in the new RX EDMA routines. | Adrian Chadd | 2012-07-03 | 2 | -1/+3 |
| * | | Begin abstracting out the RX path in preparation for RX EDMA support. | Adrian Chadd | 2012-07-03 | 6 | -34/+321 |