| Age | Commit message (Expand) | Author |
| 2003-12-28 | Add an argument to cp_within_target that indicates if the file is optional | christos |
| 2003-12-22 | ANSIfy, de-__P(), minor KNF. | simonb |
| 2003-12-10 | When upgrading an old system, install new bootblocks too. | martin |
| 2003-12-10 | Modify the licences of code written by Theo De Raadt from a 4-clause | agc |
| 2003-12-01 | use ${.CURDIR:T} instead of ${.OBJDIR:T}, per similar change in bsd.own.mk | lukem |
| 2003-11-30 | - Change enum for partition numbers from [A..Z] to PART_[A..P] (16 is enough) | dsl |
| 2003-11-27 | When rounding a partition to end on a cylinder boundary, round the start | dsl |
| 2003-11-20 | Add some progress messages for MAKEVERBOSE == 1 | dsl |
| 2003-11-20 | Don't take the size of an mfs /tmp off the free disk space, | dsl |
| 2003-11-19 | ping generates output, don't wait for user to acknowledge it. | dsl |
| 2003-11-15 | A few sysinst fixes: | sekiya |
| 2003-11-13 | Use new bootloader names. | sekiya |
| 2003-11-13 | Adapt to new config file naming convention. | sekiya |
| 2003-11-11 | Line up 'Command' and 'Status' strings, | dsl |
| 2003-11-11 | Use [*] to match an explicit '*' in shell pattern matches. | dsl |
| 2003-11-04 | resolv.conf: | perry |
| 2003-11-04 | rc.conf's "hostname" variable needs to be fully qualified -- change | perry |
| 2003-10-29 | Use shell variables for non-alphanumeric patterns in ${x#pattern} to improve | dsl |
| 2003-10-26 | Use ${HOST_SH} instead of `sh'. | lukem |
| 2003-10-21 | Fix integer/NULL confusion. | agc |
| 2003-10-19 | Change RC_CONFIGURED from NO to YES (not YES to NO). | dsl |
| 2003-10-19 | Checkpoint a load of changes - seems to work ok still. | dsl |
| 2003-10-18 | Remove the 'toolchain' set, since everything is in-tree now. | fvdl |
| 2003-10-17 | Bring the sgimips MD code into sync with the rest of the ports. | sekiya |
| 2003-10-13 | Move Jason Downs's code from a 4-clause to a 3-clause licence by | agc |
| 2003-10-13 | Move Mark Nudelman's code from a 4-clause to a 3-clause licence by removing | agc |
| 2003-10-08 | Overhaul MBR handling (part 1): | lukem |
| 2003-09-27 | Use new kern.root_partition sysctl to find out whether we are installing | dsl |
| 2003-09-27 | Use installboot (not disklabel) to make disk bootable (untested). | dsl |
| 2003-09-27 | make main menu sit below initial text. | dsl |
| 2003-09-27 | Make partition menu sit just below header (regardless of header size). | dsl |
| 2003-09-27 | Just convert \r\n to \n\r when relaying program output. | dsl |
| 2003-09-27 | Include '+' in default for partition size. | dsl |
| 2003-09-21 | Fixed alignment of call by reference arguments. This change solves unalignement | takemura |
| 2003-09-21 | Remove unnecessary mbr_buf.S. Type of global variable 'mbr' was changed and | takemura |
| 2003-09-20 | Put fs type back into bintall command line. | dsl |
| 2003-09-20 | Fix a few arch/md.c to use targetroot_mnt instead of "/mnt". | dsl |
| 2003-09-19 | No need to special-case sparc64 any longer. | martin |
| 2003-08-31 | Define SET_KERNEL_GENERIC. | fvdl |
| 2003-08-31 | Use get_bootmodel in amd64 after all, but have it return GENERIC all | fvdl |
| 2003-08-30 | fix incomplete $id$, delete clause 3 | dsl |
| 2003-08-30 | * get_bootmodel doesn't exist on amd64, so don't use it in that case. | fvdl |
| 2003-08-30 | Move definition of PART_USR to md.h where it has a chance of having some effect. | dsl |
| 2003-08-27 | s/exitisting/existing/ | lukem |
| 2003-08-27 | No need to build sysinstmsgs.en (they are compiled into the program). | dsl |
| 2003-08-19 | make sysinst compile for amd64 | dsl |
| 2003-08-19 | Add some trailing spaces to force line breaks. | dsl |
| 2003-08-10 | Let noexec, nodev and nosuid be written to /ets fstab entries | dsl |
| 2003-08-10 | return type of sizeof() is size_t not long. | mrg |
| 2003-08-10 | avoid gcc3 cpp lossage. | mrg |