dragonfly.git
18 years agoRemove bogus check if interface was already attached. The function is
Joerg Sonnenberger [Tue, 31 May 2005 08:12:48 +0000 (08:12 +0000)]
Remove bogus check if interface was already attached. The function is
called only from *_attach and if those are called twice, enough is broken
already.

18 years agoif_printf / device_printf.
Joerg Sonnenberger [Tue, 31 May 2005 08:10:44 +0000 (08:10 +0000)]
if_printf / device_printf.

Submitted-by: Sepherosa Ziehau <sepherosa@gmail.com>
18 years agoif_printf / device_printf cleanup.
Joerg Sonnenberger [Tue, 31 May 2005 08:06:47 +0000 (08:06 +0000)]
if_printf / device_printf cleanup.

Submitted-by: Sepherosa Ziehau <sepherosa@gmail.com>
While here, use a local eaddr to build the fake MAC address and stop
printing it in fwe_attach, ether_ifattach does it already.

18 years agoUse PCI accessor functions instead of messing directly with the config
Joerg Sonnenberger [Tue, 31 May 2005 07:52:22 +0000 (07:52 +0000)]
Use PCI accessor functions instead of messing directly with the config
space.

Submitted-by: Sepherosa Ziehau <sepherosa@gmail.com>
18 years agoUse ether_crc32_be / ether_crc32_le.
Joerg Sonnenberger [Tue, 31 May 2005 07:51:13 +0000 (07:51 +0000)]
Use ether_crc32_be / ether_crc32_le.

Obtained-from: FreeBSD

Factor out crc mask calculation and move it out of the loop.

Submitted-by: Sepherosa Ziehau <sepherosa@gmail.com>
18 years agoif_printf / device_printf.
Joerg Sonnenberger [Tue, 31 May 2005 07:46:17 +0000 (07:46 +0000)]
if_printf / device_printf.

Submitted-by: Sepherosa Ziehau <sepherosa@gmail.com>
18 years agoWARNS6 cleanup.
Sascha Wildner [Tue, 31 May 2005 00:22:38 +0000 (00:22 +0000)]
WARNS6 cleanup.

Submitted by: Peter Avalos <pavalos@theshell.com>

18 years ago* Remove register keywords.
Sascha Wildner [Tue, 31 May 2005 00:06:26 +0000 (00:06 +0000)]
* Remove register keywords.

* WARNS6 cleanup (approx. 1100 warnings).

* Move drandom() to phantglobs.c instead of having 2 versions.

* K&R -> ANSI function declarations.

Submitted by: Peter Avalos <pavalos@theshell.com>

18 years agoAdd the DragonFly cvs id.
Sascha Wildner [Tue, 31 May 2005 00:00:38 +0000 (00:00 +0000)]
Add the DragonFly cvs id.

18 years agolibc_r has to provide strong versions of the public symbols to override
Joerg Sonnenberger [Mon, 30 May 2005 20:50:53 +0000 (20:50 +0000)]
libc_r has to provide strong versions of the public symbols to override
the stubs in libc. Otherwise mixing e.g. of pthread_cond_init from libc
and pthread_cond_timedwait from libc_r can occur and result in panics.

18 years agoForgot to assign ext_buf, resulting in a panic.
Joerg Sonnenberger [Mon, 30 May 2005 11:56:00 +0000 (11:56 +0000)]
Forgot to assign ext_buf, resulting in a panic.

Reported-by: Pawel Biernacki <kaktus@chaos.dragonflybsd.pl>
18 years agoHandle renaming of battd.1 to battd.8
Sascha Wildner [Mon, 30 May 2005 00:54:46 +0000 (00:54 +0000)]
Handle renaming of battd.1 to battd.8

18 years agoAlways clean the cat directory as well.
Sascha Wildner [Mon, 30 May 2005 00:42:39 +0000 (00:42 +0000)]
Always clean the cat directory as well.

18 years agoFix date.
Sascha Wildner [Mon, 30 May 2005 00:19:40 +0000 (00:19 +0000)]
Fix date.

