dragonfly.git
20 years agoFix make complaining about CCVER being not defined
Joerg Sonnenberger [Mon, 26 Jan 2004 15:42:36 +0000 (15:42 +0000)]
Fix make complaining about CCVER being not defined

20 years agoAlways re-export CCVER
Joerg Sonnenberger [Mon, 26 Jan 2004 15:24:38 +0000 (15:24 +0000)]
Always re-export CCVER

20 years agoRename bsd.cpu.mk into bsd.cpu.gcc2.mk and add the proper Makefile magic
Joerg Sonnenberger [Mon, 26 Jan 2004 15:22:08 +0000 (15:22 +0000)]
Rename bsd.cpu.mk into bsd.cpu.gcc2.mk and add the proper Makefile magic
to choose the compiler-specific Makefile to bsd.cpu.mk.
Add FreeBSD current's bsd.cpu.mk as bsd.cpu.gcc3.mk.

20 years agoReplace K&R style function declarations with ANSI style one.
Joerg Sonnenberger [Mon, 26 Jan 2004 11:09:44 +0000 (11:09 +0000)]
Replace K&R style function declarations with ANSI style one.

Patch submitted by Chis Pressey <cpressey@catseye.mine.nu>

Additonally fix some style(9) issues and remove a bogus and probably
out-dated volatile cast in scanc.c.

20 years ago* DragonFly<-FreeBSD name change in boot loader code.
David Rhodus [Sun, 25 Jan 2004 22:50:20 +0000 (22:50 +0000)]
* DragonFly<-FreeBSD name change in boot loader code.

20 years ago* Remove extra compile flag to clean up redefine warnings.
David Rhodus [Sun, 25 Jan 2004 22:16:45 +0000 (22:16 +0000)]
*       Remove extra compile flag to clean up redefine warnings.
        NOADDITIONAL is now defined by default in the bind source tree.

20 years ago* Fix man page names.
David Rhodus [Sun, 25 Jan 2004 22:14:27 +0000 (22:14 +0000)]
* Fix man page names.

20 years agoCleanup the fix for dependency handling. This explicitly checks wether
Joerg Sonnenberger [Sun, 25 Jan 2004 19:09:39 +0000 (19:09 +0000)]
Cleanup the fix for dependency handling. This explicitly checks wether
all-depends-list or package-depends-list is a target and drops the
warning message for DragonFly override ports.

20 years agoDon't use non-existing DragonFly override ports for ports using
Joerg Sonnenberger [Sun, 25 Jan 2004 16:52:34 +0000 (16:52 +0000)]
Don't use non-existing DragonFly override ports for ports using
bsd.port.pre.mk.
Don't print the DragonFly override warning while doing
"make package-depends-list", since that breaks the dependency
generation.

20 years agoSplit multiline string literal
Joerg Sonnenberger [Sun, 25 Jan 2004 15:43:24 +0000 (15:43 +0000)]
Split multiline string literal

20 years agoFix typo in a comment.
Hiten Pandya [Sun, 25 Jan 2004 12:30:08 +0000 (12:30 +0000)]
Fix typo in a comment.

Submitted by: Christian Brueffer <chris@unixpages.org>

20 years agoAdd -ffreestanding to CFLAGS for gcc3
Joerg Sonnenberger [Sun, 25 Jan 2004 01:08:41 +0000 (01:08 +0000)]
Add -ffreestanding to CFLAGS for gcc3

20 years agoAdd GCC3 to buildworld.
Joerg Sonnenberger [Sat, 24 Jan 2004 22:43:09 +0000 (22:43 +0000)]
Add GCC3 to buildworld.

20 years agoUse new style variadic functions
Joerg Sonnenberger [Sat, 24 Jan 2004 22:40:58 +0000 (22:40 +0000)]
Use new style variadic functions

20 years agoRemove bogus -fstrict-prototypes which isn't support for gcc3.
Joerg Sonnenberger [Sat, 24 Jan 2004 22:29:20 +0000 (22:29 +0000)]
Remove bogus -fstrict-prototypes which isn't support for gcc3.

