Age | Commit message (Expand) | Author |
2011-10-10 | Introduce pci_probe_device_hook(pci_chipset_tag_t, struct pci_attach_args *). | Miod Vallat |
2011-10-06 | ccd goes to the attic | Theo de Raadt |
2011-09-20 | calee -> callee | Miod Vallat |
2011-09-20 | Remove unused MD_CACHE_CTL() macro and related defines. | Miod Vallat |
2011-09-20 | Clear RB_POWERDOWN early in boot() on systems which can not powerdown and | Miod Vallat |
2011-09-19 | %b format strings take the value before the bitname string, not the other | Miod Vallat |
2011-09-16 | Fix a bunch of typos: manaul, monnitor, machiune, autload. | Miod Vallat |
2011-09-08 | Provide namespace-safe alignment macros in <machine/_types.h>, with | Philip Guenthe |
2011-09-08 | Make the INT_FAST*_{MIN,MAX} macros match the types they're defined to. | Philip Guenthe |
2011-08-29 | Only provide FLT_EVAL_METHOD for C99. Add missing DECIMAL_DIG for C99. | Mark Kettenis |
2011-08-16 | Compile in serial console settings support if any com(4) device is included | Mark Kettenis |
2011-07-22 | Fix PMAPDEBUG compile | Miod Vallat |
2011-07-11 | Revert art@'s moving around of the KERNEL_LOCK()/KERNEL_UNLOCK() calls, | Philip Guenthe |
2011-07-10 | If there is recognized MD disk partitioning info, use it to determine | Kenneth R Westerback |
2011-07-09 | Unbreak hppa boot(8) after zlib update. | Joel Sing |
2011-07-08 | When reading dos labels use DOS_LABELSECTOR and don't use LABELOFFSET. For al... | Kenneth R Westerback |
2011-07-07 | deraadt says disable bluetooth everywhere else too | Ted Unangst |
2011-07-07 | Take more care to write 'dos' labels in the same place readdoslabel() | Kenneth R Westerback |
2011-07-07 | The drahn memorial bad kernel build fix: prevent blood pressure | Philip Guenthe |
2011-07-07 | There is a bunch of places in the kernel entry points where we don't | Artur Grabowski |
2011-07-06 | Clean up after P_BIGLOCK removal. | Artur Grabowski |
2011-07-06 | make clean should clean .d files, so as to leave a fresh canvas. | Ted Unangst |
2011-07-05 | Recommit the reverted sigacts change now that the NFS use-after-free | Philip Guenthe |
2011-06-29 | Replace all instances of "scsibus* at hba?" with a single "scsibus* at | Matthew Dempsky |
2011-06-26 | if_downall() cannot be done MI in sys_reboot() because vfs_shutdown() | Theo de Raadt |
2011-06-24 | When reading the value from a simple lock, we do not need to ldcws into a | Joel Sing |
2011-06-06 | Sort includes. | Joel Sing |
2011-06-06 | Fix whitespace and use #ifdef TRAPDEBUG instead of #if 0. | Joel Sing |
2011-06-05 | Move the bufcachepercent setting code to MI locations -- set it to 42% | Theo de Raadt |
2011-05-30 | Remove the freelist member from vm_physseg | Owain Ainsworth |
2011-05-25 | Also enclose variable names with external linkage in __BEGIN_DECLS. | Martynas Venckus |
2011-05-24 | On OpenBSD, we've always attached scsibus(4) to umass(4), even for | Matthew Dempsky |
2011-05-21 | Add pci_intr_map_msi() stub. | Mark Kettenis |
2011-05-12 | Get rid of the biomask printf here as well. Suggested by mikeb@ | Mark Kettenis |
2011-05-07 | So long, uvm_pglist.h | Owain Ainsworth |
2011-05-05 | Adjust comments on the statements in the various ITLB handlers that make sure | Mark Kettenis |
2011-05-02 | Cope with userland mappings of unmanaged pages (i.e. device memory being | Miod Vallat |
2011-05-01 | Fix counting of interrupts for devices that attach to elroy(4). Shared | Mark Kettenis |
2011-04-28 | Expose pmap_prefer parameters. | Ariane van der Steldt |
2011-04-28 | fenv improvements and cleanups | Martynas Venckus |
2011-04-25 | Move .rodata 512KB further once more. | Mark Kettenis |
2011-04-23 | Stop calling shared interrupt handlers as soon as one of them return 1 | Mark Kettenis |
2011-04-21 | fenv for hppa | Martynas Venckus |
2011-04-20 | Back out r1.10 of mutex.c as this breaks serial on hppa (at least for MP). | Joel Sing |
2011-04-18 | Revert the sigacts diff: NFS can apparently retain pointers to processes | Philip Guenthe |
2011-04-17 | Tweak the behaviour of boot(8) on hppa. Normal boots now will give you a | Mark Kettenis |
2011-04-16 | Initialize %cr30 for proc0 with the address of proc0fpstate. Shouldn't really | Mark Kettenis |
2011-04-16 | _LOCORE is already defined | Theo de Raadt |
2011-04-16 | Use 'CLR(<buf>->b_flags, B_READ | B_WRITE | B_DONE)' regardless of | Kenneth R Westerback |
2011-04-15 | In days of yore one could arbitrarily whack buffer flags. Those days | Kenneth R Westerback |