]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/log
FreeBSD/FreeBSD.git
22 years agoThis commit was generated by cvs2svn to compensate for changes in r93139,
Ruslan Ermilov [Mon, 25 Mar 2002 13:08:32 +0000 (13:08 +0000)]
This commit was generated by cvs2svn to compensate for changes in r93139,
which included commits to RCS files with non-trunk default branches.

22 years agoImport of stripped down GNU texinfo 4.1
Ruslan Ermilov [Mon, 25 Mar 2002 13:08:32 +0000 (13:08 +0000)]
Import of stripped down GNU texinfo 4.1

22 years agoMFi386: revision 1.396
Yoshihiro Takahashi [Mon, 25 Mar 2002 13:03:14 +0000 (13:03 +0000)]
MFi386: revision 1.396

22 years agoFix style.
Yoshihiro Takahashi [Mon, 25 Mar 2002 12:44:03 +0000 (12:44 +0000)]
Fix style.

22 years agoCorrected arguments to key_allocsa called from
Hajimu UMEMOTO [Mon, 25 Mar 2002 10:46:24 +0000 (10:46 +0000)]
Corrected arguments to key_allocsa called from
{esp6, ah6}_ctlinput.  Previous ones were uninitialized
auto variables, which were completely bogus.

Obtained from: KAME
MFC after: 1 week

22 years agoAdd forgotten flag in flag lists.
Pierre Beyssac [Mon, 25 Mar 2002 10:45:28 +0000 (10:45 +0000)]
Add forgotten flag in flag lists.

PR: docs/36267 (partial)
Submitted by: Thomas Quinot <thomas.cuivre.fr.eu.org>

22 years ago3rd arg to bcmp() was wrong. From: David Wang <dsw@juniper.net>
Hajimu UMEMOTO [Mon, 25 Mar 2002 10:12:51 +0000 (10:12 +0000)]
3rd arg to bcmp() was wrong.  From: David Wang <dsw@juniper.net>

Obtained from: KAME
MFC after: 1 week

22 years agoInclude <machine/limits.h> for definition of ULONG_MAX. Remove a
Mike Barcroft [Mon, 25 Mar 2002 09:23:41 +0000 (09:23 +0000)]
Include <machine/limits.h> for definition of ULONG_MAX.  Remove a
duplicate include.

22 years agoInclude <machine/limits.h> for definition of ULONG_MAX.
Mike Barcroft [Mon, 25 Mar 2002 09:21:45 +0000 (09:21 +0000)]
Include <machine/limits.h> for definition of ULONG_MAX.

22 years agoFix kernel build.
David E. O'Brien [Mon, 25 Mar 2002 08:02:54 +0000 (08:02 +0000)]
Fix kernel build.

22 years agoInclude <stdint.h> for definition of intmax_t and/or uintmax_t.
Mike Barcroft [Mon, 25 Mar 2002 05:23:45 +0000 (05:23 +0000)]
Include <stdint.h> for definition of intmax_t and/or uintmax_t.

22 years agoAdd kern/syscalls.c, which is needed for some KTR traces in trap.c.
Thomas Moestl [Mon, 25 Mar 2002 05:01:05 +0000 (05:01 +0000)]
Add kern/syscalls.c, which is needed for some KTR traces in trap.c.

22 years agoAdd missing includes for the KTRACE case.
Thomas Moestl [Mon, 25 Mar 2002 04:54:19 +0000 (04:54 +0000)]
Add missing includes for the KTRACE case.

22 years agoAdd missing declarations.
Thomas Moestl [Mon, 25 Mar 2002 04:53:18 +0000 (04:53 +0000)]
Add missing declarations.

22 years agoMake this compile (submitted by jake), add a missing include.
Thomas Moestl [Mon, 25 Mar 2002 04:38:48 +0000 (04:38 +0000)]
Make this compile (submitted by jake), add a missing include.

22 years agoRemove second copy of iommu_decode_fault() which I accidentially added.
Thomas Moestl [Mon, 25 Mar 2002 04:34:52 +0000 (04:34 +0000)]
Remove second copy of iommu_decode_fault() which I accidentially added.