Spoted by: Andreas Hauser (buggs@splashground.de)

20 years agoThe __cxa_atext/__cxa_finalize patch is based on FreeBSD OR bin/59552
Joerg Sonnenberger [Sat, 24 Jan 2004 22:18:12 +0000 (22:18 +0000)]
The  __cxa_atext/__cxa_finalize patch is based on FreeBSD OR bin/59552

20 years agoFix prehistoric C
Joerg Sonnenberger [Sat, 24 Jan 2004 21:00:14 +0000 (21:00 +0000)]
Fix prehistoric C

20 years agoAdd -I${BIND_DIR}/bin/nslookup
Joerg Sonnenberger [Sat, 24 Jan 2004 20:23:41 +0000 (20:23 +0000)]
Add -I${BIND_DIR}/bin/nslookup

20 years agoGCC3 doesn't inspect #line to allow inclusion relative to the source
Joerg Sonnenberger [Sat, 24 Jan 2004 20:16:24 +0000 (20:16 +0000)]
GCC3 doesn't inspect #line to allow inclusion relative to the source
file e.g. ns_parser.y.

20 years agoBoth cc and cc3 were built using CCVER=$(CCVER) for certain compiler path.
Joerg Sonnenberger [Sat, 24 Jan 2004 20:03:28 +0000 (20:03 +0000)]
Both cc and cc3 were built using CCVER=$(CCVER) for certain compiler path.
Since this value is set to choose the build compiler, one of the two was
compiled with wrong pathes for its backend. To fix this a new variable
MY_CCVER is added to Makefile.inc which specifies the version of the
compiler being built.

20 years agoForce make to export CCVER for buildworld
Joerg Sonnenberger [Sat, 24 Jan 2004 19:52:22 +0000 (19:52 +0000)]
Force make to export CCVER for buildworld

20 years agoRemove generated file from repo
Joerg Sonnenberger [Sat, 24 Jan 2004 19:45:23 +0000 (19:45 +0000)]
Remove generated file from repo

20 years agoAdjust program names by removing the additional 3
Joerg Sonnenberger [Sat, 24 Jan 2004 14:43:42 +0000 (14:43 +0000)]
Adjust program names by removing the additional 3

20 years agoPrevent killall from killing itself.
Matthew Dillon [Sat, 24 Jan 2004 09:02:28 +0000 (09:02 +0000)]
Prevent killall from killing itself.

Submitted-by: Chris Pressey <cpressey@catseye.mine.nu>
Imported-from: http://www.freebsd.org/cgi/query-pr.cgi?pr=46107

20 years agoCleanup the duel-macro specifications in sioreg.h and ns16550.h by having
Matthew Dillon [Sat, 24 Jan 2004 08:00:45 +0000 (08:00 +0000)]
Cleanup the duel-macro specifications in sioreg.h and ns16550.h by having
sioreg.h include ns16550.h.

Submitted-by: Robert Garrett <rg70@sbcglobal.net>
20 years agoWhen creating a new uidinfo structure, check for an allocation race whether
Matthew Dillon [Sat, 24 Jan 2004 07:55:50 +0000 (07:55 +0000)]
When creating a new uidinfo structure, check for an allocation race whether
we were to malloc M_NOWAIT or M_WAITOK, which means we can just use M_WAITOK
unconditionally.

20 years agoTurn off hardware assisted transmit checksums by default. In buildworld
Matthew Dillon [Sat, 24 Jan 2004 06:40:34 +0000 (06:40 +0000)]
Turn off hardware assisted transmit checksums by default.  In buildworld
loop tests this has been conclusively shown to corrupt transmit packets
about one out of every million packets.  The receive will not know the the
packet is bad because hardware assist also apples the correct checksum
to the corrupted packet.  The result are random failures or corruption
of network data in certain situations.  On DragonFly, for some reason, doing
a 'resident /usr/bin/*' seems to bring the problem out every few buildworlds
with (primarily) mkdep's cpp complaining about odd errors trying to open
non-existant header files (during a header file search), such as
EPROTONOSUPPORT.  A tcpdump on both NFS client and server showed the
client transmitting an access RPC and the server seeing a corrupted access
RPC on its end, and then responding with EPROTONOSUPPORT.  Other uncaught
errors are also almost certainly occuring.  mkdep is more likely to catch
them because it actually checks the errno of a failed open() and does a
huge number of open()'s (and as an NFS client this generates a huge amount
of packet traffic).

