summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2007-10-06Remove unused variable.Mark Kettenis
2007-10-06Oops. Forgot to do FREE -> free when I did MALLOC -> malloc.Kenneth R Westerback
2007-10-03MALLOC+bzero -> malloc+M_ZERO.Kenneth R Westerback
2007-10-03Add pcb_flags member to 'struct pcb', and set PCB_SAVECTX on contexts savedMark Kettenis
2007-10-02Fiddle Sun traditional disklabel recognition to eliminate union andKenneth R Westerback
2007-10-02Apply (with slight variants) this elimination of bzero() with M_ZERO:Kenneth R Westerback
2007-10-01More easy bzero() -> M_ZERO. Use 'p = malloc(sizeof(*p) ...' whereKenneth R Westerback
2007-10-01more btoc -> atopMartin Reindl
2007-09-30Move intrpending array into 'struct cpu_info'.Mark Kettenis
2007-09-30On i386, only call amd64_errata() on amd64 processors (family 0xf),Gordon Willem Klok
2007-09-30Enable Broadcom wireless, bwi(4).Jonathan Gray
2007-09-29At the requst of deraadt@, backpout the temporary hack for pcc.Otto Moerbeek
2007-09-24Ooops, i386 entry was enabled by mistake. Disable it. Sorry.Marcus Glocker
2007-09-24Add bwi PCI and Cardbus GENERIC entries for i386 and amd64, but stillMarcus Glocker
2007-09-22Add kernel locking.Mark Kettenis
2007-09-22cf_context_switch takes an u_int argument.Mark Kettenis
2007-09-22M_ZERO -> bzero.Kenneth R Westerback
2007-09-22replace even more ctob and btoc with ptoa and atop respectively plusMartin Reindl
2007-09-19On sparc & sparc64, change `mount -a` to recognise Linux ext2 partitionsMarc Aurele La France
2007-09-18arc4random_bytes() is the preferred interface for generating nonces;Damien Miller
2007-09-18As a temporary workaround, implement va_start not usingOtto Moerbeek
2007-09-18Fix typo (`Advancded').Michael Knudsen
2007-09-18Only the most obvious bzero() -> M_ZERO changes. No cast changes, noKenneth R Westerback
2007-09-17MALLOC/FREE -> malloc/free and M_ZERO changesCharles Longeau
2007-09-17Only the most obvious bzero() -> M_ZERO changes. No cast changes, noKenneth R Westerback
2007-09-15realy -> really in comments. Most reported on tech@ by Jung.Kenneth R Westerback
2007-09-15[fF]uther -> [fF]urther in comments and man page. First one spotted onKenneth R Westerback
2007-09-15replace ctob and btoc with ptoa and atop respectivelyMartin Reindl
2007-09-13Don't bother bitching if APM does not exist. PleantyTobias Weingartner
2007-09-12port of i386 pctr code to amd64; Mike BelopuhovTheo de Raadt
2007-09-12s/atoin/ation/ typosCharles Longeau
2007-09-11henric, tsk tsk, you missed stuff related to cryptosoftTheo de Raadt
2007-09-10Remove unused "extern" declaration.Henric Jungheim
2007-09-10Missing $OpenBSD$ tag.Mark Kettenis
2007-09-10IPI implementation. Bits and pieces from NetBSD, but the interface has beenMark Kettenis
2007-09-10Pass a real ipl level to add_nubus_intr(), and make sure the interruptMiod Vallat
2007-09-10Introduce a md pmap hook, pmap_remove_holes(), which is supposed to markMiod Vallat
2007-09-09Make sure ptrace(2) cannot change any priviliged bits in the Machine StateMark Kettenis
2007-09-09thmc vs tmhc screwupTheo de Raadt
2007-09-09/enet apparently maps to mc0; gwk okTheo de Raadt
2007-09-09Add a few missing bits to include/cpu.h required for MULTIPROCESSOR kernels.Mark Kettenis
2007-09-09Make fpproc per-cpu. This turns fpproc into a macro, so adjust fpu/fpu.cMark Kettenis
2007-09-09Disable page zeroing in the idle loop, as it blasts the entire cache.Miod Vallat
2007-09-09Remove some more goo left over from sparc.Mark Kettenis
2007-09-09Make handled_intr_level per-cpu.Mark Kettenis
2007-09-09tmhc has only been seen on i386Theo de Raadt
2007-09-09uchcom(4) has been verified to work by djm@, so add it to allJonathan Gray
2007-09-08Add prom functions to start secondary CPUs.Mark Kettenis
2007-09-08Make the ast on sparc64 per-process instead of global. Necessary to makeMark Kettenis
2007-09-08use M_ZERO.Martin Reindl