Age | Commit message (Expand) | Author |
2010-08-02 | Handle USB_GET_REPORT, USB_GET_REPORT_DESC, USB_GET_REPORT_ID and | Miod Vallat |
2010-08-02 | Only open with O_RDWR if we are actually chaging a report descriptor, other | Miod Vallat |
2010-08-01 | Move the new mdoc(7) manual written by kristaps@, replacing the old one | Ingo Schwarze |
2010-08-01 | Make parsing of /etc/remote work again (some of the options were the | Nicholas Marriott |
2010-08-01 | change buf_release() prototype accordingly to buf.c | zinovik |
2010-08-01 | change returning type to void like it is done in OpenRCS:buf_release() | zinovik |
2010-08-01 | don't rely on mbuf.h to pull in pool.h here either | Bret Lambert |
2010-08-01 | fix use of uninitialized variable. | Charles Longeau |
2010-08-01 | remove unused variable | Charles Longeau |
2010-08-01 | Sync to bsd.lv: | Ingo Schwarze |
2010-07-31 | Correct Copyright lines in the rarely touched files: | Ingo Schwarze |
2010-07-31 | Major cleanup (but there is still more to come): | Ingo Schwarze |
2010-07-31 | Merge bsd.lv version 1.10.5: last larger batch of bug fixes before release. | Ingo Schwarze |
2010-07-31 | introduce macro SIZE_LEFT and function buf_grow() from OpenRCS | zinovik |
2010-07-31 | adds a remark about how printing routing labels to -r, it is the | Igor Sobrado |
2010-07-31 | When looking for revision, break out of the loop at the end rather than | Nicholas Marriott |
2010-07-31 | Checking for -1 as an overflow value is pretty absurd. Returning | Ray Lai |
2010-07-31 | remove 2 years old compatibility mode | Alexandre Ratchov |
2010-07-31 | remove forgotten debug message | Alexandre Ratchov |
2010-07-30 | Check date_parse return values. | Ray Lai |
2010-07-30 | Do not print "Label" caption for "netstat -rvA". | Alexander Bluhm |
2010-07-29 | Replace abort(), fatal(), and errx() with return -1, since date_parse | Ray Lai |
2010-07-29 | Print a column with the routing label if "netstat -vr" or "route | Alexander Bluhm |
2010-07-28 | Truncate output file when compressing. OK deraadt@ | Todd C. Miller |
2010-07-28 | dup() the stdin fd so it isn't closed twice (once for stdin, once for tty). | Nicholas Marriott |
2010-07-28 | Support -U and -C to specify the context length for "cvs diff". | Nicholas Marriott |
2010-07-28 | Make BUFs autoextend by default. This was already done in OpenCVS | Ray Lai |
2010-07-27 | Fix compilation on gcc2 platforms, where _Bool and _Complex aren't | Philip Guenthe |
2010-07-26 | fix SYNOPSIS (yes, there are still some issues here); | Jason McIntyre |
2010-07-26 | - fix a spacing issue in SYNOPSIS | Jason McIntyre |
2010-07-25 | ^U scrolls backwards, not forwards; from marrob at lavabit com | Jason McIntyre |
2010-07-25 | Sync to bsd.lv; in particular, pull in lots of bug fixes. | Ingo Schwarze |
2010-07-25 | echo behaves differently in sh and csh, only handling C-style escapes | Philip Guenthe |
2010-07-24 | Teach lint about C99's _Bool and _Complex, plus some related gcc | Philip Guenthe |
2010-07-24 | When changing so that the client passes its stdout and stderr as well as | Nicholas Marriott |
2010-07-24 | kqueue(2) is currently broken when used with /dev/null and a few other | Nicholas Marriott |
2010-07-24 | Send normal output to stdout instead of everything to stderr. This | Ray Lai |
2010-07-24 | Include pid file name in error message for a failed kill(). Prompted by | Nicholas Marriott |
2010-07-23 | Plug mem leak. | Ray Lai |
2010-07-23 | Handle redirection to relative url's in the Location: header of http | Alexander Hall |
2010-07-23 | Reduce variable/function name and whitespace differences between | Ray Lai |
2010-07-23 | Sync with cvs: | Ray Lai |
2010-07-23 | Clean up struct tm handling. Instead of calling gmtime/localtime | Ray Lai |
2010-07-23 | Ciphers is documented in ssh_config(5) these days | Darren Tucker |
2010-07-23 | Rename a bunch of variables and functions, removing the cvs_/rcs_ | Ray Lai |
2010-07-22 | Fix a crash: if remain-on-exit is set and the pane has exited, the | Nicholas Marriott |
2010-07-22 | Fix the "no changes" detection when a file has RCS keywords. | Todd C. Miller |
2010-07-22 | Remove the VM_KMPAGESFREE sysctl. After the pmemrange | Thordur I. Bjornsson |
2010-07-22 | Let systat -N states resolve network addresses | giovanni |
2010-07-22 | remove some groff \s escapes, which we do not support; | Jason McIntyre |