| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
Notes:
svn path=/head/; revision=84426
|
| |
|
|
|
|
|
|
| |
inconsistently weird const poisoning in the man pages relative to the
headers.
Notes:
svn path=/head/; revision=84425
|
| |
|
|
| |
Notes:
svn path=/head/; revision=84423
|
| |
|
|
| |
Notes:
svn path=/head/; revision=84422
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
is interrupted by saving the pid.
The old code would assign the return value to pid which would trash
it, to fix the problem save a copy of the pid to be used as the
paramter to wait4().
Submitted by: Toshihiko ARAI <toshi@jp.FreeBSD.org>
Notes:
svn path=/head/; revision=84417
|
| |
|
|
|
|
|
|
|
| |
The corresponding bugs in <wchar.h> have no effect because the function
prototypes there don't have args so the __restrict "keyword" is
misinterpreted as an arg.
Notes:
svn path=/head/; revision=84398
|
| |
|
|
| |
Notes:
svn path=/head/; revision=84391
|
| |
|
|
| |
Notes:
svn path=/head/; revision=84390
|
| |
|
|
|
|
|
|
|
|
|
| |
From: Patrik Lindergren <patrik@datacom.nu>
- delint (pointer cast issue). from netbsd-current
Obtained from: KAME
MFC after: 1 week
Notes:
svn path=/head/; revision=84372
|
| |
|
|
| |
Notes:
svn path=/head/; revision=84306
|
| |
|
|
| |
Notes:
svn path=/head/; revision=84298
|
| |
|
|
| |
Notes:
svn path=/head/; revision=84280
|
| |
|
|
| |
Notes:
svn path=/head/; revision=84225
|
| |
|
|
|
|
|
|
|
|
|
| |
Mention thread safety and async-cancel safety status [not].
Add standards compliancy references.
Note strtol() is preferred over atoi().
MFC after: 2 weeks
Notes:
svn path=/head/; revision=83982
|
| |
|
|
|
|
|
| |
Put the error comment under the more appropriate ERRORS section.
Notes:
svn path=/head/; revision=83973
|
| |
|
|
| |
Notes:
svn path=/head/; revision=83967
|
| |
|
|
|
|
|
|
|
|
|
| |
- Add a missing word to form a complete sentence.
PR: docs/30626
Submitted by: Dan Lukes <dan@obluda.cz>, and
swear@blarg.net (Gary W. Swearingen)
Notes:
svn path=/head/; revision=83869
|
| |
|
|
|
|
|
|
|
| |
is also required by the forthcoming POSIX.1-200x standard.
Obtained from: malloc.3
Notes:
svn path=/head/; revision=83847
|
| |
|
|
|
|
|
| |
size is not a multiple of eight.
Notes:
svn path=/head/; revision=83822
|
| |
|
|
| |
Notes:
svn path=/head/; revision=83821
|
| |
|
|
|
|
|
|
|
| |
so man eaccess will return the access(2) man page.
Obtained from: TrustedBSD Project
Notes:
svn path=/head/; revision=83797
|
| |
|
|
| |
Notes:
svn path=/head/; revision=83722
|
| |
|
|
| |
Notes:
svn path=/head/; revision=83569
|
| |
|
|
|
|
|
| |
Silence from: phantom
Notes:
svn path=/head/; revision=83559
|
| |
|
|
|
|
|
| |
MFC after: 1 week
Notes:
svn path=/head/; revision=83371
|
| |
|
|
| |
Notes:
svn path=/head/; revision=83328
|
| |
|
|
| |
Notes:
svn path=/head/; revision=83327
|
| |
|
|
|
|
|
|
|
| |
Note our implementation is not thread nor async-cancel safe.
Explicitely note atof() does not check nor report errors.
Note that strtod() should be used instead.
Notes:
svn path=/head/; revision=83256
|
| |
|
|
|
|
|
|
|
| |
Also add C99 conformity status plus clarification that C99 leaves the
flushing of unwritten data, closure of open streams, and removal of
temporary files to the implementation.
Notes:
svn path=/head/; revision=83254
|
| |
|
|
|
|
|
|
|
|
|
|
| |
of repeating unsuccessful lseek call on each write (original stdio bug).
2) Save errno accross _sseek call in _swrite to not touch it in case write
success (original stdio bug).
3) Add _sseek error checking back, but only for __SOPT mode now.
Notes:
svn path=/head/; revision=83211
|
| |
|
|
|
|
|
| |
Inspired by comment from: dd
Notes:
svn path=/head/; revision=83206
|
| |
|
|
| |
Notes:
svn path=/head/; revision=83205
|
| |
|
|
|
|
|
|
|
| |
mdocNG.
Submitted by: dd
Notes:
svn path=/head/; revision=83203
|
| |
|
|
| |
Notes:
svn path=/head/; revision=83202
|
| |
|
|
|
|
|
|
|
|
|
| |
This is a first cut, but enough to help people interested in using it
further than before.
More text coming to illustrate use and provide more details.
Based on standards' text.
Notes:
svn path=/head/; revision=83194
|
| |
|
|
|
|
|
|
|
| |
with non-seekable streams. Now here is what here was originally, but it is
ugly, producing unneded seek syscall on each non-seekable stream write. I'll
think about proper solution later.
Notes:
svn path=/head/; revision=83177
|
| |
|
|
|
|
|
|
|
|
|
| |
manpage by taking its text from NetBSD and editing it further.
This also improves the page's mdoc(7) markup style.
Reviewed by: ru
Obtained from: NetBSD
Notes:
svn path=/head/; revision=83148
|
| |
|
|
| |
Notes:
svn path=/head/; revision=83139
|
| |
|
|
| |
Notes:
svn path=/head/; revision=83137
|
| |
|
|
|
|
|
|
|
|
|
|
| |
my last version of this work due to HDD crash, but this version cleanly
passed all POSIX and SuSv2 tests. I am working on testing scripts which
should test this implementation against all locales and surely more fixes
will come soon.
Reviewed by: ache, silence at -audit & -developers
Notes:
svn path=/head/; revision=83104
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
o Removed whitespace at EOL
o Removed hard sentence breaks
o Added cap_size() to the NAME section
o Normalized .Nd descriptions
o Fixed the abuses of .Nm and .Va
o Fixed some DESCRIPTION texts
o Fixed the RETURN VALUES and ERRORS texts to look more traditional
Reviewed by: tmm
Notes:
svn path=/head/; revision=83079
|
| |
|
|
|
|
|
|
|
| |
support.
Obtained from: TrustedBSD Project
Notes:
svn path=/head/; revision=83050
|
| |
|
|
|
|
|
|
| |
in case {L}LONG_MAX > abs({L}LONG_MIN). Non-functional change - we don't
have any such platforms.
Notes:
svn path=/head/; revision=83024
|
| |
|
|
| |
Notes:
svn path=/head/; revision=82995
|
| |
|
|
| |
Notes:
svn path=/head/; revision=82982
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
'locale not used' statement from comments and BUGS section of manpage.
strtol(): fix non-portable 'cutoff' calculation using the same method as
in strtoll().
Cleanup 'cutoff' calculation, remove unneded casts. Misc. cleanup to
make all functions looks the same.
Implement EINVAL reaction per POSIX, document it in manpage, corresponding
POSIX example quotes here:
------------------------------------------------
If the subject sequence is empty or does not have the expected form, no
conversion is performed; the value of str is stored in the object pointed
to by endptr, provided that endptr is not a null pointer.
If no conversion could be performed, 0 shall be returned and errno may be
set to [EINVAL].
[EINVAL] The value of base is not supported.
Since 0, {LONG_MIN} or {LLONG_MIN}, and {LONG_MAX} or {LLONG_MAX} are
returned on error and are also valid returns on success, an application
wishing to check for error situations should set errno to 0, then call
strtol( ) or strtoll ( ), then check errno.
-----------------------------------------------------
Notes:
svn path=/head/; revision=82975
|
| |
|
|
|
|
|
| |
Obtained from: Intel's EFI toolkit
Notes:
svn path=/head/; revision=82936
|
| |
|
|
|
|
|
|
| |
PR: 26001
Submitted by: OHSAWA Chitoshi <ohsawa@catv1.ccn-net.ne.jp>
Notes:
svn path=/head/; revision=82881
|
| |
|
|
|
|
|
|
| |
PR: 25876
Submitted by: Koizumi Satoru <koizumi@cms.phys.s.u-tokyo.ac.jp>
Notes:
svn path=/head/; revision=82880
|
| |
|
|
|
|
|
|
|
|
|
|
| |
are not used'. This is incorrect, as addr must be passed (caddr_t)1
to do anything useful. The source for gdb and a short test program
will confirm that this man page was in error.
PR: docs/27758
Submitted by: Jiangyi Liu <jyliu@163.net>
Notes:
svn path=/head/; revision=82862
|