index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
/
sysinst
/
main.c
Age
Commit message (
Expand
)
Author
2023-06-09
If the install medium does not come with any openssl trusted root certs,
martin
2022-07-10
Preparations to make the extended partitioning during normal installation
martin
2022-01-28
sysinst: sync usage with man page
wiz
2022-01-28
Add an option to set the directory where we look for message catalogs.
martin
2021-01-31
sysinst: remove trailing whitespace from *.c *.h
rillig
2020-08-19
s/ be be / be /
msaitoh
2020-05-12
PR 55202: disable swapping if we started it due to low ram
martin
2020-04-22
Don't depend on common symbol definitions.
joerg
2020-03-04
PR 55045: strlcpy(NULL, ..., 0) considered harmfull in some implementations.
martin
2020-02-19
Remove unused "rel" global variable and make the -r option a no-op.
martin
2020-02-19
Use strlcpy in a few places to guarnatee 0-terminated strings
martin
2020-01-16
Fix /tmp tmpfs handling and on machines with enough RAM default to
martin
2019-12-11
Get rid of the evbarm preliminary menu: do not bother to ask the user
martin
2019-11-12
Add options to the various partitioning stages that allow cloning of
martin
2019-06-22
no need to initialize fields that are already 0.
christos
2019-06-12
Rework internal data structures and "interfaces to user interface" functions
martin
2018-12-16
Editor mishap in previous, pointed out by leot
martin
2018-12-16
Separate binary sets and binary pkg prefix from the machine, and set
martin
2018-11-07
Unify handling of CDROM device names.
martin
2018-11-03
Remove "usage" translations - they never could be displayed as we only select
martin
2018-10-06
Support sets in .tar.xz format
martin
2018-09-20
Add NOPARTMAN compile-time option, which drops extended partitioning
rin
2018-09-12
Try to properly guess a path on the ftp server for pkg binaries
martin
2018-09-11
Split the host name used for ftp transfers from the one used for http
martin
2017-05-04
Drop main() prototype.
sevan
2014-10-14
Don't use asctime(localtime(time_t *)) because this is really ctime(time_t *)
christos
2014-08-19
if chdir() fails, try chdir /
martin
2014-08-19
Check return value from getenv() before using the value. Pointed out by
martin
2014-08-06
Make sysinst use the catalog files installed in /usr/share/sysinst (if
martin
2014-08-03
(Finally) merge a slightly modified version of the 2012 GSoC results
martin
2014-07-26
Move sysinst sources to usr.sbin.
dholland