summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2007-12-04In double_reg_fixup(), do not rely on tf_r[0] being zero.Miod Vallat
2007-12-04Better cache routines for 88410, will only flush in pages instead ofMiod Vallat
2007-12-04Program the abort interrupt source correctly.Miod Vallat
2007-12-04Improve setregs() so that it performs the equivalent of the first twoMiod Vallat
2007-12-04Faster splassert_check()Miod Vallat
2007-12-04Fix userland vs system test in errata #16 handling.Miod Vallat
2007-12-03Check for G channels before B when setting the (eeprom) mode.Federico G. Schwindt
2007-12-03set the value before freeing the result; marco@ ok.Federico G. Schwindt
2007-12-02SyncKenneth R Westerback
2007-12-02Add Radeon Mobility M10 NT, as seen on his T42p by Alexander Holupirek, whoKenneth R Westerback
2007-12-02One last missing IPL_VM.Miod Vallat
2007-12-02Added AMLOP_BREAKOPINT function handler for X40 systemsJordan Hargrave
2007-12-02fix the trailing space for real now.Federico G. Schwindt
2007-12-02Rework mmu initialization so that we do not actually enable translationMiod Vallat
2007-12-02Do not take biglock for NOLOCK system calls.Miod Vallat
2007-12-02Only check for errata #16 for instruction faults.Miod Vallat
2007-12-02Add a workaround for the MVME197LE reset issue when not system controller.Miod Vallat
2007-12-02Remove 88110 control registers accessors which are never used anywhere.Miod Vallat
2007-12-02The beginning of a real floating-point exception handler for the 88110. TheMiod Vallat
2007-12-02Do not pass UPAGES and USPACE (under the name USIZE) in assym.h, code whichMiod Vallat
2007-12-02Since the 88110 doesn't disable the FPU when handling an exception (and doesMiod Vallat
2007-12-02Better inline assembler constructs.Miod Vallat
2007-12-02Sort and clean definitions. No functional changes.Miod Vallat
2007-12-02When setting up the vectors page, do not put a nop as the first instructionMiod Vallat
2007-12-02Provide faster bcopy() and bzero() routines for pmap_copy_page() andMiod Vallat
2007-12-02Provide a specific rw_cas() function for MP kernels, simulating a reallyMiod Vallat
2007-12-02Rework the __mp_lock code to not spin at spllock(), kinda similar to theMiod Vallat
2007-12-02Change DAE processing so that the C code no longer needs the EF_xxx definesMiod Vallat
2007-12-02avoid trailing spaces on output; marco@ ok.Federico G. Schwindt
2007-12-02spelling fix in debug printfRobert Nagy
2007-12-02Put back some of the handling for writes to the GATT on intelOwain Ainsworth
2007-12-02DIOC{GET,ADD}STATE incorrectly use a user provided pointer without usingChristopher Pascoe
2007-12-02When pf_insert_state state succeeds, increase the state count on theChristopher Pascoe
2007-12-02initialize altq->altq_disc to NULL, from Max LaierDaniel Hartmeier
2007-12-02Don't put state key if pf_insert_state fails. pf_detach_state would haveChristopher Pascoe
2007-12-02Don't leak state if key allocation fails during add.Christopher Pascoe
2007-12-02Set expiry timestamp when importing a state, otherwise it expires on theChristopher Pascoe
2007-12-02DIOCADDSTATE would always dereference a NULL pointer during this copyChristopher Pascoe
2007-12-01Let apmless non-mp kernels compile, from chris@Miod Vallat
2007-12-01Don't be lazy in the locking in SYSCALL_DEBUG code.Artur Grabowski
2007-12-01Don't double attach serverworks subsidiary pci busses, introduced byTheo de Raadt
2007-11-30s/letoh16/htole16/ in iwn_send_sensitivity().Damien Bergamini
2007-11-30Fix msleep.Owain Ainsworth
2007-11-30Disestablish interrupts upon detach,Mark Kettenis
2007-11-30Make ppb(4) detachable.Mark Kettenis
2007-11-30Make pci(4) detachable.Mark Kettenis
2007-11-30Unbreak build. Also tested by jasper@.Joel Sing
2007-11-30skip the bad mapping checks for now, sighTheo de Raadt
2007-11-30Define IPL_VM on platforms which lack it.Miod Vallat
2007-11-30Skip the sanity test introduced in r1.50 on TI devices, as it gets triggeredMiod Vallat