Age | Commit message (Expand) | Author |
2014-10-31 | Fix a missing include in amd64 pmap.c that resulted in an erroneous memory | Mike Larkin |
2014-10-30 | XFER_FREE is not used, ciao. | Martin Pieuchot |
2014-10-30 | muliply to get correct size for free. reported by kspillner | Ted Unangst |
2014-10-30 | Do not use void * for pointer artithmetics, it's a GNU extension, from | Martin Pieuchot |
2014-10-30 | Do not enable interrupts before attaching usb(4), fix a panic when an | Martin Pieuchot |
2014-10-30 | Calculate the Route String when attaching a new device. This is still | Martin Pieuchot |
2014-10-30 | zero the correct size, then free it. | Ted Unangst |
2014-10-30 | add some sizes to free() | Ted Unangst |
2014-10-28 | Select a proper source address when the bound address is | YASUOKA Masahiko |
2014-10-28 | Fix pipex(4) to return multicast packets to the caller so that npppd can | YASUOKA Masahiko |
2014-10-28 | Initialize the lists of the hash tables and the virtual pipex | YASUOKA Masahiko |
2014-10-28 | Fix pipex(4) to initialize DF bit in IP header for L2TP message. | YASUOKA Masahiko |
2014-10-28 | the if_rxring accounting would get screwed up if the first mbuf to | David Gwynne |
2014-10-27 | Remove the spilling code for IBAT register and set up the first IBAT register | Mark Kettenis |
2014-10-27 | Remove execute permission from most pages in the kernel pmap. This is a first | Mark Kettenis |
2014-10-27 | Stop supporting wsmoused and X in parallel. This code is racy and | Martin Pieuchot |
2014-10-27 | use #ifdef DDB for Debugger() | Jonathan Gray |
2014-10-26 | Now that threads hold their own reference to their ucreds, sys_ktrace() | Philip Guenther |
2014-10-26 | uvm_km_valloc -> km_alloc | Mark Kettenis |
2014-10-26 | Add resource tracking for PCI ROMs. | Mark Kettenis |
2014-10-26 | - add board type of edgerouter pro | Jasper Lievisse Adriaanse |
2014-10-26 | define octeon model cn61xx pass 1.1 | Jasper Lievisse Adriaanse |
2014-10-26 | Read the section header string table in the boot blocks' memory, not in the | Miod Vallat |
2014-10-26 | Don't forget to free() the malloc()s. | Miod Vallat |
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 |