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