Age | Commit message (Expand) | Author |
2007-11-12 | a little less excitement (every printf does not need to end in !) | Theo de Raadt |
2007-11-12 | correct : vs , in attach-time messages | Theo de Raadt |
2007-11-12 | Restart clock before invoking hardclock() and statclock(), otherwise they | Miod Vallat |
2007-11-12 | Use isa_intr_establish() to establish the SCI interrupt handler; this makes | Mark Kettenis |
2007-11-12 | Split handling of unmaskable vs maskable ipi to make the core simpler, | Miod Vallat |
2007-11-12 | spacing | Theo de Raadt |
2007-11-12 | /dev/openprom | Mark Kettenis |
2007-11-12 | Don't use utc_off, time is always reported in UTC. | Marc Balmer |
2007-11-12 | Don't use utc_off when using the hires timestamp. | Marc Balmer |
2007-11-12 | sync | Theo de Raadt |
2007-11-12 | ti usb serial | Theo de Raadt |
2007-11-12 | fix some problems with lazy fpu context handling: | Todd C. Miller |
2007-11-12 | repair input vs output confusion | Jacob Meuser |
2007-11-12 | sync | Theo de Raadt |
2007-11-12 | correct a ricoh label | Theo de Raadt |
2007-11-12 | only print bif info that is complete | Theo de Raadt |
2007-11-12 | missing : | Theo de Raadt |
2007-11-12 | fewer lines of dmesg output spew (matters more on newer sony laptops with... ... | Theo de Raadt |
2007-11-12 | sync | Theo de Raadt |
2007-11-12 | shorten | Theo de Raadt |
2007-11-12 | Select the right GDT entry for interrupt handlers on i386 systems when | Christopher Pascoe |
2007-11-11 | Don't leak pfstatekey upon insert conflict (most often caused via pfsync). | Christopher Pascoe |
2007-11-11 | Rework ipi handling to delay acking the maskable ipi interrupt, so that it | Miod Vallat |
2007-11-11 | Give more information in ``machine cpu'' under ddb. | Miod Vallat |
2007-11-11 | Replace next_tick() with simpler C code that I can actually understand. | Mark Kettenis |
2007-11-11 | Revert useless textual optimization that resulted in 16 bytes being | Kenneth R Westerback |
2007-11-11 | Remove all code that prints to the console or writes to the log after | Marc Balmer |
2007-11-11 | Add spurious interrupt detection to macebus. This allows for the detection | Joel Sing |
2007-11-11 | The interrupt routine doesn't need to explicity invoke splbio/splx. | Kenneth R Westerback |
2007-11-11 | Use two software interrupt sources per processor for IPIs, instead of only | Miod Vallat |
2007-11-11 | In dma_cachectl(), flush unconditionnaly on all processors, regardless of the | Miod Vallat |
2007-11-11 | sync | Martin Reindl |
2007-11-11 | support little I-O DATA UPS GPS thingy | Theo de Raadt |
2007-11-11 | bring in ~7 years worth of improvements and bug fixes from NetBSD | Jacob Meuser |
2007-11-10 | sync | Theo de Raadt |
2007-11-10 | 2 port usb hub with ethernet in it.. | Theo de Raadt |
2007-11-10 | do not check malloc return value against NULL, as M_WAITOK is used | Charles Longeau |
2007-11-10 | - sync | Antoine Jacoutot |
2007-11-10 | - add support for more multifunction Epson devices (from FreeBSD and SANE). | Antoine Jacoutot |
2007-11-10 | weel -> well | Joel Sing |
2007-11-10 | Clean up some debugging left-overs. | Marc Balmer |
2007-11-10 | - Fix command timeouts in certain scenarios (like under X11) | Marcus Glocker |
2007-11-10 | knf. | Marc Balmer |
2007-11-10 | Activate umbg(4) on macppc. | Marc Balmer |
2007-11-10 | Activate umbg(4) in i386. | Marc Balmer |
2007-11-10 | umbg(4) is a driver to support the USB attached Meinberg USB5131 DCF77 | Marc Balmer |
2007-11-10 | Remove a fair amount of duplicated code by making cpu_mp_startup call | Mark Kettenis |
2007-11-10 | For single-processor kernels, only match the CPU we're running on. | Mark Kettenis |
2007-11-09 | Be more careful when handling ipis: | Miod Vallat |
2007-11-09 | In dma_cachectl*(), try and perform fewer remote processor operations whenever | Miod Vallat |