Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2005-08-05 | minor KNF; | 1 | -5/+5 | ||
2005-08-05 | activate sanity check: only files have !0 size. | 1 | -6/+6 | ||
2005-08-05 | fix splitting bug | 1 | -3/+3 | ||
2005-08-05 | Make sure $totsize != 0, even if the package does not contain any actual | 2 | -2/+4 | ||
files, so that the progress meter will work. | |||||
2005-08-05 | Make those tests match the actual implementation, not a not yet commited future | 4 | -11/+7 | ||
version. | |||||
2005-08-05 | Correct URL. Noticed by Dries Schellekens <gwyllion at ulyssis.org>. | 1 | -2/+2 | ||
2005-08-05 | Some basic regression tests for ipsecctl, not connected yet. | 29 | -0/+163 | ||
2005-08-05 | make three functions non-static (namespace is no issue, they might get | 1 | -7/+7 | ||
inlined), ok art@ | |||||
2005-08-05 | tweak CAVEATS; | 1 | -2/+3 | ||
ok jsg@ | |||||
2005-08-05 | impelmentation -> implementation | 3 | -6/+6 | ||
yes, new typo for an old friend. | |||||
2005-08-05 | strip multiple leading slashes from absolute paths; ok beck@ | 1 | -4/+4 | ||
2005-08-05 | X40 has to be prodded a bit more to work. | 1 | -1/+6 | ||
tested by jolan@ | |||||
2005-08-05 | List aps(4) in device lists. Reminded by deraadt@ | 2 | -2/+7 | ||
2005-08-05 | Add support for SCSI pass-through commands for enclosure and processor devices | 2 | -28/+118 | ||
to expose ses(4) and safte(4) information. ok beck@, dlg@ put your ami pt diff in, deraadt@ | |||||
2005-08-05 | Uncomment aps to help gather more testing feedback. | 1 | -2/+2 | ||
I'd like to hear from anyone running with this. | |||||
2005-08-05 | Add commented entry for aps (ThinkPad Active Protection System) | 1 | -1/+2 | ||
2005-08-05 | Start of a driver for the "Active Protection System" accelerometer | 6 | -3/+495 | ||
found in recentish ThinkPads. Sensors are reported via hw.sensors in sysctl but sensor numbers and presence is likely to change. Units and use of all of the sensors is not yet known as IBM has not released any documentation. Driver is based on information reverse engineered from the windows driver by Anurag Sharma and Mark Smith. "commit the code" deraadt@ | |||||
2005-08-05 | typo | 1 | -2/+2 | ||
2005-08-05 | report the fan speed as a percentage since it seems all the enclosures we | 1 | -11/+28 | ||
fill in the rpm fields. your call deraadt@ | |||||
2005-08-05 | add a sensor type that can report percentage | 2 | -4/+8 | ||
ok deraadt@ | |||||
2005-08-05 | sync usage to man page | 1 | -2/+2 | ||
2005-08-05 | flash up the man page | 1 | -16/+16 | ||
2005-08-05 | if no command specified, assume -i | 1 | -1/+4 | ||
2005-08-05 | dont do an inquiry in attach just to print the safte revision number. it | 1 | -22/+2 | ||
is window dressing. zap it deraadt@ | |||||
2005-08-05 | switch safte from using a scsi cmd at softclock to doing the commands | 1 | -37/+73 | ||
in a kernel thread. very similair to the same change in ses.c. ok marco@ beck@ deraadt@ | |||||
2005-08-05 | reorder the allocation of bits in attach to make cleaning up on an error | 1 | -17/+11 | ||
shorter and less prone to mistakes ok marco@ | |||||
2005-08-05 | READ BUFFER is a generic opcode, so dont define our own | 2 | -6/+5 | ||
2005-08-05 | a define for the scsi READ BUFFER opcode | 1 | -1/+2 | ||
for and ok marco@ | |||||
2005-08-05 | shorten dmesg output | 1 | -6/+3 | ||
2005-08-05 | scsi_safte.c and scsi_safte.h are now known as safte.c and safte.h | 2 | -538/+0 | ||
respectively ok krw@ deraadt@ marco@ | |||||
2005-08-05 | make the naming of the safte files consisten with the rest of the scsi | 3 | -2/+540 | ||
drivers ok krw@ deraadt@ marco@ | |||||
2005-08-04 | allow dcphy_status() to be called even when the parent interface | 1 | -13/+3 | ||
is in the down state. on some dc's with dcphy this will now allow the card to show carrier state and some link speed though not necessarily full-duplex for some reason. something to look into still. | |||||
2005-08-04 | sync | 19 | -19/+0 | ||
2005-08-04 | instead of static locals, malloc/free. the goal is to reduce stack usage, | 1 | -85/+169 | ||
but statics are dangerous in case of concurrency. ok deraadt@ | |||||
2005-08-04 | activate libstubs (setlocale + dbopen) | 2 | -4/+5 | ||
okay deraadt@ | |||||
2005-08-04 | zap rcsid. Okay deraadt@, krw@ | 9 | -45/+9 | ||
2005-08-04 | fix worst three kernel stack pigs in xfs by moving stack allocation of | 3 | -35/+70 | ||
xfs message structures to malloc M_TEMP. ok art@ | |||||
2005-08-04 | no cac(4) here. | 1 | -10/+1 | ||
2005-08-04 | this file is now known as ses.h | 1 | -171/+0 | ||
ok krw@ marco@ beck@ | |||||
2005-08-04 | HW_PHYSMEM and HW_USERMEM should be unsigned; ok tdeval marco | 1 | -2/+6 | ||
2005-08-04 | cac(4) are 2*, 3* and 4* series controllers. | 1 | -2/+2 | ||
2005-08-04 | - Compaq call it "Smart Array" | 1 | -3/+3 | ||
- 5/6 support, not just 5 reported by alexey e. suslikov; ok mickey@ | |||||
2005-08-04 | the generic scsi attach line already says we're an enclosure, so why did | 1 | -2/+1 | ||
i make it say the second line that says the same thing? | |||||
2005-08-04 | be nicer to the controller the ses device is attached to by doing the scsi | 1 | -35/+69 | ||
commands in a kernel thread, not out of softclock with a timeout. help from pascoe@ ok marco@ | |||||
2005-08-04 | better description of where in the sysctl tree the sensors are kept, and | 1 | -5/+22 | ||
a description of how ses matches tweaks from jmc@ | |||||
2005-08-04 | buf_* was taken from the framework I wrote for bgpd (also used by ntpd, ospfd | 1 | -20/+9 | ||
and some more). Here, however, we have a blocking socket for the IPC. buf_close (writes out) and buf_read can be simplified due to that, and they can just error out on short writes/reads. ok krw moritz | |||||
2005-08-04 | better wording, from jfb@. Ok jmc@. | 1 | -2/+2 | ||
2005-08-04 | add and document import -d option; ok jmc@ joris@. | 1 | -1/+5 | ||
2005-08-04 | document TMPDIR environment variable and global -T <tmpdir> option; | 1 | -1/+11 | ||
ok jfb@ jmc@. | |||||
2005-08-04 | match on ich7; testing by Mark.Peoples@asu.edu | 1 | -1/+3 | ||