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
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
2016-11-10
Extend documentation a bit. It'll probably need some adjustments soon.
Antoine Jacoutot
2016-11-10
Simplify checkfs() and fix read-only/remote fs detection.
Antoine Jacoutot
2016-11-10
Extend mtree(8) comment.
Antoine Jacoutot
2016-11-10
Remove redundant check.
Antoine Jacoutot
2016-11-10
Create the bsd rollback kernel in create_rollback() (it is contained in
Antoine Jacoutot
2016-11-08
syspatch-60-001_foobar -> syspatch60-001_foobar to match base system sets name.
Antoine Jacoutot
2016-11-08
Simplify.
Antoine Jacoutot
2016-11-08
Few fixes and consistency.
Antoine Jacoutot
2016-11-06
Rework the cleanup trap handling using the EXIT trap;
Alexander Hall
2016-11-04
Be verbose when PATCH_PATH is not set (that is temporary until we agree on
Antoine Jacoutot
2016-11-04
One more XXX.
Antoine Jacoutot
2016-11-04
Zap extra space.
Antoine Jacoutot
2016-11-04
Make sure our filesystems are local and not read-only.
Antoine Jacoutot
2016-11-04
Use 'rm -f' to remove the rollback tarball if we have an errir; it may
Antoine Jacoutot
2016-11-03
Missing local.
Antoine Jacoutot
[next]