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