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
/
syspatch.sh
Age
Commit message (
Expand
)
Author
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
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
2016-09-05
use a for loop for mtree for the two spec files
Robert Nagy
2016-09-05
No need to install the /var/syspatch/$REL directory, the binpatch does it for...
Antoine Jacoutot
2016-09-05
Welcome syspatch(8), a binary patch management utility for the base system.
Antoine Jacoutot