| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
| |
documentation for %a, and document it correctly instead.
s/one of aefg/one of a, e, f, or g/
Reviewed by: standards@
Notes:
svn path=/head/; revision=116968
|
| |
|
|
|
|
|
|
|
|
|
| |
[+|-]Inf, [+|-]NaN, nan(...), and hexidecimal FP constants.
While here, add %a and %A, which are aliases for %e, and
add support for long doubles.
Reviewed by: standards@
Notes:
svn path=/head/; revision=116967
|
| |
|
|
| |
Notes:
svn path=/head/; revision=116916
|
| |
|
|
|
|
|
|
| |
PR: bin/52792
Submitted by: TOMITA Yoshinori <yoshint@flab.fujitsu.co.jp>
Notes:
svn path=/head/; revision=116901
|
| |
|
|
|
|
|
|
| |
. fix/add comments (to cover changes done thru last 20 months)
. extend monetary testcase to cover int_* values
Notes:
svn path=/head/; revision=116875
|
| |
|
|
|
|
|
| |
internal helper function.
Notes:
svn path=/head/; revision=116847
|
| |
|
|
| |
Notes:
svn path=/head/; revision=116846
|
| |
|
|
| |
Notes:
svn path=/head/; revision=116845
|
| |
|
|
| |
Notes:
svn path=/head/; revision=116843
|
| |
|
|
|
|
|
|
|
| |
Submitted by: ru
Add history.
Notes:
svn path=/head/; revision=116834
|
| |
|
|
|
|
|
|
|
| |
tree local translator.
Requested by: jmallett
Notes:
svn path=/head/; revision=116833
|
| |
|
|
|
|
|
| |
it in any case.
Notes:
svn path=/head/; revision=116797
|
| |
|
|
|
|
|
|
|
|
|
| |
and sigsuspend(2), all three of which operate or depend on the
process signal mask.
Add a missing xref to sigsetops(3), without which the above three
syscalls would be useless.
Notes:
svn path=/head/; revision=116786
|
| |
|
|
|
|
|
|
| |
and sigprocmask(2). These two syscalls are likely to be accompanied
by a few sigsetops(3) in a typical piece of code.
Notes:
svn path=/head/; revision=116785
|
| |
|
|
| |
Notes:
svn path=/head/; revision=116775
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
TAI is a timescale, just like UTC. The tai field returns the offset
between the two, and isn't really used for precision time keeping.
Explain in brief what a positive and a negative leap seconds are. Add
some URLs to very useful web pages about time and time keeping for
more information on using this API.
Reviewed by: phk
Notes:
svn path=/head/; revision=116656
|
| |
|
|
|
|
|
|
|
| |
Use the latter for gdtoa.
Requested by: deischen (far too long ago)
Notes:
svn path=/head/; revision=116652
|
| |
|
|
|
|
|
| |
Noticed by: kris
Notes:
svn path=/head/; revision=116651
|
| |
|
|
|
|
|
| |
Reviewed by: imp
Notes:
svn path=/head/; revision=116636
|
| |
|
|
| |
Notes:
svn path=/head/; revision=116635
|
| |
|
|
|
|
|
|
|
|
| |
or -1 on failure. The manual used to say it returned 0 or -1. Both
examination of the kernel sources, and ntpd show that this is the case.
MFC After: 3 days
Notes:
svn path=/head/; revision=116631
|
| |
|
|
| |
Notes:
svn path=/head/; revision=116610
|
| |
|
|
|
|
|
|
|
|
| |
that has been here for 6 years and 9 months.
Reviewed by: deischen
MFC After: 1 week
Notes:
svn path=/head/; revision=116574
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Also fixed the rest of ell (list) functions prototypes to include
a (commented out) terminating null pointer.
Pointed out by: bde
Obtained from: POSIX.1-2001
Glanced at by: imp
Notes:
svn path=/head/; revision=116537
|
| |
|
|
| |
Notes:
svn path=/head/; revision=116476
|
| |
|
|
|
|
|
| |
Confused: anordby
Notes:
svn path=/head/; revision=116471
|
| |
|
|
| |
Notes:
svn path=/head/; revision=116395
|
| |
|
|
|
|
|
|
|
|
|
|
| |
replaced just fine with getpeereid() and the whole code
gets a lot simpler. We don't break the ABI, since all server
programms use __rpc_get_local_uid(), and we just change library
internals.
Reviewed by: des
Notes:
svn path=/head/; revision=116391
|
| |
|
|
| |
Notes:
svn path=/head/; revision=116327
|
| |
|
|
|
|
|
|
| |
PR: 52612
Submitted by: Marc Olzheim <marcolz@ilse.nl>
Notes:
svn path=/head/; revision=116323
|
| |
|
|
|
|
|
|
|
| |
It is only possible to do this on an ABI that has a compulsory frame
pointer, which the amd64 ABI does not. Thus, it is only possible to
implement this as a compiler builtin.
Notes:
svn path=/head/; revision=116317
|
| |
|
|
|
|
|
|
|
|
| |
fgetrune(), fputrune(), fungetrune(), mbrune(), mbrrune(), mbmb(),
setinvalidrune(), UTF2 encoding method.
These have been marked as being deprecated in their manual pages since 5.0,
and their use causes a linker warning.
Notes:
svn path=/head/; revision=116283
|
| |
|
|
|
|
|
|
|
|
| |
memory leaks (fixes bugs earlier purported to be fixed).
Submitted by: Ed Moy <emoy@apple.com>
Obtained from: Apple Computer, Inc.
MFC after: 2 weeks
Notes:
svn path=/head/; revision=116274
|
| |
|
|
|
|
|
|
| |
(untested, but existing state breaks
http://triangle.rtp.freebsd.org/~des/tinderbox-CURRENT-amd64-amd64.brief)
Notes:
svn path=/head/; revision=116172
|
| |
|
|
| |
Notes:
svn path=/head/; revision=116134
|
| |
|
|
|
|
|
|
|
|
| |
code is always compiled into the kernel now.
Submitted by: Hubert Tournier <hubert@frbsd.org>
PR: docs/53068
Notes:
svn path=/head/; revision=116091
|
| |
|
|
| |
Notes:
svn path=/head/; revision=116025
|
| |
|
|
| |
Notes:
svn path=/head/; revision=116023
|
| |
|
|
| |
Notes:
svn path=/head/; revision=116022
|
| |
|
|
|
|
|
| |
instead of .Xr when needed
Notes:
svn path=/head/; revision=116021
|
| |
|
|
|
|
|
| |
Format other unknown devices consistently in hex.
Notes:
svn path=/head/; revision=115881
|
| |
|
|
|
|
|
|
|
|
|
|
| |
that the old API (passing "" as the attribute name to the _get_
interface) is now deprecated (and was probably a bad idea).
Pointed out by: Dominic Giampaolo <dbg@apple.com>
Obtained from: TrustedBSD Project
Sponsored by: DARPA, Network Associates Laboratories
Notes:
svn path=/head/; revision=115802
|
| |
|
|
|
|
|
| |
Approved by: des (mentor)
Notes:
svn path=/head/; revision=115771
|
| |
|
|
| |
Notes:
svn path=/head/; revision=115745
|
| |
|
|
|
|
|
| |
to a random memory location. Perl works a lot better with this.
Notes:
svn path=/head/; revision=115738
|
| |
|
|
| |
Notes:
svn path=/head/; revision=115665
|
| |
|
|
|
|
|
|
|
| |
o Make sure the arguments to ctx_wrapper() are loaded from the
backing store by forcing an underflow. Do this by making all
registers in the register frame local.
Notes:
svn path=/head/; revision=115657
|
| |
|
|
|
|
|
| |
Submitted by: bde
Notes:
svn path=/head/; revision=115641
|
| |
|
|
| |
Notes:
svn path=/head/; revision=115631
|
| |
|
|
|
|
|
|
| |
PR: 51504
Submitted by: Statue <statue@freebsd.sinica.edu.tw>
Notes:
svn path=/head/; revision=115626
|