| /buildroot/package/skeleton-init-sysv/skeleton/etc/ |
| A D | fstab | 4 devpts /dev/pts devpts defaults,gid=5,mode=620,ptmxmode=0666 0 0 5 tmpfs /dev/shm tmpfs mode=1777 0 0 6 tmpfs /tmp tmpfs mode=1777 0 0 7 tmpfs /run tmpfs mode=0755,nosuid,nodev 0 0
|
| /buildroot/package/resiprocate/ |
| A D | 0001-Fix-some-issue-compiling-with-Visual-Studio.patch | 60 delete mode 100644 contrib/GeoIP/GeoIP_12_0.vcxproj 62 delete mode 100644 contrib/pcre/pcre_12_0.vcxproj 63 delete mode 100644 contrib/popt/popt_12_0.vcxproj 65 delete mode 100644 repro/repro_12_0.vcxproj 66 delete mode 100644 repro/repro_12_0.vcxproj.filters 68 delete mode 100644 repro/reprolib_12_0.vcxproj 70 delete mode 100644 resip/dum/dum_12_0.vcxproj 75 delete mode 100644 resip/rend/rend_12_0.vcxproj 78 delete mode 100644 resip/stack/test/test_12_0.vcxproj 79 delete mode 100644 rutil/dns/ares/ares_12_0.vcxproj [all …]
|
| /buildroot/package/usb_modeswitch/ |
| A D | Config.in | 9 in mass storage mode to provide access to drivers 10 for the device's application mode. usb_modeswitch 11 changes the mode of such devices from the initial power-up 12 mode to the application mode. 16 package and eudev/systemd for automatic mode switching
|
| A D | 0001-fix-systemd-detection.patch | 11 install -D --mode=755 usb_modeswitch_dispatcher $(SBINDIR)/usb_modeswitch_dispatcher 13 …test -d $(UPSDIR) -a -e /sbin/initctl && install --mode=644 usb-modeswitch-upstart.conf $(UPSDIR) … 14 - test -d $(SYSDIR) -a \( -e /usr/bin/systemctl -o -e /bin/systemctl \) && install --mode=644 usb_m… 15 …temctl -o -e /bin/systemctl -o -e $(PREFIX)/bin/systemctl \) && install --mode=644 usb_modeswitch@…
|
| /buildroot/package/skeleton-init-openrc/skeleton/etc/ |
| A D | fstab | 3 tmpfs /tmp tmpfs mode=1777 0 0 4 tmpfs /run tmpfs mode=0755,nosuid,nodev 0 0
|
| /buildroot/package/sdl_sound/ |
| A D | 0001-fix-constness.patch | 1 decoders/speex: fix constness of speex mode 12 - SpeexMode *mode; 13 + const SpeexMode * mode;
|
| /buildroot/package/dht/ |
| A D | 0001-cmake.patch | 17 create mode 100644 CMakeLists.txt 18 delete mode 100644 Makefile 19 create mode 100644 Makefile.am 22 new file mode 100644 37 deleted file mode 100644 52 new file mode 100644
|
| /buildroot/package/makedevs/ |
| A D | makedevs.c | 108 if ((fp = fopen(path, mode)) == NULL) in bb_xfopen() 129 if (mode == -1) { in bb_make_directory() 131 mode = (S_IXUSR | S_IXGRP | S_IXOTH | in bb_make_directory() 180 if ((mode != -1) && (chmod(path, mode) < 0)){ in bb_make_directory() 501 unsigned int mode = 0755; in main() local 571 if ((mode != -1) && (chmod(full_name, mode) < 0)){ in main() 591 if ((mode != -1) && (chmod(full_name, mode) < 0)){ in main() 599 recursive_mode = mode; in main() 612 mode |= S_IFIFO; in main() 615 mode |= S_IFCHR; in main() [all …]
|
| /buildroot/package/python-magic-wormhole-mailbox-server/ |
| A D | 0001-setup.py-remove-the-U-open-mode-removed-in-Python-3..patch | 4 Subject: [PATCH] setup.py: remove the 'U' open mode removed in Python 3.11 6 The 'U' open mode was removed in Python 3.11. See: 14 ValueError: invalid mode: 'rU' 16 This patch removes the 'U' open mode.
|
| /buildroot/docs/manual/ |
| A D | download-infra.adoc | 1 // -*- mode:doc; -*-
|
| A D | appendix.adoc | 1 // -*- mode:doc; -*-
|
| /buildroot/support/testing/tests/fs/test_ubi/ |
| A D | ubinize_qemu_pflash_cfi01.cfg | 2 mode=ubi
|
| /buildroot/fs/ubi/ |
| A D | ubinize.cfg | 2 mode=ubi
|
| /buildroot/package/x11r7/xapp_xvidtune/ |
| A D | Config.in | 6 video mode tuner for Xorg
|
| /buildroot/package/berkeleydb/ |
| A D | 0001-cwd-db_config.patch | 14 env->db_mode = mode == 0 ? DB_MODE_660 : mode;
|
| /buildroot/package/x11r7/xapp_xsetmode/ |
| A D | Config.in | 6 set the mode for an X Input device
|
| /buildroot/package/x11r7/xdriver_xf86-video-fbturbo/ |
| A D | 0002-Use-own-thunk-functions-instead-of-fbdevHW-Weak.patch | 25 +fbdevSwitchMode(ScrnInfoPtr pScrn, DisplayModePtr mode) 27 + return fbdevHWSwitchMode(pScrn, mode); 49 +fbdevValidMode(ScrnInfoPtr pScrn, DisplayModePtr mode, Bool verbose, int flags) 51 + return fbdevHWValidMode(pScrn, mode, verbose, flags); 128 +fbdevDPMSSet(ScrnInfoPtr pScrn, int mode, int flags) 130 + fbdevHWDPMSSet(pScrn, mode, flags); 134 +fbdevSaveScreen(ScreenPtr pScreen, int mode) 136 + return fbdevHWSaveScreen(pScreen, mode);
|
| /buildroot/package/links/ |
| A D | Config.in | 5 Graphics and text mode WWW browser (kind of like lynx). 19 Otherwise links will be text-mode only.
|
| /buildroot/support/testing/tests/package/test_weston/overlay/etc/ |
| A D | weston.ini | 7 # Finally, we force the smallest standard display output mode 15 mode=640x480 key
|
| /buildroot/arch/ |
| A D | Config.in.or1k | 14 # -*- mode:kconfig; -*-
|
| A D | Config.in.nios2 | 14 # -*- mode:kconfig; -*-
|
| /buildroot/package/linuxptp/ |
| A D | linuxptp.cfg | 2 # a remote PTP master in slave-only mode. 4 # By default synchronize time in slave-only mode using UDP and hardware time
|
| /buildroot/package/openpgm/ |
| A D | 0001-Rename-openpgm-5.2.pc.in.patch | 16 delete mode 100644 openpgm/pgm/openpgm-5.2.pc.in 17 create mode 100644 openpgm/pgm/openpgm-5.3.pc.in 20 deleted file mode 100644 38 new file mode 100644
|
| /buildroot/utils/ |
| A D | test-pkg | 15 local cfg dir pkg random toolchains_csv toolchain all number mode prepare_only 29 mode=0 87 mode=$((mode+1)) 91 mode=$((mode+1)) 95 mode=$((mode+1)) 100 if [ ${mode} -eq 0 ] ; then 102 elif [ ${mode} -gt 1 ] ; then
|
| /buildroot/package/libest/ |
| A D | Config.in | 27 bool "client-only mode" 28 # The client-only mode fails to build with OpenJDK/JNI
|