search for: getdelim

Displaying 20 results from an estimated 137 matches for "getdelim".

2020 Aug 18
0
[PATCH nbdkit 3/9] server: Add general replacements for missing functions using LIBOBJS.
Especially on Windows, some common functions are missing. Use the autoconf LIBOBJS mechanism to replace these functions. This includes replacement functions for: Function names Implementation Origin getdelim, getline general purpose NetBSD under a compatible license openlog, syslog, Win32 written by me vsyslog realpath Win32 written by me strndup general purpose written by me This should do nothing on existing supported platforms. It is only...
2020 Aug 20
0
[PATCH nbdkit 01/13] common/replacements: Replace missing functions using LIBOBJS.
Especially on Windows, some common functions are missing. Use the autoconf LIBOBJS mechanism to replace these functions. This includes replacement functions for: Function names Implementation Origin getdelim, getline general purpose NetBSD under a compatible license openlog, syslog, Win32 written by me vsyslog realpath Win32 written by me strndup general purpose NetBSD under a compatible license This should do nothing on existing supported pla...
2020 Aug 18
1
Re: [PATCH nbdkit 3/9] server: Add general replacements for missing functions using LIBOBJS.
...n 8/18/20 5:50 AM, Richard W.M. Jones wrote: > Especially on Windows, some common functions are missing. Use the > autoconf LIBOBJS mechanism to replace these functions. > > This includes replacement functions for: > > Function names Implementation Origin > > getdelim, getline general purpose NetBSD under a compatible license > > openlog, syslog, Win32 written by me > vsyslog > > realpath Win32 written by me > > strndup general purpose written by me > > This should do noth...
2020 Aug 20
1
Re: [PATCH nbdkit 01/13] common/replacements: Replace missing functions using LIBOBJS.
...n 8/20/20 6:37 AM, Richard W.M. Jones wrote: > Especially on Windows, some common functions are missing. Use the > autoconf LIBOBJS mechanism to replace these functions. > > This includes replacement functions for: > > Function names Implementation Origin > > getdelim, getline general purpose NetBSD under a compatible license > > openlog, syslog, Win32 written by me > vsyslog > > realpath Win32 written by me > > strndup general purpose NetBSD under a compatible license > >...
2018 Aug 10
10
Call for testing: OpenSSH 7.8
Hi, OpenSSH 7.8p1 is almost ready for release, so we would appreciate testing on as many platforms and systems as possible. This is a bugfix release. Snapshot releases for portable OpenSSH are available from http://www.mindrot.org/openssh_snap/ The OpenBSD version is available in CVS HEAD: http://www.openbsd.org/anoncvs.html Portable OpenSSH is also available via git using the instructions at
2019 Jan 14
6
[PATCH nbdkit incomplete 0/5] Port to Windows.
This is an incomplete port to Windows. Currently the server compiles and starts up successfully, but goes into an infinite loop when you connect to it. Nevertheless I think the approach is ready for feedback. This being Windows the changes go quite deep. Rich.
2020 Aug 18
0
[PATCH nbdkit 6/9] lib: Use replacement strategy for get_current_dir_name.
...fdatasync \ flockfile \ funlockfile \ - get_current_dir_name \ mkostemp \ mlock \ mlockall \ @@ -340,6 +339,7 @@ AC_CHECK_FUNCS([\ dnl Replacement functions that we provide for some platforms. AC_CONFIG_LIBOBJ_DIR([common/replacements]) AC_REPLACE_FUNCS([\ + get_current_dir_name \ getdelim \ getline \ openlog \ diff --git a/common/include/Makefile.am b/common/include/Makefile.am index 151c2ae4..a7d0d026 100644 --- a/common/include/Makefile.am +++ b/common/include/Makefile.am @@ -38,7 +38,6 @@ EXTRA_DIST = \ ascii-string.h \ byte-swapping.h \ exit-with-parent.h \ - get-curre...
2020 Aug 18
15
[PATCH nbdkit 0/9] Port to Windows.
Also available here: https://github.com/rwmjones/nbdkit/tree/2020-windows-mingw This is the port to Windows using native Windows APIs (not MSYS or Cygwin). This patch series is at the point where it basically now works. I can run the server with the memory plugin, and access it remotely using guestfish, creating filesystems and so on without any apparent problems. Nevertheless there are many
2016 Jun 27
1
[GSoC'16] Weekly Status - June 27 - Zhengyang Liu
Dear LLVM and SVA community: This is to brief you the progress of this week. I mainly focused on minor fixes this week. Following is what I finished this week. 1. Move the implementation of runOnModule of RegisterGlobalVar pass from .h back to .cpp file. 2. Introduce two new functions to register and unregister function prototypes on llvm.compiler.used. 3. Added two regression tests for
2019 Sep 18
2
[PATCH] build: remove unused gnulib modules
...filenamecat.m4 /flexmember.m4 /float_h.m4 @@ -54,23 +43,18 @@ /fnmatch.m4 /fpending.m4 /fpieee.m4 -/fpurge.m4 -/freading.m4 /fseeko.m4 /fstatat.m4 /fstat.m4 /ftell.m4 /ftello.m4 /ftruncate.m4 -/fts.m4 /futimens.m4 -/getaddrinfo.m4 /getcwd-abort-bug.m4 /getcwd.m4 /getcwd-path-max.m4 /getdelim.m4 /getdtablesize.m4 -/getgroups.m4 /getline.m4 /getlogin.m4 /getlogin_r.m4 @@ -79,20 +63,16 @@ /getprogname.m4 /gettime.m4 /gettimeofday.m4 -/getugroups.m4 /glob_h.m4 /glob.m4 /gnulib-common.m4 /gnulib-comp.m4 /gnulib-tool.m4 /gnu-make.m4 -/hash.m4 /host-cpu-c-abi.m4 -/hostent.m4 /h...
2020 Aug 20
15
[PATCH nbdkit 0/13] Port to Windows without using a separate library.
Also available here: https://github.com/rwmjones/nbdkit/tree/2020-windows-mingw-nolib After a lot of work I have made the port to Windows work without using a separate library. Instead, on Windows only, we build an "import library" (library of stubs) which resolves references to nbdkit_* functions in the main program and fixes up the plugin, basically the first technique outlined in
2019 Sep 18
0
Re: [PATCH] build: remove unused gnulib modules
...pending.m4 > /fpieee.m4 > -/fpurge.m4 > -/freading.m4 > /fseeko.m4 > /fstatat.m4 > /fstat.m4 > /ftell.m4 > /ftello.m4 > /ftruncate.m4 > -/fts.m4 > /futimens.m4 > -/getaddrinfo.m4 > /getcwd-abort-bug.m4 > /getcwd.m4 > /getcwd-path-max.m4 > /getdelim.m4 > /getdtablesize.m4 > -/getgroups.m4 > /getline.m4 > /getlogin.m4 > /getlogin_r.m4 > @@ -79,20 +63,16 @@ > /getprogname.m4 > /gettime.m4 > /gettimeofday.m4 > -/getugroups.m4 > /glob_h.m4 > /glob.m4 > /gnulib-common.m4 > /gnulib-comp.m4 > /...
2019 Sep 23
0
[PATCH v2 5/5] build: remove unused gnulib modules
...filenamecat.m4 /flexmember.m4 /float_h.m4 @@ -54,23 +41,13 @@ /fnmatch.m4 /fpending.m4 /fpieee.m4 -/fpurge.m4 -/freading.m4 -/fseeko.m4 /fstatat.m4 /fstat.m4 -/ftell.m4 -/ftello.m4 /ftruncate.m4 -/fts.m4 /futimens.m4 -/getaddrinfo.m4 -/getcwd-abort-bug.m4 /getcwd.m4 -/getcwd-path-max.m4 /getdelim.m4 /getdtablesize.m4 -/getgroups.m4 /getline.m4 /getlogin.m4 /getlogin_r.m4 @@ -79,20 +56,14 @@ /getprogname.m4 /gettime.m4 /gettimeofday.m4 -/getugroups.m4 /glob_h.m4 /glob.m4 /gnulib-common.m4 /gnulib-comp.m4 /gnulib-tool.m4 -/gnu-make.m4 -/hash.m4 /host-cpu-c-abi.m4 -/hostent.m4 /h...
2010 Dec 07
1
builder-ubuntu libguestfs FAILED build step 4b8f70d46dcfed1489c97f822e263b8615f21ea0
...il extensions fchdir fchdir-tests fclose fcntl fcntl-h fcntl-h-tests fcntl-tests fd-safer-flag fdopendir fdopendir-tests float fnmatch fnmatch-tests fsusage full-read full-write futimens futimens-tests getaddrinfo getaddrinfo-tests getcwd getcwd-tests getdelim getdelim-tests getdtablesize getdtablesize-tests getgroups getgroups-tests getline getline-tests getlogin_r getlogin_r-tests getpagesize gettext-h gettime gettimeofday gettimeofday-tests getugroups glob glob-tests hash hash-pjw hash-tests hostent ignore-v...
2020 Aug 18
0
[PATCH nbdkit 7/9] server: Add hand-written replacement for poll for Windows.
...| 2 +- common/replacements/poll.c | 106 ++++++++++++++++++++++++++++++++ 6 files changed, 171 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 8c0398fe..bd9bd65f 100644 --- a/configure.ac +++ b/configure.ac @@ -343,6 +343,7 @@ AC_REPLACE_FUNCS([\ getdelim \ getline \ openlog \ + poll \ realpath \ strndup \ syslog \ diff --git a/common/replacements/Makefile.am b/common/replacements/Makefile.am index 5d73ac35..5abb6c2b 100644 --- a/common/replacements/Makefile.am +++ b/common/replacements/Makefile.am @@ -46,6 +46,8 @@ EXTRA_DIST = \ getlin...
2010 Dec 07
0
builder-ubuntu libguestfs FAILED build step 21810ade12e43fb4d8bfdcefb37a7d8bbe9eef8c
...il extensions fchdir fchdir-tests fclose fcntl fcntl-h fcntl-h-tests fcntl-tests fd-safer-flag fdopendir fdopendir-tests float fnmatch fnmatch-tests fsusage full-read full-write futimens futimens-tests getaddrinfo getaddrinfo-tests getcwd getcwd-tests getdelim getdelim-tests getdtablesize getdtablesize-tests getgroups getgroups-tests getline getline-tests getlogin_r getlogin_r-tests getpagesize gettext-h gettime gettimeofday gettimeofday-tests getugroups glob glob-tests hash hash-pjw hash-tests hostent ignore-v...
2011 Mar 04
1
builder-debian libguestfs FAILED build step eda9826d25336bcf661700270c580d4d62128750
...il extensions fchdir fchdir-tests fclose fcntl fcntl-h fcntl-h-tests fcntl-tests fd-safer-flag fdopendir fdopendir-tests float fnmatch fnmatch-tests fsusage full-read full-write futimens futimens-tests getaddrinfo getaddrinfo-tests getcwd getcwd-tests getdelim getdelim-tests getdtablesize getdtablesize-tests getgroups getgroups-tests getline getline-tests getlogin_r getlogin_r-tests getpagesize gettext-h gettime gettimeofday gettimeofday-tests getugroups glob glob-tests hash hash-pjw hash-tests hostent ignore-v...
2011 Feb 15
4
builder-debian libguestfs FAILED build step f455dc3814bf9f7e7e894ba81360acb0edd92464
...il extensions fchdir fchdir-tests fclose fcntl fcntl-h fcntl-h-tests fcntl-tests fd-safer-flag fdopendir fdopendir-tests float fnmatch fnmatch-tests fsusage full-read full-write futimens futimens-tests getaddrinfo getaddrinfo-tests getcwd getcwd-tests getdelim getdelim-tests getdtablesize getdtablesize-tests getgroups getgroups-tests getline getline-tests getlogin_r getlogin_r-tests getpagesize gettext-h gettime gettimeofday gettimeofday-tests getugroups glob glob-tests hash hash-pjw hash-tests hostent ignore-v...
2011 Jan 28
0
builder-debian libguestfs FAILED build step f060d5bcd40b4a6506d7994e67d57dccab1651b8
...il extensions fchdir fchdir-tests fclose fcntl fcntl-h fcntl-h-tests fcntl-tests fd-safer-flag fdopendir fdopendir-tests float fnmatch fnmatch-tests fsusage full-read full-write futimens futimens-tests getaddrinfo getaddrinfo-tests getcwd getcwd-tests getdelim getdelim-tests getdtablesize getdtablesize-tests getgroups getgroups-tests getline getline-tests getlogin_r getlogin_r-tests getpagesize gettext-h gettime gettimeofday gettimeofday-tests getugroups glob glob-tests hash hash-pjw hash-tests hostent ignore-v...
2011 Mar 15
0
builder-debian libguestfs FAILED build step d1f1f74e5f45fa5b94ebb096fa65fa33ecc23d09
...il extensions fchdir fchdir-tests fclose fcntl fcntl-h fcntl-h-tests fcntl-tests fd-safer-flag fdopendir fdopendir-tests float fnmatch fnmatch-tests fsusage full-read full-write futimens futimens-tests getaddrinfo getaddrinfo-tests getcwd getcwd-tests getdelim getdelim-tests getdtablesize getdtablesize-tests getgroups getgroups-tests getline getline-tests getlogin_r getlogin_r-tests getpagesize gettext-h gettime gettimeofday gettimeofday-tests getugroups glob glob-tests hash hash-pjw hash-tests hostent ignore-v...