Age | Commit message (Expand) | Author |
2016-11-05 | Two tweaks for compile/Makefile.inc: | Martin Natano |
2016-11-05 | Move the definition of REGVAL into a common header to make it usable | Visa Hankala |
2016-11-05 | Drop unnecessary #ifdef MBUF_TIMESTAMP. | Visa Hankala |
2016-11-05 | Do not show a device unit number in the cnmac interrupt name. The same | Visa Hankala |
2016-11-02 | when CONSPEED moved from libsa.h to Makefile it lost a leading '1', | Jasper Lievisse Adriaanse |
2016-11-02 | Make possible to change the link layer address of a cnmac(4) interface. | Visa Hankala |
2016-11-01 | Use x2APIC if it is enabled by BIOS. It is expected that this doesn't | YASUOKA Masahiko |
2016-10-29 | If the system has fdt, use it for locating network PHYs. | Visa Hankala |
2016-10-29 | Make PHY address lookups fail instead of using CAM-0100 entries | Visa Hankala |
2016-10-29 | sync with -r1.95 of amd64/vmm.c: | Reyk Floeter |
2016-10-29 | Further improve vmm's security model by restricting pledged vmm | Reyk Floeter |
2016-10-27 | We don't generate an eddep script for kernel builds nowadays. The last | Martin Natano |
2016-10-27 | Revert previous `ncpus' change because the percpu code now works | Visa Hankala |
2016-10-27 | revert 1.41 now that subr_percpu is using ncpusfound instead of ncpus. | David Gwynne |
2016-10-27 | increment ncpus when a cpu is attached, not when its booted. | David Gwynne |
2016-10-26 | Increment `ncpus' to its final value already during autoconfiguration so | Visa Hankala |
2016-10-26 | Fix a few misc bugs in i386 vmm: | Mike Larkin |
2016-10-26 | Don't use a bitfield in the msr store index structure. This may not end up | Mike Larkin |
2016-10-25 | Remove now unused disable_l2_if_needed interface. | Jonathan Gray |
2016-10-24 | make cleandir should skip the version file; ok otto millert | Theo de Raadt |
2016-10-23 | Remove sunxi board IDs. | Mark Kettenis |
2016-10-23 | De-platformize sunxi. This removes the board initialization code that sets up | Mark Kettenis |
2016-10-23 | Only attach on sun4i and sun5i. The timer implemented on later SoCs lacks | Mark Kettenis |
2016-10-23 | stop disabling the external pl310 l2 cache on pandaboard | Jonathan Gray |
2016-10-22 | If an Access Flag fault happens while we were running the kernel and | Patrick Wildt |
2016-10-22 | Attach sxitimer(4) using the fdt. | Mark Kettenis |
2016-10-22 | Stop setting MIIF_AUTOTSLEEP in sxie(4) | Jonathan Gray |
2016-10-21 | Stop setting MIIF_AUTOTSLEEP in fec(4) | Jonathan Gray |
2016-10-21 | Implement a driver for Marvell's Mbus bridge. This is the component | Patrick Wildt |
2016-10-21 | Outsource simplebus softc definition so that it can be used by | Patrick Wildt |
2016-10-21 | Run timers from the 24MHz; it seems the A10s doesn't have a reliable 32kHz | Mark Kettenis |
2016-10-21 | Fix MP builds including vmm | Theo de Raadt |
2016-10-21 | Check if memory allocation failed. | Visa Hankala |
2016-10-21 | Fix grammar, and simplify a little. | Visa Hankala |
2016-10-21 | Revert previous commit. | Paul Irofti |
2016-10-21 | Fix build: declare the pcie read/write routines before using them. | Paul Irofti |
2016-10-21 | pledge changes needed to support pledging vmd(8) on i386, forthcoming. | Mike Larkin |
2016-10-21 | vmm(4) for i386. Userland changes forthcoming. Note that for the time being, | Mike Larkin |
2016-10-19 | Change process_{domem,auxv_offset}() to take a process instead of a proc. | Philip Guenther |
2016-10-19 | Change pmap_proc_iflush() to take a process instead of a proc | Philip Guenther |
2016-10-19 | The first argument to process_domem() and its uio_procp should be curproc | Philip Guenther |
2016-10-19 | struct process has a pointer to the vmspace now, so simplify the ASID search | Philip Guenther |
2016-10-18 | put .openbsd.randomdata into rodata, since i386 can handle it | Theo de Raadt |
2016-10-18 | SVM on AMD CPUs is not supported yet, so don't attach there; ok mlarkin@ | Christian Weisgerber |
2016-10-18 | Delete remnants of "traptrace" support | Philip Guenther |
2016-10-15 | cleandir: target for kernel compile directories | Theo de Raadt |
2016-10-14 | backout small error | Theo de Raadt |
2016-10-14 | Kernel builds now happen in compile/CONFIG/obj@ -> /usr/obj/... [or ./obj/, | Theo de Raadt |
2016-10-14 | cache some more cpuid info. the cached data is presently unused, but will | Mike Larkin |
2016-10-13 | Add an extra debug line when virtualization is disabled in the firmware. | Martijn van Duren |