index
:
pfsense
RELENG_1_2
RELENG_2_0
RELENG_2_1
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4_0
RELENG_2_4_4
master
Raptor Engineering's fork of the main repository for pfSense
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
usr
/
local
/
sbin
/
pfSense-upgrade
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove unnecessary variable
Renato Botelho
2015-10-02
1
-3
/
+1
*
Remove more cases of hard coded pfSense and use product_name
Renato Botelho
2015-10-02
1
-4
/
+6
*
pkg 1.6.x upgrade command called with -q is now respecting it
Renato Botelho
2015-09-30
1
-1
/
+1
*
Do not run pkg update between first and second step of upgrade process
Renato Botelho
2015-09-29
1
-2
/
+2
*
Remove old references to undefined variable firmwarelock
Renato Botelho
2015-09-29
1
-4
/
+0
*
Call exit after detect another instance is already running, otherwise it woul...
Renato Botelho
2015-09-29
1
-1
/
+1
*
Detect when pkg must be upgraded and do it early, followed by a pkg update to...
Renato Botelho
2015-09-29
1
-0
/
+5
*
Cleanup cache and stale packages after install/delete
Renato Botelho
2015-09-25
1
-0
/
+2
*
Add missing ;;
Renato Botelho
2015-09-25
1
-0
/
+1
*
Fix logic to set EVENT_PIPE
Renato Botelho
2015-09-25
1
-3
/
+5
*
Add -h, to show help
Renato Botelho
2015-09-25
1
-1
/
+5
*
Define EVENT_PIPE using a parameter, -p
Renato Botelho
2015-09-25
1
-8
/
+13
*
Print return code when _GUI_CALL is not empty, used by GUI to check rc of a p...
Renato Botelho
2015-09-25
1
-4
/
+5
*
Replace direct calls to exit by _exit
Renato Botelho
2015-09-25
1
-5
/
+5
*
Set environment var EVENT_PIPE, used by pkg to write out progress in json format
Renato Botelho
2015-09-25
1
-0
/
+10
*
Rename functions and variables to improve readability, no functional changes
Renato Botelho
2015-09-25
1
-29
/
+29
*
Use compare_version() for kernel_pkg checks
Renato Botelho
2015-09-25
1
-15
/
+1
*
Add pfSense-upgrade parameters -i/-r to install or remove packages
Renato Botelho
2015-09-25
1
-5
/
+125
*
Change usage() to use regular echo() and print to stderr
Renato Botelho
2015-09-25
1
-4
/
+4
*
Relocate global variables definitions, no functional changes
Renato Botelho
2015-09-25
1
-5
/
+4
*
Relocate main block and leave all functions in the beggining
Renato Botelho
2015-09-25
1
-34
/
+35
*
Check if update needs to run inside update()
Renato Botelho
2015-09-25
1
-9
/
+18
*
Update repository metadata hourly
Renato Botelho
2015-09-25
1
-1
/
+21
*
Add -u option to pfSense-upgrade
Renato Botelho
2015-09-23
1
-22
/
+39
*
Verify if pkg is (un)locked before (un)lock it
Renato Botelho
2015-09-23
1
-2
/
+6
*
Disable trap on _exit()
Renato Botelho
2015-09-23
1
-0
/
+2
*
Declare logfile earlier
Renato Botelho
2015-09-23
1
-2
/
+1
*
Make usega() more informative
Renato Botelho
2015-09-23
1
-1
/
+3
*
Teach _exit() to return 1st parameter, replace exit calls by _exit and move t...
Renato Botelho
2015-09-23
1
-13
/
+18
*
Track pfSense-upgrade pidfile to avoid running 2 instances simultaneosly
Renato Botelho
2015-09-23
1
-10
/
+11
*
Abort when 'pkg update' fails
Renato Botelho
2015-09-22
1
-1
/
+1
*
Rename upgrade script to pfSense-upgrade
Renato Botelho
2015-09-14
1
-0
/
+265