index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
dev
/
ipmivar.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement FreeBSD-compatible IOCTL to access BMC in ipmi(4)
uebayasi
2016-02-05
1
-15
/
+12
*
Use task to execute command except polling context.
uebayasi
2016-01-12
1
-1
/
+3
*
Use task to execute watchdog tickle.
uebayasi
2016-01-12
1
-1
/
+3
*
Make sendmsg() and recvmsg() functions take only struct ipmi_cmd *.
uebayasi
2016-01-11
1
-9
/
+11
*
Allocate command data buffer on softc and use it from both ipmi_sendcmd()
uebayasi
2016-01-11
1
-2
/
+5
*
Refactor buildmsg() functions to take struct ipmi_cmd * instead of 6
uebayasi
2016-01-11
1
-3
/
+3
*
Introduce struct ipmi_cmd and have ipmi_cmd() function. IPMI command
uebayasi
2016-01-11
1
-1
/
+18
*
Remove useless sc_poll flag because it is always 1. Remove unused global
uebayasi
2016-01-11
1
-3
/
+1
*
When stopping wdog (via wdog_shutdown() e.g. before entering shutdown),
uebayasi
2016-01-10
1
-1
/
+3
*
Fix impi(4) to make watchdog work and not to panic.
yasuoka
2015-01-07
1
-8
/
+20
*
split userland & kernel struct sensor/sensordev so that the addition
deraadt
2007-03-22
1
-2
/
+2
*
adapt to new two-level sensor api; Constantine A. Murenin
deraadt
2006-12-23
1
-1
/
+3
*
Only read 1 sensor at a time instead of all of them. This should help
marco
2006-07-28
1
-1
/
+3
*
Replace lockmgr with rwlock; help and ok marco@
alek
2006-05-21
1
-2
/
+3
*
Kill evil spacing.
marco
2006-05-15
1
-26
/
+26
*
Make _bmc_io_wait 1 second instead of 500ms.
marco
2006-05-15
1
-1
/
+3
*
Add smbios support for i386 and amd64, fix ipmi to use this new functionallity,
gwk
2006-05-08
1
-50
/
+1
*
remove a block of duplicated defines, ok marco
wilfried
2006-05-06
1
-40
/
+1
*
Kill all typedef struct goo.
marco
2006-01-05
1
-17
/
+17
*
Make bitfields readable. ok jordan@
marco
2006-01-04
1
-10
/
+11
*
Fix 2 issues reported by beck.
marco
2005-12-16
1
-1
/
+17
*
Added ipmi watchdog code, based on esm watchdog code by dlg@
jordan
2005-11-28
1
-1
/
+22
*
__attribute__((packed)) is a gccism. use __packed instead which will be
dlg
2005-11-10
1
-7
/
+7
*
KNF fixes
jordan
2005-10-19
1
-5
/
+5
*
Oops.. part of ipmi_thread fixes
jordan
2005-10-19
1
-9
/
+20
*
Scan SMBIOS before calling config_attach() to prevent unnecessary kernel print.
marco
2005-10-18
1
-1
/
+3
*
spacing
deraadt
2005-10-04
1
-3
/
+3
*
Add initial IPMI implementation. Currently only the KCS retrieval method is
marco
2005-10-04
1
-0
/
+317