| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
Notes:
svn path=/head/; revision=76061
|
| |
|
|
| |
Notes:
svn path=/head/; revision=75864
|
| |
|
|
| |
Notes:
svn path=/head/; revision=75863
|
| |
|
|
|
|
|
| |
change of high word part too to produce more interesting seed distribution.
Notes:
svn path=/head/; revision=75862
|
| |
|
|
| |
Notes:
svn path=/head/; revision=75845
|
| |
|
|
| |
Notes:
svn path=/head/; revision=74870
|
| |
|
|
|
|
|
| |
Approved by: nik
Notes:
svn path=/head/; revision=74268
|
| |
|
|
|
|
|
|
| |
.Nd line broken in rev 1.10
use .Bx for ``BSD''
Notes:
svn path=/head/; revision=73234
|
| |
|
|
|
|
|
|
|
| |
Noticed by: bde
Use .Bx for ``BSD''.
Notes:
svn path=/head/; revision=73222
|
| |
|
|
|
|
|
|
|
| |
Even better formula from random() could not be intetgrated because rand_r()
supposed to store its state in the single variable (but table needed for
random() algorithm integration).
Notes:
svn path=/head/; revision=73156
|
| |
|
|
|
|
|
| |
check in my changes.
Notes:
svn path=/head/; revision=73155
|
| |
|
|
|
|
|
| |
and rewrite strto[u]q() in terms of it.
Notes:
svn path=/head/; revision=73152
|
| |
|
|
| |
Notes:
svn path=/head/; revision=73088
|
| |
|
|
| |
Notes:
svn path=/head/; revision=73021
|
| |
|
|
|
|
|
|
|
|
|
| |
Change __dtoa to not free the string it allocated the previous time it was
called. The caller now frees the string after usage if appropiate.
PR: 15070
Reviewed by: deischen
Notes:
svn path=/head/; revision=72523
|
| |
|
|
|
|
|
|
| |
number, and then placed in alphabetical order and comma separated.",
mdoc.samples(7) said.
Notes:
svn path=/head/; revision=72401
|
| |
|
|
| |
Notes:
svn path=/head/; revision=72400
|
| |
|
|
|
|
|
| |
Reviewed by: hackers
Notes:
svn path=/head/; revision=72369
|
| |
|
|
| |
Notes:
svn path=/head/; revision=72368
|
| |
|
|
| |
Notes:
svn path=/head/; revision=72313
|
| |
|
|
| |
Notes:
svn path=/head/; revision=72301
|
| |
|
|
| |
Notes:
svn path=/head/; revision=72288
|
| |
|
|
|
|
|
| |
Obtained from: inspired by NetBSD strtod
Notes:
svn path=/head/; revision=72287
|
| |
|
|
|
|
|
| |
PR: 15070
Notes:
svn path=/head/; revision=72254
|
| |
|
|
|
|
|
|
|
|
| |
Change __dtoa to not free the string it allocated the previous time it was
called. The caller now frees the string after usage if appropiate.
PR: 15070
Notes:
svn path=/head/; revision=72179
|
| |
|
|
|
|
|
|
|
| |
to be the same as -ragged in the current implementation) to
-ragged. With mdocNG, -filled displays produce the correct
output, formatted and justified to both margins.
Notes:
svn path=/head/; revision=72126
|
| |
|
|
| |
Notes:
svn path=/head/; revision=72047
|
| |
|
|
|
|
|
| |
Submitted by: Loren James Rittle <rittle@latour.rsch.comm.mot.com>
Notes:
svn path=/head/; revision=71987
|
| |
|
|
| |
Notes:
svn path=/head/; revision=71895
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
adding (weak definitions to) stubs for some of the pthread
functions. If the threads library is linked in, the real
pthread functions will pulled in.
Use the following convention for system calls wrapped by the
threads library:
__sys_foo - actual system call
_foo - weak definition to __sys_foo
foo - weak definition to __sys_foo
Change all libc uses of system calls wrapped by the threads
library from foo to _foo. In order to define the prototypes
for _foo(), we introduce namespace.h and un-namespace.h
(suggested by bde). All files that need to reference these
system calls, should include namespace.h before any standard
includes, then include un-namespace.h after the standard
includes and before any local includes. <db.h> is an exception
and shouldn't be included in between namespace.h and
un-namespace.h namespace.h will define foo to _foo, and
un-namespace.h will undefine foo.
Try to eliminate some of the recursive calls to MT-safe
functions in libc/stdio in preparation for adding a mutex
to FILE. We have recursive mutexes, but would like to avoid
using them if possible.
Remove uneeded includes of <errno.h> from a few files.
Add $FreeBSD$ to a few files in order to pass commitprep.
Approved by: -arch
Notes:
svn path=/head/; revision=71579
|
| |
|
|
| |
Notes:
svn path=/head/; revision=71097
|
| |
|
|
| |
Notes:
svn path=/head/; revision=70974
|
| |
|
|
| |
Notes:
svn path=/head/; revision=70482
|
| |
|
|
| |
Notes:
svn path=/head/; revision=70481
|
| |
|
|
| |
Notes:
svn path=/head/; revision=70015
|
| |
|
|
|
|
|
| |
Use _PATH_* where where possible.
Notes:
svn path=/head/; revision=69793
|
| |
|
|
| |
Notes:
svn path=/head/; revision=69329
|
| |
|
|
|
|
|
|
|
|
| |
stderr in case of warnings and errors.
Rename malloc_options to have a leading underscore, I belive I have been
told that is more correct namespace wise.
Notes:
svn path=/head/; revision=69201
|
| |
|
|
| |
Notes:
svn path=/head/; revision=69051
|
| |
|
|
| |
Notes:
svn path=/head/; revision=68854
|
| |
|
|
| |
Notes:
svn path=/head/; revision=68716
|
| |
|
|
| |
Notes:
svn path=/head/; revision=68395
|
| |
|
|
|
|
|
|
|
| |
This did not work correctly with whatis(1).
Issue brought up by: mpp
Notes:
svn path=/head/; revision=67876
|
| |
|
|
| |
Notes:
svn path=/head/; revision=67864
|
| |
|
|
|
|
|
| |
Pointed out by: phk
Notes:
svn path=/head/; revision=66105
|
| |
|
|
|
|
|
|
|
| |
The recent problems with sshd were due to sshd reassigning
`environ' when setenv() thinks it owns it. setenv() subsequently
realloc()s the new version of environ and *boom*
Notes:
svn path=/head/; revision=66101
|
| |
|
|
|
|
|
|
|
|
|
|
| |
in my tree for a long time. bde reviewed this once upon a time and
said it was OK, iirc. This also obviates the need to put ? in the
optstring argument to preclude the extra warning message which some
people think confuses users. When I made my getopt cleanups of a long
time ago, this was the compromise reached. I just neglected to commit
it until now.
Notes:
svn path=/head/; revision=65421
|
| |
|
|
|
|
|
|
|
|
|
| |
These will be turned off again as we approach 5.0-RELEASE.
If you benchmark things, make sure to
ln -sf j /etc/malloc.conf
to see "true" performance.
Notes:
svn path=/head/; revision=62847
|
| |
|
|
|
|
|
| |
Obtained from: NetBSD
Notes:
svn path=/head/; revision=62321
|
| |
|
|
|
|
|
|
| |
PR: 18465
Reported by: Kazu TAKAMUNE <takamune@avrl.mei.co.jp>
Notes:
svn path=/head/; revision=60258
|