- Sep 11, 2014
-
-
Alessandro Rubini authored
This is used by the next commit, where I read the symbol table of an ELF file the lazy way. I built the two binaries by rebuilding buildroot with BR2_PACKAGE_BINUTILS=y BR2_PACKAGE_BINUTILS_TARGET=y but I won't add the whole binutils binary-set to the WR switch, so the configuration items are still unset in the default configuration for WR switch. Signed-off-by:
Alessandro Rubini <rubini@gnudd.com>
-
Alessandro Rubini authored
Signed-off-by:
Alessandro Rubini <rubini@gnudd.com>
-
- Sep 04, 2014
-
-
Alessandro Rubini authored
This removes the hack of forking a child, because I'll need to do more than just passing a file name. The other tool using the same hack (load-virtex) is unchanged as I don't need to work on it. Signed-off-by:
Alessandro Rubini <rubini@gnudd.com>
-
Alessandro Rubini authored
Signed-off-by:
Alessandro Rubini <rubini@gnudd.com>
-
- Sep 03, 2014
-
-
Alessandro Rubini authored
You can "diff -w" or "show -w" and see there is no difference. I didn't shorten long lines nor anything "major", I just removed trailing spaces, that are highlighted in my editor, and fixed inconsistencies in indentation within functions. Signed-off-by:
Alessandro Rubini <rubini@gnudd.com>
-
Alessandro Rubini authored
Signed-off-by:
Alessandro Rubini <rubini@gnudd.com>
-
- Aug 03, 2014
-
-
Alessandro Rubini authored
Signed-off-by:
Alessandro Rubini <rubini@gnudd.com>
-
- Aug 01, 2014
-
-
Alessandro Rubini authored
This reverts commit 38e59051. We don't need the sdram printouts any more. But it's good to have this in history anyways (it was an error having it in master, but all hackers promote bugs as features).
-
- Jul 29, 2014
-
-
-
Alessandro Rubini authored
Signed-off-by:
Alessandro Rubini <rubini@gnudd.com>
-
Alessandro Rubini authored
The snmpwalk client has a bug in returning 64-bit values. This redoes what we are already doing in wrsPpsi.c. It's bad, but mandatory at this point. Signed-off-by:
Alessandro Rubini <rubini@gnudd.com>
-
Alessandro Rubini authored
This adds an snmp stanza with the white rabbit date. However, it has 64-bit problems (it's the client, not the server). See next commit. Signed-off-by:
Alessandro Rubini <rubini@gnudd.com>
-
Alessandro Rubini authored
Signed-off-by:
Alessandro Rubini <rubini@gnudd.com>
-
Alessandro Rubini authored
Signed-off-by:
Alessandro Rubini <rubini@gnudd.com>
-
Alessandro Rubini authored
Signed-off-by:
Alessandro Rubini <rubini@gnudd.com>
-
Alessandro Rubini authored
The name was inconsistent with anything else, and we must simplify and get consistent. A symlink with the old name is provided. Signed-off-by:
Alessandro Rubini <rubini@gnudd.com>
-
- Jul 28, 2014
-
-
Ports info (header) was updated only in index.php. Now it is refreshed every 15 seconds.
-
- Reference to advanced menu was not working properly after accessing firmware.php and load.php (fixed) - Global switch description in index.php output format for wr_date - Adding 1 second delay for reboot - Loading FPGA/lm32 bin now displays a warning message
-
Adding hostname@ip to the output. It is now displayed
-
Priority combobox changed to 0-7
-
ntp UTC combobox fixed.
-
- Now terminal emulator cursor is always focused on text input. - Change password menu shows admin user as read-only.
-
Previous changes on /etc files were not saved after reboot. Fixed --> /usr/etc
-
- previous wr_date get not working: changed to wr_date -n get - fixing startup php filesize to 40M
-
- Php filesize field has been removed(user cannot change it). - Permanently set to 40M. - DHCP/Static IP is now accesible from the main menu. minor format fixes
-
- Fixing javascript to include more than 1 table style - Vlan fix - Adding port 2 vlan management - minor fixes - Enable/Disable SNMP
-
New format changes - New CSS descriptors - table format change for endpoint, firmware, load, management and vlan php files
-
Web interface VLAN improvements: - adding hex2bin function for vlan mask - Minor fixes - checking empty entry values for vlan
-
Fixing www page redirection bugs
-
Minor changes: - deleting unused file administration.php - adding mount RW and RO in case it is neccesary to load, network and ptp
-
New login system: - default login: "admin", password "" - possibility of changing password Loging user&password are different from swith user/pass. It is now stored in /etc/phpusers.
-
- adding vlans - setting ports to vlan - remove vlans Adding neccesary functions for vlan support
-
Front-end Adaptation to WRS 4.0: - New firmware menu - endpoint tools adaptation. - ppsi adaptation - adding firmware tools (not ready, needs back-end). - terminal fixes - dhcp vs static ip - Minor fixes
-
Switch Management Update: - NTP Server Added + UTC - Possibility of loading .config files (ppsi, sfp, snmp, hal) - Restore all config files from backup. - Backup all config files. Added folder downloads/, used for backup downloads.
-
New contact/about page: - 7S, UGR & CERN logos - wr-switch developers added.
-
- Jul 27, 2014
-
-
Alessandro Rubini authored
Signed-off-by:
Alessandro Rubini <rubini@gnudd.com>
-
- Jul 23, 2014
-
-
Alessandro Rubini authored
We had /etc/init.d/wrs-boot-procedure: line 104: tee: not found because tee is not in /bin; we need to always use "busybox tee". This adds a variable TEE="busybox tee" to make it easier to remind, at later edits, and fit in 80 columns at the same time. Signed-off-by:
Alessandro Rubini <rubini@gnudd.com>
-
- Jul 21, 2014
-
-
Alessandro Rubini authored
I'm confused by TAI/UTC: let's wr_date make it clear that it is reporting TAI. Nobody parses this output so far: the web interface uses it, but it prints back the whole output. So this change is safe. Signed-off-by:
Alessandro Rubini <rubini@gnudd.com>
-
Alessandro Rubini authored
Every other place calls the file wr_date.conf. userspace/tools/wr_date.c will open the config file (it does not, currently) but the name is different. So we fix the executable and leave the rest as it is, since it works: documentation matches S70wr_date and use of .config for build-time settings. Signed-off-by:
Alessandro Rubini <rubini@gnudd.com>
-
- Jul 17, 2014
-
-
Alessandro Rubini authored
Signed-off-by:
Alessandro Rubini <rubini@gnudd.com>
-