18 years agoAdd sorta colorful Fred logo for the boot menu. Rename beastie_disable
Sascha Wildner [Sun, 29 May 2005 23:35:00 +0000 (23:35 +0000)]
Add sorta colorful Fred logo for the boot menu. Rename beastie_disable
to fred_disable (along with some more words). Document fred_disable
and loader_color.

Submitted by: Joerg Anslik <joerg@anslik.de>

Based on a patch by: Aaron Malone <aaron@munge.net>
[see http://leaf.dragonflybsd.org/mailarchive/submit/2004-01/msg00032.html]

18 years agoSimplify the interface to m_uiomove().
Jeffrey Hsu [Sun, 29 May 2005 16:32:20 +0000 (16:32 +0000)]
Simplify the interface to m_uiomove().

18 years agoRename local variable for clarity.
Jeffrey Hsu [Sun, 29 May 2005 15:52:26 +0000 (15:52 +0000)]
Rename local variable for clarity.

18 years agoUse m_getl() to get the right sized mbuf.
Jeffrey Hsu [Sun, 29 May 2005 10:39:59 +0000 (10:39 +0000)]
Use m_getl() to get the right sized mbuf.

18 years agoDeprecate MCLGET() in favor of m_getcl() or m_getl() in order to
Jeffrey Hsu [Sun, 29 May 2005 10:08:36 +0000 (10:08 +0000)]
Deprecate MCLGET() in favor of m_getcl() or m_getl() in order to
take advantage of cluster caching.

18 years agoUse ether_crc32_be.
Joerg Sonnenberger [Sat, 28 May 2005 22:22:33 +0000 (22:22 +0000)]
Use ether_crc32_be.

Obtained-from: FreeBSD

18 years agostyle and minor cleanup
Joerg Sonnenberger [Sat, 28 May 2005 22:15:07 +0000 (22:15 +0000)]
style and minor cleanup

18 years agoUse ether_crc32_le and ether_crc32_be.
Joerg Sonnenberger [Sat, 28 May 2005 21:02:04 +0000 (21:02 +0000)]
Use ether_crc32_le and ether_crc32_be.

Obtained-from: FreeBSD

18 years agoUse M_ZERO instead of an explicit bzero().
Sascha Wildner [Sat, 28 May 2005 01:16:30 +0000 (01:16 +0000)]
Use M_ZERO instead of an explicit bzero().

18 years agoRemove DEC Alpha support.
Sascha Wildner [Sat, 28 May 2005 00:22:04 +0000 (00:22 +0000)]
Remove DEC Alpha support.

18 years agoRemove DEC Alpha support.
Sascha Wildner [Fri, 27 May 2005 21:12:51 +0000 (21:12 +0000)]
Remove DEC Alpha support.

18 years agoRemove old workaround for 2.6.3 optimizer bug.
Sascha Wildner [Fri, 27 May 2005 20:57:40 +0000 (20:57 +0000)]
Remove old workaround for 2.6.3 optimizer bug.

18 years agoConvert to new m_ext interface. This also fixes a memory leak, since
Joerg Sonnenberger [Fri, 27 May 2005 20:43:50 +0000 (20:43 +0000)]
Convert to new m_ext interface. This also fixes a memory leak, since
sk_detach wasn't correctly cleaning up the jumbo buffer ring.

18 years agoRemove nge_jpool_etrny, not used anymore.
Joerg Sonnenberger [Fri, 27 May 2005 20:27:56 +0000 (20:27 +0000)]
Remove nge_jpool_etrny, not used anymore.

18 years agoMinor reorder of the code to make it easier to deal with capabilities.
Joerg Sonnenberger [Fri, 27 May 2005 19:11:49 +0000 (19:11 +0000)]
Minor reorder of the code to make it easier to deal with capabilities.

18 years agoUse ether_ioctl for the default case and merge the cases which just
Joerg Sonnenberger [Fri, 27 May 2005 15:36:10 +0000 (15:36 +0000)]
Use ether_ioctl for the default case and merge the cases which just
call it.

18 years agoDon't cast command to int.
Joerg Sonnenberger [Fri, 27 May 2005 15:19:40 +0000 (15:19 +0000)]
Don't cast command to int.

18 years agoDon't call ether_ioctl first, check for errors and call it again
Joerg Sonnenberger [Fri, 27 May 2005 15:13:10 +0000 (15:13 +0000)]
Don't call ether_ioctl first, check for errors and call it again
or process the special cases afterwards. Just call it for those
cases we are not interested in.

18 years agoUse ether_ioctl for the default case. Merge cases which just called it.
Joerg Sonnenberger [Fri, 27 May 2005 15:08:11 +0000 (15:08 +0000)]
Use ether_ioctl for the default case. Merge cases which just called it.

18 years agoFall through to ether_ioctl and merge those cases which just called it.
Joerg Sonnenberger [Fri, 27 May 2005 15:03:12 +0000 (15:03 +0000)]
Fall through to ether_ioctl and merge those cases which just called it.

18 years agoUse ether_ioctl for the default case in dc_ioctl. Merge SIOCSIFADDR,
Joerg Sonnenberger [Fri, 27 May 2005 14:57:19 +0000 (14:57 +0000)]
Use ether_ioctl for the default case in dc_ioctl. Merge SIOCSIFADDR,
SIOCGIFADDR and SIOCSIFMTU into the default case.

18 years ago- Use pidfile(3). The pid file can be used as a quick reference if the process
Liam J. Foy [Fri, 27 May 2005 11:24:49 +0000 (11:24 +0000)]
- Use pidfile(3). The pid file can be used as a quick reference if the process
  needs to be sent a signal.

Obtained from: NetBSD

18 years agoFix CVS root directory name.
Sascha Wildner [Fri, 27 May 2005 10:01:24 +0000 (10:01 +0000)]
Fix CVS root directory name.

Noticed by: Thomas E. Spanjaard <tgen@netphreax.net>

18 years agoFix supfile name.
Sascha Wildner [Fri, 27 May 2005 09:29:32 +0000 (09:29 +0000)]
Fix supfile name.

Noticed by: Thomas E. Spanjaard <tgen@netphreax.net>

18 years agoUse M_ZERO instead of an explicit bzero().
Sascha Wildner [Fri, 27 May 2005 07:52:21 +0000 (07:52 +0000)]
Use M_ZERO instead of an explicit bzero().

18 years agoFix misspelled filename.
Sascha Wildner [Fri, 27 May 2005 07:35:59 +0000 (07:35 +0000)]
Fix misspelled filename.

18 years agoRemove DEC Alpha support.
Sascha Wildner [Thu, 26 May 2005 23:22:13 +0000 (23:22 +0000)]
Remove DEC Alpha support.

18 years agoRemove an extra comma and fix two typos.
Sascha Wildner [Thu, 26 May 2005 23:17:31 +0000 (23:17 +0000)]
Remove an extra comma and fix two typos.

18 years agoFix typo with last commit.
Jeffrey Hsu [Thu, 26 May 2005 22:59:57 +0000 (22:59 +0000)]
Fix typo with last commit.

Noticed by: Sascha Wildner

18 years agostyle. remove some unused variables.
Joerg Sonnenberger [Thu, 26 May 2005 22:49:17 +0000 (22:49 +0000)]
style. remove some unused variables.

18 years agoAdd missing splx(s) in sk_detach.
Joerg Sonnenberger [Thu, 26 May 2005 22:17:12 +0000 (22:17 +0000)]
Add missing splx(s) in sk_detach.

18 years ago* Declare vtb_buffer as a pointer to uint16_t and get rid of
Sascha Wildner [Thu, 26 May 2005 16:24:33 +0000 (16:24 +0000)]
* Declare vtb_buffer as a pointer to uint16_t and get rid of
  sc_vtb_pointer() and some casts.

* Use the standard uint16_t type instead of u_int16_t.

* Use M_ZERO instead of explicitly bzero()ing.

* Don't set VTB_VALID if malloc() failed.

In discussion with: joerg

18 years agoProperly initialize the serializer by calling lwkt_serialize_init().
Matthew Dillon [Thu, 26 May 2005 09:10:36 +0000 (09:10 +0000)]
Properly initialize the serializer by calling lwkt_serialize_init().

18 years agoFix a bug in the serializer's race detection code. It is possible for
Matthew Dillon [Thu, 26 May 2005 09:10:10 +0000 (09:10 +0000)]
Fix a bug in the serializer's race detection code.  It is possible for
the lock to be acquired and released by an interrupt between our attempt
to acquire and our tsleep.  We must test the condition again from within
a critical section before sleeping.

The previous code was doing a test-and-set when it should have just done
a test in the re-test case.

18 years agoRemove some debugging that crept int othe last commit.
Matthew Dillon [Thu, 26 May 2005 09:06:40 +0000 (09:06 +0000)]
Remove some debugging that crept int othe last commit.

18 years agoFix a race in the serializer's use of atomic_intr_cond_enter(). When
Matthew Dillon [Wed, 25 May 2005 22:59:20 +0000 (22:59 +0000)]
Fix a race in the serializer's use of atomic_intr_cond_enter().  When
the procedure call is made the serializer must enter a critical section
and check the bit again before actually sleeping to avoid a race against
wakeup().

18 years agoPrefer m_getcl() to separate calls to MGETHDR() and MCLGET() in order to
Jeffrey Hsu [Wed, 25 May 2005 21:35:51 +0000 (21:35 +0000)]
Prefer m_getcl() to separate calls to MGETHDR() and MCLGET() in order to
take advantage of cluster caching.

18 years agoProperly conditionalize a call to ether_poll_deregister via
Matthew Dillon [Wed, 25 May 2005 21:26:52 +0000 (21:26 +0000)]
Properly conditionalize a call to ether_poll_deregister via
#ifdef DEVICE_POLLING.

Reported-by: various
18 years agoRemove redundant assignment.
Jeffrey Hsu [Wed, 25 May 2005 21:18:51 +0000 (21:18 +0000)]
Remove redundant assignment.

18 years agoGet rid of IFCAP_POLLING for now.
Matthew Dillon [Wed, 25 May 2005 14:59:05 +0000 (14:59 +0000)]
Get rid of IFCAP_POLLING for now.

18 years agoChange ifconfig 'poll' to ifconfig 'polling', the same keyword that it
Matthew Dillon [Wed, 25 May 2005 14:58:32 +0000 (14:58 +0000)]
Change ifconfig 'poll' to ifconfig 'polling', the same keyword that it
used for the capabilities flag before.  But now it just uses a normal
IFF flag.

18 years agoRemove some compat junk, deindent a switch.
Joerg Sonnenberger [Wed, 25 May 2005 13:12:22 +0000 (13:12 +0000)]
Remove some compat junk, deindent a switch.

18 years agoConvert to new m_ext API.
Joerg Sonnenberger [Wed, 25 May 2005 12:37:29 +0000 (12:37 +0000)]
Convert to new m_ext API.

18 years agoForce jumbo buffers to be a multiple of 64bit.
Joerg Sonnenberger [Wed, 25 May 2005 12:18:31 +0000 (12:18 +0000)]
Force jumbo buffers to be a multiple of 64bit.

18 years agoRemove compat junk.
Joerg Sonnenberger [Wed, 25 May 2005 11:59:14 +0000 (11:59 +0000)]
Remove compat junk.

Submitted-by: Sepherosa Ziehau <sepherosa@gmail.com>
18 years agoUse ether_crc32_le.
Joerg Sonnenberger [Wed, 25 May 2005 11:51:26 +0000 (11:51 +0000)]
Use ether_crc32_le.

Obtained-from: FreeBSD

Don't include machine/clock.h, we have DELAY already.

Submitted-by: Sepherosa Ziehau <sepherosa@gmail.com>
18 years agoif_printf / device_printf and some more cleanup.
Joerg Sonnenberger [Wed, 25 May 2005 11:46:10 +0000 (11:46 +0000)]
if_printf / device_printf and some more cleanup.

Submitted-by: Sepherosa Ziehau <sepherosa@gmail.com>
18 years agoNuke further compatibility junk.
Joerg Sonnenberger [Wed, 25 May 2005 11:42:59 +0000 (11:42 +0000)]
Nuke further compatibility junk.

Submitted-by: Sepherosa Ziehau <sepherosa@gmail.com>
18 years agoif_printf / device_printf and some further cleanup.
Joerg Sonnenberger [Wed, 25 May 2005 11:38:59 +0000 (11:38 +0000)]
if_printf / device_printf and some further cleanup.

Submitted-by: Sepherosa Ziehau <sepherosa@gmail.com>
18 years agoFix a bugaboo in the last commit. We can't move to a generic mux yet
Matthew Dillon [Wed, 25 May 2005 07:58:41 +0000 (07:58 +0000)]
Fix a bugaboo in the last commit.  We can't move to a generic mux yet
because FAST interrupts aren't compatible with the mechanism.

18 years agoDon't treat an empty command buffer as parse error.
YONETANI Tomokazu [Wed, 25 May 2005 06:22:22 +0000 (06:22 +0000)]
Don't treat an empty command buffer as parse error.
The buffer will also be made empty after /boot.config
is successfully parsed, or when you hit just Enter key
to suppress 5-second wait.

18 years agoRewrite the polling code. Instead of trying to do fancy polling enablement
Matthew Dillon [Wed, 25 May 2005 01:44:33 +0000 (01:44 +0000)]
Rewrite the polling code.  Instead of trying to do fancy polling enablement
from inside the IF interrupt itself, which creates a headache in the code,
simply allow IFF_POLLING to be set and cleared via ifconfig.  This greatly
simplifies both the networking code and the polling code and allows polling
to be enabled and disabled at will on a per-network-interface basis.

* Drivers no longer have to have polling checks in the interrupt path.
* An if_poll function vector has been added.  Polling is supported if the
  driver initializes the vector.
* Registration command added to the poll function command list.
* Driver code for registration and deregistration is now greatly simplified.

The kernel polling code no longer randomly turns off the polling bit if an
interface goes down or is reset.

Remove IFCAP_POLLING, it serves no purpose.

Fix a couple of bugs in the serializer code.  Add a warning in
nexus_setup_intr if a driver tries to specify a serializer and an SPL.
A driver can specify one or the other, not both.

Convert the EM driver to use the new serializer API instead of SPLs.

Add ifconfig poll and ifconfig -poll support to ifconfig, and fix bugs
in the rtsock code that only returned the low 16 bits of the interface
flags so ifconfig properly reports when polling mode is turned on for an
interface.

NOTE to people using polling.  You must first enable polling via
kern.polling.enable, and then may specify the 'poll' directive in ifconfig
to enable it on a per interface basis.  If IFF_POLLING refuses to be set,
the device does not support polling.

18 years ago(add missing file related to last commit)
Matthew Dillon [Tue, 24 May 2005 21:22:05 +0000 (21:22 +0000)]
(add missing file related to last commit)

Get rid of bus_{disable,enable}_intr(), it wasn't generic enough for
our needs.

Implement some generic atomic.h functions to aid in the implementation of
a low level mutex.

Implement a generic low level sleep-mutex serializer, kern/lwkt_serialize.c.
The serializer is designed to be a replacement for SPL calls but may also
be used for other very low level work (e.g. lockmgr interlocks).

Add a serializer argument to BUS_SETUP_INTR().  When non-NULL, the interrupt
handler will no longer be protected by an SPL so e.g. spl*() will no
longer protect against that device's interrupts.

The IF queueing and dequeueing mechanisms may no longer depend on outside
SPL state because network driver interrupt handlers are no longer required to
enter splnet().  Use critical sections for the moment.  The IFQ and
IFF_OACTIVE interactions are not yet MP safe.

18 years agoGet rid of the bad hack that was doing network polling from the trap code.
Matthew Dillon [Tue, 24 May 2005 21:18:27 +0000 (21:18 +0000)]
Get rid of the bad hack that was doing network polling from the trap code.

18 years agoGet rid of bus_{disable,enable}_intr(), it wasn't generic enough for
Matthew Dillon [Tue, 24 May 2005 20:59:05 +0000 (20:59 +0000)]
Get rid of bus_{disable,enable}_intr(), it wasn't generic enough for
our needs.

Implement some generic atomic.h functions to aid in the implementation of
a low level mutex.

Implement a generic low level sleep-mutex serializer, kern/lwkt_serialize.c.
The serializer is designed to be a replacement for SPL calls but may also
be used for other very low level work (e.g. lockmgr interlocks).

Add a serializer argument to BUS_SETUP_INTR().  When non-NULL, the interrupt
handler will no longer be protected by an SPL so e.g. spl*() will no
longer protect against that device's interrupts.

The IF queueing and dequeueing mechanisms may no longer depend on outside
SPL state because network driver interrupt handlers are no longer required to
enter splnet().  Use critical sections for the moment.  The IFQ and
IFF_OACTIVE interactions are not yet MP safe.

18 years agoUse ether_crc32_be.
Joerg Sonnenberger [Tue, 24 May 2005 16:46:26 +0000 (16:46 +0000)]
Use ether_crc32_be.

Obtained-from: FreeBSD

18 years agostyle
Joerg Sonnenberger [Tue, 24 May 2005 16:44:41 +0000 (16:44 +0000)]
style

18 years agoConvert to new m_ext API.
Joerg Sonnenberger [Tue, 24 May 2005 11:42:07 +0000 (11:42 +0000)]
Convert to new m_ext API.

18 years agoUse bus_alloc_resource_any when possible.
Joerg Sonnenberger [Tue, 24 May 2005 09:52:15 +0000 (09:52 +0000)]
Use bus_alloc_resource_any when possible.

18 years agoFreeBSD-Date: 2005/05/23 14:27:52
Max Okumoto [Tue, 24 May 2005 09:27:34 +0000 (09:27 +0000)]
FreeBSD-Date: 2005/05/23 14:27:52
Author: harti

Make the ArgArray_Init() function visible to the rest of make.
It will soon be needed for the .SHELL parsing code.

18 years agoif_printf / device_printf.
Joerg Sonnenberger [Tue, 24 May 2005 08:16:07 +0000 (08:16 +0000)]
if_printf / device_printf.

Submitted-by: Sepherosa Ziehau <sepherosa@gmail.com>
18 years agoAdd a device ID for MPI350.
Joerg Sonnenberger [Tue, 24 May 2005 08:10:33 +0000 (08:10 +0000)]
Add a device ID for MPI350.

Submitted-by: Sepherosa Ziehau <sepherosa@gmail.com>
18 years agoUse ether_crc32_le.
Joerg Sonnenberger [Tue, 24 May 2005 07:56:30 +0000 (07:56 +0000)]
Use ether_crc32_le.

Obtained-from: FreeBSD

18 years agoNo machine/clock.h needed.
Joerg Sonnenberger [Tue, 24 May 2005 07:54:49 +0000 (07:54 +0000)]
No machine/clock.h needed.

18 years agoNo FreeBSD 5/6 support here.
Joerg Sonnenberger [Tue, 24 May 2005 07:54:18 +0000 (07:54 +0000)]
No FreeBSD 5/6 support here.

18 years agoif_printf / device_printf.
Joerg Sonnenberger [Tue, 24 May 2005 07:36:29 +0000 (07:36 +0000)]
if_printf / device_printf.

Submitted-by: Sepherosa Ziehau <sepherosa@gmail.com>
18 years agoUse ether_crc32_be.
Joerg Sonnenberger [Tue, 24 May 2005 07:26:41 +0000 (07:26 +0000)]
Use ether_crc32_be.

Obtained-from: FreeBSD

18 years agoRevert to old local unit allocation until I find a better solution
Joerg Sonnenberger [Tue, 24 May 2005 07:25:06 +0000 (07:25 +0000)]
Revert to old local unit allocation until I find a better solution
to unbreak multiport cards.

Submitted-by: Sepherosa Ziehau <sepherosa@gmail.com>
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