Age | Commit message (Expand) | Author |
2013-06-02 | Typo | Philip Guenther |
2013-06-02 | To prevent lock ordering problems with the kernel lock, we need to make sure | Mark Kettenis |
2013-06-02 | The AML on the Lanner FW-8758 does a Store() to a named object that's never | Mark Kettenis |
2013-06-02 | Remove disabled ISODEVMAP support. dev_t's on one system will not be | Theo de Raadt |
2013-06-01 | remove unused octeon prefetch macros which won't work due to the fact it | Jasper Lievisse Adriaanse |
2013-06-01 | Stop printing ACPI wakeup devices in dmesg after the 16th wakeup device. | Mike Larkin |
2013-06-01 | Introduce a new amd64 IPI, x86_ipi_halt_realmode to park CPUS into real | Mike Larkin |
2013-06-01 | as discussed with uebayasi@ we should only use the "sync" instruction on octeon, | Jasper Lievisse Adriaanse |
2013-06-01 | Call x86_ipi_halt_realmode to park APs in real mode before unpacking image | Mike Larkin |
2013-06-01 | as discussed with uebayasi@ we should only use the "sync" instruction on octeon, | Jasper Lievisse Adriaanse |
2013-06-01 | unbreak tree (will take a shot at flash_activate later) | Theo de Raadt |
2013-06-01 | - whitespace cleanup | Jasper Lievisse Adriaanse |
2013-06-01 | - remove more backward compat code and switch the callers over to the new fun... | Jasper Lievisse Adriaanse |
2013-06-01 | - remove an __mips_o32 block which'll never be used on openbsd | Jasper Lievisse Adriaanse |
2013-06-01 | add missing license (PD) block | Jasper Lievisse Adriaanse |
2013-06-01 | pf_step_{into,out_of}_anchor() are only ever called from pf_test_rule() | Henning Brauer |
2013-06-01 | cleanup and consolidate the spinlock_lock (what a name!) code. | Ted Unangst |
2013-06-01 | Fix offset error when clearing the resume time stack pages | Mike Larkin |
2013-06-01 | Work around stack smash protector getting confused because we switched | Mike Larkin |
2013-06-01 | Change return codes in various hibernate functions to be able to later | Mike Larkin |
2013-06-01 | Add code to drop a CPU from long mode back to real mode, will be used to | Mike Larkin |
2013-06-01 | add GENERIC.MP | Jasper Lievisse Adriaanse |
2013-06-01 | corectly initialize the number of cores/cpus on the board. this fixes a NULL | Jasper Lievisse Adriaanse |
2013-06-01 | Fix typo backswards -> backwards. | Alexander Bluhm |
2013-06-01 | regen | Ted Unangst |
2013-06-01 | always implement stub utrace syscall, but keep the body #ifdef KTRACE | Ted Unangst |
2013-06-01 | Pass the routing domain to IPv6 pr_ctlinput() like in IPv4. | Alexander Bluhm |
2013-06-01 | As found by kurt, there's a twisty race between exit1 and fork1 | Ted Unangst |
2013-06-01 | import tmpfs code, originally from netbsd. | Marc Espie |
2013-06-01 | Remove redundant call to splsoftnet(). There is a | Alexander Bluhm |
2013-06-01 | Add defines for DRM_CAP_PRIME capability. Not implemented, but allows | Matthieu Herrb |
2013-06-01 | regen | Miod Vallat |
2013-06-01 | Add utrace(2), a system call allowing for userland to send its own ktrace | Miod Vallat |
2013-06-01 | some small style changes that are distracting me from seeing a real bug | Ted Unangst |
2013-06-01 | Make mutexes that get used in interrupts IPL_TTY instead of IPL_NONE. | Mark Kettenis |
2013-06-01 | Add support for advertising route information (RFC 4191). | Brad Smith |
2013-06-01 | remove bogus XXX comment, 32 is just the way it is. | Jasper Lievisse Adriaanse |
2013-06-01 | Add vmx(4) to the kernel config, but comment it out for now. | Reyk Floeter |
2013-06-01 | Remove the old mkuboot since it was moved. | Brandon Mercer |
2013-06-01 | make the way of doing debug printfs generic | Jasper Lievisse Adriaanse |
2013-05-31 | export the original aka untranslated address for af-to in pflow | Florian Obser |
2013-05-31 | Fix the build for a kernel without wd and pciide in its config. | Alexander Bluhm |
2013-05-31 | Replace shutdownhooks with activate functions, properly doing those | Theo de Raadt |
2013-05-31 | Correct sequencing in ca_activate function. Some operations were in the | Theo de Raadt |
2013-05-31 | open up some races. if pool_debug == 2, force a yield() whenever waitok. | Ted Unangst |
2013-05-31 | Add vmx(4), driver for VMware's VMXNET3 ethernet controller, written for IIJ. | uebayasi |
2013-05-31 | We need to halt the APs on MP hibernate resume or else they will be | Mike Larkin |
2013-05-31 | Use internal type names, including __ino_t, for the members of struct | Philip Guenther |
2013-05-31 | Rename tpms(4), the driver for Apple USB touchpads, to utpms(4) and move | Martin Pieuchot |
2013-05-31 | Change option -mcpu=armv5 to -march=armv6 and move it to Makefile.beagle. | rapha |