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