summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-02-08Remove unnecessary duplicate check.Nicholas Marriott
2017-02-08Improve some of the logging on resize.Nicholas Marriott
2017-02-08Due to non-blocking sockets, tls_handshake() could wait in a busyAlexander Bluhm
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-08Log size of output buffer as well.Nicholas Marriott
2017-02-08Trying to avoid the occasional newline by saving the last cell on screenNicholas Marriott
2017-02-08Tweak how much we expand lines by.Nicholas Marriott
2017-02-08Remove event watermarks, don't work well enough to be worth it.Nicholas Marriott
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-07Remove deprecated SSH1 options RSAAuthentication andDarren Tucker
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-07syncTheo Buehler
2017-02-07There are 1023 possible values for the interrupts, but our masks limitPatrick Wildt
2017-02-07Do not clear the scroll region, instead set it to the scroll region weNicholas Marriott
2017-02-07IPsec packets could be dropped unaccounted if output after cryptoAlexander Bluhm
2017-02-07Remove a debugging leftover.Nicholas Marriott
2017-02-07Ox on its own line;Jason McIntyre
2017-02-07Reduce the per-packet allocation costs for crypto operations (cryptop)Patrick Wildt
2017-02-07DECSLRM in xterm(1) appears to have a quirk where it can generate anNicholas Marriott
2017-02-07Adapt regex in syslogd test to the new shiny libssl error messages.Alexander Bluhm
2017-02-07Revert previous; the implementation is incorrect since it assumes that theJoel Sing
2017-02-07No longer need to unlock the netlock since the upper layer is doing it.Martin Pieuchot
2017-02-07Update to terminfo-20170128.Nicholas Marriott
2017-02-07The return code of crp_callback is never checked, so it is notAlexander Bluhm
2017-02-07Enable the short slot time feature in 802.11n mode.Stefan Sperling
2017-02-07Unfortunately DECFRA does not handle default colours properly (it doesNicholas Marriott
2017-02-07Remove unused variable in C source to make the test compile and pass.Alexander Bluhm
2017-02-07Include <netinet/in.h> to get in_addr_t and in_port_t compiled.Alexander Bluhm
2017-02-07/tmp/cvsspEkokReyk Floeter
2017-02-07Improve parsing of the HTTP request lineReyk Floeter
2017-02-07Fix Xr: syspatch(1) -> syspatch(8)Theo Buehler
2017-02-07Make the 'incomplete header' message debug onlyMike Belopuhov