Gary Jennejohn
85c1d5977c
Add the Dynalink IS64PPH+ as a supported card.
...
Reported by: znerd
2002-04-28 11:52:53 +00:00
Mark Murray
8feb878d72
Fix VCS inclusions.
2002-04-28 11:52:43 +00:00
Mark Murray
78552e79d1
More low hanging warnings fruit; ANSIfy, de-register, constify.
2002-04-28 11:51:03 +00:00
Gary Jennejohn
3573a23fa1
Change instances of avma1pp2- to ifpi2- in printf's since the name
...
of the driver should be emitted.
This was already changed in the code committed to RELENG_4.
2002-04-28 11:47:10 +00:00
Mark Murray
ff288009d9
Fix some low-hanging fruit in the warnings department; ANSIfy functions,
...
sort out some const issues.
2002-04-28 11:44:30 +00:00
Mark Murray
e7c7159542
Easy warns fixes; use const, mark unused function parameters. Remove
...
unused includes.
2002-04-28 11:16:43 +00:00
Mark Murray
c0bef837ba
Remove GCC-specific flags.
2002-04-28 11:15:47 +00:00
Mark Murray
d629fa16d5
Trivial warnings fixes; staticise and use unsigned.
...
Use __FBSDID().
2002-04-28 11:13:20 +00:00
Mark Murray
791e544b6b
Use __FBSDID, ANSIfy functions, fix const string.
2002-04-28 11:00:34 +00:00
Mark Murray
a827060a67
Use __FBSDID(), ANSIfy headings, use const/unsigned in minor but
...
appropriate places.
2002-04-28 10:56:09 +00:00
Mark Murray
fb46863912
Style only; format function declarations, sort header includes, and
...
use __FBSDID().
2002-04-28 10:49:15 +00:00
Ian Dowse
72d12a7fae
Oops, remove references to NLOCKED and NWANTED, now that they no
...
longer exist.
2002-04-28 10:24:38 +00:00
Bruce Evans
4cfce7a7a6
Removed unused forward struct declaration.
2002-04-28 09:51:45 +00:00
Marcel Moolenaar
4ee5409b54
Add mca.c.
2002-04-28 08:43:47 +00:00
Scott Long
b22841b0ff
Nuke -g
2002-04-28 06:38:38 +00:00
Alan Cox
d974f03c69
o Introduce and use vm_map_trylock() to replace several direct uses
...
of lockmgr().
o Add missing synchronization to vmspace_swap_count(): Obtain a read lock
on the vm_map before traversing it.
2002-04-28 06:07:54 +00:00
Eric Anholt
67a2a28fe4
Hook the DRM up to the build and add it to NOTES.
...
Approved by: des
2002-04-28 04:58:40 +00:00
Bruce A. Mah
f76dbb6f5e
Add DFE-530TX+ to rl(4) list.
...
Submitted by: Karl Heller <kheller2@mac.com>
2002-04-28 04:49:19 +00:00
Jake Burkholder
05f2fa5cee
Add code to emulate arithmetic, comparison and conversion operations
...
on long double, which are not implemented in hardware on any UltraSPARC
chip that I know of. This just calls into the existing floating point
emulator, which is still needed to emulate other floating point operations
in certain conditions. Without this gcc has to generate the quad floating
point instructions directly, which sometimes causes internal compiler
errors.
Reviewed by: tmm
2002-04-28 02:36:36 +00:00
Warner Losh
9218b6a376
Alphabetize descriptions and remove the "PCI" from the desciptions.
...
Suggested by: brooks
2002-04-28 02:04:28 +00:00
Greg Lehey
1254a3ba7b
Add partition type for IBM's JFS.
...
Submitted by: Hiten Pandya <hiten@uk.FreeBSD.org>
2002-04-28 01:52:17 +00:00
Garance A Drosehn
38a1326cad
Add many prototypes and ANSI-ize 'patch. Not a complete job of it, but it gets
...
our patch to look a little more like NetBSD's, and has the nice characteristic
that the object code is exactly the same after the change as before it (even in
patch.c and pch.c, which have pesky 'assert' statements in them).
Reviewed by: /sbin/md5 on i386, alpha, sparc64
MFC after: 3 days
2002-04-28 01:33:45 +00:00
Garance A Drosehn
a3df8483c8
Add FreeBSD id's to these files, in advance of a separate update.
...
MFC after: 3 days
2002-04-28 01:26:40 +00:00
Peter Wemm
548c02a68d
Oops. Previous commit was to fix the problem which was noticed by tmm.
2002-04-28 00:17:26 +00:00
Peter Wemm
44e74ba6c3
We do not necessarily need to map/unmap pages to zero parts of them.
...
On systems where physical memory is also direct mapped (alpha, sparc,
ia64 etc) this is slightly harmful.
2002-04-28 00:15:48 +00:00
Bruce A. Mah
c9f93b82a9
New release notes: isdn4bsd Q.931 subaddressing.
...
Updated release notes: IPFilter 3.4.27 (+ MFC), isdn4bsd 1.0.2.
Fix up some confusion about ifpi(4) and ifpi2(4).
2002-04-28 00:09:42 +00:00
Bruce A. Mah
f443ee8e55
Add devices supported by aue(4), cue(4), kue(4), an(4), wi(4)
...
drivers. Minor fix for ray(4).
Based on:
src/etc/defaults/pccard.conf 1.236
src/sys/dev/usb/if_aue.c 1.57
src/sys/dev/usb/if_cue.c 1.28
src/sys/dev/usb/if_kue.c 1.40
src/sys/dev/usb/usbdevs 1.88
2002-04-28 00:01:12 +00:00
Ian Dowse
ba1551ca81
Avoid the user-visible effect of setting SA_NOCLDWAIT when the
...
SIGCHLD handler is SIG_IGN. This is a reimplementation of the
problematic revision 1.131 of kern_exit.c. To avoid accessing process
UPAGES, we set a new procsig flag when the SIGCHLD handler is SIG_IGN
and use that instead.
2002-04-27 22:41:41 +00:00
Peter Wemm
4f033348f4
Finish fixing hints. Remember the use_kenv state for the next run.
...
Otherwise we fall back to using the static hints the next time around.
We still have the leftover fallback code there which meant that we skipped
the use_hints checking on the second and subsequent calls. Also, be a bit
more careful about walking off the end of the envp array.
I've extracted this from a larger diff. I hope I didn't miss anything...
2002-04-27 22:32:57 +00:00
Peter Wemm
fc1218bb71
Partial fix for hints
...
Obtained from: mux
2002-04-27 22:25:13 +00:00
Ian Dowse
3eee035c5b
Remove a stale comment saying that the vnode lock must be the first
...
element in the structure pointed to by vp->v_data; the vnode lock
is now within the vnode structure itself.
2002-04-27 22:20:33 +00:00
Ian Dowse
10632e44cc
Remove the nfs_{lock,unlock,islocked} functions and the associated
...
definitions; they have been unused and #if 0'd out since the Lite/2
merge and we are unlikely to want them in the future.
2002-04-27 22:10:16 +00:00
Alan Cox
089b073345
o Begin documenting the (existing) locking protocol on the vm_map
...
in the same style as sys/proc.h.
o Undo the de-inlining of several trivial, MPSAFE methods on the vm_map.
(Contrary to the commit message for vm_map.h revision 1.66 and vm_map.c
revision 1.206, de-inlining these methods increased the kernel's size.)
2002-04-27 22:01:37 +00:00
Dag-Erling Smørgrav
c552e298cb
Obliterate the new password as well as the old, even if though it's hashed.
2002-04-27 21:58:23 +00:00
Jake Burkholder
8c93421144
Emulate ldq and stq (load/store long double) instructions. GCC has started
...
using these to load long doubles, but they aren't implemented in hardware
on (at least) UltraSPARC I and II machines.
Emulate popc in the user trap handler as well.
Re-arrange slightly to make support functions more accessible.
Reviewed by: tmm
2002-04-27 21:56:28 +00:00
Eric Anholt
24d44c5d51
Add makefiles for DRM modules
...
Approved by: des
2002-04-27 20:55:03 +00:00
Eric Anholt
4fc9623548
Add the code for the DRM, based on the code from the drm-kmod port.
...
This is not hooked up yet, that will come later.
Approved by: des
2002-04-27 20:47:57 +00:00
Eric Melville
23b1419ddc
Move ID tag.
2002-04-27 19:57:22 +00:00
Alan Cox
c01945726b
For what it's worth, fix the compilation of an I386_CPU-only kernel
...
now that certain warnings are fatal.
2002-04-27 18:13:35 +00:00
Alan Cox
ce6612b6b6
Don't call vm_map_growstack() from trapwrite() as vm_fault() now performs
...
this automatically.
2002-04-27 17:07:15 +00:00
Darren Reed
ab45c4a6f4
This commit was generated by cvs2svn to compensate for changes in r95567,
...
which included commits to RCS files with non-trunk default branches.
2002-04-27 17:01:32 +00:00
Darren Reed
a5b879f8a3
Import 3.4.27
2002-04-27 17:01:32 +00:00
Darren Reed
6f6de10640
This commit was generated by cvs2svn to compensate for changes in r95565,
...
which included commits to RCS files with non-trunk default branches.
2002-04-27 17:01:31 +00:00
Darren Reed
accfbf9e7c
Import 3.4.27
2002-04-27 17:01:31 +00:00
Alan Cox
72ba293d78
MFi386 1.222: Remove vm_map_growstack() and acquisition and release of Giant
...
around vm_fault() in trap_pfault().
2002-04-27 17:00:28 +00:00
Darren Reed
7df187a3ad
Merge updates from 3.4.26 - 3.4.27.
2002-04-27 16:56:25 +00:00
Warner Losh
cd5a4c63c7
This patch fixes my breakage of ssid matching. I introduced the
...
breakage when I tried to merge OpenBSD wi_hostap changes into the
tree. Skibo found the problem and submitted these patches. Thanks!
Submitted by: skibo@pacbell.net
2002-04-27 16:03:25 +00:00
Warner Losh
0853849336
Better names for the PCI cards. The biggest change is that we now
...
identify the Intersil Prism 2.5 PCI native card as that, rather than
Linksys, the first folks to get it to market.
2002-04-27 16:01:26 +00:00
Makoto Matsushita
2b3f8b22db
Introduce CVSCMDARGS make variable to set command-line options for cvs.
...
You may want set '-D data-spec' to this variable.
PR: 31218
Submitted by: Alexandr Listopad <laa@laa.zp.ua>
MFC after: 5 days
(if re@ permits)
2002-04-27 14:23:32 +00:00
Alan Cox
644d87b30a
MFi386 1.222: Remove vm_map_growstack() and acquisition and release of Giant
...
around vm_fault().
2002-04-27 09:34:15 +00:00