Age | Commit message (Expand) | Author |
2005-12-11 | sync | Brad Smith |
2005-12-11 | regen | Brad Smith |
2005-12-11 | - change Intel PRO/100 VE (3) to 82801DB LAN | Brad Smith |
2005-12-11 | unused code and variables | Theo de Raadt |
2005-12-11 | recognize BCM5750 C1 on Ted's Fujitsu Lifebook S7000 | Brad Smith |
2005-12-10 | - standard synopsis, mention options | Martin Reindl |
2005-12-10 | Only initialize the CMMUs tied to our running CPU on startup. | Miod Vallat |
2005-12-10 | better wording, helped by krw and roughly ok deraadt; | Jason McIntyre |
2005-12-10 | use the 5750 DSP code with the BCM5714 and BCM5780 too. | Brad Smith |
2005-12-10 | tweak: ok reyk | Jason McIntyre |
2005-12-10 | switch to xmalloc stuff, me and xsa@ agreed on this a long | Joris Vink |
2005-12-10 | Update | Chad Loder |
2005-12-10 | Make the style of these messages more like that of gcc messages. | Chad Loder |
2005-12-10 | - its wrong to use exit() here; return instead. | Niall O'Higgins |
2005-12-10 | Match new lint warning and error format (similar to gcc's format). | Chad Loder |
2005-12-10 | Add a generate target | Chad Loder |
2005-12-10 | add a shutdown function and register it with shutdownhook_establish(). | Brad Smith |
2005-12-10 | Change warning/error format to match gcc's. | Chad Loder |
2005-12-10 | Add a regression test for suspicious use of sizeof. | Chad Loder |
2005-12-10 | sk_shutdown -> skc_shutdown and register the shutdown function with | Brad Smith |
2005-12-10 | shrink dmesg entry by one line by merging the chipset revision into | Brad Smith |
2005-12-10 | how did this slip in, grr. | Martin Reindl |
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 |