dragonfly.git
18 years agoMerge from vendor branch GCC:
Joerg Sonnenberger [Tue, 24 May 2005 06:35:19 +0000 (06:35 +0000)]
Merge from vendor branch GCC:
Update for GCC 3.4.4.  Note that the prefered way to fetch just
the core, g++, g77 and objc part. ada, java and the testsuite
are not used, so you don't have to fetch it ever.

18 years agoUpdate for GCC 3.4.4. Note that the prefered way to fetch just
Joerg Sonnenberger [Tue, 24 May 2005 06:35:19 +0000 (06:35 +0000)]
Update for GCC 3.4.4.  Note that the prefered way to fetch just
the core, g++, g77 and objc part. ada, java and the testsuite
are not used, so you don't have to fetch it ever.

18 years agoUpdate in-tree GCC to 3.4.4.
Joerg Sonnenberger [Tue, 24 May 2005 06:29:33 +0000 (06:29 +0000)]
Update in-tree GCC to 3.4.4.

18 years agoUpdate in-tree GCC to 3.4.4.
Joerg Sonnenberger [Tue, 24 May 2005 06:29:33 +0000 (06:29 +0000)]
Update in-tree GCC to 3.4.4.

18 years agoMerge from vendor branch GCC:
Joerg Sonnenberger [Tue, 24 May 2005 06:29:33 +0000 (06:29 +0000)]
Merge from vendor branch GCC:
Update in-tree GCC to 3.4.4.

18 years agoAdd support for dntpd to /etc/defaults/rc.d
Robert Garrett [Tue, 24 May 2005 02:53:13 +0000 (02:53 +0000)]
Add support for dntpd to /etc/defaults/rc.d

18 years agoAdd support for dntpd to /etc/rc.d
Robert Garrett [Tue, 24 May 2005 02:51:49 +0000 (02:51 +0000)]
Add support for dntpd to /etc/rc.d

submitted by rumko

18 years agoMove parseIncPath and sysIncPath out of global scope
Max Okumoto [Mon, 23 May 2005 20:05:05 +0000 (20:05 +0000)]
Move parseIncPath and sysIncPath out of global scope

18 years agoMove the create list variable out of global scope and put it into
Max Okumoto [Mon, 23 May 2005 20:04:43 +0000 (20:04 +0000)]
Move the create list variable out of global scope and put it into
the newly created Parser object.  And Pass the parser object around
as a function paramter.

18 years agoo Remove out of date comment about Compat_Init()
Max Okumoto [Mon, 23 May 2005 20:04:04 +0000 (20:04 +0000)]
o Remove out of date comment about Compat_Init()
o Move init code into Make_Run()
o Have Compat_Run() always return a boolean value (FALSE) so it has
  same prototype as Make_Run().

18 years agoRemove spurious semicolon.
Joerg Sonnenberger [Mon, 23 May 2005 19:45:19 +0000 (19:45 +0000)]
Remove spurious semicolon.

18 years agoFake DES was removed a while ago, remove the prototypes as well.
Joerg Sonnenberger [Mon, 23 May 2005 19:41:59 +0000 (19:41 +0000)]
Fake DES was removed a while ago, remove the prototypes as well.

18 years agoPass queryFlag as a function paramter instead of a program
Max Okumoto [Mon, 23 May 2005 18:26:25 +0000 (18:26 +0000)]
Pass queryFlag as a function paramter instead of a program
global variable.

18 years agoPass ENDNode as a function parameter instead of using a file global variable.
Max Okumoto [Mon, 23 May 2005 18:25:58 +0000 (18:25 +0000)]
Pass ENDNode as a function parameter instead of using a file global variable.

18 years agoMove signal handler setup code into its own function, and share
Max Okumoto [Mon, 23 May 2005 18:25:34 +0000 (18:25 +0000)]
Move signal handler setup code into its own function, and share
that with the compat code.

18 years agoMove ProcExec() into proc.c
Max Okumoto [Mon, 23 May 2005 18:24:59 +0000 (18:24 +0000)]
Move ProcExec() into proc.c

