]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/log
FreeBSD/FreeBSD.git
21 years agoHuh? When did the etc bits for amd64 get added?
mtm [Fri, 2 May 2003 08:35:17 +0000 (08:35 +0000)]
Huh? When did the etc bits for amd64 get added?
Make sure they're ported over to rc.d.
While I'm at it correct a logic mistake in rc.d/apmd.

Approved by: markm (mentor)(implicit)

21 years agoUse g_slice_spoiled() instead of g_std_spoiled().
phk [Fri, 2 May 2003 08:33:26 +0000 (08:33 +0000)]
Use g_slice_spoiled() instead of g_std_spoiled().

Add XXX comment about minor memory leak until I can fix it.

21 years agoUse g_slice_spoiled() instead of g_std_spoiled().
phk [Fri, 2 May 2003 08:21:02 +0000 (08:21 +0000)]
Use g_slice_spoiled() instead of g_std_spoiled().

21 years agoUse g_slice_spoiled().
phk [Fri, 2 May 2003 08:13:03 +0000 (08:13 +0000)]
Use g_slice_spoiled().
Free buffer from g_read_data().

21 years agoCreate a symbolic link /dev/vga -> /dev/ttyv0.
mtm [Fri, 2 May 2003 08:10:58 +0000 (08:10 +0000)]
Create a symbolic link /dev/vga -> /dev/ttyv0.

We can't remove the sourcing of /etc/rc.devfs yet in case the user
might have custom entries in it. We will have to come up with an
/etc/devfs.rules or something to make this kind of thing easier.

Approved by: markm (mentor)(implicit)

21 years agobufpos is used in size_t contexts, so make it one.
obrien [Fri, 2 May 2003 07:08:52 +0000 (07:08 +0000)]
bufpos is used in size_t contexts, so make it one.

21 years agoSet WARNS=1. RESOLUTION_MAX macro has major signed/unsigned issues.
obrien [Fri, 2 May 2003 06:56:32 +0000 (06:56 +0000)]
Set WARNS=1.  RESOLUTION_MAX macro has major signed/unsigned issues.

21 years agoUse __FBSDID.
obrien [Fri, 2 May 2003 06:49:10 +0000 (06:49 +0000)]
Use __FBSDID.

21 years agoUse size_t type vars in sizeof contexts.
obrien [Fri, 2 May 2003 06:46:24 +0000 (06:46 +0000)]
Use size_t type vars in sizeof contexts.

21 years agoBack out all the stuff that didn't belong in the last commit.
phk [Fri, 2 May 2003 06:42:59 +0000 (06:42 +0000)]
Back out all the stuff that didn't belong in the last commit.

21 years agoMake this WARNS=1 as that is all we can do with GCC 3.3 -- too many
obrien [Fri, 2 May 2003 06:39:13 +0000 (06:39 +0000)]
Make this WARNS=1 as that is all we can do with GCC 3.3 -- too many
sized/unsigned comparisons.

21 years agoMake count a size_t as that is what is compared against and how it is used.
obrien [Fri, 2 May 2003 06:36:52 +0000 (06:36 +0000)]
Make count a size_t as that is what is compared against and how it is used.

21 years agoUse g_slice_spoiled() rather than g_std_spoiled().
phk [Fri, 2 May 2003 06:36:14 +0000 (06:36 +0000)]
Use g_slice_spoiled() rather than g_std_spoiled().

Remember to free the buffer we got from g_read_data().

21 years agoUse g_slice_spoiled() not g_std_spoiled()
phk [Fri, 2 May 2003 06:34:51 +0000 (06:34 +0000)]
Use g_slice_spoiled() not g_std_spoiled()

21 years agoUse g_slice_spoiled() rather than g_std_spoiled()
phk [Fri, 2 May 2003 06:33:59 +0000 (06:33 +0000)]
Use g_slice_spoiled() rather than g_std_spoiled()

21 years agoUse g_slice_spoiled() rather than g_std_spoiled().
phk [Fri, 2 May 2003 06:33:26 +0000 (06:33 +0000)]
Use g_slice_spoiled() rather than g_std_spoiled().

21 years agoUse a more tailored spoil routine for slices, and take advantage of
phk [Fri, 2 May 2003 06:29:33 +0000 (06:29 +0000)]
Use a more tailored spoil routine for slices, and take advantage of
g_wither_geom() to do most of the work for us.

21 years ago* Document the -P option
dougb [Fri, 2 May 2003 06:28:30 +0000 (06:28 +0000)]
* Document the -P option

