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