18 years agoDo better range checking on the LDT. FreeBSD-SA-05:07.ldt
Matthew Dillon [Mon, 23 May 2005 18:23:29 +0000 (18:23 +0000)]
Do better range checking on the LDT.  FreeBSD-SA-05:07.ldt

18 years agoduplicate is
Joerg Sonnenberger [Mon, 23 May 2005 18:22:41 +0000 (18:22 +0000)]
duplicate is

18 years agoHave the EM device call the new interrupt enablement and disablement
Matthew Dillon [Mon, 23 May 2005 18:20:47 +0000 (18:20 +0000)]
Have the EM device call the new interrupt enablement and disablement
functions to avoid handler races.

18 years agoAdd NEWBUS infrastructure for interrupt enablement and disablement. This
Matthew Dillon [Mon, 23 May 2005 18:19:55 +0000 (18:19 +0000)]
Add NEWBUS infrastructure for interrupt enablement and disablement.  This
allows a device to indicate to the interrupt dispatch architecture that it
has enabled or disabled the device interrupt at the source.  The dispatch
will then decline to call the handler.   This is necessary because it is
possible for the interrupt handler to be called from the interrupt thread
AFTER the device has disabled the hard interrupt.   There are two cases:

    FIRST CASE:

* hard interrupt occurs
* interrupt thread is scheduled but cannot preempt
* device disables interrupt
* interrupt thread then runs handler while device believes interrupt to
  be disabled.

    SECOND CASE:

