| Commit message (Expand) | Author | Age | Files | Lines |
* | warns fixes; ANSIfy, deregister, constify. | markm | 2002-04-28 | 1 | -29/+16 |
* | Easy warns fixes; constify. | markm | 2002-04-28 | 1 | -3/+3 |
* | Style; line up columns, space things out more consistently. | markm | 2002-04-28 | 1 | -6/+7 |
* | Style fixes; whitespace and header order. | markm | 2002-04-28 | 1 | -16/+30 |
* | Fix VCS inclusion and tidy up #includes. | markm | 2002-04-28 | 1 | -4/+8 |
* | Cast to kill warnings. De-register. | markm | 2002-04-28 | 1 | -3/+3 |
* | fix warnings; change variable/argument names that mask global names. | markm | 2002-04-28 | 1 | -4/+4 |
* | Remove GCC-specific flags and commented out cruft. | markm | 2002-04-28 | 1 | -3/+0 |
* | Some easy const fixes. | markm | 2002-04-28 | 1 | -3/+3 |
* | ANSIfy, VCS inclusions and some very minor style. | markm | 2002-04-28 | 3 | -55/+36 |
* | Minor reorder for style. | markm | 2002-04-28 | 1 | -1/+1 |
* | Fix some easy warnings; ANSIfy, constify. | markm | 2002-04-28 | 1 | -55/+48 |
* | ANSIfy functions, and move extern declarations into a shared header | markm | 2002-04-28 | 5 | -42/+87 |
* | Fix a number of warnings. A gcc preprocessor bug relating to macros | iedowse | 2002-04-28 | 1 | -38/+53 |
* | Add the Dynalink IS64PPH+ as a supported card. | gj | 2002-04-28 | 1 | -0/+1 |
* | Fix VCS inclusions. | markm | 2002-04-28 | 3 | -6/+9 |
* | More low hanging warnings fruit; ANSIfy, de-register, constify. | markm | 2002-04-28 | 1 | -19/+17 |
* | Change instances of avma1pp2- to ifpi2- in printf's since the name | gj | 2002-04-28 | 1 | -5/+5 |
* | Fix some low-hanging fruit in the warnings department; ANSIfy functions, | markm | 2002-04-28 | 1 | -88/+59 |
* | Easy warns fixes; use const, mark unused function parameters. Remove | markm | 2002-04-28 | 1 | -14/+13 |
* | Remove GCC-specific flags. | markm | 2002-04-28 | 1 | -1/+0 |
* | Trivial warnings fixes; staticise and use unsigned. | markm | 2002-04-28 | 1 | -13/+16 |
* | Use __FBSDID, ANSIfy functions, fix const string. | markm | 2002-04-28 | 1 | -44/+37 |
* | Use __FBSDID(), ANSIfy headings, use const/unsigned in minor but | markm | 2002-04-28 | 1 | -24/+16 |
* | Style only; format function declarations, sort header includes, and | markm | 2002-04-28 | 1 | -20/+26 |
* | Oops, remove references to NLOCKED and NWANTED, now that they no | iedowse | 2002-04-28 | 2 | -8/+0 |
* | Removed unused forward struct declaration. | bde | 2002-04-28 | 1 | -1/+0 |
* | Add mca.c. | marcel | 2002-04-28 | 1 | -0/+1 |
* | Nuke -g | scottl | 2002-04-28 | 1 | -2/+0 |
* | o Introduce and use vm_map_trylock() to replace several direct uses | alc | 2002-04-28 | 5 | -8/+14 |
* | Hook the DRM up to the build and add it to NOTES. | anholt | 2002-04-28 | 14 | -10/+43 |
* | Add DFE-530TX+ to rl(4) list. | bmah | 2002-04-28 | 2 | -2/+2 |
* | Add code to emulate arithmetic, comparison and conversion operations | jake | 2002-04-28 | 2 | -1/+136 |
* | Alphabetize descriptions and remove the "PCI" from the desciptions. | imp | 2002-04-28 | 1 | -5/+6 |
* | Add partition type for IBM's JFS. | grog | 2002-04-28 | 1 | -0/+1 |
* | Add many prototypes and ANSI-ize 'patch. Not a complete job of it, but it gets | gad | 2002-04-28 | 14 | -263/+221 |
* | Add FreeBSD id's to these files, in advance of a separate update. | gad | 2002-04-28 | 4 | -3/+18 |
* | Oops. Previous commit was to fix the problem which was noticed by tmm. | peter | 2002-04-28 | 0 | -0/+0 |
* | We do not necessarily need to map/unmap pages to zero parts of them. | peter | 2002-04-28 | 3 | -4/+14 |
* | New release notes: isdn4bsd Q.931 subaddressing. | bmah | 2002-04-28 | 2 | -4/+18 |
* | Add devices supported by aue(4), cue(4), kue(4), an(4), wi(4) | bmah | 2002-04-28 | 2 | -44/+242 |
* | Avoid the user-visible effect of setting SA_NOCLDWAIT when the | iedowse | 2002-04-27 | 3 | -6/+10 |
* | Finish fixing hints. Remember the use_kenv state for the next run. | peter | 2002-04-27 | 1 | -8/+10 |
* | Partial fix for hints | peter | 2002-04-27 | 1 | -2/+4 |
* | Remove a stale comment saying that the vnode lock must be the first | iedowse | 2002-04-27 | 1 | -3/+0 |
* | Remove the nfs_{lock,unlock,islocked} functions and the associated | iedowse | 2002-04-27 | 2 | -88/+0 |
* | o Begin documenting the (existing) locking protocol on the vm_map | alc | 2002-04-27 | 2 | -25/+26 |
* | Obliterate the new password as well as the old, even if though it's hashed. | des | 2002-04-27 | 1 | -2/+8 |
* | Emulate ldq and stq (load/store long double) instructions. GCC has started | jake | 2002-04-27 | 12 | -106/+252 |
* | Add makefiles for DRM modules | anholt | 2002-04-27 | 6 | -0/+53 |