Age | Commit message (Expand) | Author |
2008-07-27 | remove unused structures and duplicated definitions. | Damien Bergamini |
2008-07-27 | an enum specifier is more elegant than a set of #defines; | Igor Sobrado |
2008-07-27 | Some devices take longer to load the firmware. Increase the firmware | Marcus Glocker |
2008-07-27 | fix a typo in a comment. | Marc Balmer |
2008-07-27 | bad comma; | Jason McIntyre |
2008-07-27 | Use __progname instead of hand rolled version using argv[0]. | Claudio Jeker |
2008-07-27 | Get TAILQ_REPLACE and CIRCLEQ_REPLACE prototypes right. | Stefan Kempf |
2008-07-26 | Recognize an explicit + sign in exponent of hex float constants, needed to | Miod Vallat |
2008-07-26 | Silence scsi_inquire_vpd() so devices that don't understand the necessary | Kenneth R Westerback |
2008-07-26 | Add M$ NX-6000 cam, ok mglocker@ | Ian Darwin |
2008-07-26 | shrink ieee80211_set_link_state(). | Damien Bergamini |
2008-07-26 | remove useless #includes. | Damien Bergamini |
2008-07-26 | properly handle management frames (required for future work). | Damien Bergamini |
2008-07-26 | call Phase1 every 2**16 frames instead of calling it for every frame. | Damien Bergamini |
2008-07-26 | Since we are able to change the device image resolution on the fly in the | Marcus Glocker |
2008-07-26 | note that fetch hooks are a real bad idea | Marc Espie |
2008-07-26 | document update-or-install | Marc Espie |
2008-07-26 | add -b to SYNOPSIS and usage(); | Jason McIntyre |
2008-07-26 | Make sure the test array is 64 bit aligned, this now makes sparc fail this | Miod Vallat |
2008-07-26 | Add -b switch for matching on the last part of the path only. | Pierre-Yves Ritschard |
2008-07-26 | deivce -> device typo fix in comment. | Kenneth R Westerback |
2008-07-26 | sync | Todd T. Fries |
2008-07-26 | Only full-dupex is supported for 1000baseT. | Brad Smith |
2008-07-26 | no .Pp before/after .Sh; | Jason McIntyre |
2008-07-26 | Also mention half-duplex for 1000baseT. | Brad Smith |
2008-07-26 | kill trailing whitespace; | Jason McIntyre |
2008-07-26 | slight wording tweak to make the media selection entry consistent with | Brad Smith |
2008-07-26 | Pull out some mostly useless info from these pages. | Brad Smith |
2008-07-26 | Update for the fibre support. | Brad Smith |
2008-07-25 | phyio -> physio | Miod Vallat |
2008-07-25 | Improve eisa bus probe by deciding the number of logical eisa slots from | Miod Vallat |
2008-07-25 | missing .Pp | Damien Bergamini |
2008-07-25 | The PIE address range defaults are too big for alpha and can land on or | Kurt Miller |
2008-07-25 | add a note in the CAVEATS section about the hardware crypto engine not | Damien Bergamini |
2008-07-25 | tweak the rt2700 stuff; ok damien | Jason McIntyre |
2008-07-25 | groff does not like ultra-long lines without whitespace, since it cannot | Jason McIntyre |
2008-07-25 | Mention @bin plist element, ok espie@ | Ian Darwin |
2008-07-25 | Work around a problem on the t5120 where top(1) would lock up the system for | Mark Kettenis |
2008-07-25 | link to updated firmware packages that remove the obsolete @ignore | Damien Bergamini |
2008-07-25 | don't redefine INFINITY -- math.h defines it now | Martynas Venckus |
2008-07-25 | After our recent changes, VIDIOC_S_FMT didn't always return the correct | Marcus Glocker |
2008-07-25 | document RT2700 (tested by bernd@) and try documenting WPA support. | Damien Bergamini |
2008-07-25 | In gdt_grow, always map the gdt on the secondary cpus too. This far | Artur Grabowski |
2008-07-25 | much more correct way of dealing with nfs pending reads/writes | Bob Beck |
2008-07-25 | Switch to a temporary stack early on such that we don't lose if the stack | Mark Kettenis |
2008-07-25 | sync | Theo de Raadt |
2008-07-25 | i have to crank this for a ridiculous reason, to save me about 4 hours of work | Theo de Raadt |
2008-07-25 | don't undefine C99 math macros, if !_GLIBCPP_USE_C99, so that we | Martynas Venckus |
2008-07-25 | doc fix; from David Higgs | Jason McIntyre |
2008-07-25 | Correct printing of the pg_flags for ddb. | Artur Grabowski |