]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/log
FreeBSD/FreeBSD.git
22 years agoBWK awk appears to work for world builds just fine now. We want to make
obrien [Fri, 10 May 2002 20:36:21 +0000 (20:36 +0000)]
BWK awk appears to work for world builds just fine now.  We want to make
sparc64 the same as the other platforms -- so do it by moving the other
platforms toward the sparc64.

22 years agoAdd tweaks needed when using as the system compiler.
obrien [Fri, 10 May 2002 19:05:07 +0000 (19:05 +0000)]
Add tweaks needed when using as the system compiler.

22 years agoChange the PIO loops from a hard counter into a loop that calls DELAY()
joerg [Fri, 10 May 2002 17:56:39 +0000 (17:56 +0000)]
Change the PIO loops from a hard counter into a loop that calls DELAY()
in each cycle, with a tunable max cycle count defined in fdreg.h.

This is said to fix the problem on some Compaq hardware (and perhaps
on other machines using the Natsemi PC87317 chip) where the fdc(4)
driver failed to operate at all.

PR: kern/21397
Submitted by: Jung-uk Kim <jkim@niksun.com>
MFC after: 3 days

22 years agoTouching the sjlj setting on IA-64 makes things not build.
obrien [Fri, 10 May 2002 17:42:19 +0000 (17:42 +0000)]
Touching the sjlj setting on IA-64 makes things not build.

Submitted by: peter

22 years agoBuild compiler on all platforms.
obrien [Fri, 10 May 2002 17:30:42 +0000 (17:30 +0000)]
Build compiler on all platforms.

22 years agoDoh! Add IA-64 to our target list.
obrien [Fri, 10 May 2002 17:23:04 +0000 (17:23 +0000)]
Doh!  Add IA-64 to our target list.

22 years agoRemove ## concatination in the CFGREAD and CFGWRITE macros, as gcc3 complains
gallatin [Fri, 10 May 2002 16:56:14 +0000 (16:56 +0000)]
Remove ## concatination in the CFGREAD and CFGWRITE macros, as gcc3 complains
about them & they are not needed.  Same fix as to tsunami_pci.c.
(not surprising, as this code was cut and pasted from there when I wrote it).

22 years agoFix several bugs in devfs_lookupx(). When we check the nameiop to
mux [Fri, 10 May 2002 15:41:14 +0000 (15:41 +0000)]
Fix several bugs in devfs_lookupx().  When we check the nameiop to
make sure it's a correct operation for devfs, do it only in the
ISLASTCN case.  If we don't, we are assuming that the final file will
be in devfs, which is not true if another partition is mounted on top
of devfs or with special filenames (like /dev/net/../../foo).

Reviewed by: phk

22 years agop_leader is only set at fork1() time, so update its locking note
jhb [Fri, 10 May 2002 14:28:05 +0000 (14:28 +0000)]
p_leader is only set at fork1() time, so update its locking note
appropriately.

22 years agoImplement the following functions:
benno [Fri, 10 May 2002 14:21:48 +0000 (14:21 +0000)]
Implement the following functions:
- pmap_addr_hint
- pmap_change_wiring
- pmap_extract
- pmap_is_modified

22 years agoInstall the system call trap handler.
benno [Fri, 10 May 2002 14:19:44 +0000 (14:19 +0000)]
Install the system call trap handler.

22 years agoxargs.c,v 1.33 broke the upgrade path from old versions of 4.x and 5.0.
ru [Fri, 10 May 2002 13:06:34 +0000 (13:06 +0000)]
xargs.c,v 1.33 broke the upgrade path from old versions of 4.x and 5.0.

22 years agoAvoid casting a different sized integer to a pointer on LP64 systems.
peter [Fri, 10 May 2002 12:50:59 +0000 (12:50 +0000)]
Avoid casting a different sized integer to a pointer on LP64 systems.

22 years agoFix a misplaced break statement within a switch that accidentally made
joerg [Fri, 10 May 2002 12:48:09 +0000 (12:48 +0000)]
Fix a misplaced break statement within a switch that accidentally made
it into an "#ifdef INET6" block.  This caused a (harmless but annoying)
EINVAL return value to be sent even though the operation completed
successfully.

PR: kern/37786
Submitted by: Ari Suutari <ari.suutari@syncrontech.com>,David Malone <dwmalone@maths.tcd.ie>
MFC after: 1 day