Pointy hat to: tmm

22 years agoMFen.
Jun Kuriyama [Mon, 25 Mar 2002 03:31:19 +0000 (03:31 +0000)]
MFen.

22 years agoRemove a FMT that was buried in here.
David E. O'Brien [Mon, 25 Mar 2002 03:27:09 +0000 (03:27 +0000)]
Remove a FMT that was buried in here.
I have no idea why the original committer even used it (in its KERNFORMAT
spelling) as there is no a.out version.

22 years agoRemote newly unused variable to unbreak LINT.
Brooks Davis [Mon, 25 Mar 2002 02:55:34 +0000 (02:55 +0000)]
Remote newly unused variable to unbreak LINT.

Pointy hat to: amorita

22 years agoAdd a few popular entries.
Luigi Rizzo [Sun, 24 Mar 2002 21:13:53 +0000 (21:13 +0000)]
Add a few popular entries.

22 years agoRemove the setting of 'FMT'. We now do ELF by default, so only bother
David E. O'Brien [Sun, 24 Mar 2002 17:45:46 +0000 (17:45 +0000)]
Remove the setting of 'FMT'.  We now do ELF by default, so only bother
to increase the lenght of the command line if needed.  The setting of FMT
also gets in the cross bootstrapping way for new platforms.

22 years agoMFP4. This slipped into a IFC(MFC) by PHK, but it could still be useful
David E. O'Brien [Sun, 24 Mar 2002 17:42:06 +0000 (17:42 +0000)]
MFP4.  This slipped into a IFC(MFC) by PHK, but it could still be useful
To commit it for real.

22 years ago'char *' can be a large entity now (on 64-bit platforms). Thus move it up
David E. O'Brien [Sun, 24 Mar 2002 17:02:16 +0000 (17:02 +0000)]
'char *' can be a large entity now (on 64-bit platforms).  Thus move it up
to make the example match the text requirements.

22 years agoAdd BSD sort to the build, now that GNU sort is gone.
Mark Murray [Sun, 24 Mar 2002 16:02:01 +0000 (16:02 +0000)]
Add BSD sort to the build, now that GNU sort is gone.

22 years agoRemove GNU sort from the build. BSD sort is coming.
Mark Murray [Sun, 24 Mar 2002 16:01:17 +0000 (16:01 +0000)]
Remove GNU sort from the build. BSD sort is coming.

22 years agoMake this compile on FreeBSD. Sort out VCS tags, fix warnings.
Mark Murray [Sun, 24 Mar 2002 15:59:17 +0000 (15:59 +0000)]
Make this compile on FreeBSD. Sort out VCS tags, fix warnings.

22 years agoReplace __progname with the documented, more acceptable and functionally identical...
Mark Murray [Sun, 24 Mar 2002 15:17:53 +0000 (15:17 +0000)]
Replace __progname with the documented, more acceptable and functionally identical getprogname(3).

22 years agoReplace __progname with the functionally identical but more
Mark Murray [Sun, 24 Mar 2002 15:06:48 +0000 (15:06 +0000)]
Replace __progname with the functionally identical but more
acceptable (documented) getprogname(3).

22 years agoReplace use of __progname with the functionally identical and more
Mark Murray [Sun, 24 Mar 2002 14:56:55 +0000 (14:56 +0000)]
Replace use of __progname with the functionally identical and more
acceptable getprogname(3).

22 years agoLink testcase 13 in.
Poul-Henning Kamp [Sun, 24 Mar 2002 14:40:15 +0000 (14:40 +0000)]
Link testcase 13 in.

22 years agoplip has produced an error during attach on Alpha as long as I care
Wilko Bulte [Sun, 24 Mar 2002 14:35:20 +0000 (14:35 +0000)]
plip has produced an error during attach on Alpha as long as I care
to remember. Nobody in the right sense of their mind would run IP on
the parallel port on Alpha so comment this one out.

22 years agoAdd a testcase for the alpha BSD label from beast.
Poul-Henning Kamp [Sun, 24 Mar 2002 14:29:39 +0000 (14:29 +0000)]
Add a testcase for the alpha BSD label from beast.

