summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-02-04Cast char to unsigned char for isspace()Philip Guenther
2017-02-04Prefer <sys/endian.h> to <machine/endian.h>Philip Guenther
2017-02-04Prefer <sys/endian.h> to <machine/endian.h>Philip Guenther
2017-02-04The macro versions of htonl et al don't require them, but POSIX saysPhilip Guenther
2017-02-04Remove gdb waitcount debug code and dummy print.Patrick Wildt
2017-02-04Prevent netlock related deadlock with the X server during iwm(4) scans.Paul Irofti
2017-02-04Include netinet/in.h for in_addr_t now it has moved out of sys/types.h.Jonathan Gray
2017-02-04Do not fix the default indent for all subsequent files; some may useIngo Schwarze
2017-02-04Update usage for ps/w to match previous commitPhilip Guenther
2017-02-04missing function prototypeMike Larkin
2017-02-04Implement atomic_{set,clear}bits_int and membars for arm64.Jonathan Gray
2017-02-04Move the typedefs for in_{addr,port}_t from <sys/types.h> toPhilip Guenther
2017-02-03use ssh_packet_set_log_preamble() to include connection usernameDamien Miller
2017-02-03add ssh_packet_set_log_preamble() to allow inclusion of a preambleDamien Miller
2017-02-03unit test for match_filter_list() function; still want a betterDamien Miller
2017-02-03support =- for removing methods from algorithms lists, e.g.Damien Miller
2017-02-03Cache status line position to reduce option lookups during output.Nicholas Marriott
2017-02-03Expand lines more aggressively to reduce rate of allocations.Nicholas Marriott
2017-02-03Minor cleanup, no functional change:Ingo Schwarze
2017-02-03If an application parses multiple files with mparse_readfd(3) butIngo Schwarze
2017-02-03Implement a helper that creates an L0 pagetable entry pointing toPatrick Wildt
2017-02-03whitespace fixesPatrick Wildt
2017-02-03Add a window or pane id "tag" to each format tree and use it to separateNicholas Marriott
2017-02-03Set the context id and counter offset to a known value. Enable accessPatrick Wildt
2017-02-03Use PAGE_SHIFT instead of encoding the number.Patrick Wildt
2017-02-03Cleanup pagetable creation code in preparation for adding another levelPatrick Wildt
2017-02-03ARM64 has an 48-bit physical address space, so bump PTE_RPGN to reflectPatrick Wildt
2017-02-03Don't use PTE_RPGN to mask away the lower page bits from a virtualPatrick Wildt
2017-02-03Fix 11b clients sending bogus ratesets in association requests. The commonStefan Sperling
2017-02-03Explicitly ask EFI to allocate the page we picked out to lay ourPatrick Wildt
2017-02-03Stop assuming that in_{addr,port}_t are typedefed in <sys/types.h> andPhilip Guenther
2017-02-03yasuoka@ reported that a "guest shutdown" resulted in a reboot insteadJonathan Gray
2017-02-03Don't use <sys/param.h> from userland without cause. Sort <sys/*>Philip Guenther
2017-02-03allow form-feed characters at EOL; bz#2431 ok dtucker@Damien Miller
2017-02-03Make ssh_packet_set_rekey_limits take u32 for the number of secondsDarren Tucker
2017-02-02Remove dead assignments and now unused variables.Charles Longeau
2017-02-02Fix support for HTTP pipelining by handling all requests in the buffer.Reyk Floeter
2017-02-02Use a single chown user:group instead of separate chown and chgrp.Robert Peichaer
2017-02-02grammar fix; from tinkerJason McIntyre
2017-02-02Document recent videoio.h changes and fix typo.Ingo Feinerer
2017-02-02Sync with Linux kernel version 4.10-rc6.Ingo Feinerer
2017-02-02Remove global counters from struct ieee80211com which track the number ofStefan Sperling
2017-02-02sudo -> SUDO and some other minor tweaksTheo Buehler
2017-02-02In vasnmprintf() return an error if malloc fails and don't setJonathan Gray
2017-02-02fix a comment and rm some dead code as a result of the previous diffOtto Moerbeek
2017-02-02Disable client-initiated TLS renegotiation by default.Reyk Floeter
2017-02-02When dumping core, skip pages marked as unreadable instead of abortingPhilip Guenther
2017-02-02copy the mbox into the dcmd struct, not the pointer to the mbox.David Gwynne
2017-02-01fix format stringCharles Longeau
2017-02-01In sogetopt, preallocate an mbuf to avoid using sleeping mallocs withDavid Hill