22 years agoFix a problem which could cause some machines to hang after a warm boot.
gj [Fri, 10 May 2002 12:04:04 +0000 (12:04 +0000)]
Fix a problem which could cause some machines to hang after a warm boot.

This should be in 4.6.

Submitted by: Ari Suutari <ari.suutari@syncrontech.com>

22 years agoCast the uc_mcontext member to regcontext *, not the whole ucontext_t.
tg [Fri, 10 May 2002 10:40:46 +0000 (10:40 +0000)]
Cast the uc_mcontext member to regcontext *, not the whole ucontext_t.

PR: 35449
Submitted by: Stefan Farfeleder <e0026813@stud3.tuwien.ac.at>

22 years agoFix wrong bitmask.
tg [Fri, 10 May 2002 10:37:57 +0000 (10:37 +0000)]
Fix wrong bitmask.

22 years agoGather up the stragglers that depends on genrtl.h. This is -j10 safe now.
obrien [Fri, 10 May 2002 10:21:19 +0000 (10:21 +0000)]
Gather up the stragglers that depends on genrtl.h.  This is -j10 safe now.

22 years agoThis was *very* -j unsafe. Add a dependency on the common generated
obrien [Fri, 10 May 2002 10:14:53 +0000 (10:14 +0000)]
This was *very* -j unsafe.  Add a dependency on the common generated
headers to mostly make it -j1 safe.

