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-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
2016-11-03
rollback -> revert where it makes sense.
Antoine Jacoutot
2016-11-03
XXX match with installed sets (comp, x...)?
Antoine Jacoutot
2016-11-03
Hardlinks are properly handled; for the rest, we'll see if we need to care
Antoine Jacoutot
2016-11-03
Make sure PATCH_PATH is an URL that ftp(1) can cope with.
Antoine Jacoutot
2016-11-03
Merge ls_avail() into ls_missing(), it's only used once.
Antoine Jacoutot
2016-11-03
Use hw.ncpufound.
Antoine Jacoutot
2016-11-03
Simplify for loops; prompted by a comment from rpe@
Antoine Jacoutot
2016-11-02
Be verbose when reverting a patch.
Antoine Jacoutot
2016-11-01
Simplify.
Antoine Jacoutot
2016-11-01
Tap SIGINT while install(1)ing so that we can properly rollback and not
Antoine Jacoutot
2016-11-01
Add an XXX.
Antoine Jacoutot
2016-11-01
Only run sp_cleanup() when applying or reverting a patch (needs root).
Antoine Jacoutot
2016-11-01
Also remove non matching release rollback kernel.
Antoine Jacoutot
2016-11-01
Add a cleanup function to remove non matching release content from
Antoine Jacoutot
2016-11-01
Simplify fetch_and_verify(), no need for a loop here.
Antoine Jacoutot
2016-11-01
Add a few error messages so we know where we fail.
Antoine Jacoutot
2016-11-01
install_patch -> apply_patch to remove confusion with install_kernel and
Antoine Jacoutot
2016-11-01
We don't want to run on -stable (i.e. locally built release) but only on
Antoine Jacoutot
2016-09-11
First compute the variables, then set them readonly. So that we can catch
Antoine Jacoutot
2016-09-11
Indent cleanup.
Antoine Jacoutot
2016-09-10
Drop syspatch_trap, it's simple enough for trap no needing its own function.
Antoine Jacoutot
2016-09-10
apply_patches should not take any arguments.
Antoine Jacoutot
2016-09-07
Minimal man page.
Antoine Jacoutot
2016-09-07
Don't fetch all patches at once but instead fetch+verify+patch one by one.
Antoine Jacoutot
2016-09-07
Don't put bsd.mp twice in the GENERIC.MP rollback tarball.
Antoine Jacoutot
2016-09-07
syspatch goal is not to act as a package manager but to sync the system to the
Antoine Jacoutot
2016-09-06
Drop useless variable and check.
Antoine Jacoutot
2016-09-06
Greatly simplify patch type detection and make things more generic.
Antoine Jacoutot
2016-09-06
Sort and set readonly global vars.
Antoine Jacoutot
2016-09-05
Make sure the file exists before putting it in the rollback tarball.
Antoine Jacoutot
2016-09-05
Missing local.
Antoine Jacoutot
[next]