summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-06-10Export new pf "no-route" error counterMike Belopuhov
2015-06-10Add missing include.Martin Pieuchot
2015-06-10FTP as an install method kicked the bucket some time ago.Jasper Lievisse Adriaanse
2015-06-09Remove unused parameter of load_locale_sub(). No assembly change on i386.Stefan Sperling
2015-06-09add miniroot; note it's not further documented to prevent having toJasper Lievisse Adriaanse
2015-06-09add the edgerouter poe to the edgeroute lite paragraphJasper Lievisse Adriaanse
2015-06-09miniroot for octeon; tested on edgerouter lite with local usb storageJasper Lievisse Adriaanse
2015-06-09Remove the hack to check if the received pointer has changed in an ifihMartin Pieuchot
2015-06-09Convert trunk(4) to if_input().Martin Pieuchot
2015-06-09plug fd leak found by Todd MortimerJoerg Jung
2015-06-09Fix loop comparison broken in last commit, from Thomas Adam.Nicholas Marriott
2015-06-08More damned eye searing whitespace. No change to .o files.Kenneth R Westerback
2015-06-08expr isn't on the ramdisk use ksh for additionJonathan Gray
2015-06-08Move the scan_dmesg calls back into the functions. It can't be calledJonathan Gray
2015-06-08Introduce a state on the ctl_relay_event struct. This makes it possibleClaudio Jeker
2015-06-08enable agtimer on the ramdisk as wellJonathan Gray
2015-06-08At some point arm moved to a unified syntax for arm and thumb instructions.Jonathan Gray
2015-06-08Merge multiple copies of the code doing VLAN tag insertion back intoMartin Pieuchot
2015-06-08Move carp-related logic from ether_output() into carp_start().Martin Pieuchot
2015-06-08Update documentation for lang/go moduleczarkoff
2015-06-08rearrange delayed_work to avoid the use of container_of while leaving it inJonathan Matthew
2015-06-08pms(4): Don't match Elantech v4 devices with firmware versions 0xX7XXXX.Stefan Sperling
2015-06-08Add initial support for the ARM Versatile Express boards as emulated byJonathan Gray
2015-06-08refuse to do polled isochronous transfers, as other usb controller drivers doJonathan Matthew
2015-06-08Ensure polled bulk, control and interrupt transfers actually poll, fixingJonathan Matthew
2015-06-07Add -E flag when attaching or switching client to bypassNicholas Marriott
2015-06-07HBG is no more so no need to mention it in the man pages.Claudio Jeker
2015-06-07The Swiss Federal Government decided to shut down HBG at the end of 2011.Claudio Jeker
2015-06-07More damned eye searing whitespace.Kenneth R Westerback
2015-06-07syncTheo de Raadt
2015-06-07Initial exynos4 bits. Among other things the gic isn't mapped correctlyJonathan Gray
2015-06-07Add a default panic case to a switch statement where code after assumesJonathan Gray
2015-06-07Introduce unhandled_af() for cases where code conditionally doesJonathan Gray
2015-06-07mark the usb hci driver pci glue code as only needed by the pci attachment,David Gwynne
2015-06-07Add CR4_FSGSBASEPhilip Guenther
2015-06-07Enable use of mwait in non-MP boxes and report # of C-substates up to C7,Philip Guenther
2015-06-07Replace a bunch of == 0 with == NULL in pointer tests. Nuke someKenneth R Westerback
2015-06-06Add some changes from Patrick Wildt in bitrig that are required to makeJonathan Gray
2015-06-06Allow rtsol keyword in hostname.if(5) with net.inet6.ip6.forwarding=1.Florian Obser
2015-06-06Enable rtwn(4) on RAMDISK_CD kernels for upgrades. ok deraadtStefan Sperling
2015-06-06Put the link-layer address back into the gateway field of RTF_LOCALMartin Pieuchot
2015-06-06Add rtwn(4) to fw_update. ok espie@, czarkoff@ suggested a similar diffStefan Sperling
2015-06-05Use ints for the calculations rather than u_char, they could end upNicholas Marriott
2015-06-05Handle the RGB colour escape sequence (\033[38;2;<r>;<g>;<b>m and 48;2)Nicholas Marriott
2015-06-05Use fixed colour tables rather than generated and do a quick search forNicholas Marriott
2015-06-05Link ssl and crypto via BSDOBJDIR, works with native and cross buildsTobias Ulmer
2015-06-05Use target BSDOBJDIR when cross-compiling librariesTobias Ulmer
2015-06-05Fix library search path so we link against the freshly built libcrypto.soTobias Ulmer
2015-06-05Try harder to avoid (very unlikely) NULL pointer de-ref by tweakingKenneth R Westerback
2015-06-05And ... more discussion occurs between miod and kettenis aboutTheo de Raadt