summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2017-02-10Update link to intel HDA spec. FromAlexandre Ratchov
2017-02-10Fix links to usb-audio specs. From Michael Reed <m.reed at mykolab.com>.Alexandre Ratchov
2017-02-10Use __func__ for DPRINTF's as we do in other parts of theAlexandre Ratchov
2017-02-10Remove unused variable. From Michael W. Bombardieri <mb at ii.net>.Alexandre Ratchov
2017-02-09Dedup calls to icmp6stat_inc in icmp6_errcount, should save a few bytesJeremie Courreges-Anglas
2017-02-09remove a dead variable; ok millert, guentherMike Belopuhov
2017-02-09Use TAILQ_FOREACH_SAFE in cache_purgevfs(). Fix whitespaces.Alexander Bluhm
2017-02-09Unbreak 'netstat -g' and make multicast route stats sysctl more robust.Rafael Zalamena
2017-02-09percpu counters for divert(4) statsJeremie Courreges-Anglas
2017-02-09percpu counters for raw ipv6 and icmp6 statsJeremie Courreges-Anglas
2017-02-09percpu counters for TCP statsJeremie Courreges-Anglas
2017-02-09Temporarily grab the NET_LOCK() around soisdisconnected().Martin Pieuchot
2017-02-09Release the NET_LOCK() before calling unp_detach(), fix a recursionMartin Pieuchot
2017-02-09Replace a custom loop calling yield() by the idiom to check if theMartin Pieuchot
2017-02-09Do no select a CPU to execute the current thread when being preempt()ed.Martin Pieuchot
2017-02-09Put back a return that I have removed by accident.Alexander Bluhm
2017-02-08Remove support for forcing the ELF interpreter to a specific address,Philip Guenther
2017-02-08Delete the obsolete fork/exec/exit emulation hooks.Philip Guenther
2017-02-08Improve error handling for poll timeoutsMike Belopuhov
2017-02-08Specify the read/write DMA flag for bounce buffersMike Belopuhov
2017-02-08Cleanup the device removal pathMike Belopuhov
2017-02-08Switch to Xen interrupt barrier and improve state transitionsMike Belopuhov
2017-02-08Abort transactions with non-retriable error when device is stoppedMike Belopuhov
2017-02-08Switch to Xen interrupt barrierMike Belopuhov
2017-02-08Introduce Xen interrupt barriersMike Belopuhov
2017-02-08Fixup incorrect test when allocating grant table entriesMike Belopuhov
2017-02-08Now pcexmem(4) and pcexio(4) are attached at cbus(4), we do not need toKenji Aoyama
2017-02-08Remove the ipsec protocol callbacks which all do the same. ImplementAlexander Bluhm
2017-02-08Pass the physical address to the end of symbols to the kernel. FromPatrick Wildt
2017-02-08Retry BS->ExitBootServices() if it fails, like on amd64. Also we needPatrick Wildt
2017-02-08fix a mixup of lengths of addresses and lengths in the aen_start sglDavid Gwynne
2017-02-08the splvm() in pool_gc_pages is unecessary now.David Gwynne
2017-02-08In exec_elf.c: expand ELFNAME(), ELFNAME2(), and ELFNAMEEND() exceptPhilip Guenther
2017-02-08Move ELF_AUX_ENTRIES from exec_elf.h to exec_elf.c; it's totally internalPhilip Guenther
2017-02-08Change ELFNAME(read_from)'s buf parameter to be void*, eliminating a castPhilip Guenther
2017-02-08elf{32,64}_check_brand() isn't used; delete itPhilip Guenther
2017-02-08Provide size-generic ELF_NO_ADDR in <sys/exec_elf.h> and use that insteadPhilip Guenther
2017-02-08Use ELF_ST_{BIND,TYPE} instead of ELFDEFNNAME(ST_{BIND,TYPE})Philip Guenther
2017-02-08Retry BS->ExitBootServices() if it fails.YASUOKA Masahiko
2017-02-08Move a pointer deref to after a NULL test.Jonathan Gray
2017-02-08Test for NULL before dereferencing a pointer not after.Jonathan Gray
2017-02-08Remove an uneeded NULL test which was after a deref.Jonathan Gray
2017-02-07Since the instruction cache does not in any way snoop the data cachePatrick Wildt
2017-02-07Use percpu counters for icmpJonathan Matthew
2017-02-07Error propagation does neither make sense for ip input path nor forAlexander Bluhm
2017-02-07For consistency sake, apply the inner shareable attribute to the bootstrapPatrick Wildt
2017-02-07The default frequency we chose for the generic timer does not always ringPatrick Wildt
2017-02-07There are 1023 possible values for the interrupts, but our masks limitPatrick Wildt
2017-02-07IPsec packets could be dropped unaccounted if output after cryptoAlexander Bluhm
2017-02-07Reduce the per-packet allocation costs for crypto operations (cryptop)Patrick Wildt