Age | Commit message (Expand) | Author |
2017-05-30 | Remove qvss8x15, vt220l8x8, and vt220l8x10 fonts. | Frederic Cambus |
2017-05-30 | print more useful information when an error is returned from uvm_fault | Mike Larkin |
2017-05-30 | Statically allocate resource to requests, and only create requests | Kenneth R Westerback |
2017-05-30 | move some data tables out of .text and into .rodata where they belong | Mike Larkin |
2017-05-30 | Carp balancing ip does not work since there is a mac filter in | friehm |
2017-05-30 | virtio: Put entries in freelist in reverse order | Stefan Fritsch |
2017-05-30 | Use ieee80211_{min,max}_basic_rate() in iwn(4). | Stefan Sperling |
2017-05-30 | Introduce ieee80211_min_basic_rate() and ieee80211_max_basic_rate(). | Stefan Sperling |
2017-05-30 | Always set the link state DOWN once we enter ieee80211_newstate(), regardless | Stefan Sperling |
2017-05-30 | ext2fs: Mark superblock as not modified when written | Stefan Fritsch |
2017-05-30 | Remove lucida16x29.h and omron12x20 fonts. | Frederic Cambus |
2017-05-30 | Keep ipv6_input() definition inside _KERNEL. | Martin Pieuchot |
2017-05-30 | Enable slaacd(8) by default and disable router solicitation and | Florian Obser |
2017-05-30 | virtio: Do LIFO in the freelist | Stefan Fritsch |
2017-05-30 | Remove the unused pcdisplay_mapchar_simple function in pcdisplay(4). | Frederic Cambus |
2017-05-30 | teach pf_build_tcp() about SACK, ok & with sashan | Henning Brauer |
2017-05-30 | Introduce ipv{4,6}_input(), two wrappers around IP queues. | Martin Pieuchot |
2017-05-30 | Use memmove() instead of memcpy(), buffers are overlapping. | Martin Pieuchot |
2017-05-30 | Clear the internal table used by if_get(9) and sleep until all | Martin Pieuchot |
2017-05-30 | typo - extra semicolon | Mike Larkin |
2017-05-29 | Replace handrolled list with LIST_* macros. OK mpi@ | Claudio Jeker |
2017-05-29 | Allow passing in IN6_IFF_AUTOCONF from userland. Needed by slaacd(8) | Florian Obser |
2017-05-29 | Per-interface list of addresses, both multicast and unicast, are | Martin Pieuchot |
2017-05-29 | Kill struct pfkey_version and move struct pfkeyv2_socket & dump_state | Claudio Jeker |
2017-05-29 | Kill SPINLOCK_SPIN_HOOK, use CPU_BUSY_CYCLE() instead. | Martin Pieuchot |
2017-05-29 | export_pflow() is no longer grabbing the NET_LOCK(), so no need to | Martin Pieuchot |
2017-05-29 | sd: flush cache when closing writable FD | Stefan Fritsch |
2017-05-29 | msdosfs & ffs: flush cache if updating mount from r/w to r/o | Stefan Fritsch |
2017-05-29 | Add an ioctl to tell storage devices to flush their internal caches | Stefan Fritsch |
2017-05-29 | Reduce code duplication. The local-CPU-only case is now handled | Visa Hankala |
2017-05-29 | Implement VFS read clustering for MSDOSFS | Stefan Fritsch |
2017-05-29 | Add hibernate support for nvme(4). This creates a separate IO queue that is | Jonathan Matthew |
2017-05-29 | clang has builtin_memmove. ok deraadt | Ted Unangst |
2017-05-29 | scanner support died some time ago, the header can be removed too. | Ted Unangst |
2017-05-29 | Invalidate OCTEON icache after TLB ASID wraparound, otherwise userspace | Visa Hankala |
2017-05-29 | PFKEY version 2 is the only pfkey version supported. No need for extra | Claudio Jeker |
2017-05-29 | To prevent anyone else from stumbling on this (now) archaic bit of | Kenneth R Westerback |
2017-05-29 | Pass SIOCGIFMEDIA to vlan's parent interface. | Martin Pieuchot |
2017-05-29 | Pass the symbol instead of its name when looking for CTF infos. | Martin Pieuchot |
2017-05-29 | Do not try to grab the NET_LOCK() while holding an ifp reference. | Martin Pieuchot |
2017-05-29 | copyin32 implementation from miod@ | Martin Pieuchot |
2017-05-29 | vmm(4): Enable support for AMD-V (SVM) CPUs. | Mike Larkin |
2017-05-28 | rename some fields | Mike Larkin |
2017-05-28 | fix broken include on previous pipex commit | Mike Larkin |
2017-05-28 | Process packets immediately without queuing since pipex is believed MP safe | YASUOKA Masahiko |
2017-05-28 | typo in comment | Mike Larkin |
2017-05-28 | Check also whether the interfaces is matched when pipex check PPPoE | YASUOKA Masahiko |
2017-05-28 | Use interface index and if_{put,get} instead of ifnet pointer. | YASUOKA Masahiko |
2017-05-28 | Use interface index instead of ifnet pointer. | YASUOKA Masahiko |
2017-05-28 | Do not allow NULL callback at rendezvous and clear callback | Visa Hankala |