summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2016-04-05Add $OpenBSD$ markers.Mark Kettenis
2016-04-05Now that we the "idr" API, we can get rid of a lot ofMark Kettenis
2016-04-05Add an implementation of the Linux "idr" API.Mark Kettenis
2016-04-05Remove completely out-of-date comment about locking protocol.Mark Kettenis
2016-04-05Move inp_laddr assignment after in_pcbpickport(), extend in_pcbpickport()Vincent Gross
2016-04-05Increase size of the clone bitmap (revised diff after revert). I haveMartin Natano
2016-04-05Describe the format used by -s once, and refer to it when documenting -f.Jeremie Courreges-Anglas
2016-04-05Consistent v6-speak: hostname -> nodename, proxy NDP -> ND proxyJeremie Courreges-Anglas
2016-04-05Pointless commented-out lines; discussed with jmc@Jeremie Courreges-Anglas
2016-04-05etheraddr -> ether_addr, as in arp(8); discussed with jmc@Jeremie Courreges-Anglas
2016-04-05Remove mention of Turbo Mode from ath(4) since the driver doesn't support itRicardo Mestre
2016-04-05Support processors without unrestricted guest capability.Mike Larkin
2016-04-05Split out the generic GEM code (like Linux did) and switch it over toMark Kettenis
2016-04-05Add vma offset manager code.Mark Kettenis
2016-04-05Add atomic_add_unless(), another strange linux interface.Mark Kettenis
2016-04-05Add a linux-compatible rbtree interface on top of our implementation inMark Kettenis
2016-04-05Prefer _MUTEX_*LOCK over _THREAD_PRIVATE_MUTEX_*LOCK() when thread-specificPhilip Guenther
2016-04-05Update example in comment: setlogin doesn't use {PROTO,DEF}_WRAP() nowPhilip Guenther
2016-04-05Remove the iterator for control connections unfinished and unused.YASUOKA Masahiko
2016-04-04get* can change *lineptr on failurePhilip Guenther
2016-04-04Remove caveat about only supporting 512-byte sectors.Kenneth R Westerback
2016-04-04Enable creation of softraid volumes using disks with non-512 byteKenneth R Westerback
2016-04-04Fix memory leak. Call proto_free() always to free proto.YASUOKA Masahiko
2016-04-04Directly use physical addresses from ELF header for kernel loading.Stefan Kempf
2016-04-04Deallocate guest vm_map when the guest gets terminated.Stefan Kempf
2016-04-04UVM_FLAG_AMAPPAD has no effect anymore, nuke it.Stefan Kempf