* Add a paragraph suggesting that the merge option be used only for
files that users have modified. People have been using this option
for all files that are different, causing unecessary confusion.

21 years ago[Grrr, editor exited too early]
obrien [Fri, 2 May 2003 06:26:32 +0000 (06:26 +0000)]
[Grrr, editor exited too early]
Rev 1.39 sets WARNS=WFORMAT=0 because of the explanation given.

21 years ago* Add a -P (Preserve) option, which saves a copy of files that you replace.
dougb [Fri, 2 May 2003 06:26:23 +0000 (06:26 +0000)]
* Add a -P (Preserve) option, which saves a copy of files that you replace.
The idea for this option came from Marc Schneiders <marc@schneiders.org>

* I've been meaning to remove the code that checked for the existence of
/etc/sysconfig for a while now, since that file was last seen in 2.2.2.

* Replace the above with a check for elements of the old rc system.
Offer to move these files out of DESTDIR/etc for the user's convenience.

21 years agoThe is_name and is_in_name macros are FUBAR'ed.
obrien [Fri, 2 May 2003 06:24:51 +0000 (06:24 +0000)]
The is_name and is_in_name macros are FUBAR'ed.
Due to the use of signed vs. unsigned chars on our various platforms, one gets
"warning: comparison is always true due to limited range of data type"
from GCC 3.3.

21 years agoStyle improvement.
phk [Fri, 2 May 2003 06:22:48 +0000 (06:22 +0000)]
Style improvement.

21 years agoUse g_wither_geom() for cleanup.
phk [Fri, 2 May 2003 06:22:32 +0000 (06:22 +0000)]
Use g_wither_geom() for cleanup.

21 years agoCall g_wither_geom(), instead of just setting the flag.
phk [Fri, 2 May 2003 06:18:58 +0000 (06:18 +0000)]
Call g_wither_geom(), instead of just setting the flag.

21 years agoFix typo in last commit
julian [Fri, 2 May 2003 06:18:55 +0000 (06:18 +0000)]
Fix typo in last commit

21 years agoRework the "withering" mechanism:
phk [Fri, 2 May 2003 06:15:27 +0000 (06:15 +0000)]
Rework the "withering" mechanism:

Introduce g_wither_geom() to do the work in one single place.

21 years agocheck_drive: If we find an existing drive which is "up" or "down",
grog [Fri, 2 May 2003 06:04:19 +0000 (06:04 +0000)]
check_drive: If we find an existing drive which is "up" or "down",
just return it.  Don't try to reinitialize it.  This should fix a
number of inconsistencies that some people encountered with "vinum
start".

PR:  30588
PR:  43475

21 years agoRename g_slice_init() to the more appropriate g_slice_alloc() and give
phk [Fri, 2 May 2003 05:33:27 +0000 (05:33 +0000)]
Rename g_slice_init() to the more appropriate g_slice_alloc() and give
it a g_slice_free() partner function.

21 years agoPer previous announcement, remove the old version of the rc system.
dougb [Fri, 2 May 2003 05:27:35 +0000 (05:27 +0000)]
Per previous announcement, remove the old version of the rc system.

All functionality from the previous system has been preserved, and
users should still customize their system boot with the familiar
methods, rc.conf, rc.conf.local, rc.firewall, sysctl.conf, etc.

Users who have customized versions of scripts that have been removed
should take great care when upgrading, since the compatibility code
that used those old scripts has also been removed.

21 years agostyle improvement.
phk [Fri, 2 May 2003 05:26:47 +0000 (05:26 +0000)]
style improvement.

21 years agoGet rid of trivial function g_destroy_event().
phk [Fri, 2 May 2003 05:26:19 +0000 (05:26 +0000)]
Get rid of trivial function g_destroy_event().

21 years agoLock the vm_object when updating its shadow list.
alc [Fri, 2 May 2003 04:55:21 +0000 (04:55 +0000)]
Lock the vm_object when updating its shadow list.

21 years agoAdd the M_FREELIST flag, which is used to detect whenever a
silby [Fri, 2 May 2003 03:43:40 +0000 (03:43 +0000)]
Add the M_FREELIST flag, which is used to detect whenever a
double free of a mbuf occurs and cause an immediate panic, rather
than allowing free list corruption to occur.

This code is trapped under INVARIANTS, so it should not cause any
change in default performance.

Reviewed by: a bunch of people on -net
MFC after: 1 week