20 years agoSynch the XL driver with FreeBSD-4.x.
Matthew Dillon [Sat, 24 Jan 2004 06:34:02 +0000 (06:34 +0000)]
Synch the XL driver with FreeBSD-4.x.

20 years agoRemove unused local variable.
Jeffrey Hsu [Sat, 24 Jan 2004 05:24:15 +0000 (05:24 +0000)]
Remove unused local variable.

20 years agoRemove dead code.
Jeffrey Hsu [Sat, 24 Jan 2004 05:19:55 +0000 (05:19 +0000)]
Remove dead code.

20 years agoAssume read access for execute requests so we can fill in the read credential
Matthew Dillon [Fri, 23 Jan 2004 23:00:52 +0000 (23:00 +0000)]
Assume read access for execute requests so we can fill in the read credential
for executed programs.  This should fix some of the execution I/O errors
that have been reported over NFS volumes whos servers map the root cred2
to -2:-2.

Report-by: Andrew Atrens <atrens@nortelnetworks.com>
20 years agoAdd support for ${BINUTILSVER} to objformat. This defaults to gcc2
Joerg Sonnenberger [Fri, 23 Jan 2004 22:30:25 +0000 (22:30 +0000)]
Add support for ${BINUTILSVER} to objformat. This defaults to gcc2
and generates the current locations (e.g. /usr/libexec/gcc2/elf/as).
c++filt was moved into the normal compiler bindir.

20 years agoRemove some prehistoric C crap
Joerg Sonnenberger [Fri, 23 Jan 2004 20:53:09 +0000 (20:53 +0000)]
Remove some prehistoric C crap

20 years agoFix prehistoric C
Joerg Sonnenberger [Fri, 23 Jan 2004 20:28:01 +0000 (20:28 +0000)]
Fix prehistoric C

20 years agoFix prehistoric C
Joerg Sonnenberger [Fri, 23 Jan 2004 19:57:41 +0000 (19:57 +0000)]
Fix prehistoric C

20 years agoRemove bogus sys_nerr defines
Joerg Sonnenberger [Fri, 23 Jan 2004 19:49:35 +0000 (19:49 +0000)]
Remove bogus sys_nerr defines

20 years agoGet rid of embedded newline continuation entirely and switch to an ANSI
Matthew Dillon [Fri, 23 Jan 2004 19:30:21 +0000 (19:30 +0000)]
Get rid of embedded newline continuation entirely and switch to an ANSI
multi-line string.

20 years agoAdd -I${.CURDIR} to Makefile
Joerg Sonnenberger [Fri, 23 Jan 2004 19:13:45 +0000 (19:13 +0000)]
Add -I${.CURDIR} to Makefile

20 years agoAdd detection code for the SiS 746 ATA133 controller.
Jeroen Ruigrok/asmodai [Fri, 23 Jan 2004 15:35:13 +0000 (15:35 +0000)]
Add detection code for the SiS 746 ATA133 controller.
This does not, for all I can quickly see, enable ATA133 on the controller.

20 years agoAdd missing \ to string
Joerg Sonnenberger [Fri, 23 Jan 2004 15:33:28 +0000 (15:33 +0000)]
Add missing \ to string

20 years agoAdd -I{.CURDIR} to CFLAGS
Joerg Sonnenberger [Fri, 23 Jan 2004 15:15:11 +0000 (15:15 +0000)]
Add -I{.CURDIR} to CFLAGS

20 years agoUse C99 syntax for variadic macros
Joerg Sonnenberger [Fri, 23 Jan 2004 15:10:59 +0000 (15:10 +0000)]
Use C99 syntax for variadic macros

