summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2010-06-30Make this compile after TTYHOG definition change (but the logic should be fixedMiod Vallat
2010-06-30Remove #ifdef CRYPTO. config will do this for us.Thordur I. Bjornsson
2010-06-30get rid of a few c++ comments and a few spacing nitsThordur I. Bjornsson
2010-06-30remove two useless defines.Thordur I. Bjornsson
2010-06-30change a pair of timeout_add calls to timeout_add_{,m}secBret Lambert
2010-06-29make the xcrypt match the jsg code in opensslTheo de Raadt
2010-06-29Add support for mapping ACPI to PCI devicesJordan Hargrave
2010-06-29Add missing include.Joel Sing
2010-06-29Don't use SUBDIR to traverse tags builds, but punt them straight toTheo de Raadt
2010-06-29aesni, a driver for the crypto framework, similar to theThordur I. Bjornsson
2010-06-29In the boot blocks, stop assuming we have a 1:1 mapping of low physicalMiod Vallat
2010-06-29During kernel bootstrap, stop assuming the kernel image has been loaded inMiod Vallat
2010-06-29There is absolutely no need to double map DVMA addresses into the kernel addressMiod Vallat
2010-06-29Rework cypress cpu cache setup, and enable writeback mode. Adapted fromMiod Vallat
2010-06-29fpu_kernel_{enter,exit}; Functions to allow the use ofThordur I. Bjornsson
2010-06-29Shrink struct scsi_sense_data and thus the sense member of scsi_xfer,Kenneth R Westerback
2010-06-29Shave off some instructions:Jasper Lievisse Adriaanse
2010-06-29Remove COMPAT_HPUX. No one wanted to support it and its fewmets werePhilip Guenthe
2010-06-29COMPAT_ULTRIX is not used, time to retire it. ok deraadt miodTed Unangst
2010-06-29Ansify function declarations.Joel Sing
2010-06-29Factor out code used to save and flushe process FPU context.Joel Sing
2010-06-29Store pointer to process FPU state in struct cpu_info.Joel Sing
2010-06-28Ah, this will not help the netboot caseTheo de Raadt
2010-06-28Remove all adapter-specific 'struct scsi_device's. They are never used. FirstKenneth R Westerback
2010-06-28Change MAXDSIZ and MAXSSIZ to more reasonable values for a 64-bit architecture.Mark Kettenis
2010-06-28Allow tty drivers to request larger buffers at attach time using aTheo de Raadt
2010-06-28Move uvm_km_pages struct declaration and watermark bounds to uvm_km.h, soMiod Vallat
2010-06-27More include necessary after <sys/user.h> inclusion removalMiod Vallat
2010-06-27Disable uguru(4). Its probe touches an address used by something else on theMark Kettenis
2010-06-27dont have duplicate xxx @ scsibus lines (even if commented).Dale Rahn
2010-06-27Mark the PXE boot device as "netboot" even if we do not containTheo de Raadt
2010-06-27If you include <uvm/uvm.h>, you do not need to include any other <uvm/uvm_foo.h>Miod Vallat
2010-06-27one more include shuffleMiod Vallat
2010-06-27Bunch of include adjustements to restore compilability.Miod Vallat
2010-06-27back out for duplicate declarations sprinkled by viking raidersDale Rahn
2010-06-27make zaurus kernel link again after viking raiders sprinkled duplicate declar...Bob Beck
2010-06-27make sparc compile again after tag team viking/guenther breakage.Bob Beck
2010-06-27unbreak alpha kernel build after recent viking pillaging.Bob Beck
2010-06-27Add the TPOFF* and DTP{MOD,OFF}* definitions that ld.so will need forPhilip Guenthe
2010-06-27uvm constraints. Add two mandatory MD symbols, uvm_md_constraintsThordur I. Bjornsson
2010-06-27Use a mutex to make atomic operations atomic on multiprocessor kernels.Joel Sing
2010-06-26Allow processes to be scheduled onto secondary CPUs.Joel Sing
2010-06-26Don't #include <sys/user.h> into files that don't need the stuffPhilip Guenthe
2010-06-26Add GENERIC.MP.Joel Sing
2010-06-26Don't try to halt an AP if holding sched_lock since that causes hangsMike Larkin
2010-06-26Fix 100% interrupt usage on amd64 MP resume.Mike Larkin
2010-06-26xs->cmd[n] doesn't mean the n'th byte, because xs->cmd is a structKenneth R Westerback
2010-06-26Do not store curcpu() in syscall and trap handlers since we can go toJoel Sing
2010-06-26Avoid a potential race when unlocking a mutex.Joel Sing
2010-06-24The new AMD Opteron CPUs have up to 4 HyperTransport links instead of 3.Mark Kettenis