summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-04-19flesh out the description of ci; ok xsaJason McIntyre
2006-04-19flesh out the description of co; ok xsaJason McIntyre
2006-04-19- flesh out the description of rcsdiffJason McIntyre
2006-04-19wdog_init is only called from wdog_register, so fold them in together.David Gwynne
2006-04-19photurisd is nomore; from Michael KnudsenMichael Shalayeff
2006-04-19move the 82573E_KCS PCI id so it is grouped with the other 82573 ids.Brad Smith
2006-04-19switch -q handling to bitwise flags; OK ray@ niallo@.Xavier Santolaria
2006-04-19Make sure sc_first_poll is initialized to 0 so sensor_task_threadKenneth R Westerback
2006-04-18ANSIfyGordon Willem Klok
2006-04-18Disable -CC to cpp until cpp 2.95 can handle it properlyChad Loder
2006-04-18Remove "S" from getopt(3) string, which was added in 1.32 by mistake.Moritz Jodeit
2006-04-18Bring back a kernel_text symbol, config -e needs it.Miod Vallat
2006-04-18if you go timeout_set, timeout_add, and then timeout_set again you canDavid Gwynne
2006-04-18- establish interrupt after all dma resouces are successfully allocatedMartin Reindl
2006-04-18cannot see the string self in the ANNOUNCE STRING prod any more sinceHenning Brauer
2006-04-18struct kif_kr is not used in ospfd.Claudio Jeker
2006-04-18cleanup keyword lookup for the lexer, and remove keywords not valid inTheo de Raadt
2006-04-18add a few more Intel Gig PCI ids.Brad Smith
2006-04-18Hook new ulimit test casesOtto Moerbeek
2006-04-18near ulimit test case 2Otto Moerbeek
2006-04-18Near ulimit test case 1Otto Moerbeek
2006-04-18Fix "announce self" that got broken by "nexthop self". Found by Thomas Bader.Claudio Jeker
2006-04-18Backport fix for gcc bug #10692. Fixes code generation for htons()Otto Moerbeek
2006-04-18Make output in sysctl pretier.Marco Peereboom
2006-04-18delint; original from deraadt@ with fixes from tdeval@ and me;Otto Moerbeek
2006-04-18regenBrad Smith
2006-04-18strnvis illegal tokens as well and remove a spurious "i" that crept inOtto Moerbeek
2006-04-18add a few more Intel Gig PCI ids.Brad Smith
2006-04-18simple variable renaming to please lintTheo de Raadt
2006-04-18If mpbios doesn't specify a valid CPU signature, fall back on informationMark Kettenis
2006-04-18Make sure we print crucial debug information before we panic.Mark Kettenis
2006-04-18vis() illegal characters; ok ottoTheo de Raadt
2006-04-18It helps to initialize a queue before usage.Marco Peereboom
2006-04-18set the params that govern watchdog behaviour back to defaults when theDavid Gwynne
2006-04-18Oops, correct import this time.Miod Vallat
2006-04-18Oops, correct import this time.Miod Vallat
2006-04-18Oops, correct import this time.Miod Vallat
2006-04-18Move Buffer bignum functions into their own file, bufbn.c. This means thatDarren Tucker
2006-04-18Add () to function names to make it more clear what is happeningChad Loder
2006-04-18Print a usefull diagnostic message if we fail to transition between statesGordon Willem Klok
2006-04-18Display logical disk status in sysctl. Now one can use sensorsd toMarco Peereboom
2006-04-18For prototype argument conversions, include both "from" and "to" types.Chad Loder
2006-04-18For all warnings involving prototypes, print the function name and theChad Loder
2006-04-18Combine code to prompt user for input into a shared function,Ray Lai
2006-04-18Correct the heuristic to determin Cool`n'Quiet vs. Powernow! spotted inGordon Willem Klok
2006-04-18Add a funcname() function, which returns the name of a function given aChad Loder
2006-04-18Discussed with jason@ that pfail means "partial fail". Now it translatesMarco Peereboom
2006-04-18The old way of passing function argument information was to pass an intChad Loder
2006-04-18Clarify strlcpy code by explicitly naming variable `len' andRay Lai
2006-04-18/* FALLTHROUGH */ to share code between the -N and -n flags.Ray Lai