Age | Commit message (Expand) | Author |
2016-03-01 | Copy the stackgap_init() and stackgap_alloc() functions from | Christian Weisgerber |
2016-03-01 | drop Linux emulation support; ok sthen@ visa@ | Christian Weisgerber |
2016-03-01 | Enter libedit directory by default. | Ingo Schwarze |
2016-03-01 | Support for running Linux binaries under emulation is going away. | Christian Weisgerber |
2016-03-01 | More unit tests for libedit. | Ingo Schwarze |
2016-03-01 | add LIBCRYPTO to DPADD | Gleydson Soares |
2016-03-01 | Pointless 'return;' in void functions | Jeremie Courreges-Anglas |
2016-03-01 | Kill unused #defines | Jeremie Courreges-Anglas |
2016-03-01 | Remove some more unused variables, and use RB_FOREACH_SAFE in | Nicholas Marriott |
2016-03-01 | Redraw status on mode entry and exit. | Nicholas Marriott |
2016-03-01 | When a mouse drag is finished, fire a MouseUp key press, instead of | Nicholas Marriott |
2016-03-01 | Remove unused variables, from Michal Mazurek. | Nicholas Marriott |
2016-03-01 | Use system wcwidth() instead of carrying around UTF-8 width tables. | Nicholas Marriott |
2016-03-01 | Fix break-pane synopsis and some other tmux.1 bits. | Nicholas Marriott |
2016-03-01 | DB_SYM_NULL -> NULL. | Martin Pieuchot |
2016-03-01 | update currency exchange rates; | Jason McIntyre |
2016-03-01 | Remove support for ancient, broken DSA implementations. | Doug Hogan |
2016-03-01 | Update moduli file. | Darren Tucker |
2016-03-01 | enm_ac in ether_multi is set but never used. so we dont need it. | David Gwynne |
2016-02-29 | Add NET_RT_IFNAMES; OK deraadt@ | Tim van der Molen |
2016-02-29 | correct return values for -e; from patrik lundin | Jason McIntyre |
2016-02-29 | __tfork is section 3, not 2; | Jason McIntyre |
2016-02-29 | Merge add/make_prefix() and kill last use of struct in6_prefixreq in userland. | Jeremie Courreges-Anglas |
2016-02-29 | Print ssize_t with %zd; ok deraadt@ mmcc@ | Jeremie Courreges-Anglas |
2016-02-29 | delete the kern.emul/KERN_EMUL sysctl bits since there are no | Christian Weisgerber |
2016-02-29 | Kill unused variable. | Jeremie Courreges-Anglas |
2016-02-29 | Move ckqueue() to common_source/common.c | Jeremie Courreges-Anglas |
2016-02-29 | remove NULL checks for pqueue_free() | mmcc |
2016-02-29 | init_prefix() is now trivial, merge it with its caller. | Jeremie Courreges-Anglas |
2016-02-28 | rearrange DH public value tests to be a little more clear | Damien Miller |
2016-02-28 | Add a missing Ns macro | Tim van der Molen |
2016-02-28 | Fix ghastly whitespace. From Chris Bennett | tb |
2016-02-28 | sync | Stuart Henderson |
2016-02-28 | Tweak info about using subdirectories. | Robert Peichaer |
2016-02-28 | Remove USB_SET_IMMED ioctl and corresponding code and manpage bits. | Stefan Kempf |
2016-02-28 | When IPsec UDP encapsulation is used for IPv6, the stack should | Mike Belopuhov |
2016-02-28 | remove mention of Linux and FreeBSD binary emulation; pointed out by jmc@ | Christian Weisgerber |
2016-02-28 | drop the support for Linux emulation; ok guenther@ visa@ | Christian Weisgerber |
2016-02-28 | Support for running Linux binaries under emulation is going away. | Christian Weisgerber |
2016-02-28 | fix a typoed ioctl name; ok millert@ deraadt@ | Christian Weisgerber |
2016-02-28 | Remove leftovers from mutliple symbol tables support. | Martin Pieuchot |
2016-02-28 | fruncate() returns EFBIG when length exceeds the max file size. | natano |
2016-02-28 | Repair the namegen function to make ffs regress useful again. | natano |
2016-02-28 | Convert FDT values from big endian to host endian. | Martin Pieuchot |
2016-02-28 | Remove useless code, from Patrick Wildt. | Martin Pieuchot |
2016-02-28 | Rename ddb_trap_glue() to db_trap_glue(). | Martin Pieuchot |
2016-02-28 | Remove SIOCSIFALIFETIME_IN6 ioctl, as NetBSD did. | Stefan Kempf |
2016-02-28 | Add back undocumented -h switch defaulting to usage(). | tb |
2016-02-28 | In emit_insxl() force the first operand of the insbl or inswl pattern | Jonathan Gray |
2016-02-27 | pakets -> packets | mmcc |