20 years agoInclude ${.CURDIR} before bin/ls to get the right extern.h
Joerg Sonnenberger [Fri, 23 Jan 2004 14:55:52 +0000 (14:55 +0000)]
Include ${.CURDIR} before bin/ls to get the right extern.h

20 years agoFix GCC 3.3 compilation and style(9)
Joerg Sonnenberger [Fri, 23 Jan 2004 14:43:52 +0000 (14:43 +0000)]
Fix GCC 3.3 compilation and style(9)

20 years agoFix compilation with GCC 3.3 and a few warnings
Joerg Sonnenberger [Fri, 23 Jan 2004 14:37:01 +0000 (14:37 +0000)]
Fix compilation with GCC 3.3 and a few warnings

20 years agoAdd recognition code for the SiS 645DX.
Jeroen Ruigrok/asmodai [Fri, 23 Jan 2004 14:11:13 +0000 (14:11 +0000)]
Add recognition code for the SiS 645DX.

20 years agoFix more multiline string literals
Joerg Sonnenberger [Fri, 23 Jan 2004 12:29:26 +0000 (12:29 +0000)]
Fix more multiline string literals

20 years agoFix multiline string literals
Joerg Sonnenberger [Fri, 23 Jan 2004 12:19:55 +0000 (12:19 +0000)]
Fix multiline string literals

20 years agoGCC 3.3 doesn't support #pragma weak A=B, when A is defined. This patch
Joerg Sonnenberger [Fri, 23 Jan 2004 11:30:28 +0000 (11:30 +0000)]
GCC 3.3 doesn't support #pragma weak A=B, when A is defined. This patch
adds correct prototyps for those symbols and allows gcc3 to compile libc.

Thanks to buggs for pointing to right GCC PR.

20 years agoClean multiline string literal for gcc3
Joerg Sonnenberger [Fri, 23 Jan 2004 11:01:58 +0000 (11:01 +0000)]
Clean multiline string literal for gcc3

20 years agoRename GCCVER to CCVER and prepend gcc to the former values
Joerg Sonnenberger [Fri, 23 Jan 2004 10:59:53 +0000 (10:59 +0000)]
Rename GCCVER to CCVER and prepend gcc to the former values

20 years agoAdd a 'dd' prior to the first fdisk to cover situations where people are
Matthew Dillon [Fri, 23 Jan 2004 00:39:25 +0000 (00:39 +0000)]
Add a 'dd' prior to the first fdisk to cover situations where people are
uprading from very old or extended boot blocks which might not otherwise
be completely wiped by fdisk, boot0cfg, and disklabel.  Old left over cruft
often causes systems to panic with a BTX fault, usually due to bad
track/cylinder specifications in the boot sector which cause an overflow
(and often a divide by 0) fault in the BIOS.

20 years agoFix some type-o's and add some info on things to try if your initial attempt
Matthew Dillon [Fri, 23 Jan 2004 00:36:23 +0000 (00:36 +0000)]
Fix some type-o's and add some info on things to try if your initial attempt
to boot from the HD fails.  Also add missing cylinder group specifications
from the example disklabel.

20 years agoFix missing .. from last commit
Joerg Sonnenberger [Thu, 22 Jan 2004 23:05:48 +0000 (23:05 +0000)]
Fix missing .. from last commit

20 years agoAdd C++ runtime libraries for gcc3
Joerg Sonnenberger [Thu, 22 Jan 2004 21:45:57 +0000 (21:45 +0000)]
Add C++ runtime libraries for gcc3

20 years agoImplement __cxa_atexit and __cxa_finalize as requested by the cross-platform
Joerg Sonnenberger [Thu, 22 Jan 2004 21:36:10 +0000 (21:36 +0000)]
Implement __cxa_atexit and __cxa_finalize as requested by the cross-platform
C++ ABI. Adjust atexit to use the new interface.

20 years agoConditionalize use of vfscanf
Joerg Sonnenberger [Thu, 22 Jan 2004 21:09:38 +0000 (21:09 +0000)]
Conditionalize use of vfscanf