* multiple devices share the same interrupt (#1 and #2)
* device #1 interrupts and schedules the thread
* the handler for ALL devices is run, even if device #2 disabled
  its hard interrupt.

Clean up and simplify the interrupt vector code.  Always install a MUX
function.  The MUX function will check the handler enablement/disablement
state.

18 years agoSome comment header and whitespace cleanups.
Max Okumoto [Mon, 23 May 2005 18:19:05 +0000 (18:19 +0000)]
Some comment header and whitespace cleanups.

18 years agodevice_printf / if_printf cleanup.
Joerg Sonnenberger [Mon, 23 May 2005 18:05:58 +0000 (18:05 +0000)]
device_printf / if_printf cleanup.

Submitted-by: Sepherosa Ziehau <sepherosa@gmail.com>
18 years agoCleanup bfe_probe.
Joerg Sonnenberger [Mon, 23 May 2005 17:54:11 +0000 (17:54 +0000)]
Cleanup bfe_probe.

18 years agostyle(9) and nic style changes.
Joerg Sonnenberger [Mon, 23 May 2005 16:00:44 +0000 (16:00 +0000)]
style(9) and nic style changes.

18 years agoSpurious semicolon broke gcc2 build.
Joerg Sonnenberger [Mon, 23 May 2005 07:00:36 +0000 (07:00 +0000)]
Spurious semicolon broke gcc2 build.

18 years ago- util.h -> libutil.h
Liam J. Foy [Sun, 22 May 2005 17:48:57 +0000 (17:48 +0000)]
- util.h -> libutil.h

Requested by: Joerg@

18 years ago- More fixes for the debug code
Liam J. Foy [Sun, 22 May 2005 17:09:53 +0000 (17:09 +0000)]
- More fixes for the debug code

18 years agoConvert bge(4) to the new M_EXT API. This allows merging the dynamic
Joerg Sonnenberger [Sun, 22 May 2005 16:14:04 +0000 (16:14 +0000)]
Convert bge(4) to the new M_EXT API. This allows merging the dynamic
state back into the softc and saves a small malloc per jumbo buffer
in the rx ring.

18 years ago- WITHOUT_ERRNO should be 0, silly mistake.
Liam J. Foy [Sun, 22 May 2005 11:53:05 +0000 (11:53 +0000)]
- WITHOUT_ERRNO should be 0, silly mistake.

Noticed by: swildner@

18 years agoMore -Wwrite-strings cleanup and make sure you can actually play it.
YONETANI Tomokazu [Sun, 22 May 2005 03:37:05 +0000 (03:37 +0000)]
More -Wwrite-strings cleanup and make sure you can actually play it.

18 years agoMinimum bandaid to the breakage due to the last gcc40-cleanup.
YONETANI Tomokazu [Sun, 22 May 2005 01:28:15 +0000 (01:28 +0000)]
Minimum bandaid to the breakage due to the last gcc40-cleanup.

18 years agoAdd -t/--tag option to automatically add $DragonFly$ tags to the patch files
Simon Schubert [Sat, 21 May 2005 10:47:43 +0000 (10:47 +0000)]
Add -t/--tag option to automatically add $DragonFly$ tags to the patch files

18 years agoFix compilation with gcc40: Don't postincrement and cast lvalues.
Simon Schubert [Sat, 21 May 2005 10:31:08 +0000 (10:31 +0000)]
Fix compilation with gcc40: Don't postincrement and cast lvalues.

18 years agoUse ether_crc32_le instead of local hack.
Joerg Sonnenberger [Sat, 21 May 2005 09:07:52 +0000 (09:07 +0000)]
Use ether_crc32_le instead of local hack.

18 years agostyle(9)
Joerg Sonnenberger [Sat, 21 May 2005 09:05:05 +0000 (09:05 +0000)]
style(9)

18 years agoExploit bus_alloc_resource_any.
Joerg Sonnenberger [Sat, 21 May 2005 08:57:29 +0000 (08:57 +0000)]
Exploit bus_alloc_resource_any.

Submitted-by: Sepherosa Ziehau <sepherosa@gmail.com>
18 years agoUse bus_alloc_resource_any. Use pci helper functions, don't roll them
Joerg Sonnenberger [Sat, 21 May 2005 07:38:41 +0000 (07:38 +0000)]
Use bus_alloc_resource_any. Use pci helper functions, don't roll them
by hand.

18 years agoif_printf/device_printf cleanup. Remove minor junk.
Joerg Sonnenberger [Sat, 21 May 2005 07:28:04 +0000 (07:28 +0000)]
if_printf/device_printf cleanup. Remove minor junk.

Submitted-by: Sepherosa Ziehau <sepherosa@gmail.com>
18 years agoRework TX EOF handling. We have to always check for TX underruns,
Joerg Sonnenberger [Fri, 20 May 2005 14:30:33 +0000 (14:30 +0000)]
Rework TX EOF handling. We have to always check for TX underruns,
even in the TX_OK case. In the error case, reset the tx configuration
register.

Inspired-by: NetBSD'S rtl81x9 driver
18 years agoCleanup str_concat() there is no need for special flags. Just
Max Okumoto [Fri, 20 May 2005 11:48:55 +0000 (11:48 +0000)]
Cleanup str_concat() there is no need for special flags.  Just
pass the character you want to use as a seperator.  If the seperator
character is '\0', then don't put in a seperator.

18 years agoGet rid of shellPath global by adding another field to the
Max Okumoto [Fri, 20 May 2005 11:48:18 +0000 (11:48 +0000)]
Get rid of shellPath global by adding another field to the
shell structure.

18 years agoRename functions since they are no longer part of job.c
Max Okumoto [Fri, 20 May 2005 11:47:43 +0000 (11:47 +0000)]
Rename functions since they are no longer part of job.c

18 years agoRemove shells array and just use the const strings directly. This
Max Okumoto [Fri, 20 May 2005 11:47:22 +0000 (11:47 +0000)]
Remove shells array and just use the const strings directly.  This
allows us to get rid of the DEF_SHELL_STRUCT() macro, and just use
a normal struct.

18 years agoRemove string array called 'copy' and just use the const strings directly.
Max Okumoto [Fri, 20 May 2005 11:46:27 +0000 (11:46 +0000)]
Remove string array called 'copy' and just use the const strings directly.

18 years agoAdd comments to shells array definition.
Max Okumoto [Thu, 19 May 2005 17:11:08 +0000 (17:11 +0000)]
Add comments to shells array definition.

18 years agoFreeBSD-Date: 2005/05/18 07:50:38
Max Okumoto [Thu, 19 May 2005 17:10:37 +0000 (17:10 +0000)]
FreeBSD-Date: 2005/05/18 07:50:38
Author: harti

Get rid of the ReturnStatus obscuration that was anyway used only
in two places. While here don't bother returning anything from
Lst_Replace - nobody ever checks the return code.

Suggested by:   jmallet

18 years agoAdd the missing files. <sigh>
Max Okumoto [Thu, 19 May 2005 17:09:20 +0000 (17:09 +0000)]
Add the missing files.  <sigh>

18 years ago2nd Try. The correct version.
Max Okumoto [Thu, 19 May 2005 17:07:17 +0000 (17:07 +0000)]
2nd Try.  The correct version.

Move shell code out of job.c into shell.[ch]

18 years agoRevert patch on 2005/05/19 17:53:58 it was the wrong one :-(
Max Okumoto [Thu, 19 May 2005 17:04:45 +0000 (17:04 +0000)]
Revert patch on 2005/05/19 17:53:58 it was the wrong one :-(

18 years agoBackout last commit. It should be done after the next patch. <sigh>
Max Okumoto [Thu, 19 May 2005 16:56:37 +0000 (16:56 +0000)]
Backout last commit.  It should be done after the next patch. <sigh>

18 years agoAdd comments to shells array definition.
Max Okumoto [Thu, 19 May 2005 16:54:15 +0000 (16:54 +0000)]
Add comments to shells array definition.

18 years agoMove shell code out of job.c into shell.[ch]
Max Okumoto [Thu, 19 May 2005 16:53:58 +0000 (16:53 +0000)]
Move shell code out of job.c into shell.[ch]

18 years agoMove RLIMIT_NOFILE code into Proc_Init()
Max Okumoto [Thu, 19 May 2005 16:51:45 +0000 (16:51 +0000)]
Move RLIMIT_NOFILE code into Proc_Init()
Move check_make_level() into job.c

18 years agoSmall cleanups
Max Okumoto [Thu, 19 May 2005 16:51:19 +0000 (16:51 +0000)]
Small cleanups

18 years agoMove make global variables setup into a sepearate function.
Max Okumoto [Thu, 19 May 2005 16:51:06 +0000 (16:51 +0000)]
Move make global variables setup into a sepearate function.

18 years agoGroup code that sets global variables (make MACROs)
Max Okumoto [Thu, 19 May 2005 16:50:35 +0000 (16:50 +0000)]
Group code that sets global variables (make MACROs)

18 years agoMove code that reads in the input files into sepearte function.
Max Okumoto [Thu, 19 May 2005 16:49:56 +0000 (16:49 +0000)]
Move code that reads in the input files into sepearte function.

18 years agoMove a few global variables into a struct and pass it as a parameter.
Max Okumoto [Thu, 19 May 2005 16:49:32 +0000 (16:49 +0000)]
Move a few global variables into a struct and pass it as a parameter.

18 years agoCleanup search for default Makefile, by adding comments and
Max Okumoto [Thu, 19 May 2005 16:47:57 +0000 (16:47 +0000)]
Cleanup search for default Makefile, by adding comments and
retructuring code.

18 years agoSpelling error caught by harti.
Max Okumoto [Wed, 18 May 2005 21:35:17 +0000 (21:35 +0000)]
Spelling error caught by harti.

18 years agoReduce diff from FreeBSD.
Max Okumoto [Wed, 18 May 2005 07:11:01 +0000 (07:11 +0000)]
Reduce diff from FreeBSD.

18 years ago- Actually make the debug code work
Liam J. Foy [Tue, 17 May 2005 18:09:44 +0000 (18:09 +0000)]
- Actually make the debug code work
- WARNS 6 -DEBUG

Ok boy: Joerg@

18 years agoAdd newbtconf to the build
Robert Garrett [Mon, 16 May 2005 20:59:28 +0000 (20:59 +0000)]
Add newbtconf to the build

18 years agoAdd support for multiple boot profiles
Robert Garrett [Mon, 16 May 2005 20:57:31 +0000 (20:57 +0000)]
Add support for multiple boot profiles

initial import

obtained from: netbsd
written by: Darren Reed

18 years ago o Move code to determine objdir into determine_objdir().
Max Okumoto [Mon, 16 May 2005 17:36:08 +0000 (17:36 +0000)]
   o Move code to determine objdir into determine_objdir().
       o Move curdir, and objdir out of global scope.
       o Clean up ReadMakefile()
               + put enough code into the #ifdef #endif section to
                 be a complete statement.
               + renamed var 'p' to file and elimiate as many uses of
                 strdup() copy as possible.  The strup() is a hack.
               + Eliminate goto by inlining the destination code.  Trust
                 the compiler to do its job.
               + inline setMAKEFILE.
               + Moved common code out of #ifdef sections.

18 years agoClean up objdir determination code. Create a local scope to prep
Max Okumoto [Mon, 16 May 2005 17:35:39 +0000 (17:35 +0000)]
Clean up objdir determination code.  Create a local scope to prep
to move this code into it's own function.

18 years agoClean up chdir_verify_path() and add comments.
Max Okumoto [Mon, 16 May 2005 17:32:15 +0000 (17:32 +0000)]
Clean up chdir_verify_path() and add comments.

18 years agoConstify the result of Var_Value().
Max Okumoto [Mon, 16 May 2005 17:30:24 +0000 (17:30 +0000)]
Constify the result of Var_Value().

18 years agopatch-7.278
Max Okumoto [Mon, 16 May 2005 17:29:42 +0000 (17:29 +0000)]
patch-7.278

o Cleanup Var_Value().  It doesn't need the third parameter since
  we only return references to values in a context.  This should
  have been done a while ago when I cleaned up VAR_ENV.

18 years agoRemove MGA/CGA/EGA rendering code.
Sascha Wildner [Mon, 16 May 2005 11:26:03 +0000 (11:26 +0000)]
Remove MGA/CGA/EGA rendering code.

18 years ago("" < 3.4) always evaluates to true, which unconditionally
YONETANI Tomokazu [Mon, 16 May 2005 09:20:56 +0000 (09:20 +0000)]
("" < 3.4) always evaluates to true, which unconditionally
undef'es USE_GCC.

18 years agoDeal with "or later" notation of USE_GCC knob.
YONETANI Tomokazu [Mon, 16 May 2005 07:34:46 +0000 (07:34 +0000)]
Deal with "or later" notation of USE_GCC knob.
Inspired-by: FreeBSD ports/Mk/bsd.gcc.mk,1.1
18 years ago- The AC Line state can be returned as 2 meaning 'backup power'. The previous
Liam J. Foy [Sun, 15 May 2005 20:10:28 +0000 (20:10 +0000)]
- The AC Line state can be returned as 2 meaning 'backup power'. The previous
  code would see this as an invalid value.

Discussed with: Nate @ FreeBSD

18 years agoFreeBSD-Date: 2005/05/13 14:47:40
Max Okumoto [Sun, 15 May 2005 17:50:09 +0000 (17:50 +0000)]
FreeBSD-Date: 2005/05/13 14:47:40
Author: harti

Use the print_flags function to print the OP_ flags of a target.
Give the function one more argument to decide whether it should
print the flags like a C-expression or just space-delimited.

18 years agoMove print_flags() back into utils. Since harti decided to start working
Max Okumoto [Sun, 15 May 2005 17:49:29 +0000 (17:49 +0000)]
Move print_flags() back into utils.  Since harti decided to start working
on it after I moved it.

18 years agoFreeBSD-Date: 2005/05/13 07:31:45
Max Okumoto [Sun, 15 May 2005 17:48:03 +0000 (17:48 +0000)]
FreeBSD-Date: 2005/05/13 07:31:45
Author: harti

Make Shell_Init() static - it's only used here.
Make sure we don't end up with shellPath beeing non-zero, but shellName
beeing zero in the error case - back out cleanly from the error.
When executing a command for macro assignment in Cmd_Exec() stuff the
path of the shell into argv[0], not the name. This makes no difference
from the functionality point of view, but allows the regression tests to
determine whether make executes the correct shell.

18 years agoFreeBSD-Date: 2005/05/12 17:40:16
Max Okumoto [Sat, 14 May 2005 22:53:17 +0000 (22:53 +0000)]
FreeBSD-Date: 2005/05/12 17:40:16
Author: jmallett

Include <err.h>.  On my system CVS Make(1) has an implicit declaration of
warnc(3) without it.

18 years agoFreeBSD-Date: 2005/05/12 15:16:44
Max Okumoto [Sat, 14 May 2005 22:52:18 +0000 (22:52 +0000)]
FreeBSD-Date: 2005/05/12 15:16:44
Author: harti

Fix the fix for bin/72510 applied in job.c:1.70. Actually there have
been two maxJobs variables: one static in job.c and one global used in
main.c and parse.c. Makeing one global out of these was the wrong way
to fix the problem. Instead rename the global one to jobLimit and keep
maxJobs static in job.c.

Suggested by:   rwatson
PR:             bin/72510

18 years agoUse strpbrk() instead of array to match characters for meta characters.
Max Okumoto [Sat, 14 May 2005 22:49:16 +0000 (22:49 +0000)]
Use strpbrk() instead of array to match characters for meta characters.

This patch was mixed in with the one I submited

FreeBSD-Date: 2005/05/12 11:40:57
Change in FreeBSD: harti (idea taken, but done differently)

18 years agoRemove an incorrect free. The code path should normally not be hit, but
Joerg Sonnenberger [Sat, 14 May 2005 09:29:22 +0000 (09:29 +0000)]
Remove an incorrect free. The code path should normally not be hit, but
better safe than sorry.

18 years agoReorder initialisation by calling if_initname before vr_reset.
Joerg Sonnenberger [Sat, 14 May 2005 08:21:54 +0000 (08:21 +0000)]
Reorder initialisation by calling if_initname before vr_reset.
Nuke long unused variable.

Submitted-by: Sepherosa Ziehau <sepherosa@gmail.com>
18 years agoRemove extranious blankline.
Max Okumoto [Sat, 14 May 2005 06:26:22 +0000 (06:26 +0000)]
Remove extranious blankline.

Caught by harti.

18 years agoFix spelling error.
Max Okumoto [Sat, 14 May 2005 05:52:28 +0000 (05:52 +0000)]
Fix spelling error.

Caught by harti

18 years agoConstify ProcExec()
Max Okumoto [Sat, 14 May 2005 04:51:22 +0000 (04:51 +0000)]
Constify ProcExec()

Noticed by Harti.

18 years agoMove if_initname call before xl_reset to ensure correct initialisation.
Joerg Sonnenberger [Sat, 14 May 2005 01:33:35 +0000 (01:33 +0000)]
Move if_initname call before xl_reset to ensure correct initialisation.

Submitted-by: Sepherosa Ziehau <sepherosa@gmail.com>
18 years agoAdd an explicit abort in printaddr to avoid unused variable warnings.
Joerg Sonnenberger [Fri, 13 May 2005 22:30:11 +0000 (22:30 +0000)]
Add an explicit abort in printaddr to avoid unused variable warnings.
This is in line with the surrounding code.

18 years agoFix pointer arithemetic.
Joerg Sonnenberger [Fri, 13 May 2005 22:28:24 +0000 (22:28 +0000)]
Fix pointer arithemetic.

18 years agoWARNS=6 clean already.
Joerg Sonnenberger [Fri, 13 May 2005 21:31:49 +0000 (21:31 +0000)]
WARNS=6 clean already.

18 years agoDon't activate -funit-at-a-time with -O2 and higher by default, when
Joerg Sonnenberger [Fri, 13 May 2005 17:40:44 +0000 (17:40 +0000)]
Don't activate -funit-at-a-time with -O2 and higher by default, when
propolice is active. There are some bad interactions which can lead
to false negatives under rare circumstances.

18 years agoPerl is gone from base. You can use your own style again.
Sascha Wildner [Fri, 13 May 2005 15:51:10 +0000 (15:51 +0000)]
Perl is gone from base. You can use your own style again.

18 years agoFix kernel build issue. Missing function argument.
David Rhodus [Thu, 12 May 2005 01:41:07 +0000 (01:41 +0000)]
Fix kernel build issue.  Missing function argument.

18 years agoUse device_printf / if_printf and stop abusing the ifnet fields for
Joerg Sonnenberger [Wed, 11 May 2005 20:58:35 +0000 (20:58 +0000)]
Use device_printf / if_printf and stop abusing the ifnet fields for
internal purposes.

18 years agoRemove unused second argument to tulip_intr_handler.
Joerg Sonnenberger [Wed, 11 May 2005 20:36:06 +0000 (20:36 +0000)]
Remove unused second argument to tulip_intr_handler.

18 years agoReplace local tulip_mbuf_compress with m_defrag call.
Joerg Sonnenberger [Wed, 11 May 2005 20:05:56 +0000 (20:05 +0000)]
Replace local tulip_mbuf_compress with m_defrag call.

18 years agoDocument additional work in last commit. Bumped library to ld-elf.so.2
Matthew Dillon [Wed, 11 May 2005 19:58:19 +0000 (19:58 +0000)]
Document additional work in last commit.  Bumped library to ld-elf.so.2

18 years agoMajor TLS cleanups.
Matthew Dillon [Wed, 11 May 2005 19:47:09 +0000 (19:47 +0000)]
Major TLS cleanups.

* The RTLD no longer attempts to set up an initial TLS.  The job has been
  moved to libc.  The RTLD does not use TLS itself.  The
  allocate_initial_tls() function has been removed.

* The _init_tls() call made by CRT1 is no mandatory.

* The RTLD no longer calls the library _init() functions early.  Instead it
  sets up a callback that allows CRT1 to call the library _init() functions
  after it has called _init_tls().

* LIBC now has a _libc_init_tls() function which is weakly bound as
  _init_tls().  This function initializes the TLS for the program (generally
  by calling the _rtld_allocate_tls() and then doing any required
  post-allocation initialization).  In the absence of a threading library
  this function is basically it.

  Threading libraries may replace _init_tls() with their own version.  This
  does not yet occur as of this commit.  The threading library would then
  almost certainly call _libc_init_tls() and then make further modifications
  to the TCB as necessary (e.g. populate the tcb_pthread field).

* RTLD's allocate_tls() no longer does anything fancy.  The 'old_tcb' argument
  and concept has been removed.

* We have a new tcb_errno_p field in the TCB, but as of this commit it
  is not yet being used.

Reviewed-by: Joerg Sonnenberger <joerg@britannica.bec.de>,
David Xu <davidxu@crater.dragonflybsd.org>

18 years agoSimplify code by using IF_DRAIN.
Joerg Sonnenberger [Wed, 11 May 2005 19:40:00 +0000 (19:40 +0000)]
Simplify code by using IF_DRAIN.

18 years agotypo
Joerg Sonnenberger [Wed, 11 May 2005 15:50:14 +0000 (15:50 +0000)]
typo

18 years agoRemove two unnecessary entries.
Joerg Sonnenberger [Wed, 11 May 2005 15:45:45 +0000 (15:45 +0000)]
Remove two unnecessary entries.

18 years agoMerge from vendor branch GCC:
Joerg Sonnenberger [Wed, 11 May 2005 15:45:45 +0000 (15:45 +0000)]
Merge from vendor branch GCC:
Remove two unnecessary entries.