aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Minor reorder for style.Mark Murray2002-04-281-1/+1
* Fix some easy warnings; ANSIfy, constify.Mark Murray2002-04-281-55/+48
* ANSIfy functions, and move extern declarations into a shared headerMark Murray2002-04-285-42/+87
* Fix a number of warnings. A gcc preprocessor bug relating to macrosIan Dowse2002-04-281-38/+53
* Add the Dynalink IS64PPH+ as a supported card.Gary Jennejohn2002-04-281-0/+1
* Fix VCS inclusions.Mark Murray2002-04-283-6/+9
* More low hanging warnings fruit; ANSIfy, de-register, constify.Mark Murray2002-04-281-19/+17
* Change instances of avma1pp2- to ifpi2- in printf's since the nameGary Jennejohn2002-04-281-5/+5
* Fix some low-hanging fruit in the warnings department; ANSIfy functions,Mark Murray2002-04-281-88/+59
* Easy warns fixes; use const, mark unused function parameters. RemoveMark Murray2002-04-281-14/+13
* Remove GCC-specific flags.Mark Murray2002-04-281-1/+0
* Trivial warnings fixes; staticise and use unsigned.Mark Murray2002-04-281-13/+16
* Use __FBSDID, ANSIfy functions, fix const string.Mark Murray2002-04-281-44/+37
* Use __FBSDID(), ANSIfy headings, use const/unsigned in minor butMark Murray2002-04-281-24/+16
* Style only; format function declarations, sort header includes, andMark Murray2002-04-281-20/+26
* Oops, remove references to NLOCKED and NWANTED, now that they noIan Dowse2002-04-282-8/+0
* Removed unused forward struct declaration.Bruce Evans2002-04-281-1/+0
* Add mca.c.Marcel Moolenaar2002-04-281-0/+1
* Nuke -gScott Long2002-04-281-2/+0
* o Introduce and use vm_map_trylock() to replace several direct usesAlan Cox2002-04-285-8/+14
* Hook the DRM up to the build and add it to NOTES.Eric Anholt2002-04-2814-10/+43
* Add DFE-530TX+ to rl(4) list.Bruce A. Mah2002-04-282-2/+2
* Add code to emulate arithmetic, comparison and conversion operationsJake Burkholder2002-04-282-1/+136
* Alphabetize descriptions and remove the "PCI" from the desciptions.Warner Losh2002-04-281-5/+6
* Add partition type for IBM's JFS.Greg Lehey2002-04-281-0/+1
* Add many prototypes and ANSI-ize 'patch. Not a complete job of it, but it getsGarance A Drosehn2002-04-2814-263/+221
* Add FreeBSD id's to these files, in advance of a separate update.Garance A Drosehn2002-04-284-3/+18
* Oops. Previous commit was to fix the problem which was noticed by tmm.Peter Wemm2002-04-280-0/+0
* We do not necessarily need to map/unmap pages to zero parts of them.Peter Wemm2002-04-283-4/+14
* New release notes: isdn4bsd Q.931 subaddressing.Bruce A. Mah2002-04-282-4/+18
* Add devices supported by aue(4), cue(4), kue(4), an(4), wi(4)Bruce A. Mah2002-04-282-44/+242
* Avoid the user-visible effect of setting SA_NOCLDWAIT when theIan Dowse2002-04-273-6/+10
* Finish fixing hints. Remember the use_kenv state for the next run.Peter Wemm2002-04-271-8/+10
* Partial fix for hintsPeter Wemm2002-04-271-2/+4
* Remove a stale comment saying that the vnode lock must be the firstIan Dowse2002-04-271-3/+0
* Remove the nfs_{lock,unlock,islocked} functions and the associatedIan Dowse2002-04-272-88/+0
* o Begin documenting the (existing) locking protocol on the vm_mapAlan Cox2002-04-272-25/+26
* Obliterate the new password as well as the old, even if though it's hashed.Dag-Erling Smørgrav2002-04-271-2/+8
* Emulate ldq and stq (load/store long double) instructions. GCC has startedJake Burkholder2002-04-2712-106/+252
* Add makefiles for DRM modulesEric Anholt2002-04-276-0/+53
* Add the code for the DRM, based on the code from the drm-kmod port.Eric Anholt2002-04-2748-0/+33683
* Move ID tag.Eric Melville2002-04-271-2/+5
* For what it's worth, fix the compilation of an I386_CPU-only kernelAlan Cox2002-04-272-2/+16
* Don't call vm_map_growstack() from trapwrite() as vm_fault() now performsAlan Cox2002-04-272-14/+8
* This commit was generated by cvs2svn to compensate for changes in r95567,Darren Reed2002-04-274-0/+327
|\
| * Import 3.4.27Darren Reed2002-04-274-0/+327
* | This commit was generated by cvs2svn to compensate for changes in r95565,Darren Reed2002-04-277-31/+51
|\|
| * Import 3.4.27Darren Reed2002-04-2715-104/+174
* | MFi386 1.222: Remove vm_map_growstack() and acquisition and release of GiantAlan Cox2002-04-272-34/+4
* | Merge updates from 3.4.26 - 3.4.27.Darren Reed2002-04-278-65/+115