Age | Commit message (Expand) | Author |
2011-07-08 | When reading dos labels use DOS_LABELSECTOR and don't use LABELOFFSET. For al... | Kenneth R Westerback |
2011-07-06 | On those archs that read their disk (vs iso/udf) disklabels exclusively | Kenneth R Westerback |
2011-07-05 | Recommit the reverted sigacts change now that the NFS use-after-free | Philip Guenthe |
2011-07-04 | Nuke the useless D_KQFILTER flag and just check that d_kqfilter is | Nicholas Marriott |
2011-07-02 | kqueue attach functions should return an errno or 0, not a plain 1. Fix | Nicholas Marriott |
2011-06-24 | machdep.kbdreset enables a shutdown by Ctrl-Alt-Del on amd64 and | Christian Weisgerber |
2011-06-23 | Fix the error path in bus_dmamem_map. | Ariane van der Steldt |
2011-06-05 | Move the bufcachepercent setting code to MI locations -- set it to 42% | Theo de Raadt |
2011-05-25 | Also enclose variable names with external linkage in __BEGIN_DECLS. | Martynas Venckus |
2011-05-21 | Add pci_intr_map_msi() stub. | Mark Kettenis |
2011-05-14 | Fix arguments to pool_init: want alignment of L2_TABLE_SIZE_REAL at | Matthew Dempsky |
2011-04-28 | Expose pmap_prefer parameters. | Ariane van der Steldt |
2011-04-28 | fenv improvements and cleanups | Martynas Venckus |
2011-04-24 | fenv for arm | Martynas Venckus |
2011-04-18 | Revert the sigacts diff: NFS can apparently retain pointers to processes | Philip Guenthe |
2011-04-16 | Use 'CLR(<buf>->b_flags, B_READ | B_WRITE | B_DONE)' regardless of | Kenneth R Westerback |
2011-04-16 | another variable left after a commit | Theo de Raadt |
2011-04-15 | In days of yore one could arbitrarily whack buffer flags. Those days | Kenneth R Westerback |
2011-04-15 | Correct the sharing of the signal handling state: stuff that should | Philip Guenthe |
2011-04-07 | Make sure the ALIGN() macro uses u_long on all platforms for consistency, and | Miod Vallat |
2011-04-07 | Do not use NULL in integer comparisons. No functional change. | Miod Vallat |
2011-04-06 | The various read*label() have stopped returning error strings for quite | Miod Vallat |
2011-04-03 | Move PPWAIT flag from struct proc to process, so that rthreads in | Philip Guenthe |
2011-03-23 | Normalize sentinel. Use _MACHINE_*_H_ and _<ARCH>_*_H_ properly and consitently. | Paul Irofti |
2011-03-17 | - recognize OMAP3630/DM3730, as found in the beagleboard xM | Jasper Lievisse Adriaanse |
2011-03-11 | Use _MACHINE_ENDIAN_H_ for this is The Right Thing To Do. | Paul Irofti |
2011-03-02 | Change va_arg and va_end definitions from object-like macros to | Matthew Dempsky |
2011-02-26 | Force the DUID cache used to generate hw.disknames to be updated | Kenneth R Westerback |
2011-01-14 | - use nitems() | Jasper Lievisse Adriaanse |
2011-01-04 | Use pmap_uncache_page() to alter cacheability of pages in bus_dmamem_map() | Miod Vallat |
2011-01-04 | Introduce pmap_uncache_page(), created from the guts of pmap_kenter_cache() | Miod Vallat |
2010-12-26 | Kill pmap_phys_address(), and force every driver's mmap() routine to return | Miod Vallat |
2010-12-21 | Convert netisr to a normal soft interrupt instead of hanving MD code | Claudio Jeker |
2010-12-15 | oops, i forgot to check in the BRKSIZ define in uvm, but deraadt thinks | Ted Unangst |
2010-12-06 | Change the signature of PMAP_PREFER from void PMAP_PREFER(..., vaddr_t *) to | Miod Vallat |
2010-12-06 | - remove unused/commented COMPAT_LINUX stuff | Jasper Lievisse Adriaanse |
2010-12-04 | Introduce a new pci routine, pci_conf_size(), which returns the size of a | Miod Vallat |
2010-11-28 | Remove inapplicable or no longer used cdevsw[] entries and macros. | Miod Vallat |
2010-11-28 | This file redefines the IRQdisable and IRQenable macros, but never uses them, | Miod Vallat |
2010-11-28 | Get rid of machdep.debug, machdep.booted_device and machdep.booted_kernel | Miod Vallat |
2010-11-27 | Rework the way saved registers are displayed in arm backtraces, to yield a | Miod Vallat |
2010-11-27 | Get rid of the global pmap list and related debug code. While there, merge | Miod Vallat |
2010-11-27 | Remove ddb single-step load and store counters. Most platforms do not | Miod Vallat |
2010-11-26 | Oops, removed a few lines too many in previous change. | Miod Vallat |
2010-11-22 | Remove old pcons leftover defines. | Miod Vallat |
2010-11-22 | Remove unused VM_MAX_KERNEL_BUF define. | Miod Vallat |
2010-11-20 | This is a first step towards getting rid of avail_start and avail_end in the | Miod Vallat |
2010-11-20 | Do not attempt to include <machine/psl.h> when including this file from | Miod Vallat |
2010-11-19 | miscellanous->miscellaneous | Miod Vallat |
2010-09-28 | Implement a per-cpu held mutex counter if DIAGNOSTIC on all non-x86 platforms, | Miod Vallat |