Age | Commit message (Expand) | Author |
2015-07-18 | set errno in null cases, just in case. | Ted Unangst |
2015-07-18 | standards compliant error return (null). will make ruby happier, at least. | Ted Unangst |
2015-07-18 | replace bzero with memset | Brent Cook |
2015-07-18 | Set all the cr4 bits we want at once, instead of one by one | Philip Guenther |
2015-07-18 | Shuffle include file ordering in preparation for future changes in vgavar.h, | Miod Vallat |
2015-07-18 | - remove trailing blanks introduced in previous commit | Robert Peichaer |
2015-07-18 | KNF fixes | Stefan Fritsch |
2015-07-18 | Correctly set up interrupts; now the kernel no longer get stuck with an SCSI | Miod Vallat |
2015-07-18 | Better track connected routes similar to bgpd/ospfd. | Claudio Jeker |
2015-07-18 | Packets that make it to ether_input that have M_VLANTAG set must be dropped. | Claudio Jeker |
2015-07-18 | Check for errors in the status register after performing a PCI configuration | Miod Vallat |
2015-07-18 | Add more error checking and use named constants when useful. | Doug Hogan |
2015-07-18 | Kill emul left-over. | Martin Pieuchot |
2015-07-18 | On systems with a full routing table (550k+), we often want to be able to | Peter Hessler |
2015-07-18 | Improve comments | Robert Peichaer |
2015-07-18 | On systems with a full routing table (550k+), we often want to be able to | Peter Hessler |
2015-07-18 | Fix leak found by coverity, issue 78897 - which also brough to | Bob Beck |
2015-07-17 | ansi | Ted Unangst |
2015-07-17 | delete doubled words; | Ingo Schwarze |
2015-07-17 | Drop promiscuously received packets if the trunk(4) interface is not | Martin Pieuchot |
2015-07-17 | add missing braces to only call selrecord when intended to | Jonathan Gray |
2015-07-17 | Add _dpb, _pbuild, _pfetch users to make it easier for people doing dpb | Stuart Henderson |
2015-07-17 | remove obsolete INET kernel option | Ted Unangst |
2015-07-17 | Avoid assigning low addresses to PCI BARs. Some machines don't claim these | Mark Kettenis |
2015-07-17 | Initial, still somewhat experimental implementation to leverage | Ingo Schwarze |
2015-07-17 | fix comments | Mike Larkin |
2015-07-17 | Remove/reword some odd comments and a #define that looks like it was left | Mike Larkin |
2015-07-17 | Make sound cards work on older PowerMacs. | Martin Pieuchot |
2015-07-17 | Fix MPLS routing when receiving packet with multiple labels. | rzalamena |
2015-07-17 | Release the kernel lock while tearing down the uvm map in the reaper. Speeds | Mark Kettenis |
2015-07-17 | add missing prototype | Jasper Lievisse Adriaanse |
2015-07-17 | Adjust server_file_modified_since() to our style. Please keep httpd clean. | Reyk Floeter |
2015-07-17 | Remove (unused) references to bios32, which is not present in amd64. | Mike Larkin |
2015-07-17 | Add an example for doas(1) logging and drop sudo and chat. | Antoine Jacoutot |
2015-07-17 | Nuke a bunch of leading and trailing whitespace so I don't go blind | Kenneth R Westerback |
2015-07-17 | Include executable mapping for BIOS32 pages. Fixes a problem where mappings | Mike Larkin |
2015-07-17 | Filter routes based on RTF_LLINFO and RTF_BROADCAST flags and use RTF_CONNECTED | Claudio Jeker |
2015-07-17 | 7 space indents?? | Theo de Raadt |
2015-07-17 | add some missing content and markup and optimize some indentation | Ingo Schwarze |
2015-07-17 | According to RFC 3875 PATH_INFO should either contain a full path or | Reyk Floeter |
2015-07-17 | Remove {LOAD,COUNT}_TEXTA from libsa loadfile, it only made sense for a.out | Miod Vallat |
2015-07-17 | add tests for -i | Jasper Lievisse Adriaanse |
2015-07-17 | add -i flag to sed to do in-place editing; mostly based on freebsd | Jasper Lievisse Adriaanse |
2015-07-17 | Like bgpd and ospfd filter routes by RTF_LLINFO and RTF_BROADCAST and use | Claudio Jeker |
2015-07-17 | extenstion -> extension | Miod Vallat |
2015-07-17 | Correctly consume mandatory 0x66 prefix when disassembling | Miod Vallat |
2015-07-17 | tweak wording | Ted Unangst |
2015-07-17 | fix leak, found by coverity, ID 78877 | Bob Beck |
2015-07-17 | fix compilation with ACPI_DEBUG | Joshua Stein |
2015-07-17 | Similar to bgpd and ospfd skip broadcast (should not happen) and llinfo | Claudio Jeker |