summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-04-22typo from jasper lievisse adriaanse; tweak whilst here...Jason McIntyre
2006-04-22back out last - it was not a command line prompt;Jason McIntyre
2006-04-22Correct an evil typo which broke MVME147 support.Miod Vallat
2006-04-22Pass over the right object to OpenBSD::Delete::validate_plist().Bernd Ahlers
2006-04-22use setres[ug]id() to permanently revoke privileges; ok deraadt@Damien Miller
2006-04-22Removes unused variables and rename variables shadowing externalRay Lai
2006-04-22mention the 2130S and 2230SLP.Brad Smith
2006-04-22Add support for the Adaptec RAID-On-Chip architecture. This in turnBrad Smith
2006-04-21Kill warning 54, trailing comma in enum, because this is allowed in C99.Chad Loder
2006-04-21Add comments to please lint. No code changes. OK deraadtChad Loder
2006-04-21remove some trailing spaces found while reading this code.Joris Vink
2006-04-21Since bugtty (and BUG routines in general) can only work if we keep the BUGMiod Vallat
2006-04-21typoMarco Peereboom
2006-04-21Add mfi_poll and use the new shiny function to setup all the hardware queues.Marco Peereboom
2006-04-21Do not leave behind half-initialized data structures of we stumble over corruptMark Kettenis
2006-04-21On gcc3, specify -CC to the preprocessor (preserve comments even in macroChad Loder
2006-04-21Fix a typo and remove an unreachable label to let this compile again.Uwe Stuehler
2006-04-21Sleep for whole seconds and use ksh arithmetic expressions instead of expr.Uwe Stuehler
2006-04-21lint cleanup; ok ray moritz dhillTheo de Raadt
2006-04-21move shared functions into rcsutil.[ch]; this makes rcsprog.c cleaner;Xavier Santolaria
2006-04-21Document that udcf is a time delta sensor who's value is the delta betweenMarc Balmer
2006-04-21Add IFT_PPP to the iftype to ifmedia type conversion function. Now P2P linksClaudio Jeker
2006-04-21make udcf work as a SENSOR_TIMEDELTA type sensor. The sensor value is theMarc Balmer
2006-04-21remove a couple of unreachable statements, one found by lint, one foundJolan Luff
2006-04-21match former rcs implementation warning message if no options areXavier Santolaria
2006-04-21remove overkill cvs_log() and rather use warn()/warnx().Xavier Santolaria
2006-04-21repair intr establish error printfMichael Shalayeff
2006-04-21missing command line prompt;Jason McIntyre
2006-04-21document retreiving a subset of sysctls;Jason McIntyre
2006-04-21the esm_sensor_maps describe esm sensors, not kernel sensors. i have noDavid Gwynne
2006-04-21attr_init() should use attrhashsize and not pathhashsize. Found via a lintClaudio Jeker
2006-04-21msgbuf_writebound() and msgbuf_bounded() are leftovers from some ancientClaudio Jeker
2006-04-21Remove function prototype that was never used. From deraadt@Claudio Jeker
2006-04-21update the .Nd for amdpm(4), which i completely forgot about...Jason McIntyre
2006-04-21ami sysctl diff; from michael knudsenJason McIntyre
2006-04-21remove duplicate defines. another find by lint.David Gwynne
2006-04-21back out last (powerpc on bgpd build shows it is wrong)Theo de Raadt
2006-04-21implement outgoing interrupt pipes, lets my creative voip blaster workJolan Luff
2006-04-21remove the ami_inquire prototype. the function doesnt exist and its notDavid Gwynne
2006-04-21switch -p handling to bitwise flags; OK ray@.Xavier Santolaria
2006-04-21add the Encore ENL832-TX-ICNT 10/100 M PCI adapter to the list.Brad Smith
2006-04-21Document that amdpm supports the SMBus host interface of theGordon Willem Klok
2006-04-21recognize the BCM5752 A2Brad Smith
2006-04-21Fix crash when lint deals with break statements outside switch or loop.Chad Loder
2006-04-21Regression test for lint crash dealing with break outside a switch or aChad Loder
2006-04-21back out my last commit.David Gwynne
2006-04-21syncTheo de Raadt
2006-04-20Switch from using pipes to socketpairs for communication betweenDamien Miller
2006-04-20Add a few more devices integrated on nForce4 chipsets.Mark Kettenis
2006-04-20print timedelta; ok dlgTheo de Raadt