summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-08-04instead of static locals, malloc/free. the goal is to reduce stack usage,Daniel Hartmeier
2005-08-04activate libstubs (setlocale + dbopen)Marc Espie
2005-08-04zap rcsid. Okay deraadt@, krw@Marc Espie
2005-08-04fix worst three kernel stack pigs in xfs by moving stack allocation ofBob Beck
2005-08-04no cac(4) here.Brad Smith
2005-08-04this file is now known as ses.hDavid Gwynne
2005-08-04HW_PHYSMEM and HW_USERMEM should be unsigned; ok tdeval marcoTheo de Raadt
2005-08-04cac(4) are 2*, 3* and 4* series controllers.Brad Smith
2005-08-04- Compaq call it "Smart Array"Jason McIntyre
2005-08-04the generic scsi attach line already says we're an enclosure, so why didDavid Gwynne
2005-08-04be nicer to the controller the ses device is attached to by doing the scsiDavid Gwynne
2005-08-04better description of where in the sysctl tree the sensors are kept, andDavid Gwynne
2005-08-04buf_* was taken from the framework I wrote for bgpd (also used by ntpd, ospfdHenning Brauer
2005-08-04better wording, from jfb@. Ok jmc@.Xavier Santolaria
2005-08-04add and document import -d option; ok jmc@ joris@.Xavier Santolaria
2005-08-04document TMPDIR environment variable and global -T <tmpdir> option;Xavier Santolaria
2005-08-04match on ich7; testing by Mark.Peoples@asu.eduMichael Shalayeff
2005-08-04handle TMPDIR environment variable as well as -T <tmpdir> global option;Xavier Santolaria
2005-08-04regenJonathan Gray
2005-08-04new axeJonathan Gray
2005-08-04Support for ICH7 audio tested by Mark.Peoples at asu.eduJonathan Gray
2005-08-04Support for SENSOR_INTEGER.Jonathan Gray
2005-08-04sync command synopsis w/ man page;Xavier Santolaria
2005-08-04Make pax exit unsuccessfully on errors.Marco Pfatschbacher
2005-08-04Fix handling of empty entries at the end of an address list; avoidsOtto Moerbeek
2005-08-04Include if_ether.h and use better usbd_devinfo_alloc argument. ok brad@Can Erkin Acar
2005-08-04...and indent;Jason McIntyre
2005-08-04remove trailing space;Jason McIntyre
2005-08-04a quick diff for marco, who wanted to see if his power supplies were on orDavid Gwynne
2005-08-04Add support for dell enclosures that do both SES and SAF-TE. ok dlg@Marco Peereboom
2005-08-04make the list of cards easier to read.Brad Smith
2005-08-04Add SCSI 3 define. ok dlg@Marco Peereboom
2005-08-03Move a couple of 2048+4 byte structures from the stack to the heap.Kenneth R Westerback
2005-08-03enforce 10-bit width for i/o addresses when start address is assigned byFederico G. Schwindt
2005-08-03Smart ARRAY comment fixes.Brad Smith
2005-08-03document cache file name,Marc Espie
2005-08-03libstubs stuff, not yet active.Marc Espie
2005-08-03ciss can fit onto the large RAMDISKSTheo de Raadt
2005-08-03prevent unaligned memory access when processing LCP echo packets,Can Erkin Acar
2005-08-03avoid xrefs to self...Jason McIntyre
2005-08-03syncTheo de Raadt
2005-08-03device is not optional; spotted by jmcTheo de Raadt
2005-08-03dlg did not test what he affects; enum clashTheo de Raadt
2005-08-03missing safte/ses/scsibus piecesMartin Reindl
2005-08-03use action_block in init instead of custom code, permits single lineNikolay Sturm
2005-08-03This commit was derived from a commit to FreeBSD..Brad Smith
2005-08-03clarify device vs drive; marco okTheo de Raadt
2005-08-03Fix usage.Marco Peereboom
2005-08-03report the state of the power supplies. the value shows if the psu is onDavid Gwynne
2005-08-03be more careful when using struct ipsec_auth, might be NULL now.Hans-Joerg Hoexer