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