Age | Commit message (Expand) | Author |
2012-04-18 | not (unsigned); ok henning | Theo de Raadt |
2012-04-18 | undo an error introduced by myself in previous; | Jason McIntyre |
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-18 | backout non-portable code | Theo de Raadt |
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 | Enable multi-threaded debugging on sparc64. | Mark Kettenis |
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 | Remove "#define _POSIX_THREADS" line before include <pthread.h>. | Miod Vallat |
2012-04-17 | typo | Theo de Raadt |
2012-04-17 | Do not disable the stack protector by default anymore. | Miod Vallat |
2012-04-17 | Explicitely request -fno-stack-protector on sh when building the unwinder, | Miod Vallat |
2012-04-17 | this error message was impossible to understand without the source code. | Marc Espie |
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-16 | Don't attempt to mmap 0-length bss. | Miod Vallat |
2012-04-16 | add missing header needed by str* and mem* functions | Charles Longeau |
2012-04-16 | supplementary code for Samples | Marc Espie |
2012-04-16 | use explicit pattern to avoid huge results from pkg_locate we will | Marc Espie |
2012-04-16 | display truely unknown stuff first | Marc Espie |
2012-04-16 | new glue: figure out how to install pkglocatedb on our own (if not | Marc Espie |
2012-04-15 | sync | Miod Vallat |
2012-04-15 | Create a new resolver for each thread. It will be done differently | Eric Faurot |
2012-04-15 | calling getnameinfo here is a bad idea. use inet_ntop. | Eric Faurot |
2012-04-15 | Use the proper symbol name for __guard in the workaround for the | Miod Vallat |
2012-04-15 | Overhaul hpc child device attachments: | Miod Vallat |
2012-04-15 | Define symbolic constants for the interrupt controller pin assignments on | Miod Vallat |
2012-04-15 | Declare most imc bus_space(9) methods in a visible header; this will be used | Miod Vallat |
2012-04-15 | Provide an hpc_intr_establish() function for hpc subdevices, so they don't | Miod Vallat |
2012-04-15 | If the dma-usable area changes after autoconf, recompute the buffer count and | Miod Vallat |
2012-04-15 | Tell Indy and Challenge S apart. | Miod Vallat |
2012-04-15 | Add option EISAVERBOSE to IP22 kernels | Miod Vallat |
2012-04-15 | Move the check for a <0 number of process display_lines to a better place. | lum |
2012-04-15 | tweak previous; | Jason McIntyre |
2012-04-15 | Call this mandoc 1.12.1. | Ingo Schwarze |
2012-04-15 | Clean up code a bit by pushing warnings into a WARNING macro; from kristaps@. | Ingo Schwarze |
2012-04-15 | when using aliases, the *real* delivery user is not set on expand nodes | Gilles Chehade |