summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-12-10Lint doesn't like trailing commas in enums.Kenneth R Westerback
2005-12-10Kill MCA related includes.Kenneth R Westerback
2005-12-10because lint says so; ok espieTheo de Raadt
2005-12-10in ansi c, bitfields must be done against int, unsigned int, or _Bool.Theo de Raadt
2005-12-10in ansi c, bitfields must be done against int, unsigned int, or _Bool.Theo de Raadt
2005-12-09Mine, so modernize licenseBob Beck
2005-12-09calling do_death() after err makes us exit is not smart, and is inBob Beck
2005-12-09Add support for cpu voltage slewing.Mark Kettenis
2005-12-09Add hook for voltage slewing the G5.Mark Kettenis
2005-12-09remove unused function bge_shutdown().Brad Smith
2005-12-09some cleaning and fixing of comments.Brad Smith
2005-12-09add some missing boot_ pages;Jason McIntyre
2005-12-09adjust .Nd too;Jason McIntyre
2005-12-09this page is called `boot_hppa64', not `boot_hppa';Jason McIntyre
2005-12-09Unkown attributes need to be optional, if not issue a "unknown wellknownClaudio Jeker
2005-12-09license cleanIan Darwin
2005-12-09Drop clause 3/4 as per i386 version.Jonathan Gray
2005-12-09ansi and deregister. No binary change.Jonathan Gray
2005-12-09back out 1.97. it was causing a freeze on boot with an older card. problemDavid Gwynne
2005-12-09don't complain too often about 'redefinition of revision number',Joris Vink
2005-12-09if we are removing a lock that's not present, just checkJoris Vink
2005-12-09Don't disestablish a NULL interrupt handle after an incomplete attachment.Uwe Stuehler
2005-12-09Add support for Linksys HU200-TS, id found in Linux RT2570 driver.Jonathan Gray
2005-12-09regenJonathan Gray
2005-12-09Linksys HU200-TS.Jonathan Gray
2005-12-09Mention which chipset devices use on attach.Jonathan Gray
2005-12-09Add regression test for assignment in conditional contextChad Loder
2005-12-09Do not warn about assignment in conditional context if the assignmentChad Loder
2005-12-09unused vars, my bad;Joris Vink
2005-12-09/* fall thru... */ -> /* FALLTHROUGH */Jonathan Gray
2005-12-09Remove surplus semicolon.Jonathan Gray
2005-12-09Reverse order of diff so that output makes more sense. kjell said heChad Loder
2005-12-09Test how lint deals with warning for signed/unsigned char conversionsChad Loder
2005-12-09Another case theo reminded me ofChad Loder
2005-12-09Don't ever complain when assigning a char literal to a char lvalue,Chad Loder
2005-12-09Added aml_values for nodesJordan Hargrave
2005-12-09Added aml_value and aml_node types for treeJordan Hargrave
2005-12-09disable ipmi in GENERIC until such times as it works everywhereBob Beck
2005-12-08Remove unused pcbb define.Miod Vallat
2005-12-08- remove unnecessary return at end of void functionBrad Smith
2005-12-08make authpf give up group privs before exec'ing pfctl - makes itBob Beck
2005-12-08Check fread() return value to get sane error message for too-smallTodd C. Miller
2005-12-08new sentence, new line;Jason McIntyre
2005-12-08Compile all libraries with -g; -g1 has some issues and isn't widely used;Mark Kettenis
2005-12-08complete and correct rcs locking functionality,Joris Vink
2005-12-08two changes to the new ssh tunnel support. this breaks compatibilityReyk Floeter
2005-12-08Missing #include <limits.h>Claudio Jeker
2005-12-08Missing ntohs() in error path. Found via regress test.Claudio Jeker
2005-12-08When parsing open messages enforce that the optional parameter length isClaudio Jeker
2005-12-08keep options in order;Jason McIntyre