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