Age | Commit message (Expand) | Author |
2008-10-12 | Reduce diff to macppc version. | Mark Kettenis |
2008-10-12 | Adjust for redesigned powerpc interrupt architecture. | Mark Kettenis |
2008-10-12 | if converters in a group are not needed to satisfy the requirements | Jacob Meuser |
2008-10-12 | add azalia_codec_disconnect_stream(), a function to direct all | Jacob Meuser |
2008-10-12 | Make vcons(4) interrupt driven. | Mark Kettenis |
2008-10-12 | Add interrupt support. | Mark Kettenis |
2008-10-12 | If re_attach() fails at any point make sure to disestablish various | Brad Smith |
2008-10-11 | Use hardware timer to simulate interrupt moderation. Old devices will no | Brad Smith |
2008-10-11 | Make sure no two pppoe devices share the same sc_unique identifier. While | Miod Vallat |
2008-10-11 | Fix various printf constructs either missing arguments or format specifiers. | Miod Vallat |
2008-10-11 | Since malloc_page_alloc() is a pool allocator it should check for PR_WAITOK | Mark Kettenis |
2008-10-11 | For none interrupt endpoints call the xfer done function before | Marcus Glocker |
2008-10-10 | Enable PCIe snooping on the remaining ATI/NVIDIA chipsets. | Brad Smith |
2008-10-10 | Use the MI random() for all cases; no need for a MD version since it | Theo de Raadt |
2008-10-10 | sync | Theo de Raadt |
2008-10-10 | sync | Theo de Raadt |
2008-10-10 | sync tcl/tk description with reality | Steven Mestdagh |
2008-10-10 | skip making /dev/prandom. as a side effect, /dev/arandom becomes minor 3. | Theo de Raadt |
2008-10-10 | prandom dies | Theo de Raadt |
2008-10-10 | minor 3 was /dev/prandom, which used random(). make that use the | Theo de Raadt |
2008-10-10 | back out previous change. Another panic, not as frequent, and | David Hill |
2008-10-10 | use 'Privileged ports can be forwarded only when logging in as root on | Kevin Steves |
2008-10-10 | Comment out statekey code to stop 'panic: soreceive 3', which | David Hill |
2008-10-10 | Fix -X output of ppp packets. Inspired by PR4624 and especially the patch | Claudio Jeker |
2008-10-10 | backout; is causing some people difficulty | Theo de Raadt |
2008-10-10 | hook up sed regress | Todd C. Miller |
2008-10-10 | Adapt sed test suite to regress framework. | Todd C. Miller |
2008-10-10 | - add and enable rum(4) | Jasper Lievisse Adriaanse |
2008-10-10 | missing spl() for codec command setting/retrieval | Jacob Meuser |
2008-10-10 | write "pflow", "flowsrc" and "flowdst" using the right macros. | Igor Sobrado |
2008-10-10 | - use nmea(4) for general sensor example rather than udcf(4) | Stuart Henderson |
2008-10-10 | show examples for sensors. use nmea as suggested by mbalmer, henning agrees. | Stuart Henderson |
2008-10-10 | Add empty cpu_unidle() macros for architectures that currently don't do | Artur Grabowski |
2008-10-10 | Define MAXCPUS on all architectures. | Artur Grabowski |
2008-10-10 | typo in error message; ok djm@ | Kevin Steves |
2008-10-10 | spelling in comment; ok djm@ | Kevin Steves |
2008-10-10 | add rcs tags | Steven Mestdagh |
2008-10-09 | Set hardware timer according to bus clock speed. | Brad Smith |
2008-10-09 | cvs(1) uses a config file to know about the $OpenBSD$ expansion keyword, | Theo de Raadt |
2008-10-09 | Now that len is set later in compile_subst() we need to move the | Todd C. Miller |
2008-10-09 | When adding a new user, do not move a potential yp line (+:*:::0:0::::) to the | Miod Vallat |
2008-10-09 | Skip memory areas smaller than 1 MB above the 16 MB boundary to deal with | Mark Kettenis |
2008-10-09 | replace M_WAITOK with M_NOWAIT | Charles Longeau |
2008-10-09 | remove unused variable | Charles Longeau |
2008-10-09 | In compile_subst(), adjust for the fact that the initial buffer | Todd C. Miller |
2008-10-09 | Change sb_timeo to unsigned, so that even if some calculation (ie. n * HZ) | Theo de Raadt |
2008-10-09 | plug memleak by calling ber_free() after sending a trap to cleanup the | Reyk Floeter |
2008-10-09 | Don't strip newline when reading lines; matches the original behavior. | Todd C. Miller |
2008-10-09 | remove a dead store. | Charles Longeau |
2008-10-09 | Implement CPU_INFO_UNIT for everyone, not just MP kernels. | Artur Grabowski |