| Commit message (Expand) | Author | Age | Files | Lines |
| * | - Use some macros to define common text between the dialog boxes to set the | John Baldwin | 2002-12-05 | 2 | -76/+50 |
| * | Minimal change to cause pkg_version to examine the new INDEX-5 file | Kris Kennaway | 2002-12-04 | 2 | -2/+3 |
| * | Fixed a partition type for pc98 when create or change slices in the fdisk | Yoshihiro Takahashi | 2002-12-04 | 2 | -0/+16 |
| * | mdoc(7) police: nit. | Ruslan Ermilov | 2002-12-04 | 1 | -1/+1 |
| * | mdoc(7) police: bump document date for the C rewrite, nit. | Ruslan Ermilov | 2002-12-04 | 1 | -1/+2 |
| * | mdoc(7) police: overhaul. | Ruslan Ermilov | 2002-12-04 | 2 | -182/+272 |
| * | Reformulate how sysinstall handles file system options in the label | Robert Watson | 2002-12-03 | 8 | -138/+572 |
| * | Oops, forgot this cosmetic tweak to the perl menu item in my previous | John Baldwin | 2002-12-03 | 2 | -2/+2 |
| * | - Convert the installation of the X package to using installPackage() | John Baldwin | 2002-12-03 | 4 | -3/+16 |
| * | Rename installX11package() to installPackage() and tweak it so that it | John Baldwin | 2002-12-03 | 4 | -12/+8 |
| * | Fix a bug in the fdisk editor that partially masked the chunk deletion | John Baldwin | 2002-12-03 | 2 | -4/+4 |
| * | The default CD drive is /dev/cd0, not /dev/cd0c. | Dag-Erling Smørgrav | 2002-12-03 | 1 | -1/+1 |
| * | Mdoc markup and language fixes. | Robert Watson | 2002-12-03 | 2 | -9/+14 |
| * | Replace the perl versions of adduser and rmuser with shell script versions. | Scott Long | 2002-12-03 | 7 | -2291/+1458 |
| * | Replace the remaining strcpy() instances with strlcpy(), fixing a segfault | Peter Pentchev | 2002-12-02 | 1 | -8/+6 |
| * | ia64 specific. | Marcel Moolenaar | 2002-12-02 | 6 | -6/+106 |
| * | Cast argument to (long), missed in prior pass. | Robert Watson | 2002-12-02 | 1 | -1/+1 |
| * | Fix 32-bit/64-bit bug in format string. | Robert Watson | 2002-12-02 | 1 | -1/+1 |
| * | Add support for -R for file relabel operations. | Robert Watson | 2002-12-02 | 3 | -47/+508 |
| * | In general, prefer WARNS to CFLAGS+=-Wall. Tend towards a more | Robert Watson | 2002-12-01 | 4 | -8/+16 |
| * | ia64: make link /boot->efi/boot relative. | Marcel Moolenaar | 2002-11-30 | 2 | -2/+12 |
| * | mdoc(7) police: sweep. | Ruslan Ermilov | 2002-11-29 | 2 | -13/+13 |
| * | - Only declare the MBR menu for i386 that is not PC98. | John Baldwin | 2002-11-27 | 2 | -2/+18 |
| * | Only include the fdisk editor and associated code if WITH_SLICES is | John Baldwin | 2002-11-27 | 2 | -16/+20 |
| * | Only define the MBR or IPL menu on i386 (PC98 uses IPL, other i386 use | John Baldwin | 2002-11-27 | 2 | -0/+4 |
| * | - Only define syscons menus and syscons menu items in other menus if | John Baldwin | 2002-11-27 | 2 | -12/+48 |
| * | If the user choose to Undo everything in the label editor, only run the | John Baldwin | 2002-11-27 | 2 | -0/+4 |
| * | - Use WITH_SLICES to conditionalize the fdisk editor during install instead | John Baldwin | 2002-11-27 | 2 | -12/+28 |
| * | Only include the diskPartitionEditor script command if WITH_SLICES is | John Baldwin | 2002-11-27 | 2 | -0/+4 |
| * | Only try to setup moused(8) before setting up the X server if WITH_MICE is | John Baldwin | 2002-11-27 | 2 | -0/+8 |
| * | - Add a configOSF1() function (#ifdef __alpha__) that creates /compat/osf1 | John Baldwin | 2002-11-27 | 4 | -0/+38 |
| * | Add some helper macros to make #ifdef's in sysinstall easier to read | John Baldwin | 2002-11-27 | 2 | -0/+28 |
| * | Only display the APM option in the Startup menu on i386. | John Baldwin | 2002-11-27 | 2 | -0/+4 |
| * | Use #elif defined(__alpha__) instead of #elif __alpha__. | John Baldwin | 2002-11-27 | 2 | -2/+2 |
| * | Enable the compat4x distribution on Alpha as well as i386. | John Baldwin | 2002-11-27 | 1 | -0/+2 |
| * | - Assume __FreeBSD__ is greater than 3. | John Baldwin | 2002-11-27 | 2 | -16/+2 |
| * | Expand X_AS_PKG so that we don't declare distribution bitmasks or menus | John Baldwin | 2002-11-27 | 8 | -17/+84 |
| * | Don't use fake 'c' or 'a' BSD partitions for CD-ROM devices. This fixes | John Baldwin | 2002-11-27 | 2 | -10/+10 |
| * | Removed the vestiges of modems(5). | Ruslan Ermilov | 2002-11-27 | 1 | -1/+0 |
| * | mdoc(7) police: | Ruslan Ermilov | 2002-11-27 | 1 | -6/+12 |
| * | mdoc(7) police: markup fixes. | Ruslan Ermilov | 2002-11-27 | 12 | -82/+95 |
| * | mdoc(7) police: kill whitespace at EOL. | Ruslan Ermilov | 2002-11-27 | 5 | -36/+36 |
| * | mdoc(7) police: | Ruslan Ermilov | 2002-11-27 | 16 | -63/+64 |
| * | configXEnvironment doesn't work in sysinstall now. | Giorgos Keramidas | 2002-11-26 | 2 | -2/+12 |
| * | Add GNOME 2 to the sysinstall desktop configuration menu, remove | Bruce A. Mah | 2002-11-26 | 4 | -46/+20 |
| * | The second try a committing the bluetooth code | Julian Elischer | 2002-11-20 | 27 | -0/+6743 |
| * | Add several new real categories and virtual categories. | Akinori MUSHA | 2002-11-18 | 1 | -2/+9 |
| * | Create a link /boot -> /<efi>/boot, where <efi> is the mountpoint | Marcel Moolenaar | 2002-11-18 | 2 | -0/+30 |
| * | Enable selecting the type of partition menu on pc98. | Yoshihiro Takahashi | 2002-11-16 | 2 | -34/+34 |
| * | These two patches makes it easier to compile custom versions of | Ollivier Robert | 2002-11-16 | 2 | -2/+6 |