| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
| |
Reported by: Ted Lindgreen
Tested by: Ted Lindgreen
Notes:
svn path=/stable/4/; revision=106840
|
| |
|
|
|
|
|
|
|
|
| |
calls. This is needed to allow libc_r to create and switch to
different thread contexts.
Approved by: re (robert)
Notes:
svn path=/stable/4/; revision=88720
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
the wrapping for sigreturn in libc_r was removed, the alpha bits for
libc were overlooked and still had a reference to the wrapped version
of sigreturn (_thread_sys_sigreturn). libc_r has been totally broken
for alpha since then.
This change does not apply to -current.
Reported by: Bernd Walter <ticso@cicely8.cicely.de>
Notes:
svn path=/stable/4/; revision=87591
|
| |
|
|
|
|
|
|
|
|
| |
entry point the standard name when not compiling libc_r (for example,
longjmp is the main entry point instead of __longjmp).
Suggested by: bde
Notes:
svn path=/head/; revision=56345
|
| |
|
|
| |
Notes:
svn path=/head/; revision=56276
|
| |
|
|
|
|
|
|
|
| |
points. For library functions, the pattern is __sleep() <--
_libc_sleep() <-- sleep(). The arrows represent weak aliases. For
system calls, the pattern is _read() <-- _libc_read() <-- read().
Notes:
svn path=/head/; revision=55837
|
| |
|
|
|
|
|
|
|
| |
visible from userland any more.
Reviewed by: luoqi
Notes:
svn path=/head/; revision=52224
|
| |
|
|
| |
Notes:
svn path=/head/; revision=51802
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
-----------------------------
Most of the userland changes are in libc. For both the alpha
and the i386 setjmp has been changed to accomodate for the
new sigset_t. Internally, libc is mostly rewritten to use the
new syscalls. The exception is in compat-43/sigcompat.c
The POSIX thread library has also been rewritten to use the
new sigset_t. Except, that it currently only handles NSIG
signals instead of the maximum _SIG_MAXSIG. This should not
be a problem because current applications don't use any
signals higher than NSIG.
There are version bumps for the following libraries:
libdialog
libreadline
libc
libc_r
libedit
libftpio
libss
These libraries either a) have one of the modified structures
visible in the interface, or b) use sigset_t internally and
may cause breakage if new binaries are used against libraries
that don't have the sigset_t change. This not an immediate
issue, but will be as soon as applications start using the
new range to its fullest.
NOTE: libncurses already had an version bump and has not been
given one now.
NOTE: doscmd is a real casualty and has been disconnected for
the moment. Reconnection will eventually happen after
doscmd has been fixed. I'm aware that being the last one
to touch it, I'm automaticly promoted to being maintainer.
According to good taste this means that I will receive a
badge which either will be glued or mechanically stapled,
drilled or otherwise violently forced onto me :-)
NOTE: pcvt/vttest cannot be compiled with -traditional. The
change cause sys/types to be included along the way which
contains the const and volatile modifiers. I don't consider
this a solution, but more a workaround.
Notes:
svn path=/head/; revision=51794
|
| |
|
|
| |
Notes:
svn path=/head/; revision=41661
|
| |
|
|
| |
Notes:
svn path=/head/; revision=38376
|
| |
|
|
|
|
|
| |
sigaltstack by default if using FreeBSD syscalls.
Notes:
svn path=/head/; revision=38180
|
| |
|
|
| |
Notes:
svn path=/head/; revision=36824
|
|
|
Notes:
svn path=/cvs2svn/branches/JB/; revision=34375
|