Age | Commit message (Expand) | Author |
2005-12-10 | translate a bunch of comments from german to english | Martin Reindl |
2005-12-10 | Lint now warns about sizeof(term) where the operator is anything other | Chad Loder |
2005-12-10 | add a shutdown function and register it with shutdownhook_establish(). | Brad Smith |
2005-12-10 | re-add bge_shutdown() but also register the function with | Brad Smith |
2005-12-10 | m_pullup() the whole header, not the number of bytes in an int. Found | Kenneth R Westerback |
2005-12-10 | Check dm_nsegs > 0 rather than dm_segs > 0 when deciding if there are | Kenneth R Westerback |
2005-12-10 | remove an unused mbuf struct from vr_encap(), leftover from Jason's bus_dma c... | Brad Smith |
2005-12-10 | Fix a comment | Chad Loder |
2005-12-10 | Add a new lint flag '-f' which, for each warning or error, prints the | Chad Loder |
2005-12-10 | Remove test 11 (gcc attribute parsing) from the list. We will keep it in | Chad Loder |
2005-12-10 | Back out all gcc attribute parsing changes until we can do this the right | Chad Loder |
2005-12-10 | Don't check/free new_entry here, since it can't have been set. Spotted | Kenneth R Westerback |
2005-12-10 | Initialize flags before using it. Spotted by lint. | Kenneth R Westerback |
2005-12-10 | C99 section 6.8.6.4 says "A return statement with an expression shall | Kenneth R Westerback |
2005-12-10 | Just poll for PMU_INT_ADB_AUTO and PMU_INT_ADB interrupts when resetting | Pedro Martelletto |
2005-12-10 | add an option to increase the multicast ttl which is currently limited | Reyk Floeter |
2005-12-10 | make lint more happy | Reyk Floeter |
2005-12-10 | another go at cleaning up bus_dma usage. | David Gwynne |
2005-12-10 | {en,re}trys -> {en,re}tries; eyeballed by jmc@ | Miod Vallat |
2005-12-10 | regen | Jonathan Gray |
2005-12-10 | Add a few more NVIDIA Ethernet ids. | Jonathan Gray |
2005-12-10 | Fix a crash when enum bitfields are encountered. Reported by marc on | Chad Loder |
2005-12-10 | ANSI functions. | Brad Smith |
2005-12-10 | remove a bit of unused code. | Brad Smith |
2005-12-10 | , after end of last enum entry is bogus | Theo de Raadt |
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 |