summaryrefslogtreecommitdiffstats
path: root/lib/libc/regex/engine.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2005-08-05minor KNF;xsa1-5/+5
2005-08-05activate sanity check: only files have !0 size.espie1-6/+6
2005-08-05fix splitting bugespie1-3/+3
2005-08-05Make sure $totsize != 0, even if the package does not contain any actualespie2-2/+4
files, so that the progress meter will work.
2005-08-05Make those tests match the actual implementation, not a not yet commited futurehshoexer4-11/+7
version.
2005-08-05Correct URL. Noticed by Dries Schellekens <gwyllion at ulyssis.org>.jsg1-2/+2
2005-08-05Some basic regression tests for ipsecctl, not connected yet.hshoexer29-0/+163
2005-08-05make three functions non-static (namespace is no issue, they might getdhartmei1-7/+7
inlined), ok art@
2005-08-05tweak CAVEATS;jmc1-2/+3
ok jsg@
2005-08-05impelmentation -> implementationespie3-6/+6
yes, new typo for an old friend.
2005-08-05strip multiple leading slashes from absolute paths; ok beck@djm1-4/+4
2005-08-05X40 has to be prodded a bit more to work.jsg1-1/+6
tested by jolan@
2005-08-05List aps(4) in device lists. Reminded by deraadt@jsg2-2/+7
2005-08-05Add support for SCSI pass-through commands for enclosure and processor devicesmarco2-28/+118
to expose ses(4) and safte(4) information. ok beck@, dlg@ put your ami pt diff in, deraadt@
2005-08-05Uncomment aps to help gather more testing feedback.jsg1-2/+2
I'd like to hear from anyone running with this.
2005-08-05Add commented entry for aps (ThinkPad Active Protection System)jsg1-1/+2
2005-08-05Start of a driver for the "Active Protection System" accelerometerjsg6-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-05typoderaadt1-2/+2
2005-08-05report the fan speed as a percentage since it seems all the enclosures wedlg1-11/+28
fill in the rpm fields. your call deraadt@
2005-08-05add a sensor type that can report percentagedlg2-4/+8
ok deraadt@
2005-08-05sync usage to man pagederaadt1-2/+2
2005-08-05flash up the man pagederaadt1-16/+16
2005-08-05if no command specified, assume -ideraadt1-1/+4
2005-08-05dont do an inquiry in attach just to print the safte revision number. itdlg1-22/+2
is window dressing. zap it deraadt@
2005-08-05switch safte from using a scsi cmd at softclock to doing the commandsdlg1-37/+73
in a kernel thread. very similair to the same change in ses.c. ok marco@ beck@ deraadt@
2005-08-05reorder the allocation of bits in attach to make cleaning up on an errordlg1-17/+11
shorter and less prone to mistakes ok marco@
2005-08-05READ BUFFER is a generic opcode, so dont define our owndlg2-6/+5
2005-08-05a define for the scsi READ BUFFER opcodedlg1-1/+2
for and ok marco@
2005-08-05shorten dmesg outputderaadt1-6/+3
2005-08-05scsi_safte.c and scsi_safte.h are now known as safte.c and safte.hdlg2-538/+0
respectively ok krw@ deraadt@ marco@
2005-08-05make the naming of the safte files consisten with the rest of the scsidlg3-2/+540
drivers ok krw@ deraadt@ marco@
2005-08-04allow dcphy_status() to be called even when the parent interfacebrad1-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-04syncderaadt19-19/+0
2005-08-04instead of static locals, malloc/free. the goal is to reduce stack usage,dhartmei1-85/+169
but statics are dangerous in case of concurrency. ok deraadt@
2005-08-04activate libstubs (setlocale + dbopen)espie2-4/+5
okay deraadt@
2005-08-04zap rcsid. Okay deraadt@, krw@espie9-45/+9
2005-08-04fix worst three kernel stack pigs in xfs by moving stack allocation ofbeck3-35/+70
xfs message structures to malloc M_TEMP. ok art@
2005-08-04no cac(4) here.brad1-10/+1
2005-08-04this file is now known as ses.hdlg1-171/+0
ok krw@ marco@ beck@
2005-08-04HW_PHYSMEM and HW_USERMEM should be unsigned; ok tdeval marcoderaadt1-2/+6
2005-08-04cac(4) are 2*, 3* and 4* series controllers.brad1-2/+2
2005-08-04- Compaq call it "Smart Array"jmc1-3/+3
- 5/6 support, not just 5 reported by alexey e. suslikov; ok mickey@
2005-08-04the generic scsi attach line already says we're an enclosure, so why diddlg1-2/+1
i make it say the second line that says the same thing?
2005-08-04be nicer to the controller the ses device is attached to by doing the scsidlg1-35/+69
commands in a kernel thread, not out of softclock with a timeout. help from pascoe@ ok marco@
2005-08-04better description of where in the sysctl tree the sensors are kept, anddlg1-5/+22
a description of how ses matches tweaks from jmc@
2005-08-04buf_* was taken from the framework I wrote for bgpd (also used by ntpd, ospfdhenning1-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-04better wording, from jfb@. Ok jmc@.xsa1-2/+2
2005-08-04add and document import -d option; ok jmc@ joris@.xsa1-1/+5
2005-08-04document TMPDIR environment variable and global -T <tmpdir> option;xsa1-1/+11
ok jfb@ jmc@.
2005-08-04match on ich7; testing by Mark.Peoples@asu.edumickey1-1/+3