summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2010-08-12make fgetln fixups look like the man page. correct a pair of brances andTed Unangst
2010-08-11plug several resource leaksJasper Lievisse Adriaanse
2010-08-11Do not allow duplicate session names to be created, reported by DominikNicholas Marriott
2010-08-11Handle failure to change mode, to avoid dying when switching into copyNicholas Marriott
2010-08-11Usage string fixes from Ben Boeckel.Nicholas Marriott
2010-08-11Treat trying to link or move to the same window as an error to avoidNicholas Marriott
2010-08-11Change the way backoff works. Instead of stopping reading from the ptyNicholas Marriott
2010-08-11Show which pane is active in the list-panes output, suggested by DominikNicholas Marriott
2010-08-10s/Usage/usage/Igor Sobrado
2010-08-10add a description for bsd.sp where appropriate; while here, writeIgor Sobrado
2010-08-09Match -m prompt string in man page with code. From Daniel MalamentRay Lai
2010-08-09Remove extra `.' from -m prompt string. From Daniel Malament danielmRay Lai
2010-08-08use the same template for all FILES sections; i.e. -compact/.Pp where weJason McIntyre
2010-08-08crank to 5.6Damien Miller
2010-08-08convert some of the weirder displays into lists, to avoid mangling;Jason McIntyre
2010-08-07Groff allows the initial macro on a line to be delimited by a spaceIngo Schwarze
2010-08-07In -Thtml output, preserve blank lines at the end of .Bd -literal.Ingo Schwarze
2010-08-05Fix a trio of bugs in the local/remote window calculation for datagramDamien Miller
2010-08-04exit(2) on xcalloc failure. From Daniel Dickman <didickman () gmailRay Lai
2010-08-04switch back to kqueue for now, since (a) kqueue has been fixed to dealTheo de Raadt
2010-08-04In .Bd -literal, break the output line after the last element of eachIngo Schwarze
2010-08-04Add missing #ifndef YY_NO_INPUT around the input() function whenTodd C. Miller
2010-08-04clean for -WuninitializedDamien Miller
2010-08-04Support CA keys in PKCS#11 tokens; feedback and ok markus@Damien Miller
2010-08-04commited the wrong version of the hostbased certificate diff; thisDamien Miller
2010-08-04enable certificates for hostbased authentication, from Iain Morgan;Damien Miller
2010-08-04tighten the rules for certificate encoding by requiring that optionsDamien Miller
2010-08-04Remove mentions of weird "addr/port" alternate address format for IPv6Damien Miller
2010-08-03that had to be addedHenning Brauer
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