20 years agoUse the fliesystem block size instead of BUFSIZ when the client sends files.
Matthew Dillon [Thu, 22 Jan 2004 19:39:13 +0000 (19:39 +0000)]
Use the fliesystem block size instead of BUFSIZ when the client sends files.

20 years agoAdd directories for lib/gcc3/libstdc++
Joerg Sonnenberger [Thu, 22 Jan 2004 19:29:55 +0000 (19:29 +0000)]
Add directories for lib/gcc3/libstdc++

20 years agoMerge from vendor branch LIBSTDC++:
Joerg Sonnenberger [Thu, 22 Jan 2004 18:56:00 +0000 (18:56 +0000)]
Merge from vendor branch LIBSTDC++:
Import libstdc++ from GCC 3.3.3-pre 20031106.

20 years agoImport libstdc++ from GCC 3.3.3-pre 20031106. vendor/LIBSTDC++
Joerg Sonnenberger [Thu, 22 Jan 2004 18:56:00 +0000 (18:56 +0000)]
Import libstdc++ from GCC 3.3.3-pre 20031106.

20 years agoLet the man page know about varsym links.
Eirik Nygaard [Thu, 22 Jan 2004 17:30:30 +0000 (17:30 +0000)]
Let the man page know about varsym links.

20 years agoAdd missing comma.
Jeroen Ruigrok/asmodai [Thu, 22 Jan 2004 17:03:22 +0000 (17:03 +0000)]
Add missing comma.

Noticed by: Peter Kadau <peter.kadau@tuebingen.mpg.de>

20 years agoHis name is Fred.
Eirik Nygaard [Thu, 22 Jan 2004 12:04:58 +0000 (12:04 +0000)]
His name is Fred.

20 years agoCatch up with recent libc updates.
Eirik Nygaard [Thu, 22 Jan 2004 12:01:18 +0000 (12:01 +0000)]
Catch up with recent libc updates.
  * Add devname_r
  * Add stack protector
  * Remove unused header files / add needed one

20 years agoFix misunderstood commit. The CX20463 is not the AC'97 codec. It _is_
Jeroen Ruigrok/asmodai [Thu, 22 Jan 2004 08:08:46 +0000 (08:08 +0000)]
Fix misunderstood commit.  The CX20463 is not the AC'97 codec.  It _is_
the HSD11246.  Change name.

20 years agoFix the entry for the CX20468. The base default is 28h, not 29h.
Jeroen Ruigrok/asmodai [Thu, 22 Jan 2004 08:04:55 +0000 (08:04 +0000)]
Fix the entry for the CX20468.  The base default is 28h, not 29h.
Add a mask of 7h to pick up potential revisions.

20 years agoAdd support for the Conexant SmartDAA 20463.
Jeroen Ruigrok/asmodai [Thu, 22 Jan 2004 07:57:43 +0000 (07:57 +0000)]
Add support for the Conexant SmartDAA 20463.
Sometimes erroneously referred to as HSD11246.
Interesting tidbit: Conexant thinks 21h is ACSII[sic] for "1".

20 years agoAdd Texas Instruments' TLV320AIC27 AC'97 codec.
Jeroen Ruigrok/asmodai [Thu, 22 Jan 2004 07:38:42 +0000 (07:38 +0000)]
Add Texas Instruments' TLV320AIC27 AC'97 codec.

20 years agoFix typo to make the TLC320 work.
Jeroen Ruigrok/asmodai [Thu, 22 Jan 2004 07:35:27 +0000 (07:35 +0000)]
Fix typo to make the TLC320 work.

20 years agoAdd support for the Wolfson WM9709.
Jeroen Ruigrok/asmodai [Thu, 22 Jan 2004 07:29:18 +0000 (07:29 +0000)]
Add support for the Wolfson WM9709.

20 years agoAdd support for the Wolfson WM9711L and WM9712L.
Jeroen Ruigrok/asmodai [Thu, 22 Jan 2004 07:27:21 +0000 (07:27 +0000)]
Add support for the Wolfson WM9711L and WM9712L.

20 years agoRecognise the Realtek ALC850.
Jeroen Ruigrok/asmodai [Thu, 22 Jan 2004 07:19:06 +0000 (07:19 +0000)]
Recognise the Realtek ALC850.

