summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2007-05-31KNF, whitespace and comment rectification to make allKenneth R Westerback
2007-05-31use the right capitalization for `MBus'Igor Sobrado
2007-05-31convert to new .Dd format;Jason McIntyre
2007-05-31include files.bluetooth here; ok gwkUwe Stuehler
2007-05-31An SDIO Bluetooth driver, only initial bits and therefore not enabled yetUwe Stuehler
2007-05-31Add a comment so this is identical to the i386 versionTom Cosgrove
2007-05-31Make powernow-k8 on amd64 and i386 use the _PSS object from acpi toGordon Willem Klok
2007-05-31Standardize on -1 as the error return value forKenneth R Westerback
2007-05-31Be consistant and use b_cylinder when saving the cylinder number forKenneth R Westerback
2007-05-31extend the sun disklabel format to contain filesystem types. also,Theo de Raadt
2007-05-30Add support for iBook G4. -mojMats O Jansson
2007-05-30Q: How did _dmamap_sync() work before?Miod Vallat
2007-05-30Missed one minaddr initialization before invoking uvm_km_suballoc().Miod Vallat
2007-05-30More cpuinfo vs _KERNEL fallback.Miod Vallat
2007-05-30Make xlights(4) probe correctly on the Xserve G5, still does not correctGordon Willem Klok
2007-05-30Pull out the ELF loadfile pieces from the standalone libraries, so thatTom Cosgrove
2007-05-29Improve copyinstr and copyoutstr by erroring out when the userlandTom Cosgrove
2007-05-29Improve copyinstr and copyoutstr by performing the check againstTom Cosgrove
2007-05-29only the i810 is known to be needed for agp, reduce driver set to just thatTed Unangst
2007-05-29Make use of struct wsmouse_calibcoords and add ioctl supportRobert Nagy
2007-05-29add support for core cpu temperature sensors.Ted Unangst
2007-05-29s/entrace/entrance (not obvious that the code was cut/paste =)Jason Wright
2007-05-29start of dumpconf() unification, which one day we can pray will be MITheo de Raadt
2007-05-29Panic if the locker is self.Dale Rahn
2007-05-29Die Die Die wt.Kenneth R Westerback
2007-05-29take a lot more stuff out of userland namespace (sysctl cared about ksensor u...Theo de Raadt
2007-05-29Remove trapwrite(), which was only used by 80386.Tom Cosgrove
2007-05-29Remove support for 80386 processors. Apologies if you have one ofTom Cosgrove
2007-05-29Use atomic operations to operate on netisr, instead of clearing it at splhigh.Miod Vallat
2007-05-29TAILQ_LAST takes two arguments.Pierre-Yves Ritschard
2007-05-29use the right capitalization for `SBus'Igor Sobrado
2007-05-29use the right capitalization for `MBus' and `SBus'Igor Sobrado
2007-05-29use the right capitalization for `MBus'Igor Sobrado
2007-05-29Add global variable apm_attached, machine dependant probe routine for ACPIGordon Willem Klok
2007-05-29forgot to move to using shared boot.cTheo de Raadt
2007-05-29theo says degrees is spelled degreesTed Unangst
2007-05-29code typoTheo de Raadt
2007-05-29typoTheo de Raadt
2007-05-29put the temperature msr in line with the othersTed Unangst
2007-05-29Some improvements for better intel cpu support.Ted Unangst
2007-05-29Updated disklabel format to support larger disks and partitions. WeOtto Moerbeek
2007-05-29Refactor readdisklabel() to ensure there is a single point of return, inKenneth R Westerback
2007-05-29Add led(4).Mark Kettenis
2007-05-29New driver for front panel LEDs on the V215/245.Mark Kettenis
2007-05-29Fix compilation of kernels without I686_CPU: piixpcib is alwaysTom Cosgrove
2007-05-29Remove a debugging printf left behind by accident.Artur Grabowski
2007-05-29PMAP_STEAL_MEMORY for amd64Artur Grabowski
2007-05-29Add a name argument to the RWLOCK_INITIALIZER macro.Thordur I. Bjornsson
2007-05-29remove support for many alternative kernel choices -- only try /bsd andTheo de Raadt
2007-05-28Revert accidental commit of acpi enabling. don't do that yet.Bob Beck