index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
/
syspatch
Age
Commit message (
Expand
)
Author
2017-02-13
Reverse output when installing a patch; it's more logical (first get, then
Antoine Jacoutot
2017-02-07
Ox on its own line;
Jason McIntyre
2017-02-07
Add installurl to FILES and SEE ALSO.
Antoine Jacoutot
2017-01-30
Drop empty line.
Antoine Jacoutot
2017-01-26
Remove unused _REL variable
Robert Peichaer
2017-01-26
Move setting _OSrev to immediately after verifying _KERNV and exit
Robert Peichaer
2017-01-26
No need to escape '.' in shell patterns - it has no special meaning.
Robert Peichaer
2017-01-26
Spacing and use arithmetic test
Robert Peichaer
2017-01-19
Simplify: bundle stripcom().
Antoine Jacoutot
2017-01-19
/etc/mirror.conf -> /etc/installurl
Antoine Jacoutot
2017-01-19
ls_missing(): as a precaution, don't output anything on stdout when running
Antoine Jacoutot
2017-01-19
Use the _syspatch user.
Antoine Jacoutot
2017-01-19
Drop the _FETCH variable. It's useless, we are using ftp(1) specific options
Antoine Jacoutot
2017-01-11
Match what the installer does:
Antoine Jacoutot
2017-01-11
Drop FTP_KEEPALIVE, it's unused.
Antoine Jacoutot
2016-12-31
The syspatch test repo can now be accessed over https.
Antoine Jacoutot
2016-12-08
Make it possible to install patches even if we don't have all sets installed
Antoine Jacoutot
2016-12-07
Cleanup syspatch directories that do not contain a tarball; it means it
Antoine Jacoutot
2016-12-06
Missed in previous.
Antoine Jacoutot
2016-12-06
Better matching and remove a useless use of sort(1).
Antoine Jacoutot
2016-12-06
Catch mtree(8) error; it's only run when applying patches and we already
Antoine Jacoutot
2016-12-06
Tweak comment.
Antoine Jacoutot
2016-12-05
Explicit error when running on unsupported release.
Antoine Jacoutot
2016-12-05
If we end up creating a rollback tarball from an empty list of files, it means
Antoine Jacoutot
2016-12-05
Remove the ugly temporary quirks.
Antoine Jacoutot
2016-12-02
Simplify.
Antoine Jacoutot
2016-12-02
Few consistency fixes (no intended change in behaviour).
Antoine Jacoutot
2016-12-01
Fix kernel matching installation:
Antoine Jacoutot
2016-11-30
Simplify:
Antoine Jacoutot
2016-11-30
During early testing, hardcode the syspatch repo to 'syspatch.openbsd.org'
Antoine Jacoutot
2016-11-30
Change the hierarchy under /var/syspatch/ so that the output of installed or
Antoine Jacoutot
2016-11-29
Document the fact that *for now* syspatch only works on official releases and
Antoine Jacoutot
2016-11-27
Remove the backup kernel in rollback_patch() instead of the cleanup
Antoine Jacoutot
2016-11-27
Explicitely set umask.
Antoine Jacoutot
2016-11-25
Check args.
Antoine Jacoutot
2016-11-22
Make sure /var/syspatch/$OSREV is not on a read-only mount-point when doing
Antoine Jacoutot
2016-11-22
Allow passing an explicit return code to sp_err() in case we don't want to exit
Antoine Jacoutot
2016-11-21
Use the same basename for the rollback tarball as the original patch.sig.
Antoine Jacoutot
2016-11-21
Tweak comment. Reverse cmp logic while here.
Antoine Jacoutot
2016-11-17
Re-add the root user checks in the quirks; that part is to be removed soon.
Antoine Jacoutot
2016-11-17
Drop priv. to the _pkgfetch (for now) user when running ftp(1) and signify(1).
Antoine Jacoutot
2016-11-16
Merge comments altogether, it's easier to understand this way.
Antoine Jacoutot
2016-11-16
If we install a new kernel, add /bsd twice (for size checking) when:
Antoine Jacoutot
2016-11-16
/bsd.rollbackXX -> bsd.syspatchXX to make it more obvious where it comes from
Antoine Jacoutot
2016-11-15
Small wording tweak and a couple of fixes from jmc@
Antoine Jacoutot
2016-11-15
checkfs: ignore nonexistent files and extend comment. There's actually no need
Antoine Jacoutot
2016-11-15
Double the required size to make sure we have enough space for install(1) safe
Antoine Jacoutot
2016-11-14
Check for available space before installing a patch.
Antoine Jacoutot
2016-11-14
uniq -> sort -u
Antoine Jacoutot
2016-11-12
Improve the cleanup error handling to make sure the exit code is
Alexander Hall
[next]