summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
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
2007-05-28bob missed a file, zap zapTed Unangst
2007-05-28Maintaining a broken compatibility layer for a broken OS is not a productiveBob Beck
2007-05-28bio for all archs, ok krw@ kettenis@ sounds good marco@ go for it deraadt@Todd T. Fries
2007-05-28avoid bypassing sys/queue.h in many places in the kernel.Pierre-Yves Ritschard
2007-05-28Move the MSIZE, MCLSHIFT, MCLBYTES and the MCLOFSETThordur I. Bjornsson
2007-05-28Flush pmap from tlb before freeing it. Makes Core2Duo boxes moreKenneth R Westerback
2007-05-28Fix comparison between signed and unsigned integer. Makes the randomMark Kettenis
2007-05-28pcn(4) works hereMartin Reindl
2007-05-28Remove #wt0 lines.Kenneth R Westerback
2007-05-28Remove the Archive/Wangtek cartidge tape driver, wt(4). All tapes areKenneth R Westerback
2007-05-27be more agressive on invalidation; perform invalidates on load* and unloadJason Wright
2007-05-27Locore UP can use the same code as MULTIPROCESSOR to access the GDTTom Cosgrove
2007-05-27We don't need to special-case access to the GDT for UP or MP, sinceTom Cosgrove
2007-05-27remove two TODO items:Jason Wright
2007-05-27add pmap_(un)map_nc_direct() macro's to match the non-nc versionsJason Wright
2007-05-27pagemove() is no longer used.Miod Vallat
2007-05-27Unbreak cdboot and pxeboot machine memory +/-; bad mpf@.Tom Cosgrove
2007-05-27We can now access curcpu() members through %fs instead of doing itArtur Grabowski
2007-05-27Make sure the minaddr hint for uvm_km_suballoc() calls is always initialized.Miod Vallat
2007-05-27Dynamically allocate irq's for pci devices on elroy(4).Mark Kettenis
2007-05-27implement WSDISPLAYIO_GETSUPPORTEDDEPTHS. ok miod@ uwe@Matthieu Herrb
2007-05-27shrink the kernel for code that shouldn't be used anyway, ok kettenis@Dale Rahn
2007-05-27Move powerpc to vm_page_md, 'throw it in' kettenis@Dale Rahn
2007-05-27Enable ips(4).Alexander Yurchenko
2007-05-27Print reserved memory size correctly.Miod Vallat
2007-05-27USB cleanup leftover. Diff from jsg@ tested by me.Marcus Glocker
2007-05-27Always use XKPHYS addresses to perform cache operations now, for consistency.Miod Vallat