| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
Notes:
svn path=/head/; revision=62446
|
| |
|
|
| |
Notes:
svn path=/head/; revision=62445
|
| |
|
|
|
|
|
| |
text introduced in the previous commit.
Notes:
svn path=/head/; revision=62444
|
| |
|
|
|
|
|
| |
world breakage.
Notes:
svn path=/head/; revision=62430
|
| |
|
|
| |
Notes:
svn path=/head/; revision=62424
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
VIS_HTTPSTYLE is a new encoding style for use in vis(), strvis() and
strvisx() that escapes characters according to RFC 1808 (URI encoding).
Since decoding of these require different detection of start-points of
escaped characters, VIS_HTTPSTYLE can be given as flag to unvis().
unvis() will then properly decode URIs.
A new function appeared, strunvisx(): strunvisx() behaves similar as
strunvis(), with one exception: It has an additional flag parameter,
which is passed to unvis() to archive the effect I described above.
Notes:
svn path=/head/; revision=62423
|
| |
|
|
| |
Notes:
svn path=/head/; revision=62357
|
| |
|
|
|
|
|
|
|
|
|
| |
Since alex is a -doc committer, he can update his own manpage. :-)
Also add $FreeBSD$ while I'm here.
Submitted by: alex
Notes:
svn path=/head/; revision=62356
|
| |
|
|
| |
Notes:
svn path=/head/; revision=62197
|
| |
|
|
|
|
|
| |
been replaced with the library calls fflagstostr and strtofflags.
Notes:
svn path=/head/; revision=61803
|
| |
|
|
| |
Notes:
svn path=/head/; revision=61747
|
| |
|
|
|
|
|
| |
pointer to a static buffer.
Notes:
svn path=/head/; revision=61746
|
| |
|
|
|
|
|
|
|
|
| |
can easily translate from "" to whatever it wants to print if no
flags are set. (ls prints "-" and mtree prints "none".)
Suggested by: bde
Notes:
svn path=/head/; revision=61738
|
| |
|
|
|
|
|
|
|
|
|
| |
renamed to {s|g}etflagsbyname, which received objections. They're
now called strtofflags (string to file flags) and fflagstostr (file
flags to string).
Suggested by: bde
Notes:
svn path=/head/; revision=61737
|
| |
|
|
|
|
|
| |
Obtained from: OpenBSD
Notes:
svn path=/head/; revision=61193
|
| |
|
|
|
|
|
|
|
| |
Use .Fa instead of .Va for function arguments.
Reviewed by: sheldonh
Notes:
svn path=/head/; revision=60832
|
| |
|
|
|
|
|
|
|
| |
could not be found.
PR: bin/17084
Notes:
svn path=/head/; revision=60747
|
| |
|
|
| |
Notes:
svn path=/head/; revision=60078
|
| |
|
|
|
|
|
|
|
| |
. use construction ".Aq Pa filename" instead of ".Pa <filename>"
. replace Section Heading macro (.Sh) with Subsection (.Ss) macro for
subsections
Notes:
svn path=/head/; revision=60077
|
| |
|
|
| |
Notes:
svn path=/head/; revision=60076
|
| |
|
|
|
|
|
| |
PR: docs/13218
Notes:
svn path=/head/; revision=60015
|
| |
|
|
| |
Notes:
svn path=/head/; revision=59666
|
| |
|
|
|
|
|
| |
Submitted by: allenc@verinet.com
Notes:
svn path=/head/; revision=59551
|
| |
|
|
| |
Notes:
svn path=/head/; revision=59527
|
| |
|
|
|
|
|
|
|
| |
Sort .Nm values in some manpages
Remove explicit note about compiling with -lutil, it's implicitly
declared by .Lb macro now.
Notes:
svn path=/head/; revision=59516
|
| |
|
|
| |
Notes:
svn path=/head/; revision=59501
|
| |
|
|
|
|
|
|
| |
bit of work (and is stylistically probably the worst manual page
I've ever written).
Notes:
svn path=/head/; revision=59497
|
| |
|
|
|
|
|
| |
More libraries manpages updates following.
Notes:
svn path=/head/; revision=59460
|
| |
|
|
|
|
|
| |
libc_r.
Notes:
svn path=/head/; revision=58126
|
| |
|
|
|
|
|
|
|
|
| |
and gids bigger than 16 bits. Added checks for uids and gids that are
bigger than 32 bits.
Approved by: jkh (partly, this fix is bigger than I first intended)
Notes:
svn path=/head/; revision=57868
|
| |
|
|
| |
Notes:
svn path=/head/; revision=57695
|
| |
|
|
|
|
|
|
| |
of the typeset output, tend to make diffs harder to read and provide
bad examples for new-comers to mdoc.
Notes:
svn path=/head/; revision=57686
|
| |
|
|
|
|
|
|
| |
PR: docs/17057
Submitted by: Submitted by: Udo Erdelhoff <ue@nathan.ruhr.de>
Notes:
svn path=/head/; revision=57666
|
| |
|
|
|
|
|
|
|
|
| |
Broken in src/bin/ls/stat_flags.c,v 1.12.
PR: 16885
Approved by: jkh
Notes:
svn path=/head/; revision=57389
|
| |
|
|
|
|
|
| |
Approved by: jkh
Notes:
svn path=/head/; revision=57260
|
| |
|
|
|
|
|
| |
descriptive (and generally more useful) explanation.
Notes:
svn path=/head/; revision=57102
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
interface, and statically link them to the programs using them.
These functions, upon reflection and discussion, are too generically
named for a library interface with such specific functionality.
Also the api that they use, whilst ok for private use, isn't good
enough for a libc function.
Additionally there were complications with the build/install-world
process. It depends heavily upon xinstall, which got broken by
the change in api, and caused bootstrap problems and general mayhem.
There is work in progress to address future problems that may be
caused by changes in install-chain tools, and better names for
{g|s}etflags can be derived when some future program requires them.
For now the code has been left in src/lib/libc/gen (it started off
in src/bin/ls).
It's important to provide library functions for manipulating file
flag strings if we ever want this interface to be adopted outside
of the source tree, but now isn't necessarily the right moment
with 4.0-release just around the corner.
Approved: jkh
Notes:
svn path=/head/; revision=57003
|
| |
|
|
|
|
|
| |
change.
Notes:
svn path=/head/; revision=56781
|
| |
|
|
| |
Notes:
svn path=/head/; revision=56726
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
just use _foo() <-- foo(). In the case of a libpthread that doesn't do
call conversion (such as linuxthreads and our upcoming libpthread), this
is adequate. In the case of libc_r, we still need three names, which are
now _thread_sys_foo() <-- _foo() <-- foo().
Convert all internal libc usage of: aio_suspend(), close(), fsync(), msync(),
nanosleep(), open(), fcntl(), read(), and write() to _foo() instead of foo().
Remove all internal libc usage of: creat(), pause(), sleep(), system(),
tcdrain(), wait(), and waitpid().
Make thread cancellation fully POSIX-compliant.
Suggested by: deischen
Notes:
svn path=/head/; revision=56698
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
string to u_long and back using two functions, flags_to_string and
string_to_flags, which co-existed with 'ls'. As time has progressed
more and more other tools have used these private functions to
manipulate the file flags.
Recently I moved these functions from /usr/src/bin/ls to libutil,
but after some discussion with bde it's been decided that they
really ought to go in libc.
There are two already existing libc functions for manipulating file
modes: setmode and getmode. In keeping with these flags_to_string
has been renamed getflags and string_to_flags to setflags.
The manual page could probably be improved upon ;)
Notes:
svn path=/head/; revision=56692
|
| |
|
|
|
|
|
|
| |
PR: 15637
Submitted by: jhs
Notes:
svn path=/head/; revision=56268
|
| |
|
|
|
|
|
|
|
| |
create a link from isnanf.3 to isinf.3.
PR: 13878
Notes:
svn path=/head/; revision=56266
|
| |
|
|
|
|
|
|
| |
is installed.
Submitted by: bde
Notes:
svn path=/head/; revision=56252
|
| |
|
|
| |
Notes:
svn path=/head/; revision=55915
|
| |
|
|
|
|
|
|
| |
PR: 15729
Submitted by: Kim Toms
Notes:
svn path=/head/; revision=55914
|
| |
|
|
|
|
|
|
|
| |
points. For library functions, the pattern is __sleep() <--
_libc_sleep() <-- sleep(). The arrows represent weak aliases. For
system calls, the pattern is _read() <-- _libc_read() <-- read().
Notes:
svn path=/head/; revision=55837
|
| |
|
|
|
|
|
| |
a typo. Clarify a sentence.
Notes:
svn path=/head/; revision=55685
|
| |
|
|
|
|
|
| |
Suggested by: Ruslan Ermilov <ru@FreeBSD.org>
Notes:
svn path=/head/; revision=55502
|
| |
|
|
|
|
|
|
|
| |
XXX it looks that sysctl.3 lacks most of PF_INET items.
Reviewed by: shin
Obtained from: KAME (netbsd-current)
Notes:
svn path=/head/; revision=55493
|