Age | Commit message (Expand) | Author |
2012-11-06 | Fix comment. | Mark Kettenis |
2012-11-05 | unifdef -D __HAVE_TIMECOUNTER | Miod Vallat |
2012-11-01 | When possible, send multiple characters per packet. Also, stop sending when | Mark Kettenis |
2012-10-29 | Set the type of a processed MSI data record to 0, and check that the type | Mark Kettenis |
2012-10-29 | On UltraSPARC T1/T2, block the current strand while spinning in the hope | Mark Kettenis |
2012-10-27 | Also attach to channels name "ldom-<guestname>" (but not "ldom-primary"). | Mark Kettenis |
2012-10-27 | Make polling work. | Mark Kettenis |
2012-10-26 | Turns out that for devices that attach to cbus(4), it is better to disable | Mark Kettenis |
2012-10-22 | Stop passing around PS_STRINGS in %g1. The ELF ABI reserves this register | Mark Kettenis |
2012-10-21 | Fix thinko in previous. | Mark Kettenis |
2012-10-21 | Make sure that there is enough room in the transmit queue to send a VIO | Mark Kettenis |
2012-10-21 | I want msdos filesystem support on the big bsd.rd | Theo de Raadt |
2012-10-21 | Clear a pending channel reset when a device is opened. | Mark Kettenis |
2012-10-20 | off-by-one in device number check; found the hard way and reported by J Sisson. | Miod Vallat |
2012-10-17 | Swap arguments to wdog_register() since it is nicer, and prepare | Theo de Raadt |
2012-10-17 | Enable vldc(4) and vldcp(4). | Mark Kettenis |
2012-10-17 | Disable debug code. | Mark Kettenis |
2012-10-17 | Rename hvctl(4) into vldcp(4) since this driver now handles other services | Mark Kettenis |
2012-10-16 | Add support for multiple channels. | Mark Kettenis |
2012-10-14 | Fix typo in debug print. | Mark Kettenis |
2012-10-08 | Revamp the sequences for suspend/hibernate -> resume so that the code | Theo de Raadt |
2012-09-27 | enable smsc | Jonathan Gray |
2012-09-11 | Remove the 'OLF method' used for the transition from a.out to ELF and | Theo de Raadt |
2012-09-08 | On SPARC64 VI/VII CPUs, use the lseep instruction in the idle loop to force a | Mark Kettenis |
2012-08-31 | remove some compat junk; ok kettenis | Theo de Raadt |
2012-08-30 | On SPARC64 VI/VII CPUs, use the sleep instruction while spinning to force a | Mark Kettenis |
2012-08-30 | Slightly tweak the way we set up the code patch sections such that we can | Mark Kettenis |
2012-08-30 | Kill NOPIE and NOPIE_FLAGS in sparc64/stand. Binaries are identical according | Pascal Stumpf |
2012-08-30 | no md_root_setconf | Theo de Raadt |
2012-08-29 | The low-level guts to support MTP (Multi-Threaded Processing) on the | Mark Kettenis |
2012-08-29 | Make sure the interrupt stack for the boot processor is properly aligned to | Mark Kettenis |
2012-08-29 | Implement pci_min_powerstate(). | Mark Kettenis |
2012-08-28 | Add -nopie to LINKFLAGS on ELF architectures. Note that this needs an | Pascal Stumpf |
2012-08-24 | don't read past the end of an array when dumping the stack. | Jonathan Gray |
2012-08-23 | kill nnpfs dead | Theo de Raadt |
2012-08-22 | Convert cpp | as rules in bsd.lib.mk and lib/libc/sys/Makefile.inc to pure cc | Pascal Stumpf |
2012-08-22 | Build the kernel with -fno-pie. Just getting Ms out of my tree; this will be | Pascal Stumpf |
2012-08-22 | sigpid should be of type pid_t (only visable with DEBUG). | Okan Demirmen |
2012-08-21 | Add NOPIE= bits for sys/arch/*/stand to ensure that bootblocks will always be | Pascal Stumpf |
2012-08-20 | MISs work on Oberon as well. | Mark Kettenis |
2012-08-17 | Properly initialize the IOMMU control and status register for pyro(4). | Mark Kettenis |
2012-08-17 | Turns out interrupts for Ebus devices are wired to the *other* PCI Expres leaf | Mark Kettenis |
2012-08-07 | Move the common bits of syscall invocation and return handling into | Philip Guenthe |
2012-07-08 | Don't need to worry about the ATI driver here anymore. | Mark Kettenis |
2012-06-30 | Further research shows that fp@x,y device path components with x > 0 are | Mark Kettenis |
2012-06-27 | Change sparc64 to match the "fp" boot device path's parameter based on | Matthew Dempsky |
2012-06-26 | create new machine/_float.h which is namespace clean. create a new | Theo de Raadt |
2012-06-21 | __tfork() needs to set the stack address of the new thread in the kernel, | Philip Guenthe |
2012-05-09 | merge sigdebug.h into machdep.c, to where all other architectures have | Okan Demirmen |
2012-04-26 | va is of type vaddr_t; allow sparc64 to build with DEBUG | Okan Demirmen |