22 years agoMake the BSD method width/endian agnostic and support alpha
Poul-Henning Kamp [Sun, 24 Mar 2002 14:27:31 +0000 (14:27 +0000)]
Make the BSD method width/endian agnostic and support alpha
architecture labels as well.

Sponsored by: DARPA, NAI Labs.

22 years agoAdd a copy of the bsd-label from beast.freebsd.org
Poul-Henning Kamp [Sun, 24 Mar 2002 13:54:01 +0000 (13:54 +0000)]
Add a copy of the bsd-label from beast.freebsd.org

22 years agoAdd AMD 768 support.
Søren Schmidt [Sun, 24 Mar 2002 12:44:23 +0000 (12:44 +0000)]
Add AMD 768 support.

22 years agoHide the ACPI counter probing printf behind bootverbose.
Poul-Henning Kamp [Sun, 24 Mar 2002 11:33:52 +0000 (11:33 +0000)]
Hide the ACPI counter probing printf behind bootverbose.

The conclusion is that this method really can tell the perfect from the
less than perfect ACPI counters.

It is in fact probably a bit more discriminative than that, but we
will rather condemn some otherwise perfect counters to the slightly
slower "-safe" version, than certify a counter as perfect which
will let us down later.

Many thanks to all the people who sent email reports!

22 years agoGuard against redefining __gnuc_va_list.
David E. O'Brien [Sun, 24 Mar 2002 11:25:46 +0000 (11:25 +0000)]
Guard against redefining __gnuc_va_list.

22 years agoUpdate to reflect new contents of sys/geom
Poul-Henning Kamp [Sun, 24 Mar 2002 11:22:06 +0000 (11:22 +0000)]
Update to reflect new contents of sys/geom

22 years agoBe more systematic about conversion of on-disk formats in a endian/width
Poul-Henning Kamp [Sun, 24 Mar 2002 11:21:41 +0000 (11:21 +0000)]
Be more systematic about conversion of on-disk formats in a endian/width
agnostic way.

Collapse the MBR and MBREXT methods into one file and make them endian/width
agnostic.

Sponsored by: DARPA & NAI Labs.

22 years agoReset the cachefree statistics after draining the cache. This fixes a bug
Jeff Roberson [Sun, 24 Mar 2002 10:56:11 +0000 (10:56 +0000)]
Reset the cachefree statistics after draining the cache.  This fixes a bug
where a sysctl within 20 seconds of a cache_drain could yield negative "USED"
counts.

Also, grab the uma_mtx while in the sysctl handler.  This hadn't caused
problems yet because Giant is held all the time.

Reported by: kkenn

22 years agoUndefine __FBSDID before defining it as it's already defined at
Marcel Moolenaar [Sun, 24 Mar 2002 10:28:04 +0000 (10:28 +0000)]
Undefine __FBSDID before defining it as it's already defined at
that point.

22 years agoDon't pretend to be a section 4 man page.
Alexander Leidinger [Sun, 24 Mar 2002 10:25:21 +0000 (10:25 +0000)]
Don't pretend to be a section 4 man page.

Approved by: joerg

22 years agoFix warns, ANSIfy, use __FBSDID(), sort headers.
Mark Murray [Sun, 24 Mar 2002 10:21:22 +0000 (10:21 +0000)]
Fix warns, ANSIfy, use __FBSDID(), sort headers.

22 years agoFixed some style bugs in the removal of __P(()). Continuation lines
Bruce Evans [Sun, 24 Mar 2002 10:19:10 +0000 (10:19 +0000)]
Fixed some style bugs in the removal of __P(()).  Continuation lines
were not outdented to preserve non-KNF lining up of code with parentheses.
Switch to KNF formatting.

22 years agoFixed some style bugs in the removal of __P(()). The main ones were
Bruce Evans [Sun, 24 Mar 2002 09:34:04 +0000 (09:34 +0000)]
Fixed some style bugs in the removal of __P(()).  The main ones were
not removing tabs before "__P((", and not outdenting continuation lines
to preserve non-KNF lining up of code with parentheses.  Switch to KNF
formatting and/or rewrap the whole prototype in some cases.

