| Commit message (Expand) | Author | Age | Files | Lines |
| * | Recognize numeric digits inside $id$ tags, eg: $XFree86$ | Peter Wemm | 2001-12-10 | 1 | -1/+1 |
| * | Get rid of irritating (bogus) message: | Guido van Rooij | 2001-12-10 | 1 | -2/+5 |
| * | Adjust for the addition of CTR6. | David E. O'Brien | 2001-12-10 | 1 | -1/+1 |
| * | Complete the CTR6 addition (and TR6 and ITR6...) | David E. O'Brien | 2001-12-10 | 1 | -11/+11 |
| * | Add new boot flag to i386 boot: -p. | Guido van Rooij | 2001-12-10 | 9 | -2/+39 |
| * | Install i4bing.4. It lives for more than year in the tree, but | Alexey Zelkin | 2001-12-10 | 1 | -4/+3 |
| * | Regen from usbdevs rev 1.70: added some AGFA scanners | Sheldon Hearn | 2001-12-10 | 2 | -2/+51 |
| * | Add some AGFA scanners: | Sheldon Hearn | 2001-12-10 | 1 | -0/+7 |
| * | Provide a more specific help line for PLIP installs, reminding the | Murray Stokely | 2001-12-10 | 1 | -0/+5 |
| * | I missed a string concatenation. | David E. O'Brien | 2001-12-10 | 1 | -1/+1 |
| * | Add identification string for AMD-761 host to PCI bridge. | Murray Stokely | 2001-12-10 | 2 | -0/+6 |
| * | Remove the advice relating to the number of cylinders per cylinder | Sheldon Hearn | 2001-12-10 | 1 | -13/+0 |
| * | Add the Bulgarian BDS and Phonetic keymaps. | Peter Pentchev | 2001-12-10 | 4 | -2/+8 |
| * | Update to C99, s/__FUNCTION__/__func__/, | David E. O'Brien | 2001-12-10 | 92 | -306/+309 |
| * | WARNS=2 cleanup. | Mike Heffner | 2001-12-10 | 2 | -58/+70 |
| * | WARNS=2 cleanup. | Mike Heffner | 2001-12-10 | 2 | -12/+17 |
| * | WARNS=2 cleanup. | Mike Heffner | 2001-12-10 | 2 | -33/+35 |
| * | Update to C99, s/__FUNCTION__/__func__/. | David E. O'Brien | 2001-12-10 | 1 | -1/+1 |
| * | Update to C99, s/__FUNCTION__/__func__/. | David E. O'Brien | 2001-12-10 | 6 | -25/+25 |
| * | Repeat after me -- "Use of ANSI string concatenation can be bad." | David E. O'Brien | 2001-12-10 | 4 | -38/+38 |
| * | Add a CTR6, we need it now. | David E. O'Brien | 2001-12-10 | 1 | -0/+8 |
| * | o Eliminate compilation warnings on 64-bit architectures. | Alan Cox | 2001-12-10 | 1 | -3/+3 |
| * | An XFree86 install should not depend on any compat libs any longer. | David E. O'Brien | 2001-12-10 | 1 | -9/+0 |
| * | We do have a compat4x dist for Alpha. | David E. O'Brien | 2001-12-10 | 1 | -1/+1 |
| * | Update the list of public NTP servers from | David E. O'Brien | 2001-12-10 | 2 | -64/+820 |
| * | cleanup | Matthew Dillon | 2001-12-10 | 4 | -18/+18 |
| * | Remove PAO3 dependent part where I missed to remove at last commit. | Noriaki Mitsunaga | 2001-12-10 | 1 | -4/+0 |
| * | Add auto-fill-on-delete. When deleting an 'A'uto created partition | Matthew Dillon | 2001-12-09 | 6 | -83/+132 |
| * | WARNS=2 cleanup. | Mike Heffner | 2001-12-09 | 2 | -1/+3 |
| * | Turn on WARNS=2, no code fixes needed. | Mike Heffner | 2001-12-09 | 1 | -0/+2 |
| * | Add a NO_6_BYTE quirk for the D-series olympus digital cameras. | Ian Dowse | 2001-12-09 | 1 | -0/+7 |
| * | Don't ignore SIGINT and SIGQUIT. The comment said "Ignore SIGINT | Ian Dowse | 2001-12-09 | 1 | -4/+0 |
| * | We need machine/{signal,ucontext}.h to build a cross GCC compiler. | David E. O'Brien | 2001-12-09 | 2 | -0/+138 |
| * | Following sys/i386/include/ansi.h rev 1.33, add additional integer types | David E. O'Brien | 2001-12-09 | 1 | -9/+57 |
| * | style(9) cleanup: spaces -> tabs. | Mike Heffner | 2001-12-09 | 1 | -92/+93 |
| * | style(9) | David E. O'Brien | 2001-12-09 | 5 | -44/+50 |
| * | We need machine/types.h to build a cross GCC compiler. | David E. O'Brien | 2001-12-09 | 1 | -0/+72 |
| * | Per the CSRG's type.h, 'typedef' has a <tab> after it. | David E. O'Brien | 2001-12-09 | 1 | -1/+3 |
| * | WARNS=2 cleanup. | Mike Heffner | 2001-12-09 | 2 | -10/+20 |
| * | machine/limits.h | David E. O'Brien | 2001-12-09 | 2 | -0/+430 |
| * | Disable sleep requests for 5 sec after wakeup. This is needed for | Mitsuru IWASAKI | 2001-12-09 | 2 | -0/+17 |
| * | - Replace M_WAIT with M_TRYWAIT since the M_WAIT flag is deprecated. | Andrew R. Reiter | 2001-12-09 | 3 | -3/+3 |
| * | Back out previous commit. | Dag-Erling Smørgrav | 2001-12-09 | 1 | -2/+1 |
| * | Set fetchDebug if v_level is 3 or more. | Dag-Erling Smørgrav | 2001-12-09 | 1 | -0/+2 |
| * | Don't build with NDEBUG. | Dag-Erling Smørgrav | 2001-12-09 | 1 | -3/+0 |
| * | Conditionalize some debugging code that didn't use the DEBUG macro. | Dag-Erling Smørgrav | 2001-12-09 | 1 | -8/+10 |
| * | Introduce a fetchDebug global. Change the DEBUG macro so it only runs the | Dag-Erling Smørgrav | 2001-12-09 | 3 | -1/+5 |
| * | Don't assume that the number of fds to select on is known quantity (in | Jordan K. Hubbard | 2001-12-09 | 2 | -62/+110 |
| * | Cleanup sysinstall's 'A'uto partitioning mode to provide more reasonable | Matthew Dillon | 2001-12-09 | 6 | -244/+602 |
| * | o Eliminate unnecessary synchronization from filt_aiodetach(). | Alan Cox | 2001-12-09 | 1 | -5/+3 |