summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2013-11-20Instead of comparing the lower and higher addresses of all the multicastMartin Pieuchot
2013-11-20Convert sppp(4) to taskq; ok mikeb@ mpi@Stefan Sperling
2013-11-20give this a real chance to compileMiod Vallat
2013-11-20this implementation may now be capable of shared semaphoresTed Unangst
2013-11-20more detail on error conditionsTed Unangst
2013-11-20oops, forgot about unnamed shared semsTed Unangst
2013-11-20zhuk and i have slightly different styles. unify and consistifyTed Unangst
2013-11-20delay closure of in/out fds until after "Bad protocol versionDamien Miller
2013-11-20switch to the drm_mm based gtt eviction code from linux 3.8.13Jonathan Gray
2013-11-20replace bare use of disksort with bufqs. this is the last disksort userDavid Gwynne
2013-11-20replace bare use of disksort with bufqs.David Gwynne
2013-11-20replace bare use of disksort with bufqs.David Gwynne
2013-11-19handle msgbuf_write() returning EAGAINSebastian Benoit
2013-11-19Add autoinstall configuration to the list of files and output stirringAlexander Hall
2013-11-19Move the GTT management into the inteldrm driver. It is really obvious nowMark Kettenis