summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2016-04-04Add sys/queue.h where it's needed. Unbreak userland following recentStuart Henderson
2016-04-04fatalx() not fatal().Nicholas Marriott
2016-04-04In udpsockmode codepath dhcpd.c had the promise route for pledge(2) but it wasRicardo Mestre
2016-04-04mbuf.h doenst need queue.h.David Gwynne
2016-04-04Hook up ndp -f.Jeremie Courreges-Anglas
2016-04-04Store curcpu pointer in TPIDRPRW.Patrick Wildt
2016-04-04Read cache line sizes from CP15 Cache Type Register.Patrick Wildt
2016-04-04Reverse search optimization makes no sense (and doesn't work) ifOtto Moerbeek
2016-04-04use fixed size unsigned variables for reading/writing the control registerJonathan Gray
2016-04-04turns out EVL_ENCAPLEN is 4, not 18 or sizeof(*evl).David Gwynne
2016-04-04Set the SMP/coherency bit in ACTLR on Cortex A models it is documentedJonathan Gray
2016-04-03Don't call savectx() from cpu_fork(): the registers saved are overwrittenPhilip Guenther
2016-04-03Move the setting of pcb_fsbase out of reset_segs() into its callersPhilip Guenther
2016-04-03Teach ddb's disassembler about {rd,wr}[fg]sbasePhilip Guenther
2016-04-03Don't call savectx() from cpu_fork(): the registers saved are overwrittenPhilip Guenther
2016-04-03Remove sparc special-casing from ufsdirhash_init(). This is not requiredMartin Natano
2016-04-03Add cpu_auxcontrol() to clear and set bits in the implementation/modelJonathan Gray
2016-04-03Remove erroneous whitespace added in previous change.Patrick Wildt
2016-04-03Map the bootconfig/FDT area passed by u-boot and try to init FDT on it.Patrick Wildt
2016-04-03Implement a way to extract memory information from a node. This can bePatrick Wildt
2016-04-03Remove XSCALE preprocessor checks from a file which is only for ARMv7.Patrick Wildt
2016-04-03The callers of fdt_next_node() expect it to return NULL if a next nodePatrick Wildt
2016-04-03Remove __lockbarrier() defines, unused since cpu_lock removal a fewJonathan Gray
2016-04-03remove unused cpu_lock codeJonathan Gray
2016-04-03Remove tests for "processing" which was never set. It attempted toJonathan Gray
2016-04-03Document ``use after free'' error messageOtto Moerbeek
2016-04-03double word;Jason McIntyre
2016-04-03syncJonathan Gray
2016-04-03Long overdue updates for timecounter changes.Jonathan Gray
2016-04-03ath(4) 11g support code is broken and not enabled. Document this limitation.Stefan Sperling
2016-04-03mark the packet buffer in bpf_filter as bounded by the pktlen argDavid Gwynne
2016-04-02Wrap <pthread.h> and <pthread_np.h> to eliminate PLT entries for internalPhilip Guenther
2016-04-02Eliminate superfluous 3rd params in fcntl(F_GETFL) calls.Kenneth R Westerback
2016-04-02Eliminate the need to explicitly invoke syscalls via their _thread_sys_*Philip Guenther
2016-04-02Use open(tty, O_WRONLY) + fdopen() instead of fopen(tty, "w") toTodd C. Miller
2016-04-02Another use for fcntl() and thus of the superfluous 3rd parameterKenneth R Westerback
2016-04-02Reduce dmesg spam by knocking out some acpi hardware IDs that don't need aMark Kettenis