summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Collapse)Author
2014-06-05work-around issue in makewhatis, that expects its current dir to NOT be /.Marc Espie
okay aja@, miod@ until Ingo figures things out. (This fixes the ///sr/ports/pobj/p5-YAML-0.84/fake-amd64/usr/local/man/man3p/YAML::Loader::Base.3p: fopen: No such file or directory style errors)
2014-06-04undo my "no TZ support" notes; guenther says they're wrongJason McIntyre
ok guenther
2014-06-04TMPDIR is an extension;Jason McIntyre
2014-06-04IL are marked xsi;Jason McIntyre
2014-06-04- document sigintJason McIntyre
- \*(Gt -> >, per ingo ok millert guenther
2014-06-04- make note of some xsi optionsJason McIntyre
- even though "am i" is case insensitive, lowercase one example for consistency ok millert guenther
2014-06-03some macro fixes, and use Sq over Dq for single letter markup;Jason McIntyre
2014-06-03mark as xsi;Jason McIntyre
\*(Gt -> >, per ingo;
2014-06-03standard EXIT STATUS and \*(Lt -> <, as per ingo;Jason McIntyre
2014-06-03Accept -C as an alias for -c. The -C option should be locale-aware,Todd C. Miller
but we don't have collation support yet. Man bits OK jmc@
2014-06-03-s is marked obsolete, so do not document it as an extension; while here,Jason McIntyre
\*(Gt -> >, on ingo's advice;
2014-06-03document "longname" as an extension; while here, tidy up EXAMPLES and addJason McIntyre
an ENVIRONMENT section; ok millert sobrado
2014-06-03Actually, we've handled FIFOs on stdin in accordance with POSIX since 1996.Philip Guenther
query and ok jmc@
2014-06-03revert previous: guenther says it's wrong;Jason McIntyre
2014-06-03no support for TZ;Jason McIntyre
2014-06-02fix uninitialized sock->port variable, causing crashes in certainAlexandre Ratchov
error handling code paths (ex. wrong/unsupported mode).
2014-06-02log attach position only if log_level >= 0,Alexandre Ratchov
remove empty dev_mon_snoop() function
2014-06-02- document SIGINT, because of its zero return valueJason McIntyre
- \*Gt -> >, as recommended by schwarze ok guenther
2014-06-01update currency exchange rates;Jason McIntyre
2014-05-31tweak previous;Jason McIntyre
2014-05-30don't assign variables in if() that's not error checkingTed Unangst
2014-05-30modern bourne shells handle ~. Unlikely in makefiles, but still, betterMarc Espie
fork a shell then (as seen in a commit message in netbsd's make, apparently taken from debian. didn't look at the actual code, but it was a "duh" moment) okay millert@
2014-05-30a little style consistency with error checkingTed Unangst
2014-05-30AF_NATM support was removed before 5.5Philip Guenther
2014-05-29use calloc, from Benjamin BaierTed Unangst
2014-05-28in the compat with more section, document:Jason McIntyre
- the sense of -c is inverted - -GX are on by default - fold the note on -d into the stuff on -GX i deliberately left out mentioning -l being on by default, since i think the note below (all LESS vars are ignored) covers it adequately; ok millert
2014-05-28When invoked as more, make the -i option behave the same as less'sTodd C. Miller
-I to match POSIX. OK and man bits from jmc@
2014-05-28On delete-window, remember the position of dot and mark in the bufferFlorian Obser
so that an revisiting the buffer the correct line number is displayed. Found by jasper@ OK lum@
2014-05-27paste in an EXAMPLES section, from posix spec;Jason McIntyre
2014-05-27combine the extensions notes;Jason McIntyre
2014-05-27Handle the top bit of xterm(1)-style modifier keys, based on a diff fromNicholas Marriott
Balazs Kezes.
2014-05-27Add some formats for pane bounds.Nicholas Marriott
2014-05-27there is no need to xref regex(3) and setbuf(3) in SEE ALSO - re_format(7)Jason McIntyre
is enough;
2014-05-26tweak the text for -a and function lists;Jason McIntyre
2014-05-26rework the SED FUNCTIONS text;Jason McIntyre
2014-05-26the `P' function was crying out for a comma;Jason McIntyre
2014-05-26posix does not count `!' as a separate function, and neither should we;Jason McIntyre
instead, move the description of this mechanism into the general SED FUNCTIONS section;
2014-05-26remove the ugly hack that saw two It macros used to render one item; replaceJason McIntyre
with other ugly hack (.br): at least this way we can whack a ton of Pp, and it feels not quite as wrong; while here, fix Em abuse by using Ic for functions and Ar for argument names; i also fixed up the text of "s" a little to make it read better;
2014-05-25don't use plural "arguments" in SYNOPSIS, since "..." makes itJason McIntyre
redundant; tweak the rest of the page to stop using both forms, and tweak usage(), which was wrong anyway, to match this;
2014-05-24when ktrace() return ESRCH, the error is regarding the pid, not the pathnameTheo de Raadt
ok miod
2014-05-23Use REG_STARTEND to permit searches to work past/across NUL bytes.Philip Guenther
ok millert@ shadchin@
2014-05-23adjust the note in STANDARDS: passing args to the flags is not anJason McIntyre
extension, it's just we do it differently; ok millert
2014-05-22If we have to realloc() "list" we need to zero out the new entriesTodd C. Miller
to match the behavior of the initial calloc(). The "cols" array does not actually need to be zeroed so use reallocarray() instead of calloc(). Also fix a memory leak of tbl and initialize the value of maxcols/maxentry in the assignment instead of in the ecalloc() call. OK espie@
2014-05-20Use errc/warnc to simplify code.Philip Guenther
Also, in 'ftp', always put the error message last, after the hostname/ipaddr. ok jsing@ krw@ millert@
2014-05-19X509_free() the certificate if the server hostname check fails.Jeremie Courreges-Anglas
No functional change. Reported by Mike Small and Maxime Villard.
2014-05-19Explicitely initialize two static variables introduced in the previousJeremie Courreges-Anglas
commit, to please lteo@
2014-05-19HTTPS connections may see redirects, so initialize libcrypto and libsslJeremie Courreges-Anglas
only once, and reuse the crafted SSL_CTX for further connections. ok lteo@
2014-05-19Plug a small memory leak: if we pass checkin_init/checkin_updateJeremie Courreges-Anglas
a revision thru pb.newrev, it will not be freed. From Fritjof Bornebusch, no objections from tech@
2014-05-19no more -K;Jason McIntyre
2014-05-19kerberos leftoversTed Unangst