20 years agoRecognise the Asahi Kasei AK4544A and AK4545 AC'97 codecs.
Jeroen Ruigrok/asmodai [Thu, 22 Jan 2004 07:16:02 +0000 (07:16 +0000)]
Recognise the Asahi Kasei AK4544A and AK4545 AC'97 codecs.

20 years agoFix the bandwidth specifier once and for all. Properly distinguish
Matthew Dillon [Thu, 22 Jan 2004 06:20:08 +0000 (06:20 +0000)]
Fix the bandwidth specifier once and for all.  Properly distinguish
between 'kbit' and 'kbyte', case insensitive, and 'kb' and 'KB',
case sensitive.

20 years agoremove CFCR_DLAB from this file as it redifines it to 0x80
Robert Garrett [Thu, 22 Jan 2004 04:19:29 +0000 (04:19 +0000)]
remove CFCR_DLAB from this file as it redifines it to 0x80
instead of LCR_LAB which = 0x80

20 years agofix this the right way
Robert Garrett [Thu, 22 Jan 2004 03:22:53 +0000 (03:22 +0000)]
fix this the right way

leaving multiple os, stuff in place but changing single instances of
__FreeBSD__ to __DragonFly__

20 years agoFix name of 'Silicon Laboratories'.
Jeroen Ruigrok/asmodai [Wed, 21 Jan 2004 23:09:41 +0000 (23:09 +0000)]
Fix name of 'Silicon Laboratories'.

20 years agoGet rid of question mark, the vendor ID is correct.
Jeroen Ruigrok/asmodai [Wed, 21 Jan 2004 22:04:39 +0000 (22:04 +0000)]
Get rid of question mark, the vendor ID is correct.

20 years agoAdd lib/gcc3/libgcc and lib/gcc3/libgcc_r
Joerg Sonnenberger [Wed, 21 Jan 2004 21:59:04 +0000 (21:59 +0000)]
Add lib/gcc3/libgcc and lib/gcc3/libgcc_r

20 years agoadd missing $DragonFly$ keyword to at/panic.h
Robert Garrett [Wed, 21 Jan 2004 21:48:21 +0000 (21:48 +0000)]
add missing $DragonFly$ keyword to at/panic.h

teach usr.bin about __DragonFly__

20 years agoFix tconfig.h dependency
Joerg Sonnenberger [Wed, 21 Jan 2004 21:42:26 +0000 (21:42 +0000)]
Fix tconfig.h dependency

20 years agoadd missing CFCR_DLAB declaration, this was left out in the
Robert Garrett [Wed, 21 Jan 2004 21:33:19 +0000 (21:33 +0000)]
add missing CFCR_DLAB declaration, this was left out in the
merge from FreeBSD

20 years agoAdd support for the following AC'97 codecs:
Jeroen Ruigrok/asmodai [Wed, 21 Jan 2004 21:18:22 +0000 (21:18 +0000)]
Add support for the following AC'97 codecs:

Diamond Technology Monster (DT0398)
Intersil (Harris) HMP9701
Integrated Technology Express (ITE) ITE2226E and ITE2646E
Texas Instruments TLC320AD90
Winbond W83971D

20 years agoFollow FreeBSD's lead and remove a test utility which is not under a free
Matthew Dillon [Wed, 21 Jan 2004 21:05:15 +0000 (21:05 +0000)]
Follow FreeBSD's lead and remove a test utility which is not under a free
license as per Theo de Raadt.

Submitted-by: "M. Warner Losh" <imp@bsdimp.com>
20 years agoAdd lib/gcc3/csu
Joerg Sonnenberger [Wed, 21 Jan 2004 20:21:58 +0000 (20:21 +0000)]
Add lib/gcc3/csu

20 years agoSynchronise with FreeBSD:
Jeroen Ruigrok/asmodai [Wed, 21 Jan 2004 20:02:08 +0000 (20:02 +0000)]
Synchronise with FreeBSD:

ac97.c: 1.49
ac97.h: 1.15
ac97_patch.c: 1.2
ac97_patch.h: 1.2