21 years agoSimplify the removal of a shadow object in vm_object_collapse().
alc [Fri, 2 May 2003 03:00:21 +0000 (03:00 +0000)]
Simplify the removal of a shadow object in vm_object_collapse().

21 years agoWhite space changes.
grog [Fri, 2 May 2003 01:39:11 +0000 (01:39 +0000)]
White space changes.

21 years agoUnbreak alpha and ia64 builds. The previous change made the inclusion
marcel [Fri, 2 May 2003 01:36:27 +0000 (01:36 +0000)]
Unbreak alpha and ia64 builds. The previous change made the inclusion
of <machine/pc/bios.h> specific to i386 and added a conditional define
for BIOS_PADDRTOVADDR that depends on ISA_HOLE_START. The latter is
undefined on alpha and ia64. Since the former is defined the same on
both alpha and ia64, assume the ISA_HOLE_START dependent definition
is specific to amd64 and use the identity-mapping in all other cases.

This of course is getting uglier every day...

21 years ago- Reduce the DVMA preallocation limit from 128kB to 32kB. 128kB were
tmm [Fri, 2 May 2003 01:21:37 +0000 (01:21 +0000)]
- Reduce the DVMA preallocation limit from 128kB to 32kB. 128kB were
  quite excessive, and caused the available space to be used up too
  easily. The new limit should be a better estimation of how much the
  caller will need at most.
- Double the IOTSB size 64kB, for a DVMA area size of 64MB.

This should fix DMA problems on e450s and other large machines due
to DVMA space exhaustion, which were introduced in my last IOMMU
code revision in January.

Reported and tested by: fenner

21 years agofmt.c has a comparison between signed and unsigned that is unclear how
obrien [Fri, 2 May 2003 01:05:05 +0000 (01:05 +0000)]
fmt.c has a comparison between signed and unsigned that is unclear how
to properly fix.

21 years agoremove old and inaccurate XXX comment.
julian [Fri, 2 May 2003 01:02:20 +0000 (01:02 +0000)]
remove old and inaccurate XXX comment.

21 years agoUpdate for version 4.5 import.
ru [Fri, 2 May 2003 01:00:41 +0000 (01:00 +0000)]
Update for version 4.5 import.

21 years agoRe-enable building of Groff documentation; texinfo has just been
ru [Fri, 2 May 2003 00:55:52 +0000 (00:55 +0000)]
Re-enable building of Groff documentation; texinfo has just been
upgraded to version 4.5.

21 years agoUpdate for texinfo 4.5.
ru [Fri, 2 May 2003 00:51:24 +0000 (00:51 +0000)]
Update for texinfo 4.5.

21 years agoMerge texinfo 4.5 changes onto the trunk.
ru [Fri, 2 May 2003 00:50:59 +0000 (00:50 +0000)]
Merge texinfo 4.5 changes onto the trunk.

21 years agoUse stock (FSF) version of this file.
ru [Fri, 2 May 2003 00:50:37 +0000 (00:50 +0000)]
Use stock (FSF) version of this file.

21 years agoThis commit was generated by cvs2svn to compensate for changes in r114475,
ru [Fri, 2 May 2003 00:49:43 +0000 (00:49 +0000)]
This commit was generated by cvs2svn to compensate for changes in r114475,
which included commits to RCS files with non-trunk default branches.

21 years agoThis commit was generated by cvs2svn to compensate for changes in r114472,
ru [Fri, 2 May 2003 00:48:41 +0000 (00:48 +0000)]
This commit was generated by cvs2svn to compensate for changes in r114472,
which included commits to RCS files with non-trunk default branches.

21 years agoImport of stripped down GNU texinfo 4.5
ru [Fri, 2 May 2003 00:48:41 +0000 (00:48 +0000)]
Import of stripped down GNU texinfo 4.5

21 years agoMove the flag that indicates an idle thread from the KSE to the thread.
julian [Fri, 2 May 2003 00:33:12 +0000 (00:33 +0000)]
Move the flag that indicates an idle thread from the KSE to the thread.
It was always referenced via the thread anyhow.

Reviewed by: jhb (a LOOOOONG time ago)

21 years agoQuiet warnings about copyright[].
obrien [Fri, 2 May 2003 00:04:21 +0000 (00:04 +0000)]
Quiet warnings about copyright[].

21 years agoFix signed/unsigned mix comparisons involving sizeof.
obrien [Fri, 2 May 2003 00:03:10 +0000 (00:03 +0000)]
Fix signed/unsigned mix comparisons involving sizeof.

