| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | - Add a configOSF1() function (#ifdef __alpha__) that creates /compat/osf1 | John Baldwin | 2002-11-27 | 1 | -0/+6 |
| * | Add some helper macros to make #ifdef's in sysinstall easier to read | John Baldwin | 2002-11-27 | 1 | -0/+14 |
| * | Expand X_AS_PKG so that we don't declare distribution bitmasks or menus | John Baldwin | 2002-11-27 | 1 | -1/+6 |
| * | - Added the MenuIPLType menu for selecting pc98 boot IPL. | Yoshihiro Takahashi | 2002-11-03 | 1 | -0/+4 |
| * | Since NEWCARD is the default for i386, undef PCCARD_ARCH. | Makoto Matsushita | 2002-10-20 | 1 | -1/+1 |
| * | Add 'Sendmail' menu to set sendmail_enable variable. | Makoto Matsushita | 2002-06-01 | 1 | -0/+1 |
| * | Add a 'diskInteractive' variable that can be set to interactively partition | John Baldwin | 2002-05-31 | 1 | -0/+1 |
| * | Add the ability to use Bzip'ed packages. | David E. O'Brien | 2002-04-30 | 1 | -0/+6 |
| * | Add the concept of a volume to the device and package structures. If | Murray Stokely | 2002-04-13 | 1 | -0/+2 |
| * | GCC >= 3 and C99 handle zero-length arrays differently than older | Murray Stokely | 2002-04-07 | 1 | -0/+6 |
| * | Only build and link the pccard module on architectures that support it (and | Murray Stokely | 2002-03-29 | 1 | -0/+3 |
| * | o Add a configSecurity menu to generally configure security settings, | Robert Watson | 2001-12-21 | 1 | -0/+1 |
| * | cleanup | Matthew Dillon | 2001-12-10 | 1 | -2/+2 |
| * | Cleanup sysinstall's 'A'uto partitioning mode to provide more reasonable | Matthew Dillon | 2001-12-09 | 1 | -1/+5 |
| * | Remove kget() feature, which is removed from 5-current kernel. | Makoto Matsushita | 2001-12-01 | 1 | -1/+0 |
| * | Add the ability to load klds from a floppy as part of the installation. | Jordan K. Hubbard | 2001-10-12 | 1 | -0/+2 |
| * | DTRT in the restart case | Jordan K. Hubbard | 2001-10-12 | 1 | -0/+1 |
| * | Add a couple of functions to create persistent variables that will | Murray Stokely | 2001-09-24 | 1 | -0/+2 |
| * | Silence warnings : | Murray Stokely | 2001-09-22 | 1 | -1/+1 |
| * | Add a function to free all of sysinstall's internal variables from the | Murray Stokely | 2001-09-22 | 1 | -0/+1 |
| * | o Reduce the number of offered security profiles, as we now have a more | Robert Watson | 2001-08-10 | 1 | -3/+1 |
| * | In preparation for MFC of sysinstall changes to edit /etc/ttys in | Robert Watson | 2001-08-07 | 1 | -1/+1 |
| * | Add the ability to modify /etc/ttys before first reboot during the | Robert Watson | 2001-08-02 | 1 | -0/+1 |
| * | Compensate for default disabling of network services in inetd.conf(5) | Robert Watson | 2001-08-02 | 1 | -0/+1 |
| * | Add ability to configure console terminal type in /etc/ttys | Andrey A. Chernov | 2001-07-17 | 1 | -0/+5 |
| * | Mark relevant functions __printflike()/__printf0like() and silence some of | Kris Kennaway | 2001-07-05 | 1 | -14/+14 |
| * | Introduce DEVICE_INIT, DEVICE_GET, and DEVICE_SHUTDOWN macros. As the | Dima Dorfman | 2001-07-02 | 1 | -0/+7 |
| * | Add terminal type configuration to the Options screen. It allows selecting | Jimmy Olgeni | 2001-06-13 | 1 | -0/+1 |
| * | Fix what was clearly a 3am brain-o; Boolean should be signed, not | Jordan K. Hubbard | 2001-05-09 | 1 | -1/+1 |
| * | Allow a script-using to disable the emergency holographic shell as | Jordan K. Hubbard | 2001-03-12 | 1 | -0/+1 |
| * | Support setting soft updates from the label editor. | Jordan K. Hubbard | 2001-03-10 | 1 | -0/+1 |
| * | Ack! I finally got annoyed enough to actually kill this. There is no | Peter Wemm | 2001-03-02 | 1 | -1/+0 |
| * | Adapt sysinstall to use the new msgNoYes() function which assumes | Jordan K. Hubbard | 2000-12-14 | 1 | -0/+1 |
| * | release/sysinstall/lndir.c has not been used, but statically linked | Tatsumi Hosokawa | 2000-11-06 | 1 | -3/+0 |
| * | Moved driver modules for some PCI NICs and PCCARD-only NICs to mfsroot.flp. | Tatsumi Hosokawa | 2000-10-31 | 1 | -0/+3 |
| * | Teach sysinstall how to restart itself on Ctrl-C (as an addition to its old | Eivind Eklund | 2000-10-29 | 1 | -0/+1 |
| * | Add another security configuration profile, call it "high" and | Jordan K. Hubbard | 2000-10-14 | 1 | -0/+1 |
| * | Fix the http proxy fetch code. | Jordan K. Hubbard | 2000-09-25 | 1 | -0/+1 |
| * | One whack at the idea of having "security profiles" which select the | Jordan K. Hubbard | 2000-09-22 | 1 | -2/+5 |
| * | Terminate, with extreme prejudice, the USAResident hack which | Jordan K. Hubbard | 2000-07-24 | 1 | -2/+0 |
| * | Add a terminal entry for xterm; a lot of people are using xterms | Jordan K. Hubbard | 2000-07-21 | 1 | -0/+1 |
| * | Allow the Fix-it functionality to detect that we are on a serial console, | David E. O'Brien | 2000-07-18 | 1 | -0/+3 |
| * | IPv6 support. | Hajimu UMEMOTO | 2000-07-14 | 1 | -0/+4 |
| * | - Remove obsolete PC-card boot.flp hack. It was for making both PC-card | Yoshihiro Takahashi | 2000-06-05 | 1 | -0/+1 |
| * | Add an option to select the Fix-it tty. The current behavior is utterly | David E. O'Brien | 2000-05-16 | 1 | -0/+1 |
| * | Add support for USB to sysinstall. This includes running usbd and | John Baldwin | 2000-05-12 | 1 | -0/+3 |
| * | PR: 17559 | Murray Stokely | 2000-04-08 | 1 | -0/+2 |
| * | Remove PkgInteractive hack - it won't work like this. | Jordan K. Hubbard | 2000-03-12 | 1 | -1/+0 |
| * | o Add support for loading the rsaref or rsaintl packages, depending | Jordan K. Hubbard | 2000-02-29 | 1 | -1/+3 |
| * | Revise this for the brave new world of "crypto" | Jordan K. Hubbard | 2000-02-29 | 1 | -4/+4 |