Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove the openat() patch, as it's breaking quite a few packages. | nbd | 2009-01-02 | 1 | -71/+0 |
| | | | | | | | | | the problem is in the AT_FDCWD define, which packages check for to see if fdopenat, openat, fstatat, etc. are supported, but the patch only adds openat() and not the other functions. this should probably be fixed upstream and not just in openwrt. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13817 3c298f89-4303-0410-b956-a3cf2f4a3e73 | ||||
* | openat is not an implemented syscall on linux-2.4, so make it only available ↵ | florian | 2008-11-16 | 1 | -1/+4 |
| | | | | | | for linux-2.6 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13234 3c298f89-4303-0410-b956-a3cf2f4a3e73 | ||||
* | Add support for openat system call - this must be extended for the rest of ↵ | hcg | 2008-11-14 | 1 | -0/+68 |
these system calls git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13200 3c298f89-4303-0410-b956-a3cf2f4a3e73 |