Age | Commit message (Expand) | Author |
2017-01-24 | splsoftnet() to NET_LOCK() in bpfwrite(). | Martin Pieuchot |
2017-01-24 | add explicit casts for going from volatile void * to void * volatile *. | David Gwynne |
2017-01-24 | Kill some unused variables found by clang. | Rafael Zalamena |
2017-01-24 | Use the same stack size as on i386 | Jeremie Courreges-Anglas |
2017-01-24 | logname(1) uses getlogin(2) to determine the user associated with the | Theo Buehler |
2017-01-24 | Remove the [fs]u{byte,word,swintr} fetch(9) functions that have | Patrick Wildt |
2017-01-24 | A space here, a space there. Soon we're talking real whitespace | Kenneth R Westerback |
2017-01-24 | Force a context switch for every pool_get(9) with the PR_WAITOK flag | Martin Pieuchot |
2017-01-24 | SVM: misspelled field name in vmcb struct (renamed to match SVM code I'm | Mike Larkin |
2017-01-24 | SVM: matching i386 commit (missing host save area pa msr) | Mike Larkin |
2017-01-24 | SVM: missing msr defintion for host save area physaddr | Mike Larkin |
2017-01-24 | In preparation of compiling our kernels with -ffreestanding, explicitly map | Mark Kettenis |
2017-01-24 | In accept(2) and accept4(2) allocate a new file descriptor before | Martin Pieuchot |
2017-01-24 | Display process group in "ps /w" since they got removed from "ps /n". | Martin Pieuchot |
2017-01-24 | Display the thread ID (TID) rather than the process group ID (PGRP) | Martin Pieuchot |
2017-01-24 | when we lose link, do not delete entries that have the RTF_BFD flag set | Peter Hessler |
2017-01-24 | Track a per-fd flag UF_PLEDGED. This indicates the initial open was done by a | Theo de Raadt |
2017-01-24 | add support for multiple transmit ifqueues per network interface. | David Gwynne |
2017-01-24 | only send the rt msg on timeout failure if bfd is not down | Peter Hessler |
2017-01-24 | move setting the IP TOS from the listening socket to the sending socket | Peter Hessler |
2017-01-24 | Use header <sys/atomic.h> rather than <machine/atomic.h> in MI code. | Visa Hankala |
2017-01-24 | Rename pfind(9) into tfind(9) to reflect that it deals with threads. | Martin Pieuchot |
2017-01-24 | Introduce rt_report() a function that generates a route message from an | Claudio Jeker |
2017-01-23 | File descriptor passing internalizes fd's into an mbuf-stored array of | Theo de Raadt |
2017-01-23 | Allocate all memory chunks, and potentially sleeping, before freeing | Martin Pieuchot |
2017-01-23 | enable bcmdog on armv7 as well | Jonathan Gray |
2017-01-23 | Avoid curproc dance in dupfdopen(), by passing a struct proc * | Theo de Raadt |
2017-01-23 | The function raw_input() has not been called since netiso has been | Alexander Bluhm |
2017-01-23 | Enable bcmdog on RAMDISK as well so it can reboot. | Jonathan Gray |
2017-01-23 | Add bcmdog(4), a watchdog timer for the Raspberry Pi. | Mark Kettenis |
2017-01-23 | Remove duplicate $OpenBSD$ tag. | Mark Kettenis |
2017-01-23 | Enter UKC when built with BOOT_CONFIG and -c is specified. | Jonathan Gray |
2017-01-23 | Enable USBVERBOSE on both the GENERIC and RAMDISK kernel. | Patrick Wildt |
2017-01-23 | Make the RAMDISK kernel actually try to boot the ramdisk. | Patrick Wildt |
2017-01-23 | Create a mapping for the FDT if it happens to be on a different 1 GiB | Patrick Wildt |
2017-01-23 | Initialize DDB if compiled with option DDB. | Patrick Wildt |
2017-01-23 | In comparison to _start, where we only need the address of the | Patrick Wildt |
2017-01-23 | _end should be on a 64-bit boundary, so make sure to align | Patrick Wildt |
2017-01-23 | Enable simplefb(4). | Mark Kettenis |
2017-01-23 | openprom(4) | Mark Kettenis |
2017-01-23 | Synchronize with the arm version of this file. | Mark Kettenis |
2017-01-23 | We are supposed to be mapped on a 128 MB block, so skip the first | Patrick Wildt |
2017-01-23 | Flag pseudo-interfaces as such in order to call add_net_randomness() | Martin Pieuchot |
2017-01-23 | Nuke extraneous whitespace and tabs. | Frederic Cambus |
2017-01-23 | Add (temporary) workaround for the missing "dma-ranges" property in the | Mark Kettenis |
2017-01-23 | Parse and use "dma-ranges" property to do the appropriate dma address | Mark Kettenis |
2017-01-23 | Also attach to "arm,armv7-timer". | Mark Kettenis |
2017-01-23 | Assert for IPL_SOFTNET rather than raising SPL recursively. | Martin Pieuchot |
2017-01-23 | Kill unecessary splsoftnet()/splx() dances, what's protecting radix | Martin Pieuchot |
2017-01-23 | Add Raspberry Pi 3 drivers to RAMDISK as well. | Jonathan Gray |