Age | Commit message (Expand) | Author |
2014-10-25 | Don't let qlw attach to non-sun4m yet, as this driver currently depends upon | Miod Vallat |
2014-10-25 | Remove vmmap; it isn't used. | Mark Kettenis |
2014-10-25 | uvm_km_valloc -> km_alloc | Mark Kettenis |
2014-10-25 | uvm_km_valloc -> km_alloc | Mark Kettenis |
2014-10-25 | Add and enable qlw at sbus. Tested on QLGC,isp | Miod Vallat |
2014-10-25 | Don't attempt to suspend/resume a partially attached drm(4) driver. | Mark Kettenis |
2014-10-25 | Display uvmexp.zeropages in ddb's `show uvmexp' command. | Miod Vallat |
2014-10-25 | Do not launch the page zeroing thread on MULTIPROCESSOR m88k systems. This | Miod Vallat |
2014-10-25 | Another uvm_km_valloc(9) -> km_alloc(9) conversion. | Mark Kettenis |
2014-10-25 | Remove unnecessary netinet/in_systm.h include. | Lawrence Teo |
2014-10-24 | Always put controller into known state before device intialization. | Brad Smith |
2014-10-24 | Another uvm_km_valloc(9) -> km_alloc(9) conversion. | Mark Kettenis |
2014-10-24 | Bring phys_map to sparc64 and use it in vmapbuf(9) and vunmapbuf(9). | Mark Kettenis |
2014-10-24 | obvious sizes for free | Ted Unangst |
2014-10-24 | Fix indentation of closing brace. | Alexander Bluhm |
2014-10-23 | Correctly mask IE_ALLIE during sun4/4c/4e NMI; from NetBSD | Miod Vallat |
2014-10-23 | Correctly set up the HPMC trap entry: according to the PA-RISC Firmware | Miod Vallat |
2014-10-23 | In the various desidhash_*() functions, make sure we clear the `set to clear' | Miod Vallat |
2014-10-23 | Revert limiting physmem to 2GB; the culprit was likely in uvm and uvm has | Miod Vallat |
2014-10-23 | Now that gcc2 is gone revert the removal of anonymous unions, means not havin... | Brad Smith |
2014-10-23 | pools lock themselves now, we just have to tell them what IPL they | David Gwynne |
2014-10-23 | apply only the bit of r1.69 that should have been committed: | David Gwynne |
2014-10-23 | revert previous. it did more than the commit message said it did. | David Gwynne |
2014-10-22 | make [bl]emtoh{16,32,64} take volatile const foo *, not volatile foo * | David Gwynne |
2014-10-22 | Extend domknodat() to support S_IFIFO directly and remove domkfifoat(). | Todd C. Miller |
2014-10-22 | Introduce a special hack for carp during IPv6 source address selection: | Stefan Sperling |
2014-10-22 | Sync offsetof() definition with what we have in <stddef.h> for | David Coppa |
2014-10-22 | Remove some unused/unneeded code. | Mike Larkin |
2014-10-22 | make the crypto taskq protect things at IPL_VM instead of IPL_HIGH. | David Gwynne |
2014-10-22 | Use the global piglet address variables as sparingly as possible to avoid | Mike Larkin |
2014-10-21 | tun(4) has a pipex session which is used for multicast internally, it | YASUOKA Masahiko |
2014-10-21 | Style + typos in debug printfs. | Masao Uebayashi |
2014-10-20 | Be sure to return if the pci interrupt can't be mapped, instead of falling | Miod Vallat |
2014-10-20 | pipex(4): Converted to use pool(9) | Masao Uebayashi |
2014-10-20 | use sha512 instead of md5 for tcp isn. ok deraadt | Ted Unangst |
2014-10-20 | typo; deraadt | Ted Unangst |
2014-10-20 | replace bzeros after allocations with M_ZERO and PR_ZERO as appropriate. | David Gwynne |
2014-10-20 | use SHA512 to hash entropy instead of MD5 | Ted Unangst |
2014-10-20 | unconditionally build sha2 so we can use it in all the kernels. | Ted Unangst |
2014-10-19 | More gracefully handle firmware loading errors in ulpt(4). | Stefan Sperling |
2014-10-19 | Use sc_if->sk_pktlen to specify the maximum DMA transfer size and maximum | Brad Smith |
2014-10-18 | Don't use %r1 to refer to bit 1. No binary difference. | Mark Kettenis |
2014-10-18 | Whitespace. | Masao Uebayashi |
2014-10-18 | Make sure the direct map isn't executable on hardware that allows us to do so. | Mark Kettenis |
2014-10-18 | oops, too greedy | Miod Vallat |
2014-10-18 | Don't assume that ep_taddr and ep_daddr are page-aligned. It is possible to | Mark Kettenis |
2014-10-18 | Remove even more unnecessary `needs-flag' attributes from config machinery, | Miod Vallat |
2014-10-18 | Add VIDIOC_G_INPUT ioctl, some ports need it (at least ffmpeg) | Jonathan Armani |
2014-10-17 | reinstate i386/bus_space diff now that serial consoles are fixed in | Stuart Henderson |
2014-10-17 | Initialize comconsiot. Fixes problems with the (now backed out) i386 | Mark Kettenis |