index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
dev
/
ipmi
Commit message (
Expand
)
Author
Age
Files
Lines
*
- Re-shuffle the <machine/pc/bios.h> headers to move all kernel-specific
jhb
2012-09-28
1
-39
/
+10
*
Don't try to stop the IPMI watchdog timer if it is not running.
jhb
2012-08-07
2
-3
/
+5
*
Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.
ed
2011-11-07
1
-1
/
+2
*
Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.
ed
2011-11-07
1
-1
/
+1
*
Second-to-last commit implementing Capsicum capabilities in the FreeBSD
rwatson
2011-08-11
1
-1
/
+2
*
Fixed firmware revision decoding:
ru
2011-04-14
1
-2
/
+2
*
Fix test for double-nul characters that terminate the string table at
jhb
2010-07-29
1
-1
/
+1
*
Rework the SMBIOS table walker to make it operate like other table walkers
jhb
2010-07-14
1
-49
/
+33
*
- Fixed incorrect watchdog timeout setting: MSB of a 2-byte
ru
2009-12-18
1
-9
/
+20
*
Import ACPICA 20090521.
jkim
2009-06-05
1
-1
/
+2
*
Add stuff to support upcoming BMC/IPMI flashing of newer Dell machine
ambrisko
2009-03-26
1
-0
/
+113
*
Don't right-adjust the SMBus slave address for SSIF IPMI BMCs enumerated
jhb
2009-02-03
1
-1
/
+1
*
- Change ichsmb(4) to follow the format of all the other smbus controllers
jhb
2009-02-03
1
-2
/
+2
*
Fix typo where the code was missing the "IPMICTL_RECEIVE_MSG_32" condition
obrien
2008-11-14
1
-1
/
+1
*
Remove hack attempt at using devfs cloning for per-file descriptor storage.
jhb
2008-08-28
2
-134
/
+37
*
- Tweak an error message.
jhb
2008-08-28
1
-3
/
+3
*
Rename the kthread_xxx (e.g. kthread_create()) calls
julian
2007-10-20
3
-6
/
+6
*
Add support to the ipmi, isa attachment to attempt to read ipmi
ambrisko
2007-07-16
1
-2
/
+79
*
Update __FreeBSD_version check for MFC of pmap_mapbios().
jhb
2007-05-02
1
-1
/
+1
*
Add constants for the fields in a BAR. Also, add two new macros
jhb
2007-03-31
1
-5
/
+2
*
- Add missing constants for subclasses.
jhb
2007-03-31
1
-4
/
+4
*
Revisit the watchdogs: Resetting the error to EINVAL after failing to set the
n_hibma
2007-03-27
1
-2
/
+0
*
Use pause() rather than tsleep() on stack variables and function pointers.
jhb
2007-02-27
1
-4
/
+4
*
o break newbus api: add a new argument of type driver_filter_t to
piso
2007-02-23
1
-1
/
+1
*
Align the interfaces for the various watchdogs and make the interface
n_hibma
2006-12-15
1
-17
/
+8
*
Fix some edge cases in detach() as well as a memory leak if we fail to
jhb
2006-12-06
1
-2
/
+8
*
ipmi_polled_enqueue_request() is already called with the lock held, just
jhb
2006-10-12
1
-2
/
+2
*
The IPMI spec is ambiguous (or rather, it contradicts itself) about whether
jhb
2006-10-05
1
-4
/
+4
*
Add detailed debugging printf's for SMIC under SMIC_DEBUG.
jhb
2006-10-05
1
-2
/
+50
*
Oops, don't toss the last character read during an SMIC transaction with
jhb
2006-10-05
1
-2
/
+0
*
Fix a memory leak in ipmi_unload().
jhb
2006-09-26
1
-1
/
+3
*
Map pmap_{un,}mapbios() to pmap_{un,}mapdev() on 6.x and earlier.
jhb
2006-09-22
1
-0
/
+5
*
Update the ipmi(4) driver:
jhb
2006-09-22
10
-1395
/
+3074
*
Since DELAY() was moved, most <machine/clock.h> #includes have been
phk
2006-05-16
1
-1
/
+0
*
Don't conflict with the DEBUG define.
ambrisko
2006-02-13
1
-1
/
+1
*
Add an OpenIPMI mostly compatible driver. This driver was developed
ambrisko
2006-02-10
4
-0
/
+2081