| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove support for SKI: HP's Itanium simulator. It's pretty much not | marcel | 2012-08-18 | 6 | -467/+0 |
* | Add drm and i915 ioctl translations for 32 bit process on 64 bit host. | kib | 2012-08-18 | 8 | -8/+988 |
* | Deliver SIGSYS to the guilty thread, not to the process. | kib | 2012-08-18 | 1 | -1/+1 |
* | Cleanup use of 'host' when running 'rpcinfo -p'. | kevlo | 2012-08-18 | 1 | -5/+11 |
* | Fix typo | kevlo | 2012-08-18 | 1 | -1/+1 |
* | Add mvts(4) driver for internal thermal sensor found on 88F6282 and 88F6283. | hrs | 2012-08-18 | 2 | -0/+179 |
* | Sort IDs. | hrs | 2012-08-18 | 1 | -1/+1 |
* | Fix build when DEBUG is defined. | hrs | 2012-08-18 | 1 | -2/+5 |
* | - MV_DEV_88F6282 has 256KB 4-way L2 cache. | hrs | 2012-08-18 | 1 | -6/+14 |
* | Fix a bug that could fail to initialize GPIO pins specified in "gpios" because | hrs | 2012-08-18 | 1 | -1/+1 |
* | - Add OF_hasprop() and ofw_bus_has_prop(). These can be used to check | hrs | 2012-08-18 | 4 | -2/+29 |
* | Fix two instances of the file names generated by revnetgroup(8). | zeising | 2012-08-18 | 1 | -2/+2 |
* | Remove machine from the LN2410SBC config, it is set by std.s3c2410 | andrew | 2012-08-18 | 1 | -1/+0 |
* | Set machine correctly on ARM. This allows universe to use the correct world | andrew | 2012-08-18 | 20 | -13/+22 |
* | Eliminate another vestige of page coloring. | alc | 2012-08-17 | 1 | -2/+1 |
* | Catch up with the subversion conversion and apply these build-time patches. | obrien | 2012-08-17 | 5 | -94/+13 |
* | Remove unused member of struct indir (in_exists) from UFS and EXT2 code. | mjg | 2012-08-17 | 6 | -11/+0 |
* | Add new USB device ID. | hselasky | 2012-08-17 | 2 | -0/+2 |
* | Unexpand a couple of TAILQ_FOREACH()s. | jhb | 2012-08-17 | 2 | -6/+2 |
* | Fix dhclient to properly exit and teardown the configured lease when | jhb | 2012-08-17 | 1 | -0/+7 |
* | Allow static DMA allocations that allow for enough segments to do page-sized | jhb | 2012-08-17 | 1 | -6/+7 |
* | Ok jhb, lets move the ifa_free() down to the bottom to | rrs | 2012-08-17 | 1 | -1/+1 |
* | Fix two problems with pmap_clear_modify(). | alc | 2012-08-17 | 1 | -51/+13 |
* | The GPIO drivers were initialising their mutexes with type of | rpaulo | 2012-08-17 | 4 | -8/+4 |
* | regen. | davidxu | 2012-08-17 | 9 | -9/+9 |
* | Correct a regression introduced during the import of file(1) 5.11. | mckay | 2012-08-17 | 2 | -3/+1 |
* | Implement syscall clock_getcpuclockid2, so we can get a clock id | davidxu | 2012-08-17 | 21 | -23/+272 |
* | The TCP PAWS fix for kernels with fast tick rates (r231767) changed the TCP | lstewart | 2012-08-17 | 1 | -4/+6 |
* | Make 'junk' volatile so that compilers won't be tempted to optimize | kevlo | 2012-08-17 | 1 | -1/+1 |
* | Support for TCP DDP (Direct Data Placement) in the T4 TOE module. | np | 2012-08-17 | 10 | -52/+1486 |
* | Initialize various DDP parameters in the main cxgbe(4) driver: | np | 2012-08-16 | 3 | -12/+19 |
* | Merge ACPICA 20120816. | jkim | 2012-08-16 | 51 | -682/+2202 |
|\ |
|
| * | Import ACPICA 20120816. | jkim | 2012-08-16 | 67 | -2249/+2491 |
* | | Make room for DDP page pods in the default configuration profile. While | np | 2012-08-16 | 1 | -3/+4 |
* | | Add a routine (t4_set_tcb_field) to update arbitrary parts of a hardware | np | 2012-08-16 | 4 | -5/+60 |
* | | - Typo fix | gonzo | 2012-08-16 | 1 | -3/+6 |
* | | Allow for a different handler for each type of firmware message. | np | 2012-08-16 | 4 | -11/+52 |
* | | Remove D_NEEDGIANT from dead_devsw. biofinish() (and thus dead_strategy) | jhb | 2012-08-16 | 1 | -1/+0 |
* | | Its never a good idea to double free the same | rrs | 2012-08-16 | 1 | -1/+1 |
* | | Add locking for sscdisk(4) and mark it MPSAFE. Since this driver just | jhb | 2012-08-16 | 1 | -13/+19 |
* | | On lun disable, complete all INOTs and ATIOs with CAM_REQ_ABORTED. | mjacob | 2012-08-16 | 1 | -1/+18 |
* | | As a safety measure, disable lowering pid_max too much. | kib | 2012-08-16 | 2 | -2/+9 |
* | | Fix grammar. | kib | 2012-08-16 | 3 | -3/+3 |
* | | - When running out of swzone, instead of spewing an error message every | des | 2012-08-16 | 1 | -1/+33 |
* | | Fix "speaker" volume control, broken at r230451. | mav | 2012-08-16 | 1 | -5/+8 |
* | | Add comment why the code has been disabled. | ae | 2012-08-16 | 1 | -2/+2 |
* | | Preliminary Embest ATEB9200 support. | imp | 2012-08-16 | 5 | -0/+194 |
* | | Hmmm, somehow this file was completely deleted, rather than just | imp | 2012-08-16 | 1 | -0/+48 |
* | | Remove unused hints. | imp | 2012-08-16 | 1 | -68/+0 |
* | | Eliminate an unused parameter from init_pte_prot(). | alc | 2012-08-16 | 1 | -7/+7 |