summaryrefslogtreecommitdiff
path: root/usr.sbin/sysinst/main.c
AgeCommit message (Expand)Author
2023-06-09If the install medium does not come with any openssl trusted root certs,martin
2022-07-10Preparations to make the extended partitioning during normal installationmartin
2022-01-28sysinst: sync usage with man pagewiz
2022-01-28Add an option to set the directory where we look for message catalogs.martin
2021-01-31sysinst: remove trailing whitespace from *.c *.hrillig
2020-08-19s/ be be / be /msaitoh
2020-05-12PR 55202: disable swapping if we started it due to low rammartin
2020-04-22Don't depend on common symbol definitions.joerg
2020-03-04PR 55045: strlcpy(NULL, ..., 0) considered harmfull in some implementations.martin
2020-02-19Remove unused "rel" global variable and make the -r option a no-op.martin
2020-02-19Use strlcpy in a few places to guarnatee 0-terminated stringsmartin
2020-01-16Fix /tmp tmpfs handling and on machines with enough RAM default tomartin
2019-12-11Get rid of the evbarm preliminary menu: do not bother to ask the usermartin
2019-11-12Add options to the various partitioning stages that allow cloning ofmartin
2019-06-22no need to initialize fields that are already 0.christos
2019-06-12Rework internal data structures and "interfaces to user interface" functionsmartin
2018-12-16Editor mishap in previous, pointed out by leotmartin
2018-12-16Separate binary sets and binary pkg prefix from the machine, and setmartin
2018-11-07Unify handling of CDROM device names.martin
2018-11-03Remove "usage" translations - they never could be displayed as we only selectmartin
2018-10-06Support sets in .tar.xz formatmartin
2018-09-20Add NOPARTMAN compile-time option, which drops extended partitioningrin
2018-09-12Try to properly guess a path on the ftp server for pkg binariesmartin
2018-09-11Split the host name used for ftp transfers from the one used for httpmartin
2017-05-04Drop main() prototype.sevan
2014-10-14Don't use asctime(localtime(time_t *)) because this is really ctime(time_t *)christos
2014-08-19if chdir() fails, try chdir /martin
2014-08-19Check return value from getenv() before using the value. Pointed out bymartin
2014-08-06Make sysinst use the catalog files installed in /usr/share/sysinst (ifmartin
2014-08-03(Finally) merge a slightly modified version of the 2012 GSoC resultsmartin
2014-07-26Move sysinst sources to usr.sbin.dholland