Age | Commit message (Expand) | Author |
2013-11-20 | +.An -nosplit | Jason McIntyre |
2013-11-20 | Eliminate some differences with the Linux code; no code change. | Mark Kettenis |
2013-11-20 | Silly Linux-style negative errno returns. | Mark Kettenis |
2013-11-20 | Add omgpio(4) manpage. | Raphael Graf |
2013-11-20 | unsigned char cast for isdigit, dealing with argv | Theo de Raadt |
2013-11-20 | unsigned char casts for ctype.h macros, when dealing with the | Theo de Raadt |
2013-11-20 | unsigned char casts are needed for these isdigit & isprint calls | Theo de Raadt |
2013-11-20 | unsigned char casts for ctype.h macros, when dealing with optarg | Theo de Raadt |
2013-11-20 | unsigned char casts needed for isdigit() | Theo de Raadt |
2013-11-20 | str derives from argv; so use an unsigned char cast for isspace() | Theo de Raadt |
2013-11-20 | unsigned char casts with ctype macros are pretty obvious when dealing | Theo de Raadt |
2013-11-20 | unsigned char casts where neccessary | Theo de Raadt |
2013-11-20 | unsigned casts for ctype macros where neccessary | Theo de Raadt |
2013-11-20 | this isdigit() needs an unsigned char cast; ok ratchov | Theo de Raadt |
2013-11-20 | isxdigit() needs unsigned char cast for this specific argument | Theo de Raadt |
2013-11-20 | spelling fix; | Jason McIntyre |
2013-11-20 | oops, typo | Theo de Raadt |
2013-11-20 | regen | Miod Vallat |
2013-11-20 | Fix translation table for JIS keys; reported by Nakano Takaharu. | Miod Vallat |
2013-11-20 | cleanups for signed char vs ctype | Theo de Raadt |
2013-11-20 | missing unsigned char casts areound tolower() | Theo de Raadt |
2013-11-20 | repair signed char vs isdigit | Theo de Raadt |
2013-11-20 | Add gpio(4) support for omap3/4 and am335x. | Raphael Graf |
2013-11-20 | Rework the mda and scheduler to use the holdq mechanism instead of | Eric Faurot |
2013-11-20 | in_var.h is not needed. | Martin Pieuchot |
2013-11-20 | Instead of comparing the lower and higher addresses of all the multicast | Martin Pieuchot |
2013-11-20 | Convert sppp(4) to taskq; ok mikeb@ mpi@ | Stefan Sperling |
2013-11-20 | give this a real chance to compile | Miod Vallat |
2013-11-20 | this implementation may now be capable of shared semaphores | Ted Unangst |
2013-11-20 | more detail on error conditions | Ted Unangst |
2013-11-20 | oops, forgot about unnamed shared sems | Ted Unangst |
2013-11-20 | zhuk and i have slightly different styles. unify and consistify | Ted Unangst |
2013-11-20 | delay closure of in/out fds until after "Bad protocol version | Damien Miller |
2013-11-20 | switch to the drm_mm based gtt eviction code from linux 3.8.13 | Jonathan Gray |
2013-11-20 | replace bare use of disksort with bufqs. this is the last disksort user | David Gwynne |
2013-11-20 | replace bare use of disksort with bufqs. | David Gwynne |
2013-11-20 | replace bare use of disksort with bufqs. | David Gwynne |
2013-11-19 | handle msgbuf_write() returning EAGAIN | Sebastian Benoit |
2013-11-19 | Add autoinstall configuration to the list of files and output stirring | Alexander Hall |
2013-11-19 | Move the GTT management into the inteldrm driver. It is really obvious now | Mark Kettenis |
2013-11-19 | add a bunch of missing prototypes | Theo de Raadt |
2013-11-19 | repair format strings for time_t, and some missing protos | Theo de Raadt |
2013-11-19 | the time being handled here is strictly unsigned 32 bit | Theo de Raadt |
2013-11-19 | provide forward declarations for structures ifnet and ifg_group; | Mike Belopuhov |
2013-11-19 | include queue.h directly instead of relying on if.h to provide it; | Mike Belopuhov |
2013-11-19 | Print daddr_t's with %lld, size_t's with %zu, int's with %d and | Kenneth R Westerback |
2013-11-19 | backout the DRM_IOCTL_I915_GEM_WAIT commit | Jonathan Gray |
2013-11-19 | Kill matchlvl usage throughout the usb stack. | Paul Irofti |
2013-11-19 | Fetch host specific responsefile, if that does not exist, fall back | Robert Peichaer |
2013-11-19 | Allow '*' in the user part of mailaddresses. By default, potentially dangerous | Eric Faurot |