phk
811d04c86c
Modernize my email address.
2002-03-25 13:52:45 +00:00
phk
0078076cdd
Modernize my email-address.
2002-03-25 13:48:53 +00:00
nyan
5beeede622
Merged from sys/dev/sio/sio.c revisions 1.366 and 1.369.
2002-03-25 13:41:06 +00:00
nyan
6ca94509e4
Merged from sys/dev/syscons/syscons.c revision 1.379.
2002-03-25 13:34:37 +00:00
ru
856f433789
Upgrade to GNU texinfo 4.1.
2002-03-25 13:20:03 +00:00
ru
c8ceb16ae1
Update for GNU texinfo 4.1.
2002-03-25 13:16:33 +00:00
ru
40b7d6f0c0
Merge texinfo 4.1 changes onto the trunk.
2002-03-25 13:11:52 +00:00
ru
333ccbd459
Use stock (FSF) version of this file.
2002-03-25 13:10:59 +00:00
ru
6feb2c895f
This commit was generated by cvs2svn to compensate for changes in r93139,
...
which included commits to RCS files with non-trunk default branches.
2002-03-25 13:08:32 +00:00
ru
5500b59c45
Import of stripped down GNU texinfo 4.1
2002-03-25 13:08:32 +00:00
nyan
a0a7036a32
MFi386: revision 1.396
2002-03-25 13:03:14 +00:00
nyan
1a251b4481
Fix style.
2002-03-25 12:44:03 +00:00
ume
31c9c349f8
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
2002-03-25 10:46:24 +00:00
pb
583a5ab329
Add forgotten flag in flag lists.
...
PR: docs/36267 (partial)
Submitted by: Thomas Quinot <thomas.cuivre.fr.eu.org>
2002-03-25 10:45:28 +00:00
ume
37ae60983d
3rd arg to bcmp() was wrong. From: David Wang <dsw@juniper.net>
...
Obtained from: KAME
MFC after: 1 week
2002-03-25 10:12:51 +00:00
mike
582c3c2fe1
Include <machine/limits.h> for definition of ULONG_MAX. Remove a
...
duplicate include.
2002-03-25 09:23:41 +00:00
mike
63d711b4d6
Include <machine/limits.h> for definition of ULONG_MAX.
2002-03-25 09:21:45 +00:00
obrien
d2961e7056
Fix kernel build.
2002-03-25 08:02:54 +00:00
mike
b1d120cfbf
Include <stdint.h> for definition of intmax_t and/or uintmax_t.
2002-03-25 05:23:45 +00:00
tmm
bd8de5c3a5
Add kern/syscalls.c, which is needed for some KTR traces in trap.c.
2002-03-25 05:01:05 +00:00
tmm
583691785f
Add missing includes for the KTRACE case.
2002-03-25 04:54:19 +00:00
tmm
b562cca381
Add missing declarations.
2002-03-25 04:53:18 +00:00
tmm
2cd706e7dc
Make this compile (submitted by jake), add a missing include.
2002-03-25 04:38:48 +00:00
tmm
ed02ae39ee
Remove second copy of iommu_decode_fault() which I accidentially added.
...
Pointy hat to: tmm
2002-03-25 04:34:52 +00:00
kuriyama
25b9aaaa01
MFen.
2002-03-25 03:31:19 +00:00
obrien
3465b70296
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.
2002-03-25 03:27:09 +00:00
brooks
f9ddb022b3
Remote newly unused variable to unbreak LINT.
...
Pointy hat to: amorita
2002-03-25 02:55:34 +00:00
luigi
292f82a709
Add a few popular entries.
2002-03-24 21:13:53 +00:00
obrien
97d5f630ad
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.
2002-03-24 17:45:46 +00:00
obrien
5db6e5fbad
MFP4. This slipped into a IFC(MFC) by PHK, but it could still be useful
...
To commit it for real.
2002-03-24 17:42:06 +00:00
obrien
9df0f53dd9
'char *' can be a large entity now (on 64-bit platforms). Thus move it up
...
to make the example match the text requirements.
2002-03-24 17:02:16 +00:00
markm
ce8b8b8999
Add BSD sort to the build, now that GNU sort is gone.
2002-03-24 16:02:01 +00:00
markm
f3401792a8
Remove GNU sort from the build. BSD sort is coming.
2002-03-24 16:01:17 +00:00
markm
5fb54802b6
Make this compile on FreeBSD. Sort out VCS tags, fix warnings.
2002-03-24 15:59:17 +00:00
markm
46388605d1
Replace __progname with the documented, more acceptable and functionally identical getprogname(3).
2002-03-24 15:17:53 +00:00
markm
bda6eb4b89
Replace __progname with the functionally identical but more
...
acceptable (documented) getprogname(3).
2002-03-24 15:06:48 +00:00
markm
67e76f4ab3
Replace use of __progname with the functionally identical and more
...
acceptable getprogname(3).
2002-03-24 14:56:55 +00:00
phk
f1e2f70def
Link testcase 13 in.
2002-03-24 14:40:15 +00:00
wilko
1a41ff2f8b
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.
2002-03-24 14:35:20 +00:00
phk
44e53e2154
Add a testcase for the alpha BSD label from beast.
2002-03-24 14:29:39 +00:00
phk
7f990ca62c
Make the BSD method width/endian agnostic and support alpha
...
architecture labels as well.
Sponsored by: DARPA, NAI Labs.
2002-03-24 14:27:31 +00:00
phk
2e93448199
Add a copy of the bsd-label from beast.freebsd.org
2002-03-24 13:54:01 +00:00
sos
87ccc1e6f1
Add AMD 768 support.
2002-03-24 12:44:23 +00:00
phk
93f0d047cf
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!
2002-03-24 11:33:52 +00:00
obrien
8842976cdd
Guard against redefining __gnuc_va_list.
2002-03-24 11:25:46 +00:00
phk
91037c66c7
Update to reflect new contents of sys/geom
2002-03-24 11:22:06 +00:00
phk
4068fec653
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.
2002-03-24 11:21:41 +00:00
jeff
a3880e122d
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
2002-03-24 10:56:11 +00:00
marcel
985de052a1
Undefine __FBSDID before defining it as it's already defined at
...
that point.
2002-03-24 10:28:04 +00:00
netchild
137850f489
Don't pretend to be a section 4 man page.
...
Approved by: joerg
2002-03-24 10:25:21 +00:00