> > Author: trasz > > Date: Wed Jul 4 13:34:43 2018 > > New Revision: 335941 > > URL: https://svnweb.freebsd.org/changeset/base/335941 > > > > Log: ... > > +#ifdef notyet > > + /* > > + * XXX: Doesn't work; kernel pipe buffer too small? > > + */ > > + { "pipeping_100000", test_pipeping, .t_flags = 0, .t_int = 100000 }, > > + { "pipeping_1000000", test_pipeping, .t_flags = 0, .t_int = 1000000 }, > > + #endif > > Can you get the size of the pipe buffer and make a run time > decision on this? Not all of us run with defaults.... > Hum, does not seem it is easy to get this pipe size info from userland...
Nvm, if I read the rest of the commit mail correctly you already have done this, THANKS! > > { "gettimeofday", test_gettimeofday, .t_flags = 0 }, > > { "getpriority", test_getpriority, .t_flags = 0 }, > > { "getprogname", test_getprogname, .t_flags = 0 }, -- Rod Grimes rgri...@freebsd.org _______________________________________________ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"