Age | Commit message (Expand) | Author |
2011-06-26 | Fix some inconsistencies in how we build 64-bit addresses from OF properties. | Mark Kettenis |
2011-06-26 | Remove obsolete mcast routes in ldpd and ripd. | Claudio Jeker |
2011-06-26 | Implement pci_intr_map_msi(). | Mark Kettenis |
2011-06-26 | Missed a parameter in the pci_msi_setmsiq hypervisor call. | Mark Kettenis |
2011-06-25 | Remove ueberold a.out configuration leftovers. | Miod Vallat |
2011-06-25 | Fix gcc PR #35965 as suggested in | Miod Vallat |
2011-06-25 | Add MSI hypervisor calls. | Mark Kettenis |
2011-06-25 | Don't forget to print a newline at attach time. | Miod Vallat |
2011-06-25 | Remove irrelevant comments borrowed from loongson. | Miod Vallat |
2011-06-25 | ansi, no binary change | Jonathan Gray |
2011-06-25 | DESTDIR handling does not belong here. This is built live. | Theo de Raadt |
2011-06-25 | some improvements from Cl??ment B??sch; ok tedu | Jason McIntyre |
2011-06-25 | add CAVEATS section explaining some of the differences between this | Jasper Lievisse Adriaanse |
2011-06-25 | No need for files generated by depend. | Okan Demirmen |
2011-06-25 | even with tied files, still arrange to apply set_modes. | Marc Espie |
2011-06-24 | printf -> DPRINTF in the SIGKILL path | Damien Miller |
2011-06-24 | use .PATH instead of .PATH.c & .PATH.m; something in the recent bsd.man.mk | Theo de Raadt |
2011-06-24 | When converting endian to same-endian, the macros should cast to unsigned | Theo de Raadt |
2011-06-24 | fix @extra dir/ | Marc Espie |
2011-06-24 | wrap previous onto a second line | Stuart Henderson |
2011-06-24 | nat-to rules require a direction | Stuart Henderson |
2011-06-24 | swapctl -s was showing 1k blocks, regardless of -k. so fix this by showing | Jasper Lievisse Adriaanse |
2011-06-24 | machdep.kbdreset enables a shutdown by Ctrl-Alt-Del on amd64 and | Christian Weisgerber |
2011-06-24 | We should only ack a shared interrupt once, after we've run all the handlers. | Mark Kettenis |
2011-06-24 | seven main sections here, not six; from Nils Anspach | Jason McIntyre |
2011-06-24 | speed up dependency checking: | Marc Espie |
2011-06-24 | Replace the .PHONY manlint target by an empty timestamp file, so man pages | Christian Weisgerber |
2011-06-24 | When reading the value from a simple lock, we do not need to ldcws into a | Joel Sing |
2011-06-24 | Avoid a possible null dereference. | Joel Sing |
2011-06-24 | Handle \*(Na in .Nd, needed by nan(3). | Ingo Schwarze |
2011-06-24 | - add PLIST_DB to the list of variables that need to be adjusted when using | Jasper Lievisse Adriaanse |
2011-06-24 | Should always include ukphy(4) in the kernel configs if using any devices | YASUOKA Masahiko |
2011-06-24 | Remove SET/CLR/ISSET macros from Octeon code. The kernel already provides | YASUOKA Masahiko |
2011-06-23 | ignore EINTR errors from poll() | Damien Miller |
2011-06-23 | Back out inadvertently commited change. | Owain Ainsworth |
2011-06-23 | ansi | Theo de Raadt |
2011-06-23 | bye bye /usr/X11R6/man/cat* | Ingo Schwarze |
2011-06-23 | switch to installing source manuals (base part) | Ingo Schwarze |
2011-06-23 | s/ands/and/, from Tobias Ulmer | Stuart Henderson |
2011-06-23 | Don't leak the ctrl_data in uvideo_queryctrl, uvideo_s_ctrl and uvideo_g_ctrl. | Owain Ainsworth |
2011-06-23 | make malloc calls in isp_pci_mbxdma NOWAIT to match the bus_dma calls that are | Owain Ainsworth |
2011-06-23 | free(null) ist verboten in the kernel. | Owain Ainsworth |
2011-06-23 | Check for the correct flag when checking to see if the page is part of an aobj. | Owain Ainsworth |
2011-06-23 | Don't bother checking for an empty queue before calling uvm_pglistfree. | Owain Ainsworth |
2011-06-23 | Replace handrolled version of uvmfault_unlockmaps with uvmfault_unlockmaps. | Owain Ainsworth |
2011-06-23 | Move uvm_pglistalloc and uvm_pglistfree to uvm_page.c and garbage | Owain Ainsworth |
2011-06-23 | Make mbufs and dma_alloc be contig allocations. | Ariane van der Steldt |
2011-06-23 | Don't check dev/ramdisk.h for ioctl(2) commands as it doesn't exist | Matthew Dempsky |
2011-06-23 | Fix the error path in bus_dmamem_map. | Ariane van der Steldt |
2011-06-23 | Use a common text explaining how the various configuration parsers using | Stuart Henderson |