Age | Commit message (Expand) | Author |
2012-04-25 | Use explicit_bzero() for clearing key material. | Matthew Dempsky |
2012-04-24 | Minor tweaks: | Miod Vallat |
2012-04-24 | Pour even more smarts into the GIO device identification code, to the point | Miod Vallat |
2012-04-24 | Harvest some low-hanging fruit in thu R5k/RM7k cache routines: | Miod Vallat |
2012-04-24 | Add support for wired mappings, using the last unused bit in the PTE. | Miod Vallat |
2012-04-24 | Introduce a #define for the number of PFN bits in a pte, to be used in the | Miod Vallat |
2012-04-24 | In sosend() for AF_UNIX control message sending, correctly calculate | Theo de Raadt |
2012-04-23 | When handling SIGFPE, do the `advance pc if exception is a fault (as opposed | Miod Vallat |
2012-04-23 | Don't leak mbufs when bind() on a PF_UNIX socket fails. | Matthew Dempsky |
2012-04-22 | Test vendor against cpu_vendor instead of calling CPUID, this matches | Christiano F. Haesbaert |
2012-04-22 | Remove redundant returns from functions returning void. Wrap return | YASUOKA Masahiko |
2012-04-22 | VT6410 and VT6415 controllers do not implement the `channel enable' register, | Miod Vallat |
2012-04-22 | Add struct proc * argument to FRELE() and FILE_SET_MATURE() in | Philip Guenthe |
2012-04-22 | Reset t_column to 0 when initializing a tty. | Matthew Dempsky |
2012-04-21 | Fix math in previous. Oops. | Miod Vallat |
2012-04-21 | Round the reserved memory size up when printing it in MB units | Miod Vallat |
2012-04-21 | Remove long dead prototypes. | Miod Vallat |
2012-04-21 | Correct a wrong comment. | Miod Vallat |
2012-04-21 | Rework the signature of the cache handling routines again. It makes more sense | Miod Vallat |
2012-04-19 | shrink | Theo de Raadt |
2012-04-19 | Slightly tweak the emulation mode colormap to have fit in 4:8:4 instead of | Miod Vallat |
2012-04-19 | Print the currently active ASID in `machine tlb' ddb command. | Miod Vallat |
2012-04-19 | Be sure to update the currently active ASID in pmap_activate() if invoked on | Miod Vallat |
2012-04-19 | missing ; | Theo de Raadt |
2012-04-19 | Backout misplaced optimization in vmmap. | Ariane van der Steldt |
2012-04-18 | Split the existing impact@xbow attachment into generic impact routines, and | Miod Vallat |
2012-04-18 | Don't attach a wsdisplay if not the console device, for part of the device | Miod Vallat |
2012-04-18 | regen | Miod Vallat |
2012-04-18 | Apparently, the Indigo 2 Impact GIO boards finally provide a real GIO ID | Miod Vallat |
2012-04-18 | Put decent prefixes in the symbolic constants for GIO IDs in the generated | Miod Vallat |
2012-04-18 | One more routine needed to cope for CTS and DCD being inverted on IP20. | Miod Vallat |
2012-04-18 | Driver for the GR2 family of frame buffers (Elan, XZ...). Based upon the | Miod Vallat |
2012-04-18 | Do not mistake GR2 boards for GIO boards, as what could be a GIO product | Miod Vallat |
2012-04-18 | Reading the IMC bus arbitration register is not reliable, at least on IP20, | Miod Vallat |
2012-04-17 | Make it optional for kvm_getprocs() (and related sysctl) to return | Paul Irofti |
2012-04-17 | Drivers for the SGI Indigo serial keyboard and mouse (not PS/2 devices). | Miod Vallat |
2012-04-17 | uvmspace_exec: Remove disfunctional "optimization". | Ariane van der Steldt |
2012-04-17 | Don't try to cache the CPU's FS.base, as userland can make it a lie by | Philip Guenthe |
2012-04-17 | Driver for the ``Entry'' LG1 frame buffer found on low-range Indigo systems | Miod Vallat |
2012-04-17 | panel@hpc: driver for the power button on IP22/IP24, and the volume buttons | Miod Vallat |
2012-04-17 | Infrastructure to allow an interrupt handler to request its interrupt to be | Miod Vallat |
2012-04-17 | Add sgi_cpuspeed() setting HW_CPUSPEED sysctl node. Tested on SGI Fuel. | Landry Breuil |
2012-04-17 | Add type numbers for upcoming sgi work, forgotten during newport(4) import. | Miod Vallat |
2012-04-17 | Output interrupts are raised when the uart is ready for output, which | Alexandre Ratchov |
2012-04-16 | Drivers for the Indy and Indigo 2 PS/2 keyboard ports, and the ``Newport'' | Miod Vallat |
2012-04-16 | Improve the way frame buffers are probed to reduce (and hopefully avoid) | Miod Vallat |
2012-04-16 | Move proc0 and trap handler setup before consinit(), but still wait for the | Miod Vallat |
2012-04-16 | Move OpenGL {logic,raster}ops defines to a separate file, to avoid duplicating | Miod Vallat |
2012-04-16 | Fix struct arc_param_blk_* layout to not embed pointers, as this messes the | Miod Vallat |
2012-04-15 | Overhaul hpc child device attachments: | Miod Vallat |