Age | Commit message (Expand) | Author |
2012-04-06 | Put raidframe in the attic. | Joel Sing |
2012-04-06 | tedu the raidframe. | Joel Sing |
2012-04-06 | ruadd() does the summing of system and user times, so doing so again | Philip Guenthe |
2012-04-05 | In the neverending tradition of never making things simple, SGI used 1940 as | Miod Vallat |
2012-04-05 | Bail out of bus_dmamap_sync() earlier in the non-PREWRITE cases on TGT_COHERENT | Miod Vallat |
2012-04-05 | Lower ZS_DELAY() back to what it was, but issue a bus_space_barrier() after | Miod Vallat |
2012-04-05 | Add an explicit bus_space_barrier() function for revision 3 hpc, which has a | Miod Vallat |
2012-04-05 | DMA descriptors only need to be aligned on 8-byte boundaries, and the struct | Miod Vallat |
2012-04-05 | regen | Jonathan Gray |
2012-04-05 | add some devices found on a r720 | Jonathan Gray |
2012-04-05 | As it was made evident by Olaf 'Rhialto' Seibert in the NetBSD PR 34583, | Mike Belopuhov |
2012-04-04 | Make sure that identifycpu() is run only once; fixes occasional | Mike Belopuhov |
2012-04-04 | SCM_CREDS can go away, since everything uses the newer APIs. | Theo de Raadt |
2012-04-04 | pipex hook in udp_usrreq() mistakenly assumed that `inp' is connected. | YASUOKA Masahiko |
2012-04-03 | After suspend/resume, reload the firmware. Skip firmware on | Theo de Raadt |
2012-04-03 | Uncomment eisa0 attachment. People can then complain about their boards not | Miod Vallat |
2012-04-03 | Default DMA-reachable address constraints to the whole address space, and | Miod Vallat |
2012-04-03 | regen | Miod Vallat |
2012-04-03 | Do not turn keypad delete key into the other delete key when creating the | Miod Vallat |
2012-04-03 | Fix kernel compilation with pf but without pfsync pseudo-device by | Mike Belopuhov |
2012-04-03 | According to the RFC 2460 and RFC 5095, ICMP Parameter Problem, Code 0 | Mike Belopuhov |
2012-04-03 | bail if redirect destination is not unicast before doing other | Mike Belopuhov |
2012-04-02 | EISA bus attachment glue for Indigo 2 systems. Currently only tested with | Miod Vallat |
2012-04-01 | Fix merge botch when porting this from NetBSD; we don't need to disable the | Miod Vallat |
2012-04-01 | Increase delay between chip register accesses. Fixes the console freeze during | Miod Vallat |
2012-04-01 | make this work on big endian archs again, broken in the last commit. | Jonathan Gray |
2012-03-31 | Some whitespace/paren tweaks. Rename the mbr testing variable from | Kenneth R Westerback |
2012-03-31 | softintr_establish() takes IPL_xxx, not SI_xxx (harmless here since they turned | Miod Vallat |
2012-03-30 | Expand the panic to show the malloc type and size. Okay deraadt@. | Paul Irofti |
2012-03-30 | actually store the result of the pmtu-route lookup. otherwise we | Markus Friedl |
2012-03-30 | If the MIDI UART is not ready for output, don't spin at IPL_CLOCK; | Alexandre Ratchov |
2012-03-29 | Put more smarts into the limited bootblocks brain; they will now happily | Miod Vallat |
2012-03-29 | Link IP22 kernels at 8MB rather than 1MB, to prevent bsd.rd from overlapping | Miod Vallat |
2012-03-29 | Missing #ifdef in previous diff | Mike Larkin |
2012-03-29 | Prevent hibernation attempts on machines with unsupported disk controllers. | Mike Larkin |
2012-03-28 | guenther notes that s_pid must also move to match | Theo de Raadt |
2012-03-28 | regen | Miod Vallat |
2012-03-28 | Work in progress support for the SGI Indigo, Indigo 2 and Indy systems | Miod Vallat |
2012-03-28 | Allow dma map boundary smaller than the kernel page size to work in | Miod Vallat |
2012-03-28 | Yet another ioctl-related pid value. Should be the master of the | Theo de Raadt |
2012-03-28 | pfkey needs some p_p->ps_pid too. OK deraadt@ guenther@ | Claudio Jeker |
2012-03-28 | Another pid that needs to be the process pid and not the thread one. | Claudio Jeker |
2012-03-28 | More p_pid to p_p->ps_pid updates. OK deraadt@, guenther@ | Claudio Jeker |
2012-03-28 | Use p_p->ps_pid as pid in the route header instead of the thread pid. Give | Claudio Jeker |
2012-03-28 | The kinfo_file2 structure's f_wbytes member was being filled with the | Philip Guenthe |
2012-03-28 | Take some additional steps needed to make the PHY on EC Ultra/8056 | Jonathan Gray |
2012-03-27 | fix indentation | Theo de Raadt |
2012-03-27 | only attempt to calculate bus_clock if we can't get tables from acpi | Jonathan Gray |
2012-03-27 | Make the bus_clock calculations happen later in the boot process so | Jonathan Gray |
2012-03-27 | Implement the AMD suggested workaround for family 10h & 12h errata 721 | Jonathan Gray |