| Commit message (Expand) | Author | Age | Files | Lines |
* | [package] base-files: kill remaining processes after running user hooks (#10461) | jow | 2011-11-19 | 1 | -1/+1 |
* | [package] base-files: another empty password check fix (#10440) | jow | 2011-11-17 | 1 | -1/+1 |
* | [package] base-files: now that we have date -k, adjust the kernel timezone af... | jow | 2011-11-17 | 1 | -1/+1 |
* | [package] base-files: rewrite killing of nonessential services to not rely on... | jow | 2011-11-16 | 1 | -1/+1 |
* | [package] base-files: prime root password with "x" to notify programs that th... | jow | 2011-11-14 | 1 | -1/+1 |
* | [package] base-files: now that the initial password is completely empty (and ... | jow | 2011-11-11 | 1 | -1/+1 |
* | enable and use shadow passwords by default | kaloz | 2011-11-10 | 1 | -5/+4 |
* | package/base-files: enhance & cleanup service wrappers | nico | 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 | -1/+1 |
* | package/base-files: move /etc/functions.sh to /lib/functions.sh | nico | 2011-11-08 | 1 | -1/+1 |
* | package/base-files: use new service wrapper | nico | 2011-11-07 | 1 | -1/+1 |
* | [package] base-files: add some more protected services to sysupgrade kill bla... | jow | 2011-11-03 | 1 | -1/+1 |
* | [package] base-files: sysupgrade: kill all but essential processes before sta... | jow | 2011-10-27 | 1 | -1/+1 |
* | base-files/sysupgrade: add more busybox applet symlinks to ramdisk | juhosg | 2011-10-27 | 1 | -1/+1 |
* | [package] base-files: remove rdate integration, add busybox ntpd init script ... | jow | 2011-10-27 | 1 | -1/+1 |
* | add an initial (experimental) version of netifd, disabled by default | nbd | 2011-10-21 | 1 | -1/+6 |
* | base-files: move network related scripts to a separate package to make the tr... | nbd | 2011-10-20 | 1 | -0/+1 |
* | [package] base-files: introduce "igmp_snooping" option to toggle IGMP snoopin... | jow | 2011-10-11 | 1 | -1/+1 |
* | [package] base-files: use "zonename" system option to symlink /etc/localtime ... | jow | 2011-09-26 | 1 | -1/+3 |
* | [package] base-files: make ip matching in dns add/remove functions more expli... | jow | 2011-09-23 | 1 | -1/+1 |
* | [package] base-files: fix arp() procedure to properly detect /usr/bin/arp | jow | 2011-08-12 | 1 | -1/+1 |
* | [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 | 1 | -1/+1 |
* | [package] base-files: implement a generic mechanism to map per-interface sysc... | jow | 2011-07-17 | 1 | -1/+1 |
* | [package] base-files: add -h and --help options to sysupgrade (#9728) | jow | 2011-07-17 | 1 | -1/+1 |
* | [package] base-files: use uci_toggle_state() to prevent unwanted aggregation ... | jow | 2011-07-15 | 1 | -1/+1 |
* | base-files: do not use the relinked libgcc, fixes c++ exception handling issu... | nbd | 2011-07-02 | 1 | -1/+1 |
* | [toolchain] add gfortran compiler support (#9600, patch from Xiangfu Liu via ... | jow | 2011-06-23 | 1 | -0/+40 |
* | [package] base-files: if an ip6addr without a prefix is given, assume /128 - ... | jow | 2011-06-09 | 1 | -1/+1 |
* | [package] base-files: fix error reporting for unsupported protocols on virtua... | jow | 2011-06-07 | 1 | -1/+1 |
* | [package] base-files: mark /etc/crontabs/ as config directory | jow | 2011-05-24 | 1 | -1/+2 |
* | [PATCH] ipcalc.sh CIDR notation | jow | 2011-05-18 | 1 | -1/+1 |
* | [package] base-files: retrigger usb coldplug after module loading, solves usb... | jow | 2011-05-08 | 1 | -1/+1 |
* | [package] base-files: fix stale space in eglibc library install section (#9270) | jow | 2011-04-19 | 1 | -1/+1 |
* | base-files: return success on lib-copying with external toolchain | jow | 2011-04-12 | 1 | -12/+21 |
* | [package] base-files: properly handle vlans on top of wireless interfaces | jow | 2011-03-18 | 1 | -1/+1 |
* | [package] base-files: update sysctl.conf for modern kernels | jow | 2011-03-17 | 1 | -2/+2 |
* | base-files: link libpthread against libc | nbd | 2011-03-14 | 1 | -1/+1 |
* | base-files: make library relinking uclibc specific and fix libpthread install... | nbd | 2011-03-10 | 1 | -2/+5 |
* | base-files: only relink libraries if the linaro toolchain is selected | nbd | 2011-03-09 | 1 | -1/+3 |
* | gcc: move the optimized assembler helpers back into the static libgcc and ski... | nbd | 2011-03-08 | 1 | -6/+21 |
* | base-files: the relinked libpthread needs to be linked against libdl, otherwi... | nbd | 2011-03-08 | 1 | -1/+1 |
* | base-files: fix Build/Compile override handling, fixes ar7 compile | nbd | 2011-03-06 | 1 | -5/+2 |
* | base-files: do not build or use libgcc on m68k and avr32 | nbd | 2011-03-03 | 1 | -7/+9 |
* | base-files: relink uclibc and libgcc libraries to remove leftovers of the sta... | nbd | 2011-03-01 | 1 | -5/+59 |
* | [package] base-files: Add /etc/nsswitch.conf to targets running glibc/eglibc,... | hcg | 2011-02-18 | 1 | -0/+1 |
* | base-files: librt should depend on libpthread, not the other way around | nbd | 2011-02-16 | 1 | -1/+1 |
* | remove the shared object stubs of libnsl and libresolv - let the compiler use... | nbd | 2011-02-13 | 1 | -1/+1 |
* | [package] base-files: | jow | 2011-02-11 | 1 | -1/+1 |