| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Supply the pr_ctloutput method for local datagram sockets, | glebius | 2012-09-07 | 1 | -0/+1 |
* | Use callout(9) instead of timeout(9) to manage timers. | jhb | 2012-09-07 | 1 | -13/+15 |
* | It seems that what the code really meant is that when a write is completed, | delphij | 2012-09-07 | 1 | -1/+1 |
* | Remove remaining 4.x compat shims. No resulting changes (verified by | jhb | 2012-09-07 | 4 | -53/+35 |
* | Change the link pointing to more information about the Yarrow algorithm, the | zeising | 2012-09-07 | 1 | -2/+2 |
* | A few whitespace and comment fixes. | jhb | 2012-09-07 | 2 | -4/+4 |
* | Complete and merge the list between Sandy/Ivy bridge of events | fabient | 2012-09-07 | 1 | -28/+18 |
* | Don't include a structure containing a flexible array in another | tuexen | 2012-09-07 | 5 | -24/+13 |
* | Use "e.g.", not "i.e.", to introduce an example. | kevlo | 2012-09-07 | 1 | -1/+1 |
* | Fully initialize the stack-allocated "struct sockaddr_in sa" structure. | kevlo | 2012-09-07 | 1 | -1/+2 |
* | Prevent indent(1) from reformatting this comment, as it contains | gavin | 2012-09-07 | 1 | -1/+1 |
* | Eliminate unnecessary NULL checks. | alc | 2012-09-07 | 1 | -2/+2 |
* | Tidy up the output quite substantially, making it fit well within | adrian | 2012-09-07 | 1 | -4/+4 |
* | Make this build again! | adrian | 2012-09-07 | 1 | -1/+2 |
* | When calling the C++ demangler, make sure to free the returned buffer, | rpaulo | 2012-09-07 | 1 | -6/+24 |
* | Eliminate an unused macro. | alc | 2012-09-07 | 1 | -7/+0 |
* | Ensure that single-frame aggregate session frames are retransmitted | adrian | 2012-09-07 | 1 | -0/+45 |
* | libc/amd64: Do not export .cerror. | jilles | 2012-09-06 | 12 | -88/+9 |
* | Dynamically allocate the S/G lists passed to callback routines rather than | jhb | 2012-09-06 | 2 | -50/+71 |
* | Avoid segfault if name is invalid. Basically, only | trhodes | 2012-09-06 | 1 | -2/+5 |
* | Remove trailing whitespace. | joel | 2012-09-06 | 1 | -1/+1 |
* | Remove trailing whitespace. | joel | 2012-09-06 | 1 | -53/+53 |
* | Minor mdoc fix. | joel | 2012-09-06 | 1 | -1/+0 |
* | Remove NetBSD compat shims for drivers originally shared with NetBSD/pc98. | jhb | 2012-09-06 | 18 | -1054/+116 |
* | Add a kernel module on pc98 for the ct(4) driver. | jhb | 2012-09-06 | 2 | -0/+12 |
* | There is no need to release the pvh global lock around calls to | alc | 2012-09-06 | 1 | -20/+15 |
* | Add TRIM support, enabled by default. | jpaetzel | 2012-09-06 | 6 | -21/+88 |
* | Add Intel Ivy Bridge support to hwpmc(9). | fabient | 2012-09-06 | 9 | -228/+1451 |
* | Fix "Corrupted DWARF expression" from (k)gdb. | emaste | 2012-09-06 | 1 | -2/+2 |
* | Make r230454 more readable and vendor-like. | mm | 2012-09-06 | 1 | -2/+8 |
* | Get rid of a gcc'ism. | tuexen | 2012-09-06 | 1 | -4/+3 |
* | Add support for demangling C++ symbols. This requires linking libproc with | rpaulo | 2012-09-06 | 2 | -2/+22 |
* | Add missing braces | kevlo | 2012-09-06 | 1 | -1/+2 |
* | Fix test cases to work with the latest version of the API. | rpaulo | 2012-09-06 | 2 | -3/+4 |
* | Typo fix and minor word swap. | gjb | 2012-09-05 | 1 | -3/+4 |
* | libc/i386: Do not export .cerror. | jilles | 2012-09-05 | 11 | -41/+19 |
* | Add #defines for the bits in the PCI Express SLOT registers. Names | gavin | 2012-09-05 | 1 | -0/+32 |
* | Using %p in a format string requires a void *. | tuexen | 2012-09-05 | 9 | -47/+47 |
* | - If the PCIe "SLOT" flag is set, include this in the capability output | gavin | 2012-09-05 | 1 | -1/+3 |
* | - Simplify VM code by using vmspace_wired_count() for counting wired | zont | 2012-09-05 | 1 | -4/+3 |
* | After r240104, make sure the hpt27xx driver also compiles with clang, | dim | 2012-09-05 | 2 | -2/+4 |
* | Update to a pruned 0.16. | marcel | 2012-09-05 | 46 | -18887/+0 |
* | Don't hardcode paths to MFS_IMAGE in the kernel config. When they don't | brooks | 2012-09-05 | 2 | -2/+0 |
* | - Explicitly call twe_done() to poll the hardware when looping in | jhb | 2012-09-05 | 2 | -16/+20 |
* | Add support for new Intel on-CPU Bull Mountain random number | kib | 2012-09-05 | 11 | -35/+174 |
* | Whitespace cleanup. | des | 2012-09-05 | 1 | -76/+76 |
* | Merge recent vendor changes and sync code: | mm | 2012-09-05 | 15 | -55/+261 |
* | When WIFCONTINUED was added, the number of "first" macros grew from | jhb | 2012-09-05 | 1 | -1/+1 |
* | Only stop the BXE controller if it was first started. Stopping | silby | 2012-09-05 | 1 | -1/+7 |
* | Rename {_,}pmap_unwire_pte_hold() to {_,}pmap_unwire_ptp() and update the | alc | 2012-09-05 | 4 | -78/+76 |