summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-11-21Remove unneeded include.Martin Pieuchot
2013-11-21add unsigned char casts for specific calls to ctype.h macros.Theo de Raadt
2013-11-21Initial support for the integrated Lynx Point and Lynx Point LP EthernetJonathan Gray
2013-11-21Revert r1.41, in this driver sc_attached does not indicate that theMartin Pieuchot
2013-11-21security update to nginx 1.4.4 which fixes CVE-2013-4547Robert Nagy
2013-11-21regenMark Kettenis
2013-11-21Change /dev/drm* permissions to 0600.Mark Kettenis
2013-11-21Replace the last usage of IA_SIN() and kill this macro.Martin Pieuchot
2013-11-21correctly set verify flag on the listenerEric Faurot
2013-11-21fail if lka can't load cert fileEric Faurot
2013-11-21correctly handle EAGAIN and closed pipe in msgbuf_write()Eric Faurot
2013-11-21use -Wmissing-prototypesAlexandre Ratchov
2013-11-21no need for .Pp before displays;Jason McIntyre
2013-11-21use new "ssh -Q cipher-auth" query to obtain lists of authenticatedDamien Miller
2013-11-21use unsigned long long instead of u_int64_t here to avoid warningsDamien Miller
2013-11-21add some reminders for additional tests that I'd like to implementDamien Miller
2013-11-21get bytes off the wire as unsigned char so we can pass them toDavid Gwynne
2013-11-21RCSID markersDamien Miller
2013-11-21My audit of mandoc revealed two missing (unsigned char) castsIngo Schwarze
2013-11-21remove #define b_errcnt b_resid. nothing uses it, and nothing should.David Gwynne
2013-11-21Add a new protocol 2 transport cipher "chacha20-poly1305@openssh.com"Damien Miller
2013-11-21remove the #define b_cylinder b_resid from bufs. i hated theDavid Gwynne
2013-11-20Update comments mentioning `resource maps' to mention `extents' instead.Miod Vallat
2013-11-20now that all the direct users of disksort have been removed, we can nowDavid Gwynne
2013-11-20shared semaphore fixes. first, eliminate the sem inside a sem indirection.Ted Unangst
2013-11-20+.An -nosplitJason McIntyre
2013-11-20Eliminate some differences with the Linux code; no code change.Mark Kettenis
2013-11-20Silly Linux-style negative errno returns.Mark Kettenis
2013-11-20Add omgpio(4) manpage.Raphael Graf
2013-11-20unsigned char cast for isdigit, dealing with argvTheo de Raadt
2013-11-20unsigned char casts for ctype.h macros, when dealing with theTheo de Raadt
2013-11-20unsigned char casts are needed for these isdigit & isprint callsTheo de Raadt
2013-11-20unsigned char casts for ctype.h macros, when dealing with optargTheo de Raadt
2013-11-20unsigned char casts needed for isdigit()Theo de Raadt
2013-11-20str derives from argv; so use an unsigned char cast for isspace()Theo de Raadt
2013-11-20unsigned char casts with ctype macros are pretty obvious when dealingTheo de Raadt
2013-11-20unsigned char casts where neccessaryTheo de Raadt
2013-11-20unsigned casts for ctype macros where neccessaryTheo de Raadt
2013-11-20this isdigit() needs an unsigned char cast; ok ratchovTheo de Raadt
2013-11-20isxdigit() needs unsigned char cast for this specific argumentTheo de Raadt
2013-11-20spelling fix;Jason McIntyre
2013-11-20oops, typoTheo de Raadt
2013-11-20regenMiod Vallat
2013-11-20Fix translation table for JIS keys; reported by Nakano Takaharu.Miod Vallat
2013-11-20cleanups for signed char vs ctypeTheo de Raadt
2013-11-20missing unsigned char casts areound tolower()Theo de Raadt
2013-11-20repair signed char vs isdigitTheo de Raadt
2013-11-20Add gpio(4) support for omap3/4 and am335x.Raphael Graf
2013-11-20Rework the mda and scheduler to use the holdq mechanism instead ofEric Faurot
2013-11-20in_var.h is not needed.Martin Pieuchot