summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2009-12-03RM7000 processors with 64 TLB pairs instead of the usual 48 use an externalMiod Vallat
2009-12-02Zap trailing whitespace. From Brad.Stuart Henderson
2009-12-02no firmware on ramdisks; ok kettenisTheo de Raadt
2009-12-02IPL_IPI priority raised to IPL_IPI > IPL_HIGH for handling TLB shootdown.Takuya ASADA
2009-12-02use kstack for curprocpaddr instead of proc0paddr.Takuya ASADA
2009-12-01Fix the mixer interface for the CE4231 sound card found in Sun machines. Still aEdd Barrett
2009-12-01Don't claim to know about nehalem until we can be sureJonathan Gray
2009-12-01The MD ACPI PSS paths are using MSRs they shouldn't beJonathan Gray
2009-12-01regenJasper Lievisse Adriaanse
2009-12-01- add a whole bunch of more devices from dmesgsJasper Lievisse Adriaanse
2009-12-01- regenJasper Lievisse Adriaanse
2009-12-01- some more id's from dmesgsJasper Lievisse Adriaanse
2009-12-01Fix dmesg printing of error.Marco Peereboom
2009-12-01Mark disk as dirty when starting a write to it. Restores issuing ofKenneth R Westerback
2009-12-01properly handle all xs states that can be returned by an adapter in sd.David Gwynne
2009-12-01put the midlayer changes back in.David Gwynne
2009-12-01Change type of dva to u_int64_t to make mpii(4) compile on i386.Alexander Bluhm
2009-11-30Load firmware that is needed for accelerated X on Elite3D boards.Mark Kettenis
2009-11-30Add inline function to read %fprs.Mark Kettenis
2009-11-30Re-initialise the interface upon resume.Mark Kettenis
2009-11-30Crank __LDPGSZ from 4KB to 16KB, in preparation for a kernel page sizeMiod Vallat
2009-11-30KNFPaul Irofti
2009-11-30Bump up array size to prevent overflow when probing memoryCan Erkin Acar
2009-11-30regenJasper Lievisse Adriaanse
2009-11-30- add two devices found in dmesgsJasper Lievisse Adriaanse
2009-11-30Use the new Elfxx_Phdr check hook to prevent loading a kernel not compiledMiod Vallat
2009-11-30Allow the bootblocks to provide an optional Elfxx_Phdr check, and abort theMiod Vallat
2009-11-29Backout previous commit. There is a possible race which makes it possibleMark Kettenis
2009-11-29- add net80211, from Vladimir KirillovStuart Henderson
2009-11-29disable the isa wdc's because amd64 machines are much more likely toTheo de Raadt
2009-11-29disable the isa wdc's because amd64 machines are much more likely toTheo de Raadt
2009-11-29At suspend time there is no need for a fancy cr3 dance to decide ifTheo de Raadt
2009-11-29unbreak compilation on sparc64 with AUDIO_DEBUG definedAlexandre Ratchov
2009-11-29On any sensor the SENSOR_FINVALID flag indicates whether we are able toTheo de Raadt
2009-11-29Reload mtrr state on all CPUs after updates. Seems to speed up X on MPMark Kettenis
2009-11-29Send a powerdown command to L1 on IP35 if powerdown is requested.Miod Vallat
2009-11-29Merge in some tidying up bits from gem(4). From Brad.Mark Kettenis
2009-11-28Fix previous; pointed out by stsp@Mark Kettenis
2009-11-28Make sure we pass on DVACT_SUSPEND and DVACT_RESUME requests to our childrenMark Kettenis
2009-11-28missing #ifdef MULTIPROCESSOR protection around locking code.Miod Vallat
2009-11-27RegeneratePhilip Guenthe
2009-11-27Add setrdomain() and getrdomain() system calls. Committing now toPhilip Guenthe
2009-11-27Move MB_LEN_MAX into the machine-independent sys/limits.h header,Philip Guenthe
2009-11-27Add a signal for librthread to use for interthread ASTs for cancelationPhilip Guenthe
2009-11-27Convert thrsleep() to an absolute timeout with clockid to eliminate aPhilip Guenthe
2009-11-27Convert thrsigdivert to (almost) be sigtimedwait by adding siginfo_tPhilip Guenthe
2009-11-27Change threxit() to take a pointer to a pid_t to zero out from thePhilip Guenthe
2009-11-27ci->ci_curprocpaddr must initialized before cpu1 get into cpu_switchto().Takuya ASADA
2009-11-27typo in documentation; missing full stop.Igor Sobrado
2009-11-27atomic counter increment for SMP.Takuya ASADA