| Commit message (Expand) | Author | Age | Files | Lines |
* | Regenerate src.conf.5 after the projects/armv6 merge | eadler | 2012-09-08 | 1 | -4/+4 |
* | Whitespace cleanup. | tuexen | 2012-09-08 | 1 | -1/+0 |
* | Fix loading of kernel modules at boot time for powerpc64. | andreast | 2012-09-08 | 1 | -3/+3 |
* | sh: Remove XXX comment about removing nextopt(). | jilles | 2012-09-08 | 1 | -4/+0 |
* | Move the checks for td_pinned, td_critnest, TDP_NOFAULTING and | attilio | 2012-09-08 | 2 | -22/+14 |
* | Move PT_UPDATED_FLUSH() before td_locks check in order to have more | attilio | 2012-09-08 | 1 | -3/+3 |
* | userret() already checks for td_locks when INVARIANTS is enabled, so | attilio | 2012-09-08 | 10 | -10/+0 |
* | pmap_remove: | alc | 2012-09-08 | 1 | -30/+18 |
* | Revert r239049: | eadler | 2012-09-08 | 1 | -1/+1 |
* | mdoc fixes. | joel | 2012-09-08 | 1 | -41/+21 |
* | The first part of check_priv() function, that attempts to obtain creds | glebius | 2012-09-08 | 2 | -43/+40 |
* | Merge the projects/pf/head branch, that was worked on for last six months, | glebius | 2012-09-08 | 45 | -9640/+4591 |
* | Correctly mask out the RTS/CTS flags when forming aggregates. | adrian | 2012-09-08 | 1 | -1/+1 |
* | Add IRQ support to the resource list handling functions. | rpaulo | 2012-09-08 | 1 | -3/+7 |
* | Add a '-s <timeout>' option which will display live rate control | adrian | 2012-09-08 | 2 | -26/+74 |
* | Remove useless extra test. | mjacob | 2012-09-07 | 1 | -4/+2 |
* | 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 |