| Commit message (Expand) | Author | Age | Files | Lines |
| * | Replace sade the extracted piece of sysinstall with sade the extracted | Nathan Whitehorn | 2012-12-30 | 1 | -465/+0 |
| * | Port to new libdialog. | Max Khon | 2011-11-24 | 1 | -16/+26 |
| * | Disk selection dialog is now a normal menu, not a checkboxed menu: | Max Khon | 2011-11-24 | 1 | -8/+5 |
| * | Remove unused code. | Max Khon | 2011-11-24 | 1 | -7/+0 |
| * | Remove unused functions. | Max Khon | 2011-11-23 | 1 | -8/+0 |
| * | - Remove unused old libdialog includes | Max Khon | 2011-11-23 | 1 | -14/+0 |
| * | Better to just statically set the name vs. determine at run time. | David E. O'Brien | 2008-05-11 | 1 | -0/+1 |
| * | Remove the keymap stuff too, it is not needed in sade. | Alexander Leidinger | 2006-08-09 | 1 | -5/+0 |
| * | Get rid of the rtermcap stuff (embedding termcaps into the program). This | Alexander Leidinger | 2006-08-09 | 1 | -17/+0 |
| * | Partitions are only meaningful for i386 and amd64 architectures, so disable | Xin LI | 2006-08-08 | 1 | -1/+0 |
| * | Make sade(8) WARNS=3 clean. | Xin LI | 2006-08-08 | 1 | -32/+20 |
| * | Say welcome to 'sade', the SysAdmins Disk Editor. It's the fdisk and disklabe... | Alexander Leidinger | 2006-08-07 | 1 | -402/+11 |
| * | Alpha doesn't support linux ABI compat now. | John Baldwin | 2006-05-10 | 1 | -1/+1 |
| * | Revamp base system packaging of kernels to enable up/smp selection | Sam Leffler | 2006-03-08 | 1 | -0/+13 |
| * | Fix numerous warnings. Aside from menu items in system.c and menu.c | John Baldwin | 2006-02-28 | 1 | -1/+4 |
| * | - Autogenerate a menu containing a list of countries and keymaps supported | John Baldwin | 2006-02-28 | 1 | -0/+14 |
| * | Add `mediaOpen' function. This function mounts selected media device. | Jung-uk Kim | 2006-01-27 | 1 | -0/+1 |
| * | Remove usbd(8) and all references to it. It is no longer necessary | Ian Dowse | 2005-12-15 | 1 | -3/+0 |
| * | Switch from OLDCARD to NEWCARD on pc98. | Yoshihiro Takahashi | 2005-09-27 | 1 | -4/+0 |
| * | - Fix a bug in sysinstall related to mounting CD-ROMs. If mount(2) fails | John Baldwin | 2005-03-02 | 1 | -0/+1 |
| * | Minor comment fix. | Ken Smith | 2005-01-07 | 1 | -1/+1 |
| * | Remove support for configuring the X server from sysinstall. General | Ken Smith | 2004-08-30 | 1 | -2/+0 |
| * | Initial pass at shifting sysinstall(8) to install X.org instead of XFree86. | Ken Smith | 2004-08-10 | 1 | -13/+9 |
| * | o Save pointers to the chunks for root, home, swap, usr, var and tmp in | Marcel Moolenaar | 2004-08-07 | 1 | -1/+12 |
| * | Join the 21st century: Cryptography is no longer an optional component | Colin Percival | 2004-08-06 | 1 | -2/+0 |
| * | Move the inclusion of libdisk.h from sysinstall.h to the source files | Marcel Moolenaar | 2004-08-02 | 1 | -1/+0 |
| * | Fixed assorted misuses of NULL in integer context. | Bruce Evans | 2004-03-11 | 1 | -1/+1 |
| * | s/package_exists/package_installed/g as that's much more descriptive of | David E. O'Brien | 2004-01-02 | 1 | -1/+1 |
| * | FBSD nit. | David E. O'Brien | 2004-01-02 | 1 | -2/+1 |
| * | Add a Securelevel sub-menu to the Security configuration menu, | Robert Watson | 2003-11-29 | 1 | -0/+7 |
| * | Remove security profiles from sysinstall. Currently, security profile | Robert Watson | 2003-11-28 | 1 | -4/+0 |
| * | o Add PART_EFI so that we can use it instead of PART_FAT on ia64 | Marcel Moolenaar | 2003-11-02 | 1 | -0/+1 |
| * | o Do not define WITH_SYSCONS and WITH_MICE on ia64. We cannot have | Marcel Moolenaar | 2003-11-01 | 1 | -2/+2 |
| * | Various NFS-related bug fixes (mostly related to using variable_get() | Dag-Erling Smørgrav | 2003-10-19 | 1 | -0/+2 |
| * | Add a new variable 'skipPCCARD'. This variable will cause sysinstall | Warner Losh | 2003-08-20 | 1 | -0/+1 |
| * | Remove the vestiges of the old pre-"X_AS_PKG" way we used to handled the | David E. O'Brien | 2003-08-19 | 1 | -6/+0 |
| * | Give users the ability to select an alternative MTA during the installation. | Tom Rhodes | 2003-07-12 | 1 | -1/+5 |
| * | Teach sysinstall to recognize if acpi was turned off from the bootloader, | Scott Long | 2003-05-31 | 1 | -0/+4 |
| * | Add __amd64__ ifdefs to enable the bootblock handling code, slices, etc. | Peter Wemm | 2003-05-24 | 1 | -3/+3 |
| * | Throw the switch--change to UFS2 as our default file system format for | Robert Watson | 2003-04-20 | 1 | -1/+1 |
| * | Remove a function prototype for `crc' and an associated comment which | Robert Drehmel | 2003-03-09 | 1 | -3/+0 |
| * | Add a new variable `noInet6', which if set disables IPv6 configuration | Maxim Sobolev | 2003-02-27 | 1 | -0/+1 |
| * | - Increase the maximum device name length. | John W. De Boskey | 2003-02-27 | 1 | -1/+1 |
| * | - Rename installFixupBin to installFixupBase to finish up the 'bin' to | John Baldwin | 2003-01-17 | 1 | -8/+5 |
| * | Add a function driverFloppyCheck() that asks the user if they would like to | John Baldwin | 2003-01-15 | 1 | -0/+1 |
| * | Teach sysinstall about rpcbind, rpc.lockd, and rpc.statd. As an added | Scott Long | 2003-01-07 | 1 | -0/+2 |
| * | Reformulate how sysinstall handles file system options in the label | Robert Watson | 2002-12-03 | 1 | -6/+31 |
| * | Rename installX11package() to installPackage() and tweak it so that it | John Baldwin | 2002-12-03 | 1 | -1/+1 |
| * | ia64 specific. | Marcel Moolenaar | 2002-12-02 | 1 | -0/+2 |
| * | - Only declare the MBR menu for i386 that is not PC98. | John Baldwin | 2002-11-27 | 1 | -1/+9 |