| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Only try to setup moused(8) before setting up the X server if WITH_MICE is | jhb | 2002-11-27 | 1 | -0/+4 |
* | - Add a configOSF1() function (#ifdef __alpha__) that creates /compat/osf1 | jhb | 2002-11-27 | 2 | -0/+19 |
* | Add some helper macros to make #ifdef's in sysinstall easier to read | jhb | 2002-11-27 | 1 | -0/+14 |
* | Only display the APM option in the Startup menu on i386. | jhb | 2002-11-27 | 1 | -0/+2 |
* | Use #elif defined(__alpha__) instead of #elif __alpha__. | jhb | 2002-11-27 | 1 | -1/+1 |
* | - Assume __FreeBSD__ is greater than 3. | jhb | 2002-11-27 | 1 | -8/+1 |
* | Expand X_AS_PKG so that we don't declare distribution bitmasks or menus | jhb | 2002-11-27 | 3 | -5/+24 |
* | Don't use fake 'c' or 'a' BSD partitions for CD-ROM devices. This fixes | jhb | 2002-11-27 | 1 | -5/+5 |
* | configXEnvironment doesn't work in sysinstall now. | keramida | 2002-11-26 | 1 | -1/+6 |
* | Add GNOME 2 to the sysinstall desktop configuration menu, remove | bmah | 2002-11-26 | 2 | -23/+10 |
* | Create a link /boot -> /<efi>/boot, where <efi> is the mountpoint | marcel | 2002-11-18 | 1 | -0/+15 |
* | Enable selecting the type of partition menu on pc98. | nyan | 2002-11-16 | 1 | -17/+17 |
* | Fix to build for pc98. | nyan | 2002-11-15 | 1 | -1/+1 |
* | Add conditional code specific to ia64 to allow newfs(8)-ing FAT | marcel | 2002-11-14 | 2 | -3/+59 |
* | Also test for type efi everywhere we currently test for type fat. | marcel | 2002-11-13 | 5 | -6/+11 |
* | Use a clean flags variable when creating chunks from scripts instead of | jhb | 2002-11-12 | 1 | -3/+2 |
* | Remove a line that set the status to success. We already do that at the | jhb | 2002-11-12 | 1 | -2/+1 |
* | Try to cleanup the non-interactive disk labeling code a bit. Rework | jhb | 2002-11-12 | 1 | -49/+39 |
* | Do a bit of cleanup. new_part() basically ignored the passed in size | jhb | 2002-11-12 | 1 | -19/+11 |
* | Doh, fix a bug in previous commit. The default is to newfs for new | jhb | 2002-11-12 | 1 | -1/+1 |
* | When setting the mountpoint name, remember any previous setting of the | jhb | 2002-11-12 | 1 | -2/+7 |
* | A support for creating EFI partitions. This is required on ia64, | marcel | 2002-11-10 | 1 | -0/+3 |
* | Update the list of FTP mirrors to reflect the current situation. | roam | 2002-11-04 | 1 | -23/+123 |
* | - Added the MenuIPLType menu for selecting pc98 boot IPL. | nyan | 2002-11-03 | 3 | -18/+113 |
* | The hw.physmem sysctl has an unsigned long value now, fix the retrieval | tmm | 2002-11-02 | 1 | -1/+1 |
* | debugMsg() should end with "\n". | kuriyama | 2002-11-01 | 3 | -3/+3 |
* | With the recent libdisk changes, alpha doesn't need (as much) special magic. | phk | 2002-10-30 | 1 | -35/+0 |
* | Sparc64 will not need the same hacks as alpha did. Hopefully alpha wont | phk | 2002-10-29 | 1 | -4/+4 |
* | Fix the wizardmodes 'write' command to not explode: Don't reference | phk | 2002-10-28 | 1 | -4/+2 |
* | Allow users to read the Early Adopter's Guide in sysinstall. | bmah | 2002-10-27 | 1 | -7/+9 |
* | Confirmed kill: "Bogon #1" is dead, killed by DEVFS. | phk | 2002-10-25 | 1 | -38/+0 |
* | Comment out more MAKEDEV bogosity ("BOGON #1" as Jordan put it :-) | phk | 2002-10-25 | 1 | -2/+2 |
* | Fix cut&paste mistake. | phk | 2002-10-23 | 1 | -2/+2 |
* | Remove more private MAKEDEV kludges. | phk | 2002-10-22 | 1 | -3/+3 |
* | Give a real error on failure to mount DEVFS. | phk | 2002-10-22 | 1 | -19/+5 |
* | Chunk functions in libdisk take an extra arguement for all archs to accomodate | phk | 2002-10-22 | 2 | -13/+2 |
* | Pick up a prototyp from libdisk.h instead of having our own. | phk | 2002-10-22 | 1 | -1/+0 |
* | DEVFS has been nmountified, so use nmount(2) to mount it. | phk | 2002-10-21 | 1 | -2/+14 |
* | Since NEWCARD is the default for i386, undef PCCARD_ARCH. | matusita | 2002-10-20 | 2 | -2/+2 |
* | Fix to check disk geometry. | nyan | 2002-10-14 | 1 | -2/+4 |
* | * Negative #if's are harder to read as they don't tell exactly what arch | obrien | 2002-10-11 | 6 | -26/+29 |
* | Create symlink for /etc/group. MAKEDEV file will use this file (group name | matusita | 2002-09-28 | 1 | -0/+1 |
* | Teach sysinstall that documents on the boot floppy might not be gzipped. | jhay | 2002-08-09 | 1 | -0/+6 |
* | Typo: s/seperately/separately | schweikh | 2002-08-06 | 1 | -1/+1 |
* | enable fdisk for ia64 as well as i386 | peter | 2002-07-24 | 1 | -2/+2 |
* | Only install the mbr code on i386.. not ia64. This changes it from | peter | 2002-07-24 | 1 | -1/+1 |
* | The .Nm utility | charnier | 2002-07-14 | 1 | -5/+9 |
* | Diff-reduce with 4-stable: 4.x has a compat4x package. | jhb | 2002-07-02 | 1 | -1/+1 |
* | Call the 4.x snap server "releng4.freebsd.org" instead of | jhb | 2002-07-02 | 1 | -2/+2 |
* | Add lge(4) to the list of drivers. It was present in 4-stable but not in | jhb | 2002-07-02 | 1 | -0/+1 |