summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-04-08We must always check if the socket is already bound, and always setVincent Gross
2016-04-08syncStuart Henderson
2016-04-08When bgp receives an RTM_CHANGE message for an RTF_MPATH route[1], andPeter Hessler
2016-04-08Fix match function so that the cortex bus only attaches if the attachPatrick Wildt
2016-04-08bare .Nm gets turned into m_copym2, which is wrong when describing mbufs.David Gwynne
2016-04-08syncReyk Floeter
2016-04-08Add Intel Bay Trail EHCI (as found on 1st gen Compute Stick)Reyk Floeter
2016-04-08Get rid of some infrastrcuture that is now obsolete and synchronize some ofMark Kettenis
2016-04-08whitespace at EOLDamien Miller
2016-04-08tweak previous;Jason McIntyre
2016-04-08We accidentally send an empty string and a zero uint32 with everyDamien Miller
2016-04-08may as well put words around bpf_validate while hereDavid Gwynne
2016-04-08document bpf_filter and bpf_mfilterDavid Gwynne
2016-04-08document m_purge.David Gwynne
2016-04-08m_freem returns an mbuf like m_free nowDavid Gwynne
2016-04-08add m_purge for freeing a list of mbufs linked via m_nextpktDavid Gwynne
2016-04-08document m_dup_pkt()David Gwynne
2016-04-07Link to faq15.html#Ports instead of just faq15.html. This matches theTheo Buehler
2016-04-07Retry the drm_crtc.c "idr"conversion. Turns out the xf86-video-intel driverMark Kettenis
2016-04-07Return -ENOSPC if idr_alloc() fails to allocate an unused id instead ofMark Kettenis
2016-04-07hexidecimal->hexadecimal; from mmccJason McIntyre
2016-04-07Instead of panicking if an mbuf(9) already has a statekey dump itsMartin Pieuchot
2016-04-07syncStuart Henderson
2016-04-07Always call bread_cluster() instead of calling it only if the currentMartin Pieuchot
2016-04-07Share clone bitmap between aliased vnodes. This prevents duplicate cloneMartin Natano
2016-04-07update the ports link; from solene rapenneJason McIntyre
2016-04-07Place a BOOTARG_END section at the end of the boot arguments list pushedMike Larkin
2016-04-07Use the "new" audio(4) api and delete all the useless code to dealAlexandre Ratchov
2016-04-07Remove headers associated with code that's been moved to other .c filesPhilip Guenther
2016-04-06Revert the drm_crt.c "idr" conversion as it breaks X on (at least) the T430s.Mark Kettenis
2016-04-06Remove some pre-idr leftovers.Mark Kettenis
2016-04-06Another "idr" conversion.Mark Kettenis
2016-04-06Lose the pointless third paramater to fcntl(F_GETFL). Using SOCK_NONBLOCKKenneth R Westerback
2016-04-06Apply revisions 1.4 and 1.5 from ldapd's ber.c to ypldap's copy, so it canJonathan Matthew
2016-04-06Convert memory extract routine to return errno-based errors.Patrick Wildt
2016-04-06syncJonathan Gray
2016-04-06move the parent and vnetid stuff around so it builds on ramdisks too.David Gwynne
2016-04-06Add support for bus space translation.Patrick Wildt
2016-04-06document autoconfprivacy being the defaultJonathan Gray
2016-04-06bad spell of whether...Jason McIntyre
2016-04-06add two functions from libpcap-1.7.4 which are required by at least gopacketJasper Lievisse Adriaanse
2016-04-06compare pointer to NULL instead of 0Sebastien Marie
2016-04-06don't record duplicate LocalForward and RemoteForward entries;Damien Miller
2016-04-06define number of exit/entry save/load MSRs as a #define instead of a magicMike Larkin
2016-04-06move getting the vnetid out next to getting the ifparentDavid Gwynne
2016-04-06correct the order of arguments to m_get in m_dup_pktDavid Gwynne
2016-04-05Use SERVER_NAME for bgplg's hostname (displayed on the page), this is passedStuart Henderson
2016-04-05Move more fcntl(,F_GETFL,0) -> fcntl(,F_GETFL).Kenneth R Westerback
2016-04-05Use the "idr" API here as well, reducing the diffs to Linux.Mark Kettenis
2016-04-05Move reserved port checks from in(6)_pcbaddrisavail() to in_pcbbind().Vincent Gross