Age | Commit message (Expand) | Author |
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 |
2016-04-04 | Add sys/queue.h where it's needed. Unbreak userland following recent | Stuart Henderson |
2016-04-04 | fatalx() not fatal(). | Nicholas Marriott |
2016-04-04 | In udpsockmode codepath dhcpd.c had the promise route for pledge(2) but it was | Ricardo Mestre |
2016-04-04 | mbuf.h doenst need queue.h. | David Gwynne |
2016-04-04 | Hook up ndp -f. | Jeremie Courreges-Anglas |
2016-04-04 | Store curcpu pointer in TPIDRPRW. | Patrick Wildt |
2016-04-04 | Read cache line sizes from CP15 Cache Type Register. | Patrick Wildt |
2016-04-04 | Reverse search optimization makes no sense (and doesn't work) if | Otto Moerbeek |
2016-04-04 | use fixed size unsigned variables for reading/writing the control register | Jonathan Gray |
2016-04-04 | turns out EVL_ENCAPLEN is 4, not 18 or sizeof(*evl). | David Gwynne |
2016-04-04 | Set the SMP/coherency bit in ACTLR on Cortex A models it is documented | Jonathan Gray |
2016-04-03 | Don't call savectx() from cpu_fork(): the registers saved are overwritten | Philip Guenther |
2016-04-03 | Move the setting of pcb_fsbase out of reset_segs() into its callers | Philip Guenther |
2016-04-03 | Teach ddb's disassembler about {rd,wr}[fg]sbase | Philip Guenther |
2016-04-03 | Don't call savectx() from cpu_fork(): the registers saved are overwritten | Philip Guenther |
2016-04-03 | Remove sparc special-casing from ufsdirhash_init(). This is not required | Martin Natano |
2016-04-03 | Add cpu_auxcontrol() to clear and set bits in the implementation/model | Jonathan Gray |
2016-04-03 | Remove erroneous whitespace added in previous change. | Patrick Wildt |
2016-04-03 | Map the bootconfig/FDT area passed by u-boot and try to init FDT on it. | Patrick Wildt |
2016-04-03 | Implement a way to extract memory information from a node. This can be | Patrick Wildt |
2016-04-03 | Remove XSCALE preprocessor checks from a file which is only for ARMv7. | Patrick Wildt |
2016-04-03 | The callers of fdt_next_node() expect it to return NULL if a next node | Patrick Wildt |
2016-04-03 | Remove __lockbarrier() defines, unused since cpu_lock removal a few | Jonathan Gray |
2016-04-03 | remove unused cpu_lock code | Jonathan Gray |
2016-04-03 | Remove tests for "processing" which was never set. It attempted to | Jonathan Gray |
2016-04-03 | Document ``use after free'' error message | Otto Moerbeek |