Age | Commit message (Expand) | Author |
2016-04-07 | Place a BOOTARG_END section at the end of the boot arguments list pushed | Mike Larkin |
2016-04-07 | Use the "new" audio(4) api and delete all the useless code to deal | Alexandre Ratchov |
2016-04-07 | Remove headers associated with code that's been moved to other .c files | Philip Guenther |
2016-04-06 | Revert the drm_crt.c "idr" conversion as it breaks X on (at least) the T430s. | Mark Kettenis |
2016-04-06 | Remove some pre-idr leftovers. | Mark Kettenis |
2016-04-06 | Another "idr" conversion. | Mark Kettenis |
2016-04-06 | Lose the pointless third paramater to fcntl(F_GETFL). Using SOCK_NONBLOCK | Kenneth R Westerback |
2016-04-06 | Apply revisions 1.4 and 1.5 from ldapd's ber.c to ypldap's copy, so it can | Jonathan Matthew |
2016-04-06 | Convert memory extract routine to return errno-based errors. | Patrick Wildt |
2016-04-06 | sync | Jonathan Gray |
2016-04-06 | move the parent and vnetid stuff around so it builds on ramdisks too. | David Gwynne |
2016-04-06 | Add support for bus space translation. | Patrick Wildt |
2016-04-06 | document autoconfprivacy being the default | Jonathan Gray |
2016-04-06 | bad spell of whether... | Jason McIntyre |
2016-04-06 | add two functions from libpcap-1.7.4 which are required by at least gopacket | Jasper Lievisse Adriaanse |
2016-04-06 | compare pointer to NULL instead of 0 | Sebastien Marie |
2016-04-06 | don't record duplicate LocalForward and RemoteForward entries; | Damien Miller |
2016-04-06 | define number of exit/entry save/load MSRs as a #define instead of a magic | Mike Larkin |
2016-04-06 | move getting the vnetid out next to getting the ifparent | David Gwynne |
2016-04-06 | correct the order of arguments to m_get in m_dup_pkt | David Gwynne |
2016-04-05 | Use SERVER_NAME for bgplg's hostname (displayed on the page), this is passed | Stuart Henderson |
2016-04-05 | Move more fcntl(,F_GETFL,0) -> fcntl(,F_GETFL). | Kenneth R Westerback |
2016-04-05 | Use the "idr" API here as well, reducing the diffs to Linux. | Mark Kettenis |
2016-04-05 | Move reserved port checks from in(6)_pcbaddrisavail() to in_pcbbind(). | Vincent Gross |
2016-04-05 | Add $OpenBSD$ markers. | Mark Kettenis |
2016-04-05 | Now that we the "idr" API, we can get rid of a lot of | Mark Kettenis |
2016-04-05 | Add an implementation of the Linux "idr" API. | Mark Kettenis |
2016-04-05 | Remove completely out-of-date comment about locking protocol. | Mark Kettenis |
2016-04-05 | Move inp_laddr assignment after in_pcbpickport(), extend in_pcbpickport() | Vincent Gross |
2016-04-05 | Increase size of the clone bitmap (revised diff after revert). I have | Martin Natano |
2016-04-05 | Describe the format used by -s once, and refer to it when documenting -f. | Jeremie Courreges-Anglas |
2016-04-05 | Consistent v6-speak: hostname -> nodename, proxy NDP -> ND proxy | Jeremie Courreges-Anglas |
2016-04-05 | Pointless commented-out lines; discussed with jmc@ | Jeremie Courreges-Anglas |
2016-04-05 | etheraddr -> ether_addr, as in arp(8); discussed with jmc@ | Jeremie Courreges-Anglas |
2016-04-05 | Remove mention of Turbo Mode from ath(4) since the driver doesn't support it | Ricardo Mestre |
2016-04-05 | Support processors without unrestricted guest capability. | Mike Larkin |
2016-04-05 | Split out the generic GEM code (like Linux did) and switch it over to | Mark Kettenis |
2016-04-05 | Add vma offset manager code. | Mark Kettenis |
2016-04-05 | Add atomic_add_unless(), another strange linux interface. | Mark Kettenis |
2016-04-05 | Add a linux-compatible rbtree interface on top of our implementation in | Mark Kettenis |
2016-04-05 | Prefer _MUTEX_*LOCK over _THREAD_PRIVATE_MUTEX_*LOCK() when thread-specific | Philip Guenther |
2016-04-05 | Update example in comment: setlogin doesn't use {PROTO,DEF}_WRAP() now | Philip Guenther |
2016-04-05 | Remove the iterator for control connections unfinished and unused. | YASUOKA Masahiko |
2016-04-04 | get* can change *lineptr on failure | Philip Guenther |
2016-04-04 | Remove caveat about only supporting 512-byte sectors. | Kenneth R Westerback |
2016-04-04 | Enable creation of softraid volumes using disks with non-512 byte | Kenneth R Westerback |
2016-04-04 | Fix memory leak. Call proto_free() always to free proto. | YASUOKA Masahiko |
2016-04-04 | Directly use physical addresses from ELF header for kernel loading. | Stefan Kempf |
2016-04-04 | Deallocate guest vm_map when the guest gets terminated. | Stefan Kempf |
2016-04-04 | UVM_FLAG_AMAPPAD has no effect anymore, nuke it. | Stefan Kempf |