summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2013-06-01- whitespace cleanupJasper 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 openbsdJasper Lievisse Adriaanse
2013-06-01add missing license (PD) blockJasper Lievisse Adriaanse
2013-06-01pf_step_{into,out_of}_anchor() are only ever called from pf_test_rule()Henning Brauer
2013-06-01cleanup and consolidate the spinlock_lock (what a name!) code.Ted Unangst
2013-06-01Fix offset error when clearing the resume time stack pagesMike Larkin
2013-06-01Work around stack smash protector getting confused because we switchedMike Larkin
2013-06-01Change return codes in various hibernate functions to be able to laterMike Larkin
2013-06-01Add code to drop a CPU from long mode back to real mode, will be used toMike Larkin
2013-06-01add GENERIC.MPJasper Lievisse Adriaanse
2013-06-01corectly initialize the number of cores/cpus on the board. this fixes a NULLJasper Lievisse Adriaanse
2013-06-01Fix typo backswards -> backwards.Alexander Bluhm
2013-06-01regenTed Unangst
2013-06-01always implement stub utrace syscall, but keep the body #ifdef KTRACETed Unangst
2013-06-01Pass the routing domain to IPv6 pr_ctlinput() like in IPv4.Alexander Bluhm
2013-06-01As found by kurt, there's a twisty race between exit1 and fork1Ted Unangst
2013-06-01import tmpfs code, originally from netbsd.Marc Espie
2013-06-01Remove redundant call to splsoftnet(). There is aAlexander Bluhm
2013-06-01Add defines for DRM_CAP_PRIME capability. Not implemented, but allowsMatthieu Herrb
2013-06-01regenMiod Vallat
2013-06-01Add utrace(2), a system call allowing for userland to send its own ktraceMiod Vallat
2013-06-01some small style changes that are distracting me from seeing a real bugTed Unangst
2013-06-01Make mutexes that get used in interrupts IPL_TTY instead of IPL_NONE.Mark Kettenis
2013-06-01Add support for advertising route information (RFC 4191).Brad Smith
2013-06-01remove bogus XXX comment, 32 is just the way it is.Jasper Lievisse Adriaanse
2013-06-01Add vmx(4) to the kernel config, but comment it out for now.Reyk Floeter
2013-06-01Remove the old mkuboot since it was moved.Brandon Mercer
2013-06-01make the way of doing debug printfs genericJasper Lievisse Adriaanse
2013-05-31export the original aka untranslated address for af-to in pflowFlorian Obser
2013-05-31Fix the build for a kernel without wd and pciide in its config.Alexander Bluhm
2013-05-31Replace shutdownhooks with activate functions, properly doing thoseTheo de Raadt
2013-05-31Correct sequencing in ca_activate function. Some operations were in theTheo de Raadt
2013-05-31open up some races. if pool_debug == 2, force a yield() whenever waitok.Ted Unangst
2013-05-31Add vmx(4), driver for VMware's VMXNET3 ethernet controller, written for IIJ.uebayasi
2013-05-31We need to halt the APs on MP hibernate resume or else they will beMike Larkin
2013-05-31Use internal type names, including __ino_t, for the members of structPhilip Guenther
2013-05-31Rename tpms(4), the driver for Apple USB touchpads, to utpms(4) and moveMartin Pieuchot
2013-05-31Change option -mcpu=armv5 to -march=armv6 and move it to Makefile.beagle.rapha
2013-05-31add elantech v4 (clickpad) supportjoshua stein
2013-05-31Remove the scrub argument from in_ifinit() and simply call in_ifscrub()Martin Pieuchot
2013-05-31On NOTE_EXIT event of EVFILT_PROC, store the exit status in kn_data.YASUOKA Masahiko
2013-05-31add shm_open and friends which i have been told ports programs wouldTed Unangst
2013-05-31unfortunately the sparc pagesize handling also requires uvm_extern.hTheo de Raadt
2013-05-31remove counters for simplelocksTed Unangst
2013-05-31Add switch screen and scrollback commands to be used with upcomingMartin Pieuchot
2013-05-31enable REALTEK 8211C(L) GbE phy with axe(4).Yojiro Uo
2013-05-31Remove a bunch of sockaddr_in6 pointer casts and replace othersAlexander Bluhm
2013-05-31Unbreak after recent shutdown-hook removal.Martin Pieuchot
2013-05-31New logic to accommodate the E5/C600 and 5719/5720 changes in PCI-EMike Belopuhov