Age | Commit message (Expand) | Author |
2013-04-11 | Add 'restrict' per POSIX, per prodding by tedu@. (Might permit more warnings?) | Philip Guenther |
2013-04-11 | quiet disconnect notifications on the server from error() back to logit() | Damien Miller |
2013-04-11 | The tweaks I suggested to the previous diff resulted in the typeflag | Philip Guenther |
2013-04-10 | Correctly handle data memory protection ID traps: if occuring in user mode, | Miod Vallat |
2013-04-10 | futex: Prevent multiple futex pool initializations. | Paul Irofti |
2013-04-10 | futex: Sprinkle a few debug printfs that helped me in the past. | Paul Irofti |
2013-04-10 | futex: Assert that the refcount is larger than 0 when doing futex_put. | Paul Irofti |
2013-04-10 | Set EV_WRITE for jobs or run/if-shell jobs can hang. From Chris Johnsen. | Nicholas Marriott |
2013-04-10 | Fix bug where end guard in control mode was not printed after session | Nicholas Marriott |
2013-04-10 | Missed -o from set-window-option, from Ben Boeckel. | Nicholas Marriott |
2013-04-10 | Remove some code not needed on OpenBSD. | Nicholas Marriott |
2013-04-10 | Remove various external variable declaration from sources files and | Martin Pieuchot |
2013-04-10 | Merge usbd_get_device_desc() into the only function using them. | Martin Pieuchot |
2013-04-10 | Instead of refetching the descriptor from the device, just use the copy | Martin Pieuchot |
2013-04-10 | Merge usb_devinfo* helper functions into usbd_print(), nothing else use | Martin Pieuchot |
2013-04-10 | Remove unused function usb_find_desc(). | Martin Pieuchot |
2013-04-10 | Get the standard path from _PATH_STDPATH instead of | Philip Guenther |
2013-04-10 | Fix various glitches in queue macro usage. | Philip Guenther |
2013-04-09 | Add a magic number to the head of the signature block. Check for magic | Mike Larkin |
2013-04-09 | newvers.sh uses 'basename' to determine the directory name to stamp the | Mike Larkin |
2013-04-09 | Add extended header support for ustar. Currently only path and linkpath are | Federico G. Schwindt |
2013-04-09 | do not store a time_t or the result of a time_t division in an int | Gilles Chehade |
2013-04-09 | Retry when SSL_read fails with SSL_ERROR_WANT_READ. Fixes the case where | Stuart Henderson |
2013-04-09 | When submitting a request the device's default pipe is always | Martin Pieuchot |
2013-04-09 | There's no need for usbd_get_config_desc_full() so just call usbd_get_desc() | Martin Pieuchot |
2013-04-09 | Remove read-only ipsec variables and directly use defines instead. | Martin Pieuchot |
2013-04-09 | show what we parsed in debug output; ok guether@ | Otto Moerbeek |
2013-04-09 | knf. even old ttys need love. | Ted Unangst |
2013-04-09 | Need #include "isa.h" for NISA | Philip Guenther |
2013-04-09 | Add missing #ifdef CRYPTO around amd64_has_aesni | Philip Guenther |
2013-04-08 | A few changes that reduce the diffs to the Linux code. Mostly style issues, | Mark Kettenis |
2013-04-08 | Do not fail if the user buffer is too short to hold the packet: fill it up | Eric Faurot |
2013-04-08 | Updates to SYNOPSIS, ERRORS, and STANDARDS. | Philip Guenther |
2013-04-08 | Use .Er for errno E* constants | Philip Guenther |
2013-04-08 | Recalculate the IP and protocol checksums of packets (re)injected via | Lawrence Teo |
2013-04-08 | lsd first synthesised 16/11/38, not 7/4/43, apparently; its wondrous | Jason McIntyre |
2013-04-08 | Grammar/wording tweaks. | Brian Callahan |
2013-04-08 | Add new ioctl's USB_DEVICE_GET_CDESC and USB_DEVICE_GET_FDESC to usb(4). | Marcus Glocker |
2013-04-08 | expand instructions for manually configuring the MBR. | Jasper Lievisse Adriaanse |
2013-04-08 | sync with recent developments | Jasper Lievisse Adriaanse |
2013-04-08 | create a small MSDOS partition from where u-boot will load the kernel. | Jasper Lievisse Adriaanse |
2013-04-08 | allow octeon to find it's root device, based on the flags passed by U-Boot. T... | Jasper Lievisse Adriaanse |
2013-04-08 | Comply with rfc2553. lib/libc/net/getaddrinfo.c already has this right. | Christopher Zimmermann |
2013-04-08 | macro fix for previous; | Jason McIntyre |
2013-04-08 | division of time_t does not necessarily fit in an int | Gilles Chehade |
2013-04-08 | Updates to SYNOPSIS, ERRORS, and STANDARDS. | Philip Guenther |
2013-04-08 | Fix typo in ale_stop_mac(). | Brad Smith |
2013-04-08 | zap trailing whitespace; | Jason McIntyre |
2013-04-08 | Use the fixed pixel clock for eDP in intel_dp_set_m_n() | Jonathan Gray |
2013-04-08 | Don't clobber crtc->fb when queue_flip fails | Jonathan Gray |