| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | base-files, target: assign name to system timeserver section, makes it easier... | jow | 2011-11-10 | 1 | -1/+1 |
* | package/base-files: /lib/functions.sh: add {group,user}_{add,exists} functions | nico | 2011-11-09 | 1 | -0/+37 |
* | package/base-files: /lib/functions.sh: let service_stop exit early if no matc... | nico | 2011-11-08 | 1 | -1/+1 |
* | package/base-files: enhance & cleanup service wrappers | nico | 2011-11-08 | 1 | -26/+40 |
* | package/base-files: move service* functions from /etc/rc.common to /lib/funct... | nico | 2011-11-08 | 2 | -82/+82 |
* | [package] base-files: do not kill udhcpc on sysupgrade, it will tear down the... | jow | 2011-11-08 | 1 | -1/+1 |
* | [package] base-files: do not assume that "top" is busybox' top, but try to ca... | jow | 2011-11-08 | 1 | -1/+1 |
* | [package] base-files: properly handle wifi ifaces with no network attached, u... | jow | 2011-11-08 | 1 | -3/+5 |
* | package/base-files: move /etc/functions.sh to /lib/functions.sh | nico | 2011-11-08 | 2 | -320/+321 |
* | package/base-files: use new service wrapper | nico | 2011-11-07 | 3 | -23/+25 |
* | package/base-files: /etc/rc.common: add service wrapper around start-stop-daemon | nico | 2011-11-07 | 1 | -1/+83 |
* | package/base-files: /etc/passwd: fix uid number for user 'daemon' (conflictin... | nico | 2011-11-07 | 1 | -1/+1 |
* | base-files: process platform hotplug calls in the early launch of hotplug2 to... | nbd | 2011-11-05 | 1 | -0/+4 |
* | netifd: ensure that a bridge gets created before hostapd needs it, hostapd mu... | nbd | 2011-11-04 | 1 | -0/+1 |
* | base-files: load modules early, run wifi detect afterwards and only then proc... | nbd | 2011-11-03 | 1 | -6/+12 |
* | [package] base-files: add some more protected services to sysupgrade kill bla... | jow | 2011-11-03 | 1 | -1/+1 |
* | [package] base-files: fix typo | jow | 2011-10-30 | 1 | -1/+1 |
* | [package] base-files: sysupgrade: kill all but essential processes before sta... | jow | 2011-10-27 | 2 | -0/+29 |
* | base-files/sysupgrade: add more busybox applet symlinks to ramdisk | juhosg | 2011-10-27 | 1 | -1/+6 |
* | [package] base-files: remove rdate integration, add busybox ntpd init script ... | jow | 2011-10-27 | 4 | -80/+40 |
* | base-files: move network related scripts to a separate package to make the tr... | nbd | 2011-10-20 | 8 | -979/+0 |
* | [package] base-files: introduce "igmp_snooping" option to toggle IGMP snoopin... | jow | 2011-10-11 | 1 | -1/+3 |
* | [package] base-files: use "zonename" system option to symlink /etc/localtime ... | jow | 2011-09-26 | 1 | -0/+3 |
* | base-files: apply network interface settings such as macaddr, mtu and txqueue... | nbd | 2011-09-24 | 1 | -15/+9 |
* | [package] base-files: make ip matching in dns add/remove functions more expli... | jow | 2011-09-23 | 1 | -2/+2 |
* | [package] base-files: Fix IPv6 address and route adding on aliases with no IP... | acinonyx | 2011-09-14 | 1 | -2/+2 |
* | Revert "[package] base-files: Add support for assigning multiple IPv6 address... | acinonyx | 2011-09-14 | 1 | -9/+8 |
* | [package] base-files: Add support for assigning multiple IPv6 addresses on an... | acinonyx | 2011-09-12 | 1 | -8/+9 |
* | base-files: remove an old network tunable tweak which is messing up network s... | nbd | 2011-08-29 | 1 | -1/+0 |
* | [package] base-files: fix arp() procedure to properly detect /usr/bin/arp | jow | 2011-08-12 | 1 | -1/+1 |
* | base-files: warn when calling /etc/init.d/<script> enable and neither START n... | nbd | 2011-07-27 | 1 | -0/+4 |
* | [package] base-files: use "reboot -f" after sysupgrade to prevent executing d... | jow | 2011-07-25 | 1 | -1/+1 |
* | [package] base-files: attempt bring up related wifi devices when calling ifup | jow | 2011-07-22 | 2 | -16/+48 |
* | [package] base-files: implement a generic mechanism to map per-interface sysc... | jow | 2011-07-17 | 1 | -0/+20 |
* | [package] base-files: add -h and --help options to sysupgrade (#9728) | jow | 2011-07-17 | 1 | -1/+4 |
* | [package] base-files: use uci_toggle_state() to prevent unwanted aggregation ... | jow | 2011-07-15 | 3 | -9/+9 |
* | [package] base-files: preinit: Fixed sourcing of diag.sh in /etc/preinit. Th... | cshore | 2011-07-07 | 2 | -1/+7 |
* | [package] base-files: pass conloglevel to syslogd (#9463, #9647) | jow | 2011-07-03 | 1 | -2/+6 |
* | [package] base-files: assume a default ipv6 prefix size of /64, thats what th... | jow | 2011-06-09 | 1 | -1/+1 |
* | [package] base-files: if an ip6addr without a prefix is given, assume /128 - ... | jow | 2011-06-09 | 1 | -0/+5 |
* | [package] base-files: fix error reporting for unsupported protocols on virtua... | jow | 2011-06-07 | 2 | -3/+3 |
* | base-files: do not write to /etc/config/wireless at boot time unless a new in... | nbd | 2011-06-07 | 1 | -3/+6 |
* | base-files: make the MAC address of bridge interfaces sticky to avoid ARP iss... | nbd | 2011-05-24 | 1 | -1/+2 |
* | [PATCH] ipcalc.sh CIDR notation | jow | 2011-05-18 | 1 | -6/+15 |
* | [package] base-files: retrigger usb coldplug after module loading, solves usb... | jow | 2011-05-08 | 1 | -0/+5 |
* | base-files: fix a typo in etc/banner | juhosg | 2011-05-07 | 1 | -1/+1 |
* | [package] base-files: cleanup permissions of device files in common hotplug r... | jow | 2011-05-03 | 1 | -6/+15 |
* | [package] base-files: Use -h instead of deprecated -L for symlink check | acinonyx | 2011-04-05 | 1 | -1/+1 |
* | [package] base-files: fix minor problem in init.d/boot | acinonyx | 2011-04-05 | 1 | -1/+1 |
* | [package] block-mount base-files: Added additional check to pi_include to en... | cshore | 2011-04-05 | 1 | -6/+10 |