summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2016-10-24adapt to recent wsmouse changes by bru (oct23)Theo de Raadt
2016-10-24Backout last 2 revisions. Requested by deraadt.YASUOKA Masahiko
2016-10-24move the mbstat structure to percpu countersDavid Gwynne
2016-10-24Make mfii(4) bio(4) capable.YASUOKA Masahiko
2016-10-24non-MP vs MP codepaths were confusingly split between the .c and .h file.Theo de Raadt
2016-10-24Add scsi ioctl hook to do a special treatment for DIOC{G,S}CACHE whichYASUOKA Masahiko
2016-10-24augment the scsi_probe handler so it tries to query the sas dev pg 0David Gwynne
2016-10-23Improved parameter handling in wsmouse and new ioctls for reading andUlf Brosziewski
2016-10-23Remove sunxi board IDs.Mark Kettenis
2016-10-23De-platformize sunxi. This removes the board initialization code that sets upMark Kettenis
2016-10-23unbreak by fixing obvious pastosChristian Weisgerber
2016-10-23Only attach on sun4i and sun5i. The timer implemented on later SoCs lacksMark Kettenis
2016-10-23Don't free mbuf on error during swofp_flow_entry_put_instructions() parse,Rafael Zalamena
2016-10-23stop disabling the external pl310 l2 cache on pandaboardJonathan Gray
2016-10-23handle non-INET6 kernels in some wayTheo de Raadt
2016-10-23dns hijacking must be af specific. move it into the port check function,Ted Unangst
2016-10-22If an Access Flag fault happens while we were running the kernel andPatrick Wildt
2016-10-22Attach sxitimer(4) using the fdt.Mark Kettenis
2016-10-22Stop setting MIIF_AUTOTSLEEP in sxie(4)Jonathan Gray
2016-10-22Factor out pr->ps_vmspace into a local variable for fill_kproc()Philip Guenther
2016-10-22Adjust allocpid() to take into account lastpidPhilip Guenther
2016-10-22Delete dead copy of pr->ps_vmspace; uvmspace_exec() can change it anywayPhilip Guenther
2016-10-21Stop setting MIIF_AUTOTSLEEP in fec(4)Jonathan Gray
2016-10-21tag large constants as ULL to fix the build of switch(4) on ILP32 archsJonathan Gray
2016-10-21Add support for the ACPI timer opcode.Joris Vink
2016-10-21Implement a driver for Marvell's Mbus bridge. This is the componentPatrick Wildt
2016-10-21Outsource simplebus softc definition so that it can be used byPatrick Wildt
2016-10-21Run timers from the 24MHz; it seems the A10s doesn't have a reliable 32kHzMark Kettenis
2016-10-21Fix MP builds including vmmTheo de Raadt
2016-10-21Check if memory allocation failed.Visa Hankala
2016-10-21Fix grammar, and simplify a little.Visa Hankala
2016-10-21Revert previous commit.Paul Irofti
2016-10-21Fix build: declare the pcie read/write routines before using them.Paul Irofti
2016-10-21pledge changes needed to support pledging vmd(8) on i386, forthcoming.Mike Larkin
2016-10-21consistently zero the allocated memory in both the MP and UP cases.David Gwynne
2016-10-21add generalised access to per cpu data structures and counters.David Gwynne
2016-10-21vmm(4) for i386. Userland changes forthcoming. Note that for the time being,Mike Larkin
2016-10-21mitigate against mpii device attachment racing with mountrootDavid Gwynne
2016-10-20- PF should send a challenge ACK as response to SYN, which matches existingAlexandr Nedvedicky
2016-10-19Only force iwm's firmware to use RTS for all frames if the AP requires it.Stefan Sperling
2016-10-19Lets just be safe and check M_PREPEND return values for functions thatRafael Zalamena
2016-10-19Change process_{domem,auxv_offset}() to take a process instead of a proc.Philip Guenther
2016-10-19Change pmap_proc_iflush() to take a process instead of a procPhilip Guenther
2016-10-19The first argument to process_domem() and its uio_procp should be curprocPhilip Guenther
2016-10-19Remove the if_input task from the correct taskq.YASUOKA Masahiko
2016-10-19struct process has a pointer to the vmspace now, so simplify the ASID searchPhilip Guenther
2016-10-18Add the examine /m format, "display in unsigned hex with characterChristian Weisgerber
2016-10-18put .openbsd.randomdata into rodata, since i386 can handle itTheo de Raadt
2016-10-18SVM on AMD CPUs is not supported yet, so don't attach there; ok mlarkin@Christian Weisgerber
2016-10-18when openbsd.randomdata was made readonly, the proto seed copy got doneTheo de Raadt