22 years agoA break after a return is useless.
Dima Dorfman [Sun, 24 Mar 2002 08:38:21 +0000 (08:38 +0000)]
A break after a return is useless.

22 years agoFix braino.
Dima Dorfman [Sun, 24 Mar 2002 06:30:28 +0000 (06:30 +0000)]
Fix braino.

22 years agoRemove spaces between (void) and function calls. Use TAILQ_FOREACH
Dag-Erling Smørgrav [Sun, 24 Mar 2002 06:02:10 +0000 (06:02 +0000)]
Remove spaces between (void) and function calls.  Use TAILQ_FOREACH
instead of hand-rolled equivalent.  Add curly braces for symmetry
around else.

22 years agoParenthesize return values and pull an orphaned { back into the fold.
Dag-Erling Smørgrav [Sun, 24 Mar 2002 05:52:04 +0000 (05:52 +0000)]
Parenthesize return values and pull an orphaned { back into the fold.

22 years ago__FBSDID, ANSIfy function definitions, staticize functions and globals,
Dag-Erling Smørgrav [Sun, 24 Mar 2002 05:48:37 +0000 (05:48 +0000)]
__FBSDID, ANSIfy function definitions, staticize functions and globals,
don't initialize globals to 0, some reindentation of declarations, some
comments added or reworded.

22 years agoUn-__P().
Dag-Erling Smørgrav [Sun, 24 Mar 2002 05:24:04 +0000 (05:24 +0000)]
Un-__P().

22 years agoFixed some style bugs in the removal of __P(()). The main ones were
Bruce Evans [Sun, 24 Mar 2002 05:09:11 +0000 (05:09 +0000)]
Fixed some style bugs in the removal of __P(()).  The main ones were
not removing tabs before "__P((", and not outdenting continuation lines
to preserve non-KNF lining up of code with parentheses.  Switch to KNF
formatting and/or rewrap the whole prototype in some cases.

22 years agoFixed some style bugs in the removal of __P(()). Continuation lines
Bruce Evans [Sun, 24 Mar 2002 04:35:23 +0000 (04:35 +0000)]
Fixed some style bugs in the removal of __P(()).  Continuation lines
were not outdented to preserve non-KNF lining up of code with parentheses.
Switch to KNF formatting in some cases.

22 years agoFixed some style bugs in the removal of __P(()). Continuation lines
Bruce Evans [Sun, 24 Mar 2002 04:09:05 +0000 (04:09 +0000)]
Fixed some style bugs in the removal of __P(()).  Continuation lines
were not outdented to preserve non-KNF lining up of code with parentheses.
Switch to KNF formatting.

22 years agoFixed some style bugs in the removal of __P(()). Tabs before "__P(("
Bruce Evans [Sun, 24 Mar 2002 04:04:50 +0000 (04:04 +0000)]
Fixed some style bugs in the removal of __P(()).  Tabs before "__P(("
were not removed.

22 years agoMinor changes:
Will Andrews [Sun, 24 Mar 2002 03:07:07 +0000 (03:07 +0000)]
Minor changes:
 [1] Support the Sony VAIO Jogdial in moused(8).
 [2] Modify spic(4) to support additional Sony VAIO models.

Submitted by: [1] Juriy Goloveshkin <j@gu.ru>,
[2] Akira Funahashi <funa@funa.org>
Tested by: cjh, jim, Jerry A! <jerry@thehutt.org>
Approved by: nsayer
MFC after: 2 weeks

22 years agoRevamp the busdma implementation a bit:
Thomas Moestl [Sun, 24 Mar 2002 02:50:53 +0000 (02:50 +0000)]
Revamp the busdma implementation a bit:
- change the IOMMU support code so that it supports overcommittting the
  available DVMA memory, while still allocating as lazily as possible.
  This is achieved by limiting the preallocation, and deferring the
  allocation to map load time when it fails. In the latter case, the
  DVMA memory reserved for unloaded maps can be stolen to free up enough
  memory for loading a map.
- allow NULL settings in the method tables, and search the parent tags
  until an appropriate implementation is found. This allows to remove some
  kluges in the old implementation.

22 years agoCorrect a typo.
Dima Dorfman [Sun, 24 Mar 2002 02:34:59 +0000 (02:34 +0000)]
Correct a typo.

PR: 36214
Submitted by: Nagy Attila <bra@fsn.hu>

22 years agoFix sparc64_bus_mem_unmap() to pass the right address to kmem_free().
Thomas Moestl [Sun, 24 Mar 2002 02:33:09 +0000 (02:33 +0000)]
Fix sparc64_bus_mem_unmap() to pass the right address to kmem_free().

22 years agoMake the OpenFirmware interrupt mapping code more generic, to reduce
Thomas Moestl [Sun, 24 Mar 2002 02:11:06 +0000 (02:11 +0000)]
Make the OpenFirmware interrupt mapping code more generic, to reduce
the bus-dependent code and to be able to support more systems. The core
of the new code is mostly obtained from NetBSD.
Kluge the interrupt routing methods of the psycho and apb drivers so
that an intline of 0 can be handled for now; real routing is still not
possible (all intline registers are preinitialized instead); this will
require a sparc64-specific adaption of the driver for generic PCI-PCI
bridges with a custom routing method to work right.

22 years agoMap the device memory belonging to resources of type SYS_RES_MEMORY into
Thomas Moestl [Sun, 24 Mar 2002 01:51:29 +0000 (01:51 +0000)]
Map the device memory belonging to resources of type SYS_RES_MEMORY into
KVA upon activation so that rman_get_virtual() works as expected.

22 years agoFix a style(9) error. Put the vendor version control string back in.
Crist J. Clark [Sun, 24 Mar 2002 01:41:11 +0000 (01:41 +0000)]
Fix a style(9) error. Put the vendor version control string back in.
I nuked it when I added the $FreeBSD$ tag.

22 years agoMissed a __P in a .x file, remove it anyway
Warner Losh [Sun, 24 Mar 2002 01:11:49 +0000 (01:11 +0000)]
Missed a __P in a .x file, remove it anyway

22 years agoo remove __P
Warner Losh [Sun, 24 Mar 2002 01:09:35 +0000 (01:09 +0000)]
o remove __P

22 years agoBe a bit more verbose. "modtime" means nothing.
Giorgos Keramidas [Sun, 24 Mar 2002 00:56:38 +0000 (00:56 +0000)]
Be a bit more verbose.  "modtime" means nothing.
"modification time" is a lot better.

MFC after:      3 days

22 years agoGrammar fix: "When at least one of the fields .. matches ...".
Giorgos Keramidas [Sun, 24 Mar 2002 00:48:07 +0000 (00:48 +0000)]
Grammar fix:  "When at least one of the fields .. matches ...".

MFC after:      3 days

22 years agoFixed bad wording/spelling in few paragraphs.
Chad David [Sun, 24 Mar 2002 00:31:38 +0000 (00:31 +0000)]
Fixed bad wording/spelling in few paragraphs.

22 years agoMaxtor Personal Storage 3000XT (Firewire) hangs upon
Hidetoshi Shimokawa [Sun, 24 Mar 2002 00:17:39 +0000 (00:17 +0000)]
Maxtor Personal Storage 3000XT (Firewire) hangs upon
serial number probing.

MFC after: 1 week

22 years agounifdef __STDC__
Warner Losh [Sat, 23 Mar 2002 23:37:07 +0000 (23:37 +0000)]
unifdef __STDC__

22 years agoo unifdef -D__STDC__
Warner Losh [Sat, 23 Mar 2002 23:35:42 +0000 (23:35 +0000)]
o unifdef -D__STDC__
o use ansi function definitions
o remove OLDSUN

22 years agoo unifdef -D__STDC__
Warner Losh [Sat, 23 Mar 2002 23:30:30 +0000 (23:30 +0000)]
o unifdef -D__STDC__
o remove badly bit-rotted compat file that likely won't work on the systems
  it purports to support.

22 years agounifdef -D__STDC__
Warner Losh [Sat, 23 Mar 2002 23:19:00 +0000 (23:19 +0000)]
unifdef -D__STDC__

22 years agoRemove a duplicate with a typo.
Jens Schweikhardt [Sat, 23 Mar 2002 22:10:02 +0000 (22:10 +0000)]
Remove a duplicate with a typo.

MFC after: 3 days

22 years agoAdd code to print the fault virtual address for uncorrectable DMA errors
Thomas Moestl [Sat, 23 Mar 2002 20:42:23 +0000 (20:42 +0000)]
Add code to print the fault virtual address for uncorrectable DMA errors
caused by IOMMU misses to aid debugging. This will only work on
UltraSPARC-IIi and IIe.

22 years agoDe-__P(), de-K&R, remove superfluous comments and prototypes, some
Thomas Moestl [Sat, 23 Mar 2002 20:27:32 +0000 (20:27 +0000)]
De-__P(), de-K&R, remove superfluous comments and prototypes, some
style fixes. No functional changes.

22 years agoDe-K&R.
Thomas Moestl [Sat, 23 Mar 2002 20:22:19 +0000 (20:22 +0000)]
De-K&R.

22 years agoFix syscall ktraceing.
Thomas Moestl [Sat, 23 Mar 2002 20:11:38 +0000 (20:11 +0000)]
Fix syscall ktraceing.

22 years agoMake this compile without options DDB; use intr_disable() instead of
Thomas Moestl [Sat, 23 Mar 2002 20:09:48 +0000 (20:09 +0000)]
Make this compile without options DDB; use intr_disable() instead of
fiddling with PSTATE_IE manually.

22 years agoUpdate comments. We uniformly use __FBSDID in libc now.
David E. O'Brien [Sat, 23 Mar 2002 20:08:00 +0000 (20:08 +0000)]
Update comments.  We uniformly use __FBSDID in libc now.

22 years agoDecruft some #if 0'ed code.
Thomas Moestl [Sat, 23 Mar 2002 20:05:42 +0000 (20:05 +0000)]
Decruft some #if 0'ed code.

22 years agoAdd PCIfunctions 2 and 3 of the PCIO2 chip to the intpin quirk table.
Thomas Moestl [Sat, 23 Mar 2002 20:04:10 +0000 (20:04 +0000)]
Add PCIfunctions 2 and 3 of the PCIO2 chip to the intpin quirk table.

22 years agoIn some cases, RX descriptors that are signalled to have been completed
Thomas Moestl [Sat, 23 Mar 2002 19:43:15 +0000 (19:43 +0000)]
In some cases, RX descriptors that are signalled to have been completed
by the hardware are still marked as owned. Handle this by installing a
timeout handler to collect this descriptor to avoid having received
packets remain unhandled until the next one arrives.

22 years agoAdd option -n to i386 boot2 to disallow boot interruption by keypress.
Pierre Beyssac [Sat, 23 Mar 2002 19:40:27 +0000 (19:40 +0000)]
Add option -n to i386 boot2 to disallow boot interruption by keypress.

PR: i386/36016
Submitted by: Thomas Quinot <thomas@cuivre.fr.eu.org>
Reviewed by: rnordier
MFC after: 1 week

22 years agoAssorted fixes:
Thomas Moestl [Sat, 23 Mar 2002 19:37:11 +0000 (19:37 +0000)]
Assorted fixes:
- remove some useless code from the status change handler that was intended
  to enable the the MII drivers for external phys; this is already done
  during interface initialization, and the deleted code made some
  assumptions about phy addresses that do not seem to hold true on newer
  cards. This should get at least one of the two hmes of newer Netra t1
  machines working.
- correct the interrupt resource allocation
- bump the number of RX descriptors, lower values cause promblems on some
  machines

22 years agoWe keep moduli(5) in /etc/ssh, not /etc.
Dag-Erling Smørgrav [Sat, 23 Mar 2002 19:26:21 +0000 (19:26 +0000)]
We keep moduli(5) in /etc/ssh, not /etc.

22 years agoForgot viapm in the NOTES. Fixed.
Nicolas Souchu [Sat, 23 Mar 2002 18:39:54 +0000 (18:39 +0000)]
Forgot viapm in the NOTES. Fixed.

22 years agosmbus_alloc_bus is not part of the smbus interface anymore
Nicolas Souchu [Sat, 23 Mar 2002 18:27:16 +0000 (18:27 +0000)]
smbus_alloc_bus is not part of the smbus interface anymore

22 years agoW/o __P, the internal declarations will all fit on one line.
David E. O'Brien [Sat, 23 Mar 2002 18:22:40 +0000 (18:22 +0000)]
W/o __P, the internal declarations will all fit on one line.

22 years agoAutomatically detect devices that do not support READ(6)/WRITE(6)
Hidetoshi Shimokawa [Sat, 23 Mar 2002 18:18:02 +0000 (18:18 +0000)]
Automatically detect devices that do not support READ(6)/WRITE(6)
and upgrade to using 10 byte cdbs.

As far as I tested, this works efficiently for most of the
SBP-II/Firewire devices but most of the umass devices still need
ad-hoc work around because umass-sim doesn't return any SCSI errors.

A sysctl nob is also added for the last resort.
I hope we don't need DA_Q_NO_6_BYTE quirks anymore.

Reviewed by: gibbs
MFC after: 1 week

22 years agoStyle nit.
David E. O'Brien [Sat, 23 Mar 2002 18:14:20 +0000 (18:14 +0000)]
Style nit.

22 years agoRemove prototype, no other crt1.c has or needs it.
David E. O'Brien [Sat, 23 Mar 2002 18:14:04 +0000 (18:14 +0000)]
Remove prototype, no other crt1.c has or needs it.

22 years agoStyle(9) local vars after 'register' removal.
David E. O'Brien [Sat, 23 Mar 2002 18:10:59 +0000 (18:10 +0000)]
Style(9) local vars after 'register' removal.

Requested by: bde

22 years agoInstall headers with -C. Ideally, these Makefiles should not need to
Dag-Erling Smørgrav [Sat, 23 Mar 2002 18:01:01 +0000 (18:01 +0000)]
Install headers with -C.  Ideally, these Makefiles should not need to
override the beforeinstall target at all, but this has proven difficult
to achieve.

22 years agoRemove these abortive MIPS bits.
David E. O'Brien [Sat, 23 Mar 2002 17:55:32 +0000 (17:55 +0000)]
Remove these abortive MIPS bits.

22 years agoBreath deep and take __P out of the system include files.
Warner Losh [Sat, 23 Mar 2002 17:24:55 +0000 (17:24 +0000)]
Breath deep and take __P out of the system include files.

# This appears to not break X11, but I'm having problems compiling the
# glide part of the server with or without this patch, so I can't tell
# for sure.

22 years agoGDB 4.18 does not use the mmalloc library by default. So GC a little.
David E. O'Brien [Sat, 23 Mar 2002 17:15:49 +0000 (17:15 +0000)]
GDB 4.18 does not use the mmalloc library by default.  So GC a little.

22 years agoMachine must be non-static for COMPAT_43 to compile. This is used in bsd/os
Jake Burkholder [Sat, 23 Mar 2002 17:13:45 +0000 (17:13 +0000)]
Machine must be non-static for COMPAT_43 to compile.  This is used in bsd/os
1.x compatibility code, which I'm sure we all use every day.

22 years agoOops. Should have said
Jake Burkholder [Sat, 23 Mar 2002 17:06:15 +0000 (17:06 +0000)]
Oops.  Should have said

Submitted by: tmm

22 years agoCleanup the trace back routine slightly. Print the leaf return value so
Jake Burkholder [Sat, 23 Mar 2002 17:04:41 +0000 (17:04 +0000)]
Cleanup the trace back routine slightly.  Print the leaf return value so
that traps inside of leaf functions are less confusing.  Add a function
to print a non-symbolic trace of the user stack.

22 years agoSync with other arches; add bloat.
Jake Burkholder [Sat, 23 Mar 2002 16:55:37 +0000 (16:55 +0000)]
Sync with other arches; add bloat.