Age | Commit message (Expand) | Author |
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 | Fixes acpidump on DL145 systems; method defined within another method | 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 |
2007-12-02 | Set expiry timestamp when importing a state, otherwise it expires on the | Christopher Pascoe |
2007-12-02 | DIOCADDSTATE would always dereference a NULL pointer during this copy | Christopher Pascoe |
2007-12-01 | Let apmless non-mp kernels compile, from chris@ | Miod Vallat |
2007-12-01 | zap trailing whitespace; | Jason McIntyre |
2007-12-01 | Don't be lazy in the locking in SYSCALL_DEBUG code. | Artur Grabowski |
2007-12-01 | fix typo, spotted by James J. Lippard | Jasper Lievisse Adriaanse |
2007-12-01 | fix makefile races. | Marc Espie |
2007-12-01 | Don't double attach serverworks subsidiary pci busses, introduced by | Theo de Raadt |
2007-12-01 | I was sure I had committed this already, grrrr. | Marc Espie |
2007-12-01 | relevant updates/fixes up to openssl-0.9.8g; | Jason McIntyre |
2007-11-30 | s/letoh16/htole16/ in iwn_send_sensitivity(). | Damien Bergamini |
2007-11-30 | new 4965AGN firmware: 4.44.1.20. | Damien Bergamini |
2007-11-30 | Fix msleep. | Owain Ainsworth |
2007-11-30 | Disestablish interrupts upon detach, | Mark Kettenis |
2007-11-30 | Make ppb(4) detachable. | Mark Kettenis |
2007-11-30 | Make pci(4) detachable. | Mark Kettenis |
2007-11-30 | Unbreak build. Also tested by jasper@. | Joel Sing |
2007-11-30 | skip the bad mapping checks for now, sigh | Theo de Raadt |
2007-11-30 | Simplify process header display logic a bit. From Mark Lumsden | Otto Moerbeek |
2007-11-30 | make mailer.conf(5) more visible. | Jason McIntyre |
2007-11-30 | Define IPL_VM on platforms which lack it. | Miod Vallat |
2007-11-30 | Skip the sanity test introduced in r1.50 on TI devices, as it gets triggered | Miod Vallat |
2007-11-30 | Define NORMAL_C_NOP everywhere. | Miod Vallat |