Age | Commit message (Expand) | Author |
2017-02-12 | Split up fork1(): | Philip Guenther |
2017-02-12 | The videocore portion of the raspberry pi which boots the arm cores and | Jonathan Gray |
2017-02-12 | Fix an uninitialised return value in rtwn_ra_init(). Though nothing | Jonathan Gray |
2017-02-11 | Add a flags argument to falloc() that lets it optionally set the | Philip Guenther |
2017-02-11 | Always leave one free slot in the Tx ring to avoid ambiguity with ring | Visa Hankala |
2017-02-11 | Simplify ifq_deq_{begin,rollback,commit} sequence to ifq_dequeue. | Visa Hankala |
2017-02-11 | Correct the entry point and base address calculations for an | Philip Guenther |
2017-02-11 | disable aen handling. | David Gwynne |
2017-02-11 | Let MP-safe interrupt handlers run without the kernel lock on sgi. | Visa Hankala |
2017-02-10 | Unbreak 'config -p'. | Martin Pieuchot |
2017-02-10 | Update link to intel HDA spec. From | Alexandre Ratchov |
2017-02-10 | Fix links to usb-audio specs. From Michael Reed <m.reed at mykolab.com>. | Alexandre Ratchov |
2017-02-10 | Use __func__ for DPRINTF's as we do in other parts of the | Alexandre Ratchov |
2017-02-10 | Remove unused variable. From Michael W. Bombardieri <mb at ii.net>. | Alexandre Ratchov |
2017-02-09 | Dedup calls to icmp6stat_inc in icmp6_errcount, should save a few bytes | Jeremie Courreges-Anglas |
2017-02-09 | remove a dead variable; ok millert, guenther | Mike Belopuhov |
2017-02-09 | Use TAILQ_FOREACH_SAFE in cache_purgevfs(). Fix whitespaces. | Alexander Bluhm |
2017-02-09 | Unbreak 'netstat -g' and make multicast route stats sysctl more robust. | Rafael Zalamena |
2017-02-09 | percpu counters for divert(4) stats | Jeremie Courreges-Anglas |
2017-02-09 | percpu counters for raw ipv6 and icmp6 stats | Jeremie Courreges-Anglas |
2017-02-09 | percpu counters for TCP stats | Jeremie Courreges-Anglas |
2017-02-09 | Temporarily grab the NET_LOCK() around soisdisconnected(). | Martin Pieuchot |
2017-02-09 | Release the NET_LOCK() before calling unp_detach(), fix a recursion | Martin Pieuchot |
2017-02-09 | Replace a custom loop calling yield() by the idiom to check if the | Martin Pieuchot |
2017-02-09 | Do no select a CPU to execute the current thread when being preempt()ed. | Martin Pieuchot |
2017-02-09 | Put back a return that I have removed by accident. | Alexander Bluhm |
2017-02-08 | Remove support for forcing the ELF interpreter to a specific address, | Philip Guenther |
2017-02-08 | Delete the obsolete fork/exec/exit emulation hooks. | Philip Guenther |
2017-02-08 | Improve error handling for poll timeouts | Mike Belopuhov |
2017-02-08 | Specify the read/write DMA flag for bounce buffers | Mike Belopuhov |
2017-02-08 | Cleanup the device removal path | Mike Belopuhov |
2017-02-08 | Switch to Xen interrupt barrier and improve state transitions | Mike Belopuhov |
2017-02-08 | Abort transactions with non-retriable error when device is stopped | Mike Belopuhov |
2017-02-08 | Switch to Xen interrupt barrier | Mike Belopuhov |
2017-02-08 | Introduce Xen interrupt barriers | Mike Belopuhov |
2017-02-08 | Fixup incorrect test when allocating grant table entries | Mike Belopuhov |
2017-02-08 | Now pcexmem(4) and pcexio(4) are attached at cbus(4), we do not need to | Kenji Aoyama |
2017-02-08 | Remove the ipsec protocol callbacks which all do the same. Implement | Alexander Bluhm |
2017-02-08 | Pass the physical address to the end of symbols to the kernel. From | Patrick Wildt |
2017-02-08 | Retry BS->ExitBootServices() if it fails, like on amd64. Also we need | Patrick Wildt |
2017-02-08 | fix a mixup of lengths of addresses and lengths in the aen_start sgl | David Gwynne |
2017-02-08 | the splvm() in pool_gc_pages is unecessary now. | David Gwynne |
2017-02-08 | In exec_elf.c: expand ELFNAME(), ELFNAME2(), and ELFNAMEEND() except | Philip Guenther |
2017-02-08 | Move ELF_AUX_ENTRIES from exec_elf.h to exec_elf.c; it's totally internal | Philip Guenther |
2017-02-08 | Change ELFNAME(read_from)'s buf parameter to be void*, eliminating a cast | Philip Guenther |
2017-02-08 | elf{32,64}_check_brand() isn't used; delete it | Philip Guenther |
2017-02-08 | Provide size-generic ELF_NO_ADDR in <sys/exec_elf.h> and use that instead | Philip Guenther |
2017-02-08 | Use ELF_ST_{BIND,TYPE} instead of ELFDEFNNAME(ST_{BIND,TYPE}) | Philip Guenther |
2017-02-08 | Retry BS->ExitBootServices() if it fails. | YASUOKA Masahiko |
2017-02-08 | Move a pointer deref to after a NULL test. | Jonathan Gray |