David E. O'Brien
54262acde3
Add rules for font.h atkbdmap.h ukbdmap.h so more of LINT can be built.
2004-03-03 09:37:44 +00:00
David E. O'Brien
ed76d84fb1
Add missing working options from i386 file.
2004-03-03 09:35:47 +00:00
David E. O'Brien
4338438bf3
Lower i386's INLINE_LIMIT to AMD64's level.
2004-03-03 09:35:06 +00:00
David E. O'Brien
5af0827e0f
mga_state & r128_state need an inline-limit larger than amd64's default
...
in order to compile. AMD64's default could be reduced below 8k, if
dev/aic7xxx/aic79xx.c got this same treatment.
2004-03-03 09:33:03 +00:00
David E. O'Brien
5b9bfb42f9
Sync with i386/NOTES rev. 1.1131.
2004-03-03 09:26:40 +00:00
Dag-Erling Smørgrav
3aff5d0603
Add a note explaining how to use libmap.conf to work around problems
...
with the libc_r -> libpthread transition.
2004-03-03 09:17:06 +00:00
Marc Fonvieille
ede93bc647
Typo fix.
...
PR: docs/63677
Submitted by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
MFC after: 1 week
2004-03-03 09:15:07 +00:00
David E. O'Brien
3dae0ce68f
Peter prefers it this way, bde might also[*]. I just want to have a chance
...
of working on amd64 for vmware use.
[*] bde will probably not like either version...
2004-03-03 08:33:34 +00:00
Andrey A. Chernov
8848539902
Make return code in noarg case GNU-compatible
2004-03-03 08:29:00 +00:00
David E. O'Brien
d92dc3946d
Prefer uintptr_t to intptr_t.
2004-03-03 08:27:33 +00:00
David E. O'Brien
dd921920ee
Use a long as the opaque type so that it matches the size of a pointer
...
on both 32-bit and 64-bit platforms.
2004-03-03 08:24:31 +00:00
Scott Long
c80a90c51f
Change __FUNCTION__ to __func__
...
Submitted by: Stefan Farfeleder
2004-03-03 07:43:34 +00:00
David E. O'Brien
9779ed37a9
Blah, s/newbus/busdma/ in the last commit.
2004-03-03 07:33:43 +00:00
Scott Long
e38ea2819f
Finish the removal of the 'nv' device reference.
2004-03-03 07:16:42 +00:00
David E. O'Brien
1a092ee3b8
Opps, nv(4) isn't committed yet. Comment out.
2004-03-03 07:09:40 +00:00
David E. O'Brien
e81bb67370
AMD64 versions.
2004-03-03 07:00:48 +00:00
David E. O'Brien
13545b10a4
Adjust lnc(4) for 64-bit platforms should it get newbus'ified.
2004-03-03 06:54:26 +00:00
David E. O'Brien
a9653b1cc3
Adjust ed(4) for 64-bit platforms should it get newbus'ified.
2004-03-03 06:48:42 +00:00
David E. O'Brien
77b72a2216
Use a long as the opaque type so that it matches the size of a pointer
...
on both 32-bit and 64-bit platforms.
2004-03-03 06:20:36 +00:00
David E. O'Brien
37580b343a
Add memory barrier routines for AMD64.
2004-03-03 06:19:03 +00:00
David E. O'Brien
5ec0232d34
Cast thru intptr_t on the way to void* for success on 64-bit platforms.
2004-03-03 06:18:29 +00:00
Nate Lawson
2a5644e928
Finish fixing style problems in my previous commit.
...
Pointed out by: bde
2004-03-03 05:51:48 +00:00
Nate Lawson
6d0267157c
This commit was generated by cvs2svn to compensate for changes in r126520,
...
which included commits to RCS files with non-trunk default branches.
2004-03-03 05:47:09 +00:00
Bruce Evans
18b6a3bf87
In the descrption of network interfaces:
...
- use consistent formatting (no tabs)
- improved wording for cx and oltr.
2004-03-03 05:26:03 +00:00
Andrey A. Chernov
9f06a99edd
Be more GNU-compatible in diagnostics
2004-03-03 03:05:21 +00:00
Nate Lawson
3184cf5a6b
Add support for quirks for acpi tables. Key off OEM vendor and revision.
...
Sort acpi debug values. Change "disable" to "disabled" to match rest of
the kernel. Remove debugging from acpi_toshiba since it was only used for
probe/attach.
2004-03-03 03:02:17 +00:00
Garance A Drosehn
2adaffb0aa
Minor style(9) fixes. remove a register keyword, correct two indents.
...
Noticed while comparing to OpenBSD version.
2004-03-03 02:44:52 +00:00
Garance A Drosehn
7f761c522e
Convert K&R-style routine definitions to C89 style, partially to reduce
...
diffs with OpenBSD. This causes no changes to the object produced.
2004-03-03 02:41:21 +00:00
Kenneth D. Merry
2a413b2918
Fix a couple of camcontrol issues that popped up on sparc64:
...
- bzero the CCB header in getdevtree() and set the path properly, to
avoid having random garbage in the CCB header.
- if the lun isn't specified in a device specifier, it should default to
0, not whatever random data happens to be in the lun variable.
- move the prototype for getdevtree() out from under #ifndef MINIMALISTIC,
since it is used in both cases.
Submitted by: Marius Strobl <marius@alchemy.franken.de> (mostly)
MFC After: 2 weeks
2004-03-03 01:51:24 +00:00
Max Laier
b81dae751b
Add some missing DUMMYNET_UNLOCK() in config_pipe().
...
Noticed by: Simon Coggins
Approved by: bms(mentor)
2004-03-03 01:33:22 +00:00
Colin Percival
6b89247521
Forced commit to note that files have been repocopied from
...
src/sbin/nologin to src/usr.sbin/nologin in preparation for
moving nologin(8) from /sbin to /usr/sbin.
2004-03-03 00:45:30 +00:00
Christian Brueffer
7f4b049d59
Remove reference to cx.4. A manpage doen't have to reference itself :-)
2004-03-02 20:42:21 +00:00
Max Laier
43eb694abc
Move PFIL_HOOKS and ipfw past the scope checks to allow easy redirection to
...
linklocal.
Obtained from: OpenBSD
Reviewed by: ume
Approved by: bms(mentor)
2004-03-02 20:29:55 +00:00
Poul-Henning Kamp
9ed40643ea
Make swapbacked md(4) devices respect the -x and -y emulation arguments.
2004-03-02 20:13:23 +00:00
Jordan K. Hubbard
1b629e865e
If handed a file pointer we can't write to, set errno properly to EBADF
...
in order to get SUSv2 conformant behavior in higher level calls like
fputs() and puts().
Reviewed by: bde
2004-03-02 19:43:51 +00:00
David E. O'Brien
0a5df651a6
Whitespace fixes.
2004-03-02 19:15:13 +00:00
Peter Wemm
ed1b77af8c
Add new Matrix Orbital LCD panel id's so that they are recognized and
...
attached via uftdi->ucom.
2004-03-02 19:03:26 +00:00
Peter Wemm
ec88698685
Regen
2004-03-02 19:01:56 +00:00
Peter Wemm
2c711f0694
Add some device id's for Matrix Orbital's newer LCD panels. These use
...
another ftdi usb->serial bridge with different ID's.
2004-03-02 19:01:30 +00:00
Christian Brueffer
45bc8ec13f
Fix plural usage and a grammar nit
2004-03-02 18:38:32 +00:00
Christian Brueffer
0fafc68bcd
o remove stray 'the'
...
o remove instance of wrong apostrophe usage
MFC after: 3 days
2004-03-02 18:30:25 +00:00
Christian Brueffer
8e2e32ea2f
Language cleanup
2004-03-02 18:20:42 +00:00
Roman Kurakin
749ffe1842
1. Add modules makefile for Cronyx Tau/ISA driver (ctau).
...
Approved by: imp (mentor)
2004-03-02 16:51:34 +00:00
Roman Kurakin
3551b5825e
1. Connect Cronyx Tau/ISA driver (ctau) to kernel.
...
Approved by: imp (mentor)
2004-03-02 16:48:19 +00:00
Roman Kurakin
232c8325ba
1. Fix compilation and panic while system boot problem after makedev was
...
changed to unde2dev.
Approved by: imp (mentor)
2004-03-02 16:44:07 +00:00
Roman Kurakin
752aeaf074
1. Renames NCT constant to NCTAU. This will help while MFC to 4 branch.
...
2. Fix compilation and panic while system boot problem after makedev
was changed to unde2dev.
Approved by: imp (mentor)
2004-03-02 16:39:40 +00:00
Søren Schmidt
f0aafe7d84
If being verbose in the autosense code, print the original error.
2004-03-02 16:16:54 +00:00
Hajimu UMEMOTO
48850f2977
scope awareness of ff01:: is not merged, yet. So, clear
...
embeded form of scopeid for ff01:: for now.
Pointed out by: mlaier
2004-03-02 16:01:27 +00:00
John Baldwin
efac7951fe
Always assert that the passed in lock is the same as the saved lock in the
...
sleep queue now that the one abnormal case has been fixed.
2004-03-02 15:02:08 +00:00
John Baldwin
959c0c4122
Correct handling of PDROP in msleep() to just skip the mtx_lock() rather
...
than clear the lock pointer so that sleepq_add() still gets the correct
lock pointer and doesn't bogusly trip an assertion.
2004-03-02 14:58:33 +00:00