21 years agocatman(1) sources now live elsewhere.
ru [Thu, 1 May 2003 23:48:11 +0000 (23:48 +0000)]
catman(1) sources now live elsewhere.

21 years agoUpdate upgrade instructions.
ru [Thu, 1 May 2003 21:28:49 +0000 (21:28 +0000)]
Update upgrade instructions.

21 years agoRemove Giant from the setuid(), seteuid(), setgid(), setegid(),
jhb [Thu, 1 May 2003 21:21:42 +0000 (21:21 +0000)]
Remove Giant from the setuid(), seteuid(), setgid(), setegid(),
setgroups(), setreuid(), setregid(), setresuid(), and setresgid() syscalls
as well as the cred_update_thread() function.

21 years agoTrasmute moer "krb5" distibutions into "crypto".
markm [Thu, 1 May 2003 21:21:15 +0000 (21:21 +0000)]
Trasmute moer "krb5" distibutions into "crypto".

21 years agoRemoved all vestiges of KerberosIV.
ru [Thu, 1 May 2003 21:18:36 +0000 (21:18 +0000)]
Removed all vestiges of KerberosIV.

21 years agoSmall style tweaks to some members of struct session and sigio to be more
jhb [Thu, 1 May 2003 21:17:46 +0000 (21:17 +0000)]
Small style tweaks to some members of struct session and sigio to be more
consistent with other structures in this file.

21 years agoInitialize and destroy the struct proc mutex in the proc zone's init and
jhb [Thu, 1 May 2003 21:16:38 +0000 (21:16 +0000)]
Initialize and destroy the struct proc mutex in the proc zone's init and
fini routines instead of in fork() and wait().  This has the nice side
benefit that the proc lock of any process on the allproc list is always
valid and sched_lock doesn't have to be used to test against PRS_NEW
anymore.

21 years agoStyle.
ru [Thu, 1 May 2003 21:10:37 +0000 (21:10 +0000)]
Style.

21 years agoPlug some memory-leaks.
phk [Thu, 1 May 2003 21:07:08 +0000 (21:07 +0000)]
Plug some memory-leaks.

21 years agoFor the time being, upgrade the whole Groff (to version 1.19),
ru [Thu, 1 May 2003 20:41:03 +0000 (20:41 +0000)]
For the time being, upgrade the whole Groff (to version 1.19),
but stop doing so again on the next __FreeBSD_version bump.

21 years agoRestore local changes accidentally lost in the last import.
jhb [Thu, 1 May 2003 20:40:03 +0000 (20:40 +0000)]
Restore local changes accidentally lost in the last import.

Reviewed by: njl

21 years agoFixed the MLINKS assignment style.
ru [Thu, 1 May 2003 20:35:30 +0000 (20:35 +0000)]
Fixed the MLINKS assignment style.

21 years agoRemove the now obsolete geomidorname hack.
phk [Thu, 1 May 2003 20:32:24 +0000 (20:32 +0000)]
Remove the now obsolete geomidorname hack.

21 years agoUse the .Dl macro.
trhodes [Thu, 1 May 2003 20:27:59 +0000 (20:27 +0000)]
Use the .Dl macro.

Discussed with: mdoc(7) officer ru

21 years agoDe-Kerberise (KerberosIV). KerberosIV is no longer present, and
markm [Thu, 1 May 2003 20:09:58 +0000 (20:09 +0000)]
De-Kerberise (KerberosIV). KerberosIV is no longer present, and
remote backups can still be done with Kerberos authentication using
SSH and Kerberos 5.

21 years agoFix a printf warning from the recent CAM changes.
jhb [Thu, 1 May 2003 19:46:21 +0000 (19:46 +0000)]
Fix a printf warning from the recent CAM changes.

21 years agoAdd a new flag, EV_CANCELED, and use it to make g_waitfor_event() return
phk [Thu, 1 May 2003 19:43:52 +0000 (19:43 +0000)]
Add a new flag, EV_CANCELED, and use it to make g_waitfor_event() return
EAGAIN if an event got canceled.

21 years agoDo not attempt to build chkey(1) and newkey(8) if NOSECURE is defined.
ru [Thu, 1 May 2003 19:43:01 +0000 (19:43 +0000)]
Do not attempt to build chkey(1) and newkey(8) if NOSECURE is defined.

Submitted by: Marius Strobl <marius@alchemy.franken.de>

