| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC 281941: | John Baldwin | 2015-09-03 | 4 | -9/+17 |
| * | MFC 248705,253812,253813: | John Baldwin | 2015-09-03 | 4 | -9/+13 |
| * | MFC 278321: | John Baldwin | 2015-03-13 | 5 | -58/+122 |
| * | MFC 276065: | John Baldwin | 2015-02-06 | 1 | -0/+13 |
| * | MFC r227293 (by ed): | Alexander Motin | 2013-04-05 | 1 | -1/+1 |
| * | MFC: r227309 (partial) | Marius Strobl | 2013-03-09 | 1 | -1/+2 |
| * | MFC 241027: | John Baldwin | 2013-02-28 | 1 | -39/+10 |
| * | MFC 239128: | John Baldwin | 2012-08-30 | 2 | -3/+5 |
| * | Second-to-last commit implementing Capsicum capabilities in the FreeBSD | Robert Watson | 2011-08-11 | 1 | -1/+2 |
| * | Fixed firmware revision decoding: | Ruslan Ermilov | 2011-04-14 | 1 | -2/+2 |
| * | Fix test for double-nul characters that terminate the string table at | John Baldwin | 2010-07-29 | 1 | -1/+1 |
| * | Rework the SMBIOS table walker to make it operate like other table walkers | John Baldwin | 2010-07-14 | 1 | -49/+33 |
| * | - Fixed incorrect watchdog timeout setting: MSB of a 2-byte | Ruslan Ermilov | 2009-12-18 | 1 | -9/+20 |
| * | Import ACPICA 20090521. | Jung-uk Kim | 2009-06-05 | 1 | -1/+2 |
| * | Add stuff to support upcoming BMC/IPMI flashing of newer Dell machine | Doug Ambrisko | 2009-03-26 | 1 | -0/+113 |
| * | Don't right-adjust the SMBus slave address for SSIF IPMI BMCs enumerated | John Baldwin | 2009-02-03 | 1 | -1/+1 |
| * | - Change ichsmb(4) to follow the format of all the other smbus controllers | John Baldwin | 2009-02-03 | 1 | -2/+2 |
| * | Fix typo where the code was missing the "IPMICTL_RECEIVE_MSG_32" condition | David E. O'Brien | 2008-11-14 | 1 | -1/+1 |
| * | Remove hack attempt at using devfs cloning for per-file descriptor storage. | John Baldwin | 2008-08-28 | 2 | -134/+37 |
| * | - Tweak an error message. | John Baldwin | 2008-08-28 | 1 | -3/+3 |
| * | Rename the kthread_xxx (e.g. kthread_create()) calls | Julian Elischer | 2007-10-20 | 3 | -6/+6 |
| * | Add support to the ipmi, isa attachment to attempt to read ipmi | Doug Ambrisko | 2007-07-16 | 1 | -2/+79 |
| * | Update __FreeBSD_version check for MFC of pmap_mapbios(). | John Baldwin | 2007-05-02 | 1 | -1/+1 |
| * | Add constants for the fields in a BAR. Also, add two new macros | John Baldwin | 2007-03-31 | 1 | -5/+2 |
| * | - Add missing constants for subclasses. | John Baldwin | 2007-03-31 | 1 | -4/+4 |
| * | Revisit the watchdogs: Resetting the error to EINVAL after failing to set the | Nick Hibma | 2007-03-27 | 1 | -2/+0 |
| * | Use pause() rather than tsleep() on stack variables and function pointers. | John Baldwin | 2007-02-27 | 1 | -4/+4 |
| * | o break newbus api: add a new argument of type driver_filter_t to | Paolo Pisati | 2007-02-23 | 1 | -1/+1 |
| * | Align the interfaces for the various watchdogs and make the interface | Nick Hibma | 2006-12-15 | 1 | -17/+8 |
| * | Fix some edge cases in detach() as well as a memory leak if we fail to | John Baldwin | 2006-12-06 | 1 | -2/+8 |
| * | ipmi_polled_enqueue_request() is already called with the lock held, just | John Baldwin | 2006-10-12 | 1 | -2/+2 |
| * | The IPMI spec is ambiguous (or rather, it contradicts itself) about whether | John Baldwin | 2006-10-05 | 1 | -4/+4 |
| * | Add detailed debugging printf's for SMIC under SMIC_DEBUG. | John Baldwin | 2006-10-05 | 1 | -2/+50 |
| * | Oops, don't toss the last character read during an SMIC transaction with | John Baldwin | 2006-10-05 | 1 | -2/+0 |
| * | Fix a memory leak in ipmi_unload(). | John Baldwin | 2006-09-26 | 1 | -1/+3 |
| * | Map pmap_{un,}mapbios() to pmap_{un,}mapdev() on 6.x and earlier. | John Baldwin | 2006-09-22 | 1 | -0/+5 |
| * | Update the ipmi(4) driver: | John Baldwin | 2006-09-22 | 10 | -1381/+3060 |
| * | Since DELAY() was moved, most <machine/clock.h> #includes have been | Poul-Henning Kamp | 2006-05-16 | 1 | -1/+0 |
| * | Don't conflict with the DEBUG define. | Doug Ambrisko | 2006-02-13 | 1 | -1/+1 |
| * | Add an OpenIPMI mostly compatible driver. This driver was developed | Doug Ambrisko | 2006-02-10 | 4 | -0/+2081 |