Age | Commit message (Expand) | Author |
2006-04-21 | update the .Nd for amdpm(4), which i completely forgot about... | Jason McIntyre |
2006-04-21 | ami sysctl diff; from michael knudsen | Jason McIntyre |
2006-04-21 | remove duplicate defines. another find by lint. | David Gwynne |
2006-04-21 | back out last (powerpc on bgpd build shows it is wrong) | Theo de Raadt |
2006-04-21 | implement outgoing interrupt pipes, lets my creative voip blaster work | Jolan Luff |
2006-04-21 | remove the ami_inquire prototype. the function doesnt exist and its not | David Gwynne |
2006-04-21 | switch -p handling to bitwise flags; OK ray@. | Xavier Santolaria |
2006-04-21 | add the Encore ENL832-TX-ICNT 10/100 M PCI adapter to the list. | Brad Smith |
2006-04-21 | Document that amdpm supports the SMBus host interface of the | Gordon Willem Klok |
2006-04-21 | recognize the BCM5752 A2 | Brad Smith |
2006-04-21 | Fix crash when lint deals with break statements outside switch or loop. | Chad Loder |
2006-04-21 | Regression test for lint crash dealing with break outside a switch or a | Chad Loder |
2006-04-21 | back out my last commit. | David Gwynne |
2006-04-21 | sync | Theo de Raadt |
2006-04-20 | Switch from using pipes to socketpairs for communication between | Damien Miller |
2006-04-20 | Add a few more devices integrated on nForce4 chipsets. | Mark Kettenis |
2006-04-20 | print timedelta; ok dlg | Theo de Raadt |
2006-04-20 | open/close/cdevsw code goes bye bye; ok mbalber | Theo de Raadt |
2006-04-20 | add SENSOR_TIMEDELTA sensor; ok dlg | Theo de Raadt |
2006-04-20 | Document the rwlock() API, okay deraadt@ | Pedro Martelletto |
2006-04-20 | Fix various printf() issues: too many arguments, not enough arguments, argument | Miod Vallat |
2006-04-20 | Make these compile again. | Miod Vallat |
2006-04-20 | printf() calls with the format string spanning several lines should not have | Miod Vallat |
2006-04-20 | Cast unsigned to signed when you want to check for negative values. | Miod Vallat |
2006-04-20 | no longer failure care; ok miod | Theo de Raadt |
2006-04-20 | unused variable | Theo de Raadt |
2006-04-20 | list must be sorted | Theo de Raadt |
2006-04-20 | add various tests for `rlog -r' (not enabled yet); OK ray@. | Xavier Santolaria |
2006-04-20 | Simplify the defaults handling. This is long overdue and necessary to add | Claudio Jeker |
2006-04-20 | use new LINTED keyword for a global which is perhaps not used, but must | Theo de Raadt |
2006-04-20 | Add a LINTUSED special comment which marks the following declared symbol(s) | Chad Loder |
2006-04-20 | ANSI function declarations | Martin Reindl |
2006-04-20 | adjust comments as to what keywords are legal; from fkr | Theo de Raadt |
2006-04-20 | Remove unused debug code that sneaked in by accident long ago | Pedro Martelletto |
2006-04-20 | much -> must | Pedro Martelletto |
2006-04-20 | marco hates typedefs as much as i do, so he asked me to clean mfi like i | David Gwynne |
2006-04-20 | return after goto wont be reached, so remove it. found by lint. | David Gwynne |
2006-04-20 | get rid of the ccb list typedef. while here switch to TAILQ_HEAD instead | David Gwynne |
2006-04-20 | remove some useless code found by lint. | David Gwynne |
2006-04-20 | change cvs_log() and cvs_vlog() return type to void; OK niallo@. | Xavier Santolaria |
2006-04-20 | Instead of printing useless metrics like recvpipe and sendpipe print | Claudio Jeker |
2006-04-20 | - remove the 'needs-flag' from the udcf entry in files.usb and the #ifdef NUDCF | Marc Balmer |
2006-04-20 | simplify; ok djm@ | Markus Friedl |
2006-04-20 | replace the last non-sig_atomic_t flag used in a signal handler with a | Damien Miller |
2006-04-20 | remove an unneeded macro; | Jason McIntyre |
2006-04-20 | reinstate HISTORY, from cvsintro(7)... | Jason McIntyre |
2006-04-20 | add a compatibility note; suggested by and ok xsa | Jason McIntyre |
2006-04-20 | constify char *infile here, too. noticed by lint. | Hans-Joerg Hoexer |
2006-04-20 | More delint. -moj | Mats O Jansson |
2006-04-20 | kill trailing space; | Jason McIntyre |