ru
94c32e06a7
Markup nits.
2004-07-07 20:15:31 +00:00
ru
0513f35cff
Fixed markup.
2004-07-07 20:11:35 +00:00
ru
9f45c1d92e
mdoc(7) fixes.
2004-07-07 19:57:16 +00:00
hmp
075809bebd
Move the return value information about the getenv(3) library function
...
under the RETURN VALUES section so it is consistent with others.
Cleanup the return value text for getenv(3) a little while I am here.
PR: docs/58033
MFC after: 3 days
2004-07-06 23:21:36 +00:00
ache
fb8e8fa131
Keep it sync with OpenBSD:
...
An optional argument cannot start with '-', even if permutation is
disabled.
Obtained from: OpenBSD getopt_long.c v1.17
2004-07-06 13:58:45 +00:00
tjr
3a60494e74
Document incorrect handling of multibyte characters.
2004-07-06 09:20:51 +00:00
das
5f3462eb0c
Add implementations of ftw(3) and nftw(3) and the corresponding header
...
ftw.h. This is the implementation written by Joel Baker
<fenton@debian.org> for inclusion in NetBSD, but with several
bugfixes.
Obtained from: Debian
2004-07-05 23:13:16 +00:00
das
629365ba47
Documentation for ftw(3) and nftw(3).
...
Obtained from: OpenBSD
2004-07-05 23:12:11 +00:00
ru
d384729d50
Fix the NAME section making whatis(1) happy in particular.
2004-07-05 17:12:53 +00:00
ru
408d450c6b
Markup fixes.
2004-07-05 07:21:55 +00:00
ru
b5e1c67f19
Markup nits.
2004-07-05 06:39:03 +00:00
ru
6651f20e0d
Sort SEE ALSO references (in dictionary order, ignoring case).
2004-07-04 20:55:50 +00:00
cperciva
965edb055f
Add commentary explaining why we return EBADF upon attempts to fflush() a
...
read-only file.
Discussed on: -current
2004-07-04 20:17:00 +00:00
stefanf
9dea8aeba1
Consistently use __inline instead of __inline__ as the former is an empty macro
...
in <sys/cdefs.h> for compilers without support for inline.
2004-07-04 16:11:03 +00:00
ru
e9b8d742f7
Fixed markup.
2004-07-03 23:14:34 +00:00
ru
57ce50860e
Eliminate double whitespace.
2004-07-03 22:30:10 +00:00
ru
01548ace15
Mechanically kill hard sentence breaks.
2004-07-02 23:52:20 +00:00
davidxu
4208ebcb28
Follow previous change in makecontext. Use %esi to store next ucp
...
pointer, here we keep orignal %ebp, so we can see where signal handler
comes in and interrupt normal code.
2004-07-02 23:20:05 +00:00
ru
4b39413aeb
Removed trailing whitespace.
2004-07-02 19:07:33 +00:00
ru
9d678b540a
Markup tidying.
2004-07-02 16:45:56 +00:00
davidxu
e4bfd01864
Use %esi to store next ucp pointer. Mark end of stack by
...
setting %ebp to zero, this avoids new gdb to dump a weird
backtrace.
2004-07-02 14:19:44 +00:00
ru
95168a499a
Markup, grammar, and spelling fixes.
2004-06-30 20:09:10 +00:00
ru
6ad65dd7e0
Fixed a typo.
2004-06-30 19:32:41 +00:00
tjr
681eb06327
Fix typo: WRDE_DOOFS -> WRDE_DOOFFS.
...
Noticed by: Stoned Elipot
2004-06-30 13:55:08 +00:00
rik
d9087231a5
s/SS_CANTSENDMORE/SBS_CANTSENDMORE/
2004-06-24 10:53:44 +00:00
tjr
d04fd4700f
Prefix the names of members of _RuneLocale and its sub-structures
...
with ``__'' to avoid polluting the namespace. This doesn't change the
documented rune interface at all, but breaks applications that accessed
_RuneLocale directly.
2004-06-23 07:01:44 +00:00
bms
d46dec63e5
Be specific about which socket properties are inherited from the original
...
socket upon accept(2).
PR: docs/54995, kern/45733
2004-06-23 00:20:46 +00:00
mpp
4104a7f84f
Spelling fixes.
2004-06-21 20:10:35 +00:00
mpp
98d43ce6f1
Spelling fixes.
2004-06-21 19:54:56 +00:00
mpp
02c1e0b63f
Spelling fixes.
2004-06-21 19:38:25 +00:00
mpp
d32949cafe
Spelling fixes.
2004-06-21 19:30:45 +00:00
mpp
1165f3c380
Spelling fixes.
2004-06-21 18:57:32 +00:00
mpp
da7008d252
PR: docs/67884
...
Submitted by: Chirstopger Nehren <apeiron@comcast.net>
2004-06-21 18:24:48 +00:00
kbyanc
c3dd8655c5
CLOCK_PROF and CLOCK_VIRTUAL are implemented now.
2004-06-17 23:13:38 +00:00
rwatson
41d29518c8
Add reference to mac_get_link() in man page, which was omitted when
...
mac_get_link() and mac_set_link() were added.
2004-06-17 16:08:36 +00:00
ume
1290261039
Rename variable name from name' to
hostname'.
...
This is a corresponding change to bin/67994. I'll soon commit
bin/67994 into 4-STABLE. Actually, 5-CURRENT's getaddrinfo()
doesn't have the problem mentiond in bin/67994. However, it is
good to be in sync variable name with 4-STABLE and KAME.
PR: bin/67994
Submitted by: JINMEI Tatuya <jinmei@ocean.jinmei.org>
2004-06-16 16:41:23 +00:00
davidxu
682485c4b3
Avoid to touch red zone, in libpthread, ucontext may be saved by kernel's
...
get_mcontext, and libpthread will use signalcontext to deliver signal in
userland, it looks same as kernel's send_sig does.
Reviewed by: deischen, tjr
2004-06-15 21:46:36 +00:00
kbyanc
749e9ea6a2
The maximum value of iovcnt is IOV_MAX, not 16.
2004-06-15 01:24:41 +00:00
bms
012043d125
Document the location of the header file which declares the function
...
prototypes documented in this manual page.
PR: bin/4459
2004-06-14 18:41:24 +00:00
bms
5ec68b5ea1
Date bump.
...
Requested by: krion
2004-06-14 14:24:18 +00:00
bms
4561ab95f2
Document some return values.
...
PR: bin/22198
Submitted by: Nick Johnson (with cleanups)
2004-06-14 14:18:41 +00:00
stefanf
819398b145
Merge changes from the tzcode2004a import. Wherever possible I tried to bring
...
us closer to the vendor branch.
Requested by: wollman
2004-06-14 10:31:52 +00:00
das
37428870e0
Use .Dv instead of .Li for all the RLIMIT_* constants.
...
Requested by: ru
2004-06-14 01:32:40 +00:00
das
c0ccc29a8f
Document RLIMIT_AS. While here, correct an insertion sort error.
2004-06-13 22:19:29 +00:00
stefanf
4c4645815b
Remove a stale reference to %Ef and %EF from a comment.
2004-06-13 16:20:23 +00:00
kensmith
975177ce24
Change defualt time zone from GMT to UTC. This will not be MFC-ed, and
...
was done before 5-STABLE on purpose...
2004-06-11 03:34:02 +00:00
stefanf
80a3e78252
Remove a couple of casts added for an ancient Sun compiler.
...
Approved by: das (mentor)
2004-06-08 12:20:40 +00:00
stefanf
76718df136
The third operand of the conditional operator should have type void too.
...
Approved by: das (mentor)
2004-06-08 12:03:48 +00:00
das
86ee9527d4
In fts_build(), if we try to chdir and fail (e.g. due to lack of search
...
permission), try to continue in FTS_DONTCHDIR mode. Of course this
won't work for long paths, but we can't descend more than one pathname
component beyond the directory anyway if we lack search permission.
Here is a transcript demonstrating the change, where oldls is ls(1)
linked with the old fts(3):
das@VARK:~> mkdir t && touch t/{a,b,c} && chmod u-x t
das@VARK:~> oldls t
a b c
das@VARK:~> oldls -l t
das@VARK:~> \ls t
a b c
das@VARK:~> \ls -l t
ls: a: Permission denied
ls: b: Permission denied
ls: c: Permission denied
I had forgotten about this patch until bde reminded me. He reports
using it without problems for over a year.
PR: 45723
2004-06-08 06:23:23 +00:00
das
9372d79f04
Rename cantwrite() to prepwrite(). The latter is less confusing,
...
since the macro isn't really a predicate, and it has side-effects.
Also, don't set errno if prepwrite() fails, since this is done in
prepwrite() now.
2004-06-08 05:45:48 +00:00