| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
Notes:
svn path=/head/; revision=92905
|
| |
|
|
| |
Notes:
svn path=/head/; revision=92889
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
be serialized. A mutex is used to protect the critical regions.
sbrk() and brk() are not thread safe. Replace use of sbrk() with
a call to malloc to avoid race when one thread calls atexit
while another thread calls malloc.
Reviewed by: deischen
Notes:
svn path=/head/; revision=91697
|
| |
|
|
| |
Notes:
svn path=/head/; revision=91161
|
| |
|
|
| |
Notes:
svn path=/head/; revision=89585
|
| |
|
|
| |
Notes:
svn path=/head/; revision=89139
|
| |
|
|
| |
Notes:
svn path=/head/; revision=88681
|
| |
|
|
|
|
|
|
| |
Pointed by: bde
Inspired by: POSIX
Notes:
svn path=/head/; revision=88472
|
| |
|
|
|
|
|
|
|
|
|
| |
According to C99:
"The functions atof, atoi, atol, and atoll need not
affect the value of the integer expression errno on an
error. If the value of the result cannot be represented,
the behavior is undefined."
Notes:
svn path=/head/; revision=88469
|
| |
|
|
|
|
|
| |
Reviewed by: bde
Notes:
svn path=/head/; revision=87872
|
| |
|
|
| |
Notes:
svn path=/head/; revision=87738
|
| |
|
|
| |
Notes:
svn path=/head/; revision=87737
|
| |
|
|
| |
Notes:
svn path=/head/; revision=87736
|
| |
|
|
| |
Notes:
svn path=/head/; revision=87659
|
| |
|
|
| |
Notes:
svn path=/head/; revision=87501
|
| |
|
|
|
|
|
|
|
| |
Use simpler test for valid ranges
Submitted by: bde
Notes:
svn path=/head/; revision=87494
|
| |
|
|
|
|
|
| |
ia64.
Notes:
svn path=/head/; revision=87225
|
| |
|
|
|
|
|
| |
The only assumption left is that 'A'..'Z' 'a'..'z' both are contiguous
Notes:
svn path=/head/; revision=87196
|
| |
|
|
|
|
|
|
|
|
|
|
| |
removing it from our source tree in order to have one version
of strtod() for all arches. netbsd_strtod.c still left in source
tree until alpha folks make sure that our native strtod() works
as well as NetBSD's one.
Reviewed by: peter, bde (some time ago)
Notes:
svn path=/head/; revision=87123
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
The definition of character class digit requires that only ten characters
-the ones defining digits- can be specified; alternate digits (for
example, Hindi or Kanji) cannot be specified here. However, the encoding
may vary if an implementation supports more than one encoding.
The definition of character class xdigit requires that the characters
included in character class digit are included here also and allows for
different symbols for the hexadecimal digits 10 through 15.
Notes:
svn path=/head/; revision=87078
|
| |
|
|
| |
Notes:
svn path=/head/; revision=87042
|
| |
|
|
| |
Notes:
svn path=/head/; revision=87040
|
| |
|
|
|
|
|
| |
Optimize national digits code a bit
Notes:
svn path=/head/; revision=87038
|
| |
|
|
| |
Notes:
svn path=/head/; revision=87029
|
| |
|
|
| |
Notes:
svn path=/head/; revision=87027
|
| |
|
|
| |
Notes:
svn path=/head/; revision=87026
|
| |
|
|
| |
Notes:
svn path=/head/; revision=87023
|
| |
|
|
|
|
|
| |
standards group first.
Notes:
svn path=/head/; revision=87020
|
| |
|
|
| |
Notes:
svn path=/head/; revision=87017
|
| |
|
|
|
|
|
|
| |
Allow bases >=36 again
Misc cleanup
Notes:
svn path=/head/; revision=87016
|
| |
|
|
|
|
|
|
|
|
| |
different pointer than the one passed to it.
PR: docs/31925
Submitted by: Andrew <andrew@ugh.net.au>
Notes:
svn path=/head/; revision=86845
|
| |
|
|
| |
Notes:
svn path=/head/; revision=86737
|
| |
|
|
|
|
|
|
| |
PR: 29376
Submitted by: Farooq Mela <fmela0@sm.socccd.cc.ca.us>
Notes:
svn path=/head/; revision=86488
|
| |
|
|
|
|
|
| |
Pointed out by: knu
Notes:
svn path=/head/; revision=86466
|
| |
|
|
|
|
|
|
|
|
| |
o Update abs(3), div(3), labs(3), ldiv(3) to reflect standards
conformance and add additional references.
Reviewed by: bde, wollman
Notes:
svn path=/head/; revision=86368
|
| |
|
|
|
|
|
|
| |
PR: 31365
Submitted by: SUZUKI Koichi <koich@cac.co.jp>
Notes:
svn path=/head/; revision=86063
|
| |
|
|
|
|
|
|
|
| |
the netbsd_strtod.c file we have does not. More still should be done
here, but this works happily on my Alpha. I have not (yet?) changed
the Makefile.inc to use this.
Notes:
svn path=/head/; revision=86043
|
| |
|
|
|
|
|
|
| |
s/IEEE_8087/IEEE_LITTLE_ENDIAN/
s/IEEE_MC68k/IEEE_BIG_ENDIAN/
Notes:
svn path=/head/; revision=86033
|
| |
|
|
|
|
|
|
|
|
|
| |
If zero bytes are allocated, return pointer to the middle of page-zero
(which is protected) so that the program will crash if it dereferences
this illgotten pointer.
Inspired & Urged by: Theo de Raadt <deraadt@cvs.openbsd.org>
Notes:
svn path=/head/; revision=85869
|
| |
|
|
|
|
|
|
| |
by asking some things that need unpredictable numbers to read
/dev/random instead.
Notes:
svn path=/head/; revision=85752
|
| |
|
|
|
|
|
| |
shouldn't.
Notes:
svn path=/head/; revision=84591
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
| |
Notes:
svn path=/head/; revision=84298
|
| |
|
|
| |
Notes:
svn path=/head/; revision=84280
|
| |
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
| |
Silence from: phantom
Notes:
svn path=/head/; revision=83559
|
| |
|
|
| |
Notes:
svn path=/head/; revision=83328
|
| |
|
|
|
|
|
|
|
| |
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
|