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