21 years agoBuild non-crypto telnet(1) and telnetd(8) if NO_OPENSSL is defined.
ru [Thu, 1 May 2003 19:38:15 +0000 (19:38 +0000)]
Build non-crypto telnet(1) and telnetd(8) if NO_OPENSSL is defined.

Submitted by: Marius Strobl <marius@alchemy.franken.de>

21 years agoWhen events on a reference is cancelled, check our doorstep first,
phk [Thu, 1 May 2003 19:24:00 +0000 (19:24 +0000)]
When events on a reference is cancelled, check our doorstep first,
it might be an orphan.

21 years agoAdd SATA Promise controllers to ata(4) section.
bmah [Thu, 1 May 2003 19:11:08 +0000 (19:11 +0000)]
Add SATA Promise controllers to ata(4) section.

21 years agoNew release notes: ata(4) support for Promise SATA devices, CAM
bmah [Thu, 1 May 2003 19:09:54 +0000 (19:09 +0000)]
New release notes:  ata(4) support for Promise SATA devices, CAM
supports huge devices, iir(4) update.

Other changes:  Add some <replaceable></replaceable> tags where
appropriate.

21 years agoState the fact that the range is twice the traditional RAND_MAX.
trhodes [Thu, 1 May 2003 19:09:16 +0000 (19:09 +0000)]
State the fact that the range is twice the traditional RAND_MAX.
Add an EXAMPLES section.

PR: 48493
Submitted by: Paul Herman <pherman@frenchfries.net> (original version)

21 years agoBack out the `hiding' of strlcpy and strlcat. Several people
nectar [Thu, 1 May 2003 19:03:14 +0000 (19:03 +0000)]
Back out the `hiding' of strlcpy and strlcat.  Several people
vocally objected to this safety belt.

21 years agoCatch up to reworked debugging levels in latest Intel import.
jhb [Thu, 1 May 2003 18:51:43 +0000 (18:51 +0000)]
Catch up to reworked debugging levels in latest Intel import.

21 years agofnet(9) claims that "those interfaces supporting reception of multicast
trhodes [Thu, 1 May 2003 18:34:13 +0000 (18:34 +0000)]
fnet(9) claims that "those interfaces supporting reception of multicast
datagrams have a LIST of multicast group memberships...".  On -CURRENT, that
LIST is actually a TAILQ.  Note that -STABLE still uses a LIST

PR: 50426
Submitted by: Scott Mitchell <scott+freebsd@fishballoon.org>

21 years agoRemove now unneeded special case for "geom.ctl".
phk [Thu, 1 May 2003 18:18:14 +0000 (18:18 +0000)]
Remove now unneeded special case for "geom.ctl".

21 years agoThis commit was generated by cvs2svn to compensate for changes in r114438,
des [Thu, 1 May 2003 17:16:48 +0000 (17:16 +0000)]
This commit was generated by cvs2svn to compensate for changes in r114438,
which included commits to RCS files with non-trunk default branches.

