Age | Commit message (Expand) | Author |
2010-06-17 | Correct sizing of object to be allocated by calloc(), replacing | Damien Miller |
2010-06-14 | Last change erroneously used the target argument for looking up the | Nicholas Marriott |
2010-06-14 | Add a missing command and some missing Ic, from Tiago Cunha. | Nicholas Marriott |
2010-06-13 | Update awk to May 23, 2010 version. OK miod@ | Todd C. Miller |
2010-06-13 | Prevent a segmentation fault. It could occur when login_getclass fails and | Tobias Stoeckmann |
2010-06-13 | remove obsolete ENVIRONMENT section; from Daniel Dickman | Jason McIntyre |
2010-06-11 | various fixes from Daniel Dickman: | Jason McIntyre |
2010-06-10 | minimal initial -Tps support, from kristaps@ GSOC | Ingo Schwarze |
2010-06-08 | check length of value returned C_GetAttributValue for != 0 | Markus Friedl |
2010-06-08 | Merge more bits that will be going into 1.10.1: | Ingo Schwarze |
2010-06-06 | Merge bsd.lv version 1.10.1 (to be released soon). | Ingo Schwarze |
2010-06-06 | Use a macro-based mask for obtaining a key or modifier-set from the | Nicholas Marriott |
2010-06-06 | Merge bsd.lv release 1.10.0, | Ingo Schwarze |
2010-06-05 | Increase the -man -Tascii text width from 65 to 78 characters | Ingo Schwarze |
2010-06-05 | Couple of missing command aliases/flags, from Tiago Cunha. | Nicholas Marriott |
2010-06-05 | Take into account wav ``riff'' header when calculating the offset | Alexandre Ratchov |
2010-06-05 | when parsing wav headers, check that a data chuck actually exists | Alexandre Ratchov |
2010-06-05 | Fix problems with window sizing seen by Raghavendra D Prabhu when | Nicholas Marriott |
2010-06-05 | Support the status_replace # replacement sequences in the pipe-pane | Nicholas Marriott |
2010-06-05 | Shut up gcc4 warnings. | Nicholas Marriott |
2010-06-05 | This ioctl(TIOCGWINSZ) call is no longer necessary, the result is never | Nicholas Marriott |
2010-06-05 | in dev_close(), first terminate streams recording from the hardware, | Alexandre Ratchov |
2010-06-05 | When closing the device, request clients using a midi control slot | Alexandre Ratchov |
2010-06-05 | don't prime server buffers, because it's ugly and conceptually | Alexandre Ratchov |
2010-06-05 | Fix binding of C-Space/C-@, from Micah Cowan. | Nicholas Marriott |
2010-06-05 | Make start-of-line work the same as end-of-line on wrapped lines (jump | Nicholas Marriott |
2010-06-05 | Don't send the initial position as a clock tick with a negative delta. | Alexandre Ratchov |
2010-06-04 | when attaching files to play or record to the device, check that | Alexandre Ratchov |
2010-06-04 | midi control aproc structure is can be destroyed before any stream | Alexandre Ratchov |
2010-06-04 | Allow the audio device to be opened only while it's actually used. | Alexandre Ratchov |
2010-06-03 | tweak previous; ok deraadt | Jason McIntyre |
2010-06-03 | HTTP/1.1 requests must send a "Connection: close" header. Fixes the issue where | Alexander Hall |
2010-06-03 | When attempting to resume a download, against an HTTP server that | Peter Hessler |
2010-06-02 | Update to sudo 1.7.2p7 | Todd C. Miller |
2010-06-01 | Add compatibility interfaces for new names binutils-based strip(1) prefers | Theo de Raadt |
2010-05-31 | When the mode-mouse option is on, support dragging to make a selection | Nicholas Marriott |
2010-05-31 | stderr should be used for error messages; this diff makes which(1) | Igor Sobrado |
2010-05-30 | Better to say "command key bindings" since we've just called them | Nicholas Marriott |
2010-05-30 | There is no real reason not to list all the key bindings here rather | Nicholas Marriott |
2010-05-29 | subsitution -> substitution; | Jason McIntyre |
2010-05-27 | "Pa Ar" produces wonky output, and makes no sense; | Jason McIntyre |
2010-05-27 | include stdint.h | Alexandre Ratchov |
2010-05-26 | Move imsg into libutil and add a man page. | Nicholas Marriott |
2010-05-26 | Rename some imsg bits to make namespace collisions less likely buf to | Nicholas Marriott |
2010-05-26 | sync manuals | Ingo Schwarze |
2010-05-26 | When a word does not fully fit onto the output line, but it contains | Ingo Schwarze |
2010-05-25 | Don't die if the client has been detached when the job finishes, just | Nicholas Marriott |
2010-05-25 | Fix an out-of-date comment. | Nicholas Marriott |
2010-05-25 | no more f77; | Jason McIntyre |
2010-05-25 | enable support for ``extended'' .wav files since certain programs | Alexandre Ratchov |