Age | Commit message (Expand) | Author |
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 |
2013-05-31 | add elantech v4 (clickpad) support | joshua stein |
2013-05-31 | Remove the scrub argument from in_ifinit() and simply call in_ifscrub() | Martin Pieuchot |
2013-05-31 | On NOTE_EXIT event of EVFILT_PROC, store the exit status in kn_data. | YASUOKA Masahiko |
2013-05-31 | add shm_open and friends which i have been told ports programs would | Ted Unangst |
2013-05-31 | unfortunately the sparc pagesize handling also requires uvm_extern.h | Theo de Raadt |
2013-05-31 | remove counters for simplelocks | Ted Unangst |
2013-05-31 | Add switch screen and scrollback commands to be used with upcoming | Martin Pieuchot |
2013-05-31 | enable REALTEK 8211C(L) GbE phy with axe(4). | Yojiro Uo |
2013-05-31 | Remove a bunch of sockaddr_in6 pointer casts and replace others | Alexander Bluhm |
2013-05-31 | Unbreak after recent shutdown-hook removal. | Martin Pieuchot |
2013-05-31 | New logic to accommodate the E5/C600 and 5719/5720 changes in PCI-E | Mike Belopuhov |