Age | Commit message (Expand) | Author |
2015-06-10 | Use first 4 channels of the board. The previous channel setting | Alexandre Ratchov |
2015-06-10 | Do not set "rcvif", if_input() does it for us. | Martin Pieuchot |
2015-06-10 | wp->tty is a char [] not a char * so it can't be NULL. From Thomas Adam. | Nicholas Marriott |
2015-06-10 | Export new pf "no-route" error counter | Mike Belopuhov |
2015-06-10 | Add missing include. | Martin Pieuchot |
2015-06-10 | FTP as an install method kicked the bucket some time ago. | Jasper Lievisse Adriaanse |
2015-06-09 | Remove unused parameter of load_locale_sub(). No assembly change on i386. | Stefan Sperling |
2015-06-09 | add miniroot; note it's not further documented to prevent having to | Jasper Lievisse Adriaanse |
2015-06-09 | add the edgerouter poe to the edgeroute lite paragraph | Jasper Lievisse Adriaanse |
2015-06-09 | miniroot for octeon; tested on edgerouter lite with local usb storage | Jasper Lievisse Adriaanse |
2015-06-09 | Remove the hack to check if the received pointer has changed in an ifih | Martin Pieuchot |
2015-06-09 | Convert trunk(4) to if_input(). | Martin Pieuchot |
2015-06-09 | plug fd leak found by Todd Mortimer | Joerg Jung |
2015-06-09 | Fix loop comparison broken in last commit, from Thomas Adam. | Nicholas Marriott |
2015-06-08 | More damned eye searing whitespace. No change to .o files. | Kenneth R Westerback |
2015-06-08 | expr isn't on the ramdisk use ksh for addition | Jonathan Gray |
2015-06-08 | Move the scan_dmesg calls back into the functions. It can't be called | Jonathan Gray |
2015-06-08 | Introduce a state on the ctl_relay_event struct. This makes it possible | Claudio Jeker |
2015-06-08 | enable agtimer on the ramdisk as well | Jonathan Gray |
2015-06-08 | At some point arm moved to a unified syntax for arm and thumb instructions. | Jonathan Gray |
2015-06-08 | Merge multiple copies of the code doing VLAN tag insertion back into | Martin Pieuchot |
2015-06-08 | Move carp-related logic from ether_output() into carp_start(). | Martin Pieuchot |
2015-06-08 | Update documentation for lang/go module | czarkoff |
2015-06-08 | rearrange delayed_work to avoid the use of container_of while leaving it in | Jonathan Matthew |
2015-06-08 | pms(4): Don't match Elantech v4 devices with firmware versions 0xX7XXXX. | Stefan Sperling |
2015-06-08 | Add initial support for the ARM Versatile Express boards as emulated by | Jonathan Gray |
2015-06-08 | refuse to do polled isochronous transfers, as other usb controller drivers do | Jonathan Matthew |
2015-06-08 | Ensure polled bulk, control and interrupt transfers actually poll, fixing | Jonathan Matthew |
2015-06-07 | Add -E flag when attaching or switching client to bypass | Nicholas Marriott |
2015-06-07 | HBG is no more so no need to mention it in the man pages. | Claudio Jeker |
2015-06-07 | The Swiss Federal Government decided to shut down HBG at the end of 2011. | Claudio Jeker |
2015-06-07 | More damned eye searing whitespace. | Kenneth R Westerback |
2015-06-07 | sync | Theo de Raadt |
2015-06-07 | Initial exynos4 bits. Among other things the gic isn't mapped correctly | Jonathan Gray |
2015-06-07 | Add a default panic case to a switch statement where code after assumes | Jonathan Gray |
2015-06-07 | Introduce unhandled_af() for cases where code conditionally does | Jonathan Gray |
2015-06-07 | mark the usb hci driver pci glue code as only needed by the pci attachment, | David Gwynne |
2015-06-07 | Add CR4_FSGSBASE | Philip Guenther |
2015-06-07 | Enable use of mwait in non-MP boxes and report # of C-substates up to C7, | Philip Guenther |
2015-06-07 | Replace a bunch of == 0 with == NULL in pointer tests. Nuke some | Kenneth R Westerback |
2015-06-06 | Add some changes from Patrick Wildt in bitrig that are required to make | Jonathan Gray |
2015-06-06 | Allow rtsol keyword in hostname.if(5) with net.inet6.ip6.forwarding=1. | Florian Obser |
2015-06-06 | Enable rtwn(4) on RAMDISK_CD kernels for upgrades. ok deraadt | Stefan Sperling |
2015-06-06 | Put the link-layer address back into the gateway field of RTF_LOCAL | Martin Pieuchot |
2015-06-06 | Add rtwn(4) to fw_update. ok espie@, czarkoff@ suggested a similar diff | Stefan Sperling |
2015-06-05 | Use ints for the calculations rather than u_char, they could end up | Nicholas Marriott |
2015-06-05 | Handle the RGB colour escape sequence (\033[38;2;<r>;<g>;<b>m and 48;2) | Nicholas Marriott |
2015-06-05 | Use fixed colour tables rather than generated and do a quick search for | Nicholas Marriott |
2015-06-05 | Link ssl and crypto via BSDOBJDIR, works with native and cross builds | Tobias Ulmer |
2015-06-05 | Use target BSDOBJDIR when cross-compiling libraries | Tobias Ulmer |