summaryrefslogtreecommitdiffhomepage
path: root/libs/sys/luasrc/sys.lua
AgeCommit message (Collapse)Author
2014-06-11build: introduce luci-baseJo-Philipp Wich
Merges libs/core, libs/ipkg, libs/web, libs/sys, libs/sgi-cgi, libs/sgi-uhttpd, modules/admin-core, themes/base and protcols/core into modules/base and renames luci-lib-core to luci-base.
2014-04-24libs/sys: make sure to always return a table from arptable() when no ↵Jo-Philipp Wich
callback is passed (#671)
2013-01-30modules/admin-full: Add swap info to admin_status page if swap is available, ↵Manuel Munz
#533
2013-01-11libs/sys: fix luci.sys.processes.list() for entries with spaces i nthe STAT ↵Jo-Philipp Wich
column (#528)
2012-08-27libs/sys: use 100ms timeouts for name resolution of host hintsJo-Philipp Wich
2012-08-14libs/sys: fix getiwinfo() for "radioX.networkY" notation if the target ↵Jo-Philipp Wich
network is not yet committed to uci
2012-08-09libs/sys: remove _parse_delimitted_table() and incorperate /etc/config/dhcp ↵Jo-Philipp Wich
leases into mac_hints()
2012-08-08libs/sys: remove wifi.channels()Jo-Philipp Wich
2012-08-08libs/sys: remove wifi.getiwconfig() and wifi.getiwscan()Jo-Philipp Wich
2012-08-08libs/sys: introduce net.mac_hints(), net.ipv4_hints() and net.ipv6_hints() ↵Jo-Philipp Wich
functions to obtain lists of peers from various sources (e.g. ethers, leases, arp cache)
2012-07-18libs/sys: workaround broken entries in /proc/net/ipv6_route, observed on ↵Jo-Philipp Wich
brcm-2.4
2012-06-27libs/sys: fix login with empty password after previous commitJo-Philipp Wich
2012-06-27libs/sys: fix luci.sys.checkpasswd() semanticsJo-Philipp Wich
2012-05-06libs/sys: fix luci.sys.init.index() (#399)Jo-Philipp Wich
2012-04-15libs/sys: introduce luci.sys.init.start() and luci.sys.init.stop(), also ↵Jo-Philipp Wich
execute all init action with an empty environment
2011-12-05From c63e369d57cb6862a8890c7b2ee1b6b449b2c42d Mon Sep 17 00:00:00 2001Jo-Philipp Wich
From: Gabor Juhos <juhosg@openwrt.org> Date: Mon, 5 Dec 2011 14:36:34 +0100 Subject: [PATCH] libs/sys: read model name from /tmp/sysinfo/model if present Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
2011-10-26libs/sys: recent busybox versions changed top output from %MEM to %VSZ, fix ↵Jo-Philipp Wich
luci.sys.process.list() accordingly
2011-05-21libs/sys: redirect stdout to /dev7null when calling initscriptsJo-Philipp Wich
2011-03-13libs/sys: ignore TIME_WAIT connections in luci.sys.net.conntrack()Jo-Philipp Wich
2011-03-12libs/sys: disregard ::/0 routes on "lo" in luci.sys.net.defaultroute6()Jo-Philipp Wich
2011-02-14libs/sys: Filter model string from /proc/diag/modelManuel Munz
2011-02-14libs/sys: better handle bogomips parsingJo-Philipp Wich
2011-02-12libs/sys: fix call to nixio.uname()Jo-Philipp Wich
2011-02-12libs/sys: fix parsing of model and cpu info, consider 2000::/3 as IPv6 ↵Jo-Philipp Wich
default route if no ::/0 route exists (#200)
2011-01-25libs/sys: properly handle passwords with apostrophesJo-Philipp Wich
2011-01-19libs/sys: fix luci.sys.wifi.channels()Jo-Philipp Wich
2010-12-15modules/freifunk: Make status page update dynamically with javascript and ↵Manuel Munz
small cosmetic changes.
2010-11-27libs/sys: protect iwinfo loading and return stub if module is not presentJo-Philipp Wich
2010-11-27libs/sys: lazy load iwinfoJo-Philipp Wich
2010-11-25libs/sys: remove luci.sys.flash()Jo-Philipp Wich
2010-11-05libs/sys: fix logic fail in luci.sys.user.checkpasswd() (#152)Jo-Philipp Wich
2010-10-19libs/sys: resolve pseudo ifaces in luci.sys.wifi.getiwinfo()Jo-Philipp Wich
2010-10-11libs/sys: implement luci.sys.user.getpasswd()Jo-Philipp Wich
2010-03-08libs/sys: fix unwanted invocation of initscripts when probing index of rcSJo-Philipp Wich
2010-03-08libs/sys: workaround for Lua number overflow in ipv6 route metricsJo-Philipp Wich
2009-11-15Minor fixesSteven Barth
2009-11-15libs/sys: mhz are not floatsJo-Philipp Wich
2009-11-15Merge luci.sys.wifi.channels to iwinfoSteven Barth
2009-08-09libs/sys: implement luci.sys.wifi.getiwinfo() oop interfaceJo-Philipp Wich
2009-07-19convert luci.fs users to nixio.fs apiJo-Philipp Wich
2009-07-10libs/sys: implement callbacks in luci.sys.net.arptable() and ↵Jo-Philipp Wich
luci.sys.net.conntrack()
2009-07-10libs/sys: optimize luci.sys.net.defaultroute6()Jo-Philipp Wich
2009-07-10Optimise luci.sysSteven Barth
2009-07-09libs/sys: improve efficiency of sys.net.defaultroute(), can save hundreds of ↵Jo-Philipp Wich
KB memory usage
2009-06-21Drop support for luaposix and bitlib (obsoleted by nixio)Steven Barth
Mark luci.fs as deprecated
2009-05-21 - Add support for hostap driverJo-Philipp Wich
- Retrieve channels from all available wireless interfaces - Add channel "auto" to channel list Thanks Vasilis Tsiligiannis
2009-05-13libs/sys: fix checking for empty tableJo-Philipp Wich
2009-05-13libs/sys: fix typo in last commitJo-Philipp Wich
2009-05-13libs/sys: implement luci.sys.wifi.channels()Jo-Philipp Wich
modules/admin-full: only display available channels
2009-02-02libs/sys: import missing symbolJo-Philipp Wich