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