22 years ago[Ab]use LDFLAGS rather than CFLAGS.
obrien [Fri, 10 May 2002 09:32:39 +0000 (09:32 +0000)]
[Ab]use LDFLAGS rather than CFLAGS.
BDE tells me POSIX pretends `ld' as a directly callable entity does not exist.

22 years ago-ffreestanding is the word.
obrien [Fri, 10 May 2002 09:26:35 +0000 (09:26 +0000)]
-ffreestanding is the word.
(also resort some CFLAGS such that the more "important" value are first so
they are easier to see)

22 years agoChange symbol values to match freebsd.h to avoid warnings.
obrien [Fri, 10 May 2002 09:02:14 +0000 (09:02 +0000)]
Change symbol values to match freebsd.h to avoid warnings.

22 years agoBmake bits for Gcc 3.1.
obrien [Fri, 10 May 2002 08:54:50 +0000 (08:54 +0000)]
Bmake bits for Gcc 3.1.

Partially made possible by: Wilko.Bulte@compaq.com

22 years ago[forced commit] Previous change got piggybacked. Initial definition
marcel [Fri, 10 May 2002 07:45:26 +0000 (07:45 +0000)]
[forced commit] Previous change got piggybacked. Initial definition
of ptrace registers.

Pointy hat with donkey sounds to: marcel :-(

22 years agoAdd missing #endif
marcel [Fri, 10 May 2002 07:33:11 +0000 (07:33 +0000)]
Add missing #endif

22 years agoAccording to POSIX, exit status must be 127 if the requested utility was not
tjr [Fri, 10 May 2002 06:39:16 +0000 (06:39 +0000)]
According to POSIX, exit status must be 127 if the requested utility was not
found, 126 if the execvp() failed for any other reason.

Similar to rev. 1.6 to src/usr.bin/env/env.c

Reviewed by: mike

22 years agoImprove our detection of an attempted duplicate entry. We may be trying to
benno [Fri, 10 May 2002 06:27:08 +0000 (06:27 +0000)]
Improve our detection of an attempted duplicate entry.  We may be trying to
change the page protection bits.

22 years agoRemove a debugging printf that escaped.
benno [Fri, 10 May 2002 06:26:19 +0000 (06:26 +0000)]
Remove a debugging printf that escaped.

22 years agoAdd a couple of entries. My MAINTAINER= lines are not locks.
peter [Fri, 10 May 2002 05:44:09 +0000 (05:44 +0000)]
Add a couple of entries.  My MAINTAINER= lines are not locks.

22 years agoRemove files not part of GCC 3.1.
obrien [Fri, 10 May 2002 05:26:57 +0000 (05:26 +0000)]
Remove files not part of GCC 3.1.

22 years agoImport data for 3.0.2.
obrien [Fri, 10 May 2002 05:21:15 +0000 (05:21 +0000)]
Import data for 3.0.2.

22 years agoIncrease the size of the kstack.
benno [Fri, 10 May 2002 05:16:40 +0000 (05:16 +0000)]
Increase the size of the kstack.

22 years ago- Axe -mpreferred-stack-boundary=2 as -Os turns this on by default.
jhb [Fri, 10 May 2002 04:05:42 +0000 (04:05 +0000)]
- Axe -mpreferred-stack-boundary=2 as -Os turns this on by default.
- Axe -fdata-sections as turning it on or off makes no difference.  If
  it did make a difference it would serve to bloat boot2 even further with
  extra padding.
- Axe -fforce-addr.  This gets us 32 bytes so we are down to only being
  64-bytes over.

We still can't compile this with gcc 3.1.  The problem seems to be that
the -fno-align-foo options don't actually work.  Comparing the new and
old output it turns out that gcc is 4-byte padding all the functions and
labels and what not despite the passed in arguments thus adding the
unfortunate bloat to boot2.

22 years agoTypo.
max [Fri, 10 May 2002 03:53:00 +0000 (03:53 +0000)]
Typo.

22 years agoI reorganized a little bit too much in the backwards case.
obrien [Fri, 10 May 2002 03:24:06 +0000 (03:24 +0000)]
I reorganized a little bit too much in the backwards case.

22 years agoAdd support for MS-CHAP authentication via a RADIUS server.
brian [Fri, 10 May 2002 03:11:35 +0000 (03:11 +0000)]
Add support for MS-CHAP authentication via a RADIUS server.
Add support for Reply-Message and MS-CHAP-Error.

Sponsored by: Monzoon

22 years agoGcc 3.1 now offers both a C99 and a K&R traditional C preprocessor.
obrien [Fri, 10 May 2002 02:46:01 +0000 (02:46 +0000)]
Gcc 3.1 now offers both a C99 and a K&R traditional C preprocessor.
This is the ISO C99 one.

22 years agoAdd rad_get_vendor_attr() for deciphering vendor attributes received
brian [Fri, 10 May 2002 02:40:23 +0000 (02:40 +0000)]
Add rad_get_vendor_attr() for deciphering vendor attributes received
from the RADIUS server.

22 years agoOpps, remove added bogon.
obrien [Fri, 10 May 2002 02:21:05 +0000 (02:21 +0000)]
Opps, remove added bogon.

22 years agoSync with the other platforms.
obrien [Fri, 10 May 2002 02:20:33 +0000 (02:20 +0000)]
Sync with the other platforms.

22 years agoGcc 3.1 varargs support.
obrien [Fri, 10 May 2002 02:12:04 +0000 (02:12 +0000)]
Gcc 3.1 varargs support.

22 years agoGcc 3.1 varargs support.
obrien [Fri, 10 May 2002 02:02:54 +0000 (02:02 +0000)]
Gcc 3.1 varargs support.

22 years agoGcc 3.1 has different -Wx flags.
obrien [Fri, 10 May 2002 01:58:16 +0000 (01:58 +0000)]
Gcc 3.1 has different -Wx flags.

22 years agoUse only bits w/in /sys if at all possible.
obrien [Fri, 10 May 2002 01:53:16 +0000 (01:53 +0000)]
Use only bits w/in /sys if at all possible.

22 years agoRemove gCC'isms.
obrien [Fri, 10 May 2002 01:48:15 +0000 (01:48 +0000)]
Remove gCC'isms.

22 years agoUse the compiler's crt{begin,end}.
obrien [Fri, 10 May 2002 01:36:29 +0000 (01:36 +0000)]
Use the compiler's crt{begin,end}.

22 years agoAdd the beginnings of Sparc64 support.
obrien [Fri, 10 May 2002 01:31:40 +0000 (01:31 +0000)]
Add the beginnings of Sparc64 support.

22 years agoPass CFLAGS to {CC} when using it as an `ld' replacement.
obrien [Fri, 10 May 2002 01:30:34 +0000 (01:30 +0000)]
Pass CFLAGS to {CC} when using it as an `ld' replacement.

22 years agoWe don't need bootinfo any more, and sparc64 doesn't have it anyways.
obrien [Fri, 10 May 2002 01:20:37 +0000 (01:20 +0000)]
We don't need bootinfo any more, and sparc64 doesn't have it anyways.

22 years agoDon't be redundant.
obrien [Fri, 10 May 2002 01:06:52 +0000 (01:06 +0000)]
Don't be redundant.

22 years agoNew release notes: pam_ftpusers(8), sed(1) -i.
bmah [Fri, 10 May 2002 01:02:13 +0000 (01:02 +0000)]
New release notes:  pam_ftpusers(8), sed(1) -i.

Record the arrival (and departure) of pkg_update(1).  It lived in the
tree for so long (over a year) that even though it won't show up in
the release, -CURRENT users might have gotten used to seeing it
around and might wonder where it went.

22 years agomklocale has bad juju for Sparc64.
obrien [Fri, 10 May 2002 00:57:14 +0000 (00:57 +0000)]
mklocale has bad juju for Sparc64.

22 years ago-ffreestanding is the word for /sys.
obrien [Fri, 10 May 2002 00:53:45 +0000 (00:53 +0000)]
-ffreestanding is the word for /sys.

22 years agoTurn off boot2 -- it gained over 96 bytes dieting on the in-tree Gcc 3.1.
obrien [Fri, 10 May 2002 00:52:00 +0000 (00:52 +0000)]
Turn off boot2 -- it gained over 96 bytes dieting on the in-tree Gcc 3.1.

22 years agoTurn off groff and gperf -- they will not compile with the in-tree Gcc 3.1.
obrien [Fri, 10 May 2002 00:50:43 +0000 (00:50 +0000)]
Turn off groff and gperf -- they will not compile with the in-tree Gcc 3.1.

22 years agoAll platforms should be on equal footing now -- no special handling for
obrien [Fri, 10 May 2002 00:49:55 +0000 (00:49 +0000)]
All platforms should be on equal footing now -- no special handling for
Sparc64 and IA-64.

22 years agoTurn off pppctl -- it won't like with an in-tree Gcc 3.1 built libc_r.
obrien [Fri, 10 May 2002 00:48:33 +0000 (00:48 +0000)]
Turn off pppctl -- it won't like with an in-tree Gcc 3.1 built libc_r.

22 years agoAdd entry for Vinum.
grog [Fri, 10 May 2002 00:31:33 +0000 (00:31 +0000)]
Add entry for Vinum.

22 years agoWhen packing installed package into a file (pkg_create -b) make sure to
sobomax [Fri, 10 May 2002 00:03:14 +0000 (00:03 +0000)]
When packing installed package into a file (pkg_create -b) make sure to
include all package files into resulting tarball.

PR: 34007
Submitted by: olgeni

While I here:

- Remove bogus comment;
- ensure that we return the proper exit code in the case of -b failure.

MFC after: 5 days

22 years agoReimplement the who(1) utility to add some features required by SUSv3:
tjr [Thu, 9 May 2002 23:04:40 +0000 (23:04 +0000)]
Reimplement the who(1) utility to add some features required by SUSv3:
-H option (show column headings),
-T (show mesg(1) state),
-m (same as "am I"),
-u (show idle time),
-q (quick mode; list names in columns).

PR: 36128
Reviewed by: mike

22 years agoThis commit was generated by cvs2svn to compensate for changes in r96297,
obrien [Thu, 9 May 2002 22:50:04 +0000 (22:50 +0000)]
This commit was generated by cvs2svn to compensate for changes in r96297,
which included commits to RCS files with non-trunk default branches.

22 years agoGcc 3.1.0 pre-release's Objective C support bits from the FSF anoncvs repo
obrien [Thu, 9 May 2002 22:50:04 +0000 (22:50 +0000)]
Gcc 3.1.0 pre-release's Objective C support bits from the FSF anoncvs repo
on 9-May-2002 15:57:15 EDT.

22 years agoThis commit was generated by cvs2svn to compensate for changes in r96295,
obrien [Thu, 9 May 2002 22:47:59 +0000 (22:47 +0000)]
This commit was generated by cvs2svn to compensate for changes in r96295,
which included commits to RCS files with non-trunk default branches.

22 years agoGcc 3.1.0 pre-release's libf2c bits from the FSF anoncvs repo on
obrien [Thu, 9 May 2002 22:47:59 +0000 (22:47 +0000)]
Gcc 3.1.0 pre-release's libf2c bits from the FSF anoncvs repo on
9-May-2002 15:57:15 EDT.

22 years agoUse the stock (3.1 pre) file.
obrien [Thu, 9 May 2002 22:44:32 +0000 (22:44 +0000)]
Use the stock (3.1 pre) file.

22 years agoUse the stock file for now (but leave a note behind about our OBE changes).
obrien [Thu, 9 May 2002 22:42:39 +0000 (22:42 +0000)]
Use the stock file for now (but leave a note behind about our OBE changes).

22 years agoMerge rev 1.2 (printf format error fixes) in its 1.8 form into Gcc 3.1 pre.
obrien [Thu, 9 May 2002 22:39:46 +0000 (22:39 +0000)]
Merge rev 1.2 (printf format error fixes) in its 1.8 form into Gcc 3.1 pre.

22 years agoUse the stock (3.1) file.
obrien [Thu, 9 May 2002 22:38:33 +0000 (22:38 +0000)]
Use the stock (3.1) file.

22 years agoWe use the stock (3.1) file.
obrien [Thu, 9 May 2002 22:16:22 +0000 (22:16 +0000)]
We use the stock (3.1) file.

22 years agoMerge rev 1.2 (-fformat-extensions) and rev 1.7 (optimization downgrade)
obrien [Thu, 9 May 2002 22:15:04 +0000 (22:15 +0000)]
Merge rev 1.2 (-fformat-extensions) and rev 1.7 (optimization downgrade)
into the Gcc 3.1 prerelease.

22 years agoUse the stock (3.1 pre) file.
obrien [Thu, 9 May 2002 22:08:26 +0000 (22:08 +0000)]
Use the stock (3.1 pre) file.

22 years agoUse the stock (3.1) version.
obrien [Thu, 9 May 2002 22:05:33 +0000 (22:05 +0000)]
Use the stock (3.1) version.

22 years agoMerge rev 1.2 [_exit() over exit()] into the Gcc 3.1 prerelease.
obrien [Thu, 9 May 2002 22:04:44 +0000 (22:04 +0000)]
Merge rev 1.2 [_exit() over exit()] into the Gcc 3.1 prerelease.

22 years agoMerge revs 1.{2,15} (FREEBSD_NATIVE); 1.{5,13} (ELF, and objformat support);
obrien [Thu, 9 May 2002 22:02:01 +0000 (22:02 +0000)]
Merge revs 1.{2,15} (FREEBSD_NATIVE); 1.{5,13} (ELF, and objformat support);
1.{16,23,25} (better cross building control); 1.21 ("GCC_OPTIONS")
into the GCC 3.1 prerelease.

22 years agoMFNetBSD: Bring in the most recent NetBSD and OpenBSD parts.
joe [Thu, 9 May 2002 21:55:47 +0000 (21:55 +0000)]
MFNetBSD: Bring in the most recent NetBSD and OpenBSD parts.

22 years agoMerge rev 1.2 (a.out support) into the GCC 3.1 prerelease.
obrien [Thu, 9 May 2002 21:44:15 +0000 (21:44 +0000)]
Merge rev 1.2 (a.out support) into the GCC 3.1 prerelease.

22 years agoUse the stock 3.1 prerelease version of this for now.
obrien [Thu, 9 May 2002 21:42:32 +0000 (21:42 +0000)]
Use the stock 3.1 prerelease version of this for now.

22 years agoUse the stock 3.1 prerelease file now. Rev 1.2 (add_bb) just doesn't
obrien [Thu, 9 May 2002 21:41:12 +0000 (21:41 +0000)]
Use the stock 3.1 prerelease file now.  Rev 1.2 (add_bb) just doesn't
cleanly fit in any more.

22 years agoUse the stock (3.1) file.
obrien [Thu, 9 May 2002 21:24:44 +0000 (21:24 +0000)]
Use the stock (3.1) file.

22 years agoWe use the stock (3.1) file now.
obrien [Thu, 9 May 2002 21:19:23 +0000 (21:19 +0000)]
We use the stock (3.1) file now.

22 years agoUse the stock (3.1) file now.
obrien [Thu, 9 May 2002 21:15:23 +0000 (21:15 +0000)]
Use the stock (3.1) file now.
The choosing of TMPDIR has moved to make-temp-file.c.

22 years agoFix acpi_avoid() to call freeenv() on the original char * returned from
jhb [Thu, 9 May 2002 21:13:37 +0000 (21:13 +0000)]
Fix acpi_avoid() to call freeenv() on the original char * returned from
getenv().

Reported by: joe
Tested by: joe

22 years agoUse the stock 3.1 prerelease file.
obrien [Thu, 9 May 2002 21:12:10 +0000 (21:12 +0000)]
Use the stock 3.1 prerelease file.

22 years agoUse the stock 3.1-prerelease file.
obrien [Thu, 9 May 2002 21:11:21 +0000 (21:11 +0000)]
Use the stock 3.1-prerelease file.

22 years agoUse usb_callout_init() instead of directly calling callout_init() with
peter [Thu, 9 May 2002 21:08:34 +0000 (21:08 +0000)]
Use usb_callout_init() instead of directly calling callout_init() with
NetBSD's expected arguments.  This unbreaks the kernel compile.

Pointy hat to: joe

22 years agoUse stock file.
obrien [Thu, 9 May 2002 21:06:15 +0000 (21:06 +0000)]
Use stock file.

22 years agoPlace a hard lock on base-perl until it is deleted.
markm [Thu, 9 May 2002 21:03:48 +0000 (21:03 +0000)]
Place a hard lock on base-perl until it is deleted.

22 years agoAdd rpcgen to the bootstrap tools.
des [Thu, 9 May 2002 20:48:19 +0000 (20:48 +0000)]
Add rpcgen to the bootstrap tools.

22 years ago`beforeinstall' w/the csu bits is a nop.
obrien [Thu, 9 May 2002 20:36:42 +0000 (20:36 +0000)]
`beforeinstall' w/the csu bits is a nop.

22 years agoFicl doesn't build on sparc64.
obrien [Thu, 9 May 2002 20:33:22 +0000 (20:33 +0000)]
Ficl doesn't build on sparc64.

22 years agoAdd lines for lpr and patch.
gad [Thu, 9 May 2002 20:25:45 +0000 (20:25 +0000)]
Add lines for lpr and patch.

22 years agoAdd a hack (ported from NetBSD) to support Sun disk labels.
obrien [Thu, 9 May 2002 20:22:59 +0000 (20:22 +0000)]
Add a hack (ported from NetBSD) to support Sun disk labels.
This code works by converting the Sun label to a struct disklabel, which
is probably even the right thing for reading a label. The original
checksum is taken over, so that the label source can be distinguished.

The NetBSD code to wrap a BSD-style disklabel into the Sun disklabel has been
deleted for now - don't know whether that is really desirable, after all Sun
disklabels could just be used always (BSD disklabels are going to have
problems with PROM compatability).  The dsinit() call in diskopen() has been
#ifdef'ed out for now, this will be changed to use the minimal slice struct
in case of dsinit() failure.

Submitted by: tmm
Obtained from: NetBSD

22 years agoChange the mbuf exhaustion warning message to match the message
silby [Thu, 9 May 2002 20:21:07 +0000 (20:21 +0000)]
Change the mbuf exhaustion warning message to match the message
in -stable.

22 years agoDon't send packets out an interface unless it is IFF_UP|IFF_RUNNING.
archie [Thu, 9 May 2002 20:19:00 +0000 (20:19 +0000)]
Don't send packets out an interface unless it is IFF_UP|IFF_RUNNING.
This fixes panics with certain Ethernet drivers when doing bridging,
PPPoE, etc. before the driver has been fully brought up.

MFC after: 1 week

22 years agoGcc 3.1.0 pre-release from the FSF anoncvs repo on 9-May-2002 15:57:15 EDT.
obrien [Thu, 9 May 2002 20:02:13 +0000 (20:02 +0000)]
Gcc 3.1.0 pre-release from the FSF anoncvs repo on 9-May-2002 15:57:15 EDT.

22 years agoThis commit was generated by cvs2svn to compensate for changes in r96263,
obrien [Thu, 9 May 2002 20:02:13 +0000 (20:02 +0000)]
This commit was generated by cvs2svn to compensate for changes in r96263,
which included commits to RCS files with non-trunk default branches.

22 years agoDirectives may not be used inside a macro argument, so don't.
obrien [Thu, 9 May 2002 18:01:19 +0000 (18:01 +0000)]
Directives may not be used inside a macro argument, so don't.

22 years agoPartical style cleanup.
obrien [Thu, 9 May 2002 17:47:25 +0000 (17:47 +0000)]
Partical style cleanup.

22 years agoPay attention to LDFLAGS when linking.
obrien [Thu, 9 May 2002 16:43:07 +0000 (16:43 +0000)]
Pay attention to LDFLAGS when linking.

22 years agoMFbed: translation updates
ue [Thu, 9 May 2002 16:33:02 +0000 (16:33 +0000)]
MFbed: translation updates
hardware/common/dev.sgml: MFen 1.83->1.87
relnotes/common/new.sgml: MFen 1.327->1.340