Age | Commit message (Expand) | Author |
2007-10-13 | Enable interrupts in secondary processors before invoking cpu_switchto(), | Miod Vallat |
2007-10-13 | It is no longer necessary to fiddle with spl in cpu_idle_{enter,leave} now | Miod Vallat |
2007-10-13 | Be sure to spl0() in proc_trampoline, so that kernel threads start at IPL_NONE. | Miod Vallat |
2007-10-13 | There is no need to fiddle with spl in cpu_idle_{enter,leave}, actually. | Miod Vallat |
2007-10-13 | Remove leftovers art forgot to prune... | Miod Vallat |
2007-10-13 | Fix cpu_exit() comments to be more closer to reality. | Miod Vallat |
2007-10-13 | Do not splhigh() before invoking sched_exit(), sched_exit() will do it better. | Miod Vallat |
2007-10-13 | Various typos in comments; Joel Sing | Miod Vallat |
2007-10-11 | enable puc(4) for GENERIC on armish | Stuart Henderson |
2007-10-10 | prepare for the future | Theo de Raadt |
2007-10-10 | GENERIC.MP dirs will show up here some time | Theo de Raadt |
2007-10-10 | Disable PSL_POW code for now in cpu_idle_cycle, because it does not yet | Theo de Raadt |
2007-10-10 | Make context switching much more MI: | Artur Grabowski |
2007-10-10 | malloc+bzero -> malloc+M_ZERO. Use 'malloc(sizeof(*p) ...' idiom. | Kenneth R Westerback |
2007-10-10 | Change argsize from size_t to short, since it only stores a short | Ray Lai |
2007-10-08 | Align the suspend saved data to a cache line boundary, apparently prevents | Miod Vallat |
2007-10-08 | A few trailing bzero/memset -> M_ZERO occurrences, cast removal and | Kenneth R Westerback |
2007-10-08 | A few trailing bzero/memset -> M_ZERO occurrences, cast removal and | Kenneth R Westerback |
2007-10-08 | isa0 at amdpcib? got skipped, sigh | Theo de Raadt |
2007-10-08 | enable spdmem where it matters | Theo de Raadt |
2007-10-08 | More simple memset(,0,) -> M_ZERO changes. In this batch move to | Kenneth R Westerback |
2007-10-08 | Don't skip EEPROMs in ofw i2c scan, | Jonathan Gray |
2007-10-07 | Add a driver, amdpcib(4), for the AMD 8111 series LPC bridge and HPET written | Marc Balmer |
2007-10-07 | Add support for the PCI-ISA bridge, timecounter, and watchdog timer | Marc Balmer |
2007-10-06 | Simpliest memset(,0,) -> M_ZERO changes. One (caddr *) cast removal, | Kenneth R Westerback |
2007-10-06 | Some archs used memset() rather than bzero(). So duplicate diff | Kenneth R Westerback |
2007-10-06 | Provide <machine/lock.h> on hppa64 too. | Mark Kettenis |
2007-10-06 | Simple single-processor only mutex implementation; cloned from hppa. | Mark Kettenis |
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 |