| Commit message (Expand) | Author | Age | Files | Lines |
* | Move us yet closer to IFM_* definitions in NetBSD. | phk | 2002-04-29 | 4 | -56/+56 |
* | Document three synchronization issues in vm_fault(). | alc | 2002-04-29 | 1 | -0/+8 |
* | Add one more here. | jmallett | 2002-04-29 | 1 | -0/+10 |
* | Remove a Kurt Vonnegut quote that appears in fortunes. | jmallett | 2002-04-29 | 1 | -18/+0 |
* | Spell out the name of Hunter S. Thompson. | jmallett | 2002-04-29 | 3 | -6/+6 |
* | Sort one, remove some dupes. | jmallett | 2002-04-29 | 1 | -17/+3 |
* | Add something I found amusing when overheard, and a paraphrasal of it. | jmallett | 2002-04-29 | 1 | -0/+4 |
* | Move the Rush Limbaugh fortunes to the offensive file, right after the | dougb | 2002-04-29 | 2 | -227/+227 |
* | Sort according to ../tools/do_sort | dougb | 2002-04-29 | 1 | -263/+264 |
* | Diff reduction to my experimental code: clean up return code handling. | anholt | 2002-04-29 | 24 | -359/+354 |
* | * Add a quote about the differences between human and machine | dougb | 2002-04-28 | 1 | -1/+239 |
* | Add a French calendar. | dwmalone | 2002-04-28 | 5 | -3/+21 |
* | Pass the caller's file name and line number to the vm_map locking functions. | alc | 2002-04-28 | 2 | -20/+35 |
* | add a missing \n to an unregister failure message | cg | 2002-04-28 | 1 | -1/+1 |
* | recognise ct5880-e | cg | 2002-04-28 | 1 | -1/+7 |
* | * Add $FreeBSD$ to limerick and zippy | dougb | 2002-04-28 | 8 | -752/+754 |
* | Kill one version of a limerick here. | jmallett | 2002-04-28 | 1 | -6/+0 |
* | Kill some duplicates. | jmallett | 2002-04-28 | 1 | -24/+0 |
* | Follow NetBSD and s/IFM_1000_TX/IFM_1000_T/ | phk | 2002-04-28 | 14 | -50/+50 |
* | Don't pass three args when one will do just fine, and even prevent | phk | 2002-04-28 | 19 | -24/+29 |
* | Move drm to the i386-only section. | des | 2002-04-28 | 1 | -1/+1 |
* | Improve an API by about 4 lines per driver. | phk | 2002-04-28 | 17 | -67/+21 |
* | Use generic MII #defines instead of private ones when the registers | phk | 2002-04-28 | 2 | -169/+67 |
* | Merge in rev 1.9 from NetBSD. | phk | 2002-04-28 | 1 | -3/+81 |
* | We don't need the arp kludge any more. | phk | 2002-04-28 | 2 | -13/+0 |
* | Stylistic sweep through the timecounter code. | phk | 2002-04-28 | 3 | -192/+246 |
* | Don't screw up our uptime with historical dates. | phk | 2002-04-28 | 1 | -1/+1 |
* | Spell void * as void * rather than caddr_t. This is complicated by the | des | 2002-04-28 | 37 | -267/+279 |
* | Minor nit; return(foo) from main rather than exit(foo). | markm | 2002-04-28 | 1 | -1/+1 |
* | Very minor whitespace nit. | markm | 2002-04-28 | 1 | -1/+0 |
* | Remove GCC-specific flags. | markm | 2002-04-28 | 1 | -1/+0 |
* | Reorder for style. | markm | 2002-04-28 | 2 | -6/+6 |
* | Remove GCC-specific flags. | markm | 2002-04-28 | 1 | -1/+0 |
* | Fix VCS tags; ANSIfy functions | markm | 2002-04-28 | 1 | -14/+8 |
* | Add some function prototypes to squash warnings. | markm | 2002-04-28 | 1 | -0/+6 |
* | Easy warns fixes; sort out some types and me them a bit more consistent; | markm | 2002-04-28 | 1 | -8/+9 |
* | Warnings fix; ANSIfy, constify, mark unused function parameter(s). | markm | 2002-04-28 | 3 | -18/+13 |
* | Warns; ANSIfy, constify and move declarations into a common header. | markm | 2002-04-28 | 3 | -39/+68 |
* | Remove GCC-specific flags. | markm | 2002-04-28 | 1 | -1/+0 |
* | Fix a const-char vs char issue. | markm | 2002-04-28 | 1 | -1/+3 |
* | Very minor whitespace nit. | markm | 2002-04-28 | 1 | -0/+1 |
* | Declarations cleanup; make sure externs are in a common header. | markm | 2002-04-28 | 3 | -9/+72 |
* | 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 |