summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
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
2007-11-30Define NORMAL_C_NOP everywhere.Miod Vallat
2007-11-29unbreak the zaurus kernel build by adding a missing headerTodd T. Fries
2007-11-29repair case of agp & subsidiary busses; ok kettenisTheo de Raadt
2007-11-29outdated commentTheo de Raadt
2007-11-29needs at least S definedTheo de Raadt
2007-11-29use a working mutex for the freepage list. ok art deraadtTed Unangst
2007-11-28oga just showed the worst case of "commit and run for beer" i've everTheo de Raadt
2007-11-28Initial import of the DRM (direct rendering manager).Owain Ainsworth
2007-11-28Add msleep. This is identical to tsleep but it takes a mutex as aOwain Ainsworth
2007-11-28Garbage collect sparc_cas() and sparc_casx(). We have equivalent functionsMark Kettenis
2007-11-28Don't complain about removing wired pages; this is expected to happen withMark Kettenis