Submitted by: Emiel Kollof <coolvibe@hackerheaven.org>

20 years agoAdd a dummy dependency for each target make(1) is called with when
Joerg Sonnenberger [Wed, 21 Jan 2004 19:40:57 +0000 (19:40 +0000)]
Add a dummy dependency for each target make(1) is called with when
redirecting to dfports. Since make will bail out when a target is
not known by dfports, this is safe.

20 years agoIt really is supposed to be CAPF_ANYCLIENT.
Matthew Dillon [Wed, 21 Jan 2004 02:05:27 +0000 (02:05 +0000)]
It really is supposed to be CAPF_ANYCLIENT.

20 years agoResident executable support stage 4/4: cleanup options. -R and -x id now
Matthew Dillon [Tue, 20 Jan 2004 21:34:19 +0000 (21:34 +0000)]
Resident executable support stage 4/4: cleanup options.  -R and -x id now
work properly.

20 years agoResident executable support stage 4/4: remove prebinding support.
Matthew Dillon [Tue, 20 Jan 2004 21:32:47 +0000 (21:32 +0000)]
Resident executable support stage 4/4: remove prebinding support.
Resident executables are a whole lot more efficient so prebinding support
is no longer necessary.  See 'resident' command.

20 years agoResident executable support stage 3/4: Cleanup rtld-elf and augment and
Matthew Dillon [Tue, 20 Jan 2004 21:14:00 +0000 (21:14 +0000)]
Resident executable support stage 3/4:  Cleanup rtld-elf and augment and
document the 'resident' utility.

rtld-elf should startup a bit faster now.  I'm sure I can skip additional
code but I am being somewhat conservative here.

20 years agoAdd sys/resident.h for userland syscall prototypes, and give the unregister
Matthew Dillon [Tue, 20 Jan 2004 21:03:23 +0000 (21:03 +0000)]
Add sys/resident.h for userland syscall prototypes, and give the unregister
function the ability to clean out the whole list.

20 years agoThis is Fred, not Beastie
Joerg Sonnenberger [Tue, 20 Jan 2004 20:41:52 +0000 (20:41 +0000)]
This is Fred, not Beastie

20 years agoAdd DragonFly specific headers. Add __DragonFly__ and correct the specs.
Joerg Sonnenberger [Tue, 20 Jan 2004 20:38:35 +0000 (20:38 +0000)]
Add DragonFly specific headers. Add __DragonFly__ and correct the specs.

20 years ago* Fixup gcc3 build process to use correct install path.
David Rhodus [Tue, 20 Jan 2004 19:31:18 +0000 (19:31 +0000)]
* Fixup gcc3 build process to use correct install path.

20 years agoResident executable support stage 2/4: userland bits. Augment rtld-elf
Matthew Dillon [Tue, 20 Jan 2004 18:46:22 +0000 (18:46 +0000)]
Resident executable support stage 2/4: userland bits.  Augment rtld-elf
to check additional environment variables to trigger registration and
deregistration of a dynamically linked program as a resident binary.
Add a new userland utility, 'resident'.

20 years agoResident executable support stage 1/4: Add kernel bits and syscall support
Matthew Dillon [Tue, 20 Jan 2004 18:41:52 +0000 (18:41 +0000)]
Resident executable support stage 1/4: Add kernel bits and syscall support
for in-kernel caching of vmspace structures.  The main purpose of this
feature is to make it possible to run dynamically linked programs as fast
as if they were statically linked, by vmspace_fork()ing their vmspace and
saving the copy in the kernel, then using that whenever the program is
exec'd.

20 years agoLast commit was completely wrong. Reverting to old revision of file.
Eirik Nygaard [Tue, 20 Jan 2004 16:29:27 +0000 (16:29 +0000)]
Last commit was completely wrong. Reverting to old revision of file.

20 years agoWe don't have the ACPI module, so don't try to load it at boot.
Eirik Nygaard [Tue, 20 Jan 2004 15:30:05 +0000 (15:30 +0000)]
We don't have the ACPI module, so don't try to load it at boot.