Age | Commit message (Expand) | Author |
2007-12-05 | Make sure newer adapters are not in powerdown mode. | Jonathan Gray |
2007-12-05 | Revert change which seems to break things like dhclient. Requested by | Kenneth R Westerback |
2007-12-04 | Work in progress SMP code for 88110 processor using the BusSwitch chip as | Miod Vallat |
2007-12-04 | sync | Theo de Raadt |
2007-12-04 | new device; graeme@omni.net.au | Theo de Raadt |
2007-12-04 | Correctly set the stack pointer of a secondary processor to the end | Miod Vallat |
2007-12-04 | disable uticom until we receive one | Theo de Raadt |
2007-12-04 | Remove remains of the idle pcb/stack. | Mark Kettenis |
2007-12-04 | expresscard ral(4) rt2860 now can attach and detach correctly | Theo de Raadt |
2007-12-04 | Make puc(4) detachable. | Mark Kettenis |
2007-12-04 | 1500 is a 'magic number' in the protocol that all implementations | Claudio Jeker |
2007-12-04 | Always compare the nexthop if one is specified even if it is a non-multipath | Claudio Jeker |
2007-12-04 | fix out of partition/memory bounds access when accessing blocks at the tail | Otto Moerbeek |
2007-12-04 | Some ExpressCard cards have old PCI devices and a PCIe-PCI bridge. | Mark Kettenis |
2007-12-04 | In double_reg_fixup(), do not rely on tf_r[0] being zero. | Miod Vallat |
2007-12-04 | Better cache routines for 88410, will only flush in pages instead of | Miod Vallat |
2007-12-04 | Program the abort interrupt source correctly. | Miod Vallat |
2007-12-04 | Improve setregs() so that it performs the equivalent of the first two | Miod Vallat |
2007-12-04 | Faster splassert_check() | Miod Vallat |
2007-12-04 | Fix userland vs system test in errata #16 handling. | Miod Vallat |
2007-12-03 | Check for G channels before B when setting the (eeprom) mode. | Federico G. Schwindt |
2007-12-03 | set the value before freeing the result; marco@ ok. | Federico G. Schwindt |
2007-12-02 | Sync | Kenneth R Westerback |
2007-12-02 | Add Radeon Mobility M10 NT, as seen on his T42p by Alexander Holupirek, who | Kenneth R Westerback |
2007-12-02 | One last missing IPL_VM. | Miod Vallat |
2007-12-02 | Added AMLOP_BREAKOPINT function handler for X40 systems | Jordan Hargrave |
2007-12-02 | fix the trailing space for real now. | Federico G. Schwindt |
2007-12-02 | Rework mmu initialization so that we do not actually enable translation | Miod Vallat |
2007-12-02 | Do not take biglock for NOLOCK system calls. | Miod Vallat |
2007-12-02 | Only check for errata #16 for instruction faults. | Miod Vallat |
2007-12-02 | Add a workaround for the MVME197LE reset issue when not system controller. | Miod Vallat |
2007-12-02 | Remove 88110 control registers accessors which are never used anywhere. | Miod Vallat |
2007-12-02 | The beginning of a real floating-point exception handler for the 88110. The | Miod Vallat |
2007-12-02 | Do not pass UPAGES and USPACE (under the name USIZE) in assym.h, code which | Miod Vallat |
2007-12-02 | Since the 88110 doesn't disable the FPU when handling an exception (and does | Miod Vallat |
2007-12-02 | Better inline assembler constructs. | Miod Vallat |
2007-12-02 | Sort and clean definitions. No functional changes. | Miod Vallat |
2007-12-02 | When setting up the vectors page, do not put a nop as the first instruction | Miod Vallat |
2007-12-02 | Provide faster bcopy() and bzero() routines for pmap_copy_page() and | Miod Vallat |
2007-12-02 | Provide a specific rw_cas() function for MP kernels, simulating a really | Miod Vallat |
2007-12-02 | Rework the __mp_lock code to not spin at spllock(), kinda similar to the | Miod Vallat |
2007-12-02 | Change DAE processing so that the C code no longer needs the EF_xxx defines | Miod Vallat |
2007-12-02 | avoid trailing spaces on output; marco@ ok. | Federico G. Schwindt |
2007-12-02 | spelling fix in debug printf | Robert Nagy |
2007-12-02 | Put back some of the handling for writes to the GATT on intel | Owain Ainsworth |
2007-12-02 | DIOC{GET,ADD}STATE incorrectly use a user provided pointer without using | Christopher Pascoe |
2007-12-02 | When pf_insert_state state succeeds, increase the state count on the | Christopher Pascoe |
2007-12-02 | initialize altq->altq_disc to NULL, from Max Laier | Daniel Hartmeier |
2007-12-02 | Don't put state key if pf_insert_state fails. pf_detach_state would have | Christopher Pascoe |
2007-12-02 | Don't leak state if key allocation fails during add. | Christopher Pascoe |