21 years agoInitialize variables (perforce change #30310)
des [Thu, 1 May 2003 17:16:48 +0000 (17:16 +0000)]
Initialize variables (perforce change #30310)

21 years agoThis commit was generated by cvs2svn to compensate for changes in r114436,
des [Thu, 1 May 2003 17:15:45 +0000 (17:15 +0000)]
This commit was generated by cvs2svn to compensate for changes in r114436,
which included commits to RCS files with non-trunk default branches.

21 years agoInitialize dlh (perforce change #30312)
des [Thu, 1 May 2003 17:15:45 +0000 (17:15 +0000)]
Initialize dlh (perforce change #30312)

21 years agoGarbage collect unused TDF_INMSLEEP flag.
jhb [Thu, 1 May 2003 17:05:24 +0000 (17:05 +0000)]
Garbage collect unused TDF_INMSLEEP flag.

21 years agoInstead of recording the Unix time in a process when it starts, record the
des [Thu, 1 May 2003 16:59:23 +0000 (16:59 +0000)]
Instead of recording the Unix time in a process when it starts, record the
uptime.  Where necessary, convert it back to Unix time by adding boottime
to it.  This fixes a potential problem in the accounting code, which would
compute the elapsed time incorrectly if the Unix time was stepped during
the lifetime of the process.

21 years agoQuiet warnings about copyright[].
obrien [Thu, 1 May 2003 16:58:57 +0000 (16:58 +0000)]
Quiet warnings about copyright[].

21 years agoFix lock order reversal when opening device and chn_reset fails.
orion [Thu, 1 May 2003 16:31:21 +0000 (16:31 +0000)]
Fix lock order reversal when opening device and chn_reset fails.

Submitted by: Jan-Espen Pettersen <sigsegv@leakingmemory.org>
Tested by: Georg Funk <georgfunk@web.de>

21 years agoxtend rc.conf variables are gone.
imp [Thu, 1 May 2003 16:17:04 +0000 (16:17 +0000)]
xtend rc.conf variables are gone.

Noticed by: bde

21 years agoConvert the i386 alloca(3) to the x86-64 ISA.
obrien [Thu, 1 May 2003 16:04:38 +0000 (16:04 +0000)]
Convert the i386 alloca(3) to the x86-64 ISA.

Alignment hack from: NetBSD

21 years agoUse C99-style varadic macros instead of the non-standard gcc syntax.
des [Thu, 1 May 2003 15:08:55 +0000 (15:08 +0000)]
Use C99-style varadic macros instead of the non-standard gcc syntax.

21 years agoNew release notes: ACPI-CA 20030228, groff 1.19, tzdata2003a.
bmah [Thu, 1 May 2003 15:08:10 +0000 (15:08 +0000)]
New release notes:  ACPI-CA 20030228, groff 1.19, tzdata2003a.

21 years agoRemove RCSID from files which have no other diffs to the vendor branch.
des [Thu, 1 May 2003 15:05:43 +0000 (15:05 +0000)]
Remove RCSID from files which have no other diffs to the vendor branch.

21 years agoLock GCC w/o -m32 into 64-bit mode.
obrien [Thu, 1 May 2003 15:00:46 +0000 (15:00 +0000)]
Lock GCC w/o -m32 into 64-bit mode.

21 years agoMark libpam as c99- and WARNS5-clean.
des [Thu, 1 May 2003 14:55:06 +0000 (14:55 +0000)]
Mark libpam as c99- and WARNS5-clean.

21 years agoMake GCC 3.3 STFU about copyright[].
obrien [Thu, 1 May 2003 14:45:27 +0000 (14:45 +0000)]
Make GCC 3.3 STFU about copyright[].

21 years agoMark fetch(1) as c99- and WARNS6-clean.
des [Thu, 1 May 2003 14:40:55 +0000 (14:40 +0000)]
Mark fetch(1) as c99- and WARNS6-clean.

21 years agoRemove DIOCGPC98 ioctl.
nyan [Thu, 1 May 2003 14:40:16 +0000 (14:40 +0000)]
Remove DIOCGPC98 ioctl.

21 years agoMark libfetch as c99-clean. Always build at WARNS level 2 rather than
des [Thu, 1 May 2003 14:39:43 +0000 (14:39 +0000)]
Mark libfetch as c99-clean.  Always build at WARNS level 2 rather than
juggling with levels 2 and 3, as this has lead to world breakage for
NOCRYPT users in the past.

21 years agoAdd a mechanism to allow Makefiles to specify the particular C dialect
des [Thu, 1 May 2003 14:36:27 +0000 (14:36 +0000)]
Add a mechanism to allow Makefiles to specify the particular C dialect
in which the source code is written.  This is controlled by the CSTD
variable, which can have one of the following values:

  - "k&r" => -traditional
  - "c89" or "c90" => -std=iso9899:1990
  - "c94" or "c95" => -std=iso9899:199409
  - "c99" => -std=iso9899:1999

The corresponding option is added to CFLAGS regardless of WARNS level.
This also removes -ansi from WARNS level 6, but adds -Wno-long-long to
work around a weird gcc bug (-ansi, which is supposedly equivalent to
-std=iso9899:1990, seems to turn long long warnings off instead of on)

If CSTD is undefined, CFLAGS are unchanged except for the -ansi /
-Wno-long-long change mentioned above for WARNS level 6.

21 years agoOops, DIOCGPC98 should be DIOCSPC98.
nyan [Thu, 1 May 2003 14:30:59 +0000 (14:30 +0000)]
Oops, DIOCGPC98 should be DIOCSPC98.

21 years agoThe -t flag in the retired apmconf.8 is the same as "-h false" in the
tobez [Thu, 1 May 2003 14:19:00 +0000 (14:19 +0000)]
The -t flag in the retired apmconf.8 is the same as "-h false" in the
apm.8.  Since the -t flag in the apm.8 is something different entirely,
the reference to -t was quite confusing.  Fix that.

21 years agoStart running amd64 builds on 9ball.
des [Thu, 1 May 2003 14:14:54 +0000 (14:14 +0000)]
Start running amd64 builds on 9ball.