Bill Fenner
40cfbfd508
Make _fetch_connect() always set the error code.
...
Tell ftp that _fetch_connect() always sets the error code (http already knew)
2002-09-17 05:54:33 +00:00
Mike Barcroft
117f87fe9f
Include <sys/types.h> directly rather than depending on <sys/fcntl.h>
...
to include it. This could be avoided by adding the necessary typedefs
here, or by making users of <sys/file.h> include <sys/types.h> first.
2002-09-17 05:14:09 +00:00
Mike Barcroft
f0771a984f
pid_t will be shared with at least <fcntl.h>.
2002-09-17 05:05:14 +00:00
Alexander Kabaev
c62e08e3ac
Bmake bits for GCC 3.2.1-prerelease libstdc++.
...
Connect two new source and one header file to the build.
Approved by: obrien
2002-09-17 04:23:29 +00:00
Alexander Kabaev
f92e37bda1
Merge FreeBSD modifications into gcc 3.2.1-prerelease:
...
1.8 printf format error fixes
Approved by: obrien
2002-09-17 04:16:58 +00:00
Alexander Kabaev
acfad454a6
Merge FreeBSD modifications into gcc 3.2.1-prerelease:
...
1.2 Localize the version number
Approved by: obrien
2002-09-17 04:15:43 +00:00
Alexander Kabaev
f40fb3f3fd
Use the stock 3.2.1-prerelease file.
...
Approved by: obrien
2002-09-17 04:14:38 +00:00
Alexander Kabaev
b8bb8eab99
Merge FreeBSD modifications into gcc 3.2.1-prerelease:
...
1.2 framework for our kernel printf enhancements
1.3 suppress prototype warning for K&R main
Approved by: obrien
2002-09-17 04:10:25 +00:00
Alexander Kabaev
ec07fe3019
This commit was generated by cvs2svn to compensate for changes in r103449,
...
which included commits to RCS files with non-trunk default branches.
2002-09-17 04:04:15 +00:00
Alexander Kabaev
10882802bb
Gcc 3.2.1-prerelease libf2c bits from the FSF anoncvs repo gcc-3_2-branch on 16-Sep-2002 13:23:11 EDT.
2002-09-17 04:04:15 +00:00
Alexander Kabaev
25fc1bebd3
This commit was generated by cvs2svn to compensate for changes in r103447,
...
which included commits to RCS files with non-trunk default branches.
2002-09-17 04:04:04 +00:00
Alexander Kabaev
20250742da
Gcc 3.2.1-prerelease C++ support bits from the FSF anoncvs repo gcc-3_2-branch on 16-Sep-2002 13:23:11 EDT.
2002-09-17 04:04:04 +00:00
Alexander Kabaev
2e88fa161b
This commit was generated by cvs2svn to compensate for changes in r103445,
...
which included commits to RCS files with non-trunk default branches.
2002-09-17 04:03:37 +00:00
Alexander Kabaev
acabf91c96
Gcc 3.2.1-prerelease from the FSF anoncvs repo gcc-3_2-branch on 16-Sep-2002 13:23:11 EDT.
2002-09-17 04:03:37 +00:00
Jennifer Yang
4a03a8a8c7
Tempary fix for inet6. The final fix is to change in6_pcbnotify to take pcbinfo instead
...
of pcbhead. It is on the way.
2002-09-17 03:19:43 +00:00
Jonathan Mini
7630ea31ed
Use a weak symbol for signalcontext().
2002-09-17 03:15:47 +00:00
Jonathan Mini
1d6e1c66b2
Add signalcontext(), which adds a signal frame to a ucontext_t.
2002-09-17 03:11:07 +00:00
Juli Mallett
760bbf7d6d
Conglomerate printing of ps_pgtok'd data into a PLONG type. I couldn't think
...
of a better name, except PINT, but I decided to go with assuming LONG to
be safe, rather than assuming INT.
2002-09-17 02:52:44 +00:00
David E. O'Brien
c696fb50b3
BANG! BANG! BANG! Put these bits out of their misery.
...
Murdered by members of: a.out.die.die.die
ELF is the 1 true path now. So make good on the src/Makefile threat that
building a.out will not be supported post 4.x. These bits should either
resurface as a port, or a new port using the latest Binutils bits. The
later will not support our SunOS-style shared a.out libs; but we shouldn't
need such support by this point in time.
2002-09-17 01:54:56 +00:00
Peter Wemm
66422f5b7a
Initiate deorbit burn for the i386-only a.out related support. Moves are
...
under way to move the remnants of the a.out toolchain to ports. As the
comment in src/Makefile said, this stuff is deprecated and one should not
expect this to remain beyond 4.0-REL. It has already lasted WAY beyond
that.
Notable exceptions:
gcc - I have not touched the a.out generation stuff there.
ldd/ldconfig - still have some code to interface with a.out rtld.
old as/ld/etc - I have not removed these yet, pending their move to ports.
some includes - necessary for ldd/ldconfig for now.
Tested on: i386 (extensively), alpha
2002-09-17 01:49:00 +00:00
David E. O'Brien
4e6ef0845d
Disable building of the a.out gas and ld. They will become ports.
2002-09-17 01:43:21 +00:00
Bruce A. Mah
cf2f853a12
New release note: SA-02:39.
2002-09-16 23:02:37 +00:00
Bill Fenner
e5b04cee36
Fix documentation of clnt_control()'s CL{GET|SET}_{VERS|XID} to
...
reflect that they actually require a u_int32_t *, which is not
necessarily the same as an unsigned long *.
2002-09-16 21:45:37 +00:00
Bill Fenner
bfe95ccc17
xids are u_int32_ts, which are not necessarily the same size as time_ts or
...
unsigned longs. This fixes "ypbind -S ... -m" on sparc64.
2002-09-16 21:39:42 +00:00
Jacques Vidrine
42756860e3
Update build infrastructure after import of Heimdal Kerberos 2002/09/16.
2002-09-16 21:10:29 +00:00
Jacques Vidrine
43a2371256
Resolve conflicts.
2002-09-16 21:07:11 +00:00
Jacques Vidrine
18600429b3
This commit was generated by cvs2svn to compensate for changes in r103423,
...
which included commits to RCS files with non-trunk default branches.
2002-09-16 21:04:40 +00:00
Jacques Vidrine
0cadf2f4d7
Import of Heimdal Kerberos from KTH repository circa 2002/09/16.
2002-09-16 21:04:40 +00:00
Juli Mallett
f3073b05b7
Perform keyword.c:1.27 properly, implement -orss in the New World Order of
...
ps(1) formatting, using pgtok() to get the value in K, rather than printing
it in pages. This is consistent with behaviour before keyword.c:1.26 (et al)
which exists in STABLE today, and which uses the same metric as VSZ.
Submitted by: bde
2002-09-16 20:19:51 +00:00
Juli Mallett
4086fd8e70
Remove some NOTINUSE stuff. Good housekeeping.
2002-09-16 20:06:04 +00:00
Nate Lawson
8723b451f9
Start new sentence with newline.
...
Suggested by: jhb
2002-09-16 19:53:51 +00:00
Jonathan Mini
255ab70cdf
Make libpthread KSE aware.
...
Reviewed by: deischen, julian
Approved by: -arch
2002-09-16 19:52:52 +00:00
Mike Barcroft
51f42932d1
Don't depend on <sys/types.h> pollution in <fcntl.h>. Sort includes.
2002-09-16 19:46:20 +00:00
Jonathan Mini
cfa1f4e659
Mechanically change all libc_r references to libpthread.
2002-09-16 19:29:34 +00:00
Jonathan Mini
a3ad85e51b
Add kernel support needed for the KSE-aware libpthread:
...
- Use ucontext_t's to store KSE thread state.
- Synthesize state for the UTS upon each upcall, rather than
saving and copying a trapframe.
- Save and restore FPU state properly in ucontext_t's.
- Deliver signals to KSE-aware processes via upcall.
- Rename kse mailbox structure fields to be more BSD-like.
- Store the UTS's stack in struct proc in a stack_t.
Reviewed by: bde, deischen, julian
Approved by: -arch
2002-09-16 19:28:01 +00:00
Jonathan Mini
c76e33b681
Add kernel support needed for the KSE-aware libpthread:
...
- Use ucontext_t's to store KSE thread state.
- Synthesize state for the UTS upon each upcall, rather than
saving and copying a trapframe.
- Deliver signals to KSE-aware processes via upcall.
- Rename kse mailbox structure fields to be more BSD-like.
- Store the UTS's stack in struct proc in a stack_t.
Reviewed by: bde, deischen, julian
Approved by: -arch
2002-09-16 19:26:48 +00:00
Jonathan Mini
30abe507c0
Add kernel support needed for the KSE-aware libpthread:
...
- Maintain fpu state across signals.
- Save and restore FPU state properly in ucontext_t's.
Reviewed by: bde, deischen, julian
Approved by: -arch
2002-09-16 19:25:59 +00:00
Jonathan Mini
9ba1547929
Add kernel support needed for the KSE-aware libpthread:
...
- Maintain fpu state across signals.
- Save and restore FPU state properly in ucontext_t's.
Reviewed by: deischen, julian
Approved by: -arch
2002-09-16 19:25:41 +00:00
Jonathan Mini
575525a000
Add kernel support needed for the KSE-aware libpthread:
...
- Maintain fpu state across signals.
- Use ucontext_t's to store KSE thread state.
- Synthesize state for the UTS upon each upcall, rather than
saving and copying a trapframe.
- Save and restore FPU state properly in ucontext_t's.
Reviewed by: deischen, julian
Approved by: -arch
2002-09-16 19:25:08 +00:00
Jonathan Mini
f990583656
Save and restore FPU state properly in ucontext_t's.
...
Reviewed by: deischen, julian
Approved by: -arch
2002-09-16 19:24:31 +00:00
Jonathan Mini
b3466b3fe0
Add signalcontext(), which lays down a signal frame onto a ucontext_t.
...
Reviewed by: deischen, julian
Approved by: -arch
2002-09-16 19:23:35 +00:00
Poul-Henning Kamp
7b08810243
Add a cast to make this file compile in userland on sparc64 without
...
warnings.
2002-09-16 18:45:18 +00:00
Nate Lawson
8c3308035a
Update man page for enum -> const char * change for v_tag
2002-09-16 18:16:07 +00:00
Poul-Henning Kamp
6c7e64b65c
I forgot fsdb was still sharing files with fsck.
2002-09-16 14:18:43 +00:00
Hajimu UMEMOTO
9832619c90
Allocate 64K recieve buffer for DNS responses.
2002-09-16 13:19:47 +00:00
Takanori Watanabe
50e7eeb7ca
Add sleep state explanation.
...
Requested by: murray at Cafe in Tokyo.
2002-09-16 12:11:25 +00:00
Tim J. Robbins
4d783ded07
Convert eight space indents to tabs in the "*" format handling code.
2002-09-16 12:07:13 +00:00
Poul-Henning Kamp
5186921306
Add a source file where EXTATTR checks will happen and hook it in even
...
if it doesn't do anything yet.
Sponsored by: DARPA & NAI Labs.
2002-09-16 11:27:47 +00:00
Boris Popov
209ec6ada5
Reserve a transport parameter name and number for Darwin.
...
Obtained from: Darwin
MFC after: 2 weeks
2002-09-16 10:57:13 +00:00
Boris Popov
70f9b9d94f
Implement support for mixed case passwords.
...
Obtained from: Darwin
MFC after: 2 weeks
2002-09-16 10:50:38 +00:00