summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2013-11-19add a bunch of missing prototypesTheo de Raadt
2013-11-19repair format strings for time_t, and some missing protosTheo de Raadt
2013-11-19the time being handled here is strictly unsigned 32 bitTheo de Raadt
2013-11-19provide forward declarations for structures ifnet and ifg_group;Mike Belopuhov
2013-11-19include queue.h directly instead of relying on if.h to provide it;Mike Belopuhov
2013-11-19Print daddr_t's with %lld, size_t's with %zu, int's with %d andKenneth R Westerback
2013-11-19backout the DRM_IOCTL_I915_GEM_WAIT commitJonathan Gray
2013-11-19Kill matchlvl usage throughout the usb stack.Paul Irofti
2013-11-19Fetch host specific responsefile, if that does not exist, fall backRobert Peichaer
2013-11-19Allow '*' in the user part of mailaddresses. By default, potentially dangerousEric Faurot