Age | Commit message (Expand) | Author |
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 |
2007-11-09 | Do not bother checking for curproc != NULL if we know a trap comes from | Miod Vallat |
2007-11-09 | Wrong logic in ubt_xmit_acl_start(); reported by Dmitry Komissaroff | Miod Vallat |
2007-11-09 | IPL_xxx values on hp300 are logical values (although some of them happen to | Miod Vallat |
2007-11-09 | Get rid of IPL_TTYNOBUF, it was handled exactly like IPL_TTY for years. | Miod Vallat |
2007-11-09 | Move splassert_check() from common m68k code to each m68k-based architecture, | Miod Vallat |
2007-11-09 | Fix PSLTOIPL and IPLTOPSL to only use three bits of interrupt mask. | Miod Vallat |
2007-11-09 | On MULTIPROCESSOR kernels, don't forget to grab the kernel lock when | Miod Vallat |
2007-11-09 | Call prom_set_trap_table for secondary CPUs too. | Mark Kettenis |
2007-11-09 | Use the interrupt stack as the initial stack for spinning up secondary CPUs. | Mark Kettenis |
2007-11-09 | Make disklabel aware of NTFS. | Joel Sing |
2007-11-09 | Code to read in the cylinder groups is duplicated in a few spots, | Thordur I. Bjornsson |
2007-11-09 | Add Exar UARTs XR17C152, XR17C154 and XR17C158. | Federico G. Schwindt |
2007-11-09 | regen. | Federico G. Schwindt |
2007-11-09 | Add Exar UARTs XR17C152, XR17C154 and XR17C158. | Federico G. Schwindt |
2007-11-08 | Pass correct pointers to memcpy when concatanating strings/buffers | Can Erkin Acar |
2007-11-08 | convert the value to a string instead of using aml_val2str() | Can Erkin Acar |
2007-11-08 | Fix unsafe queue macro use | Bret Lambert |
2007-11-07 | more low hanging fruit; Expand the nfsm_srvwcc_data() macro | Thordur I. Bjornsson |
2007-11-07 | Check for pfi_kif's that are neither groups nor have a real interface. | Marco Pfatschbacher |