History log of /netbsd-current/lib/libc/rpc/svc_fdset.c
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: prg-localcount2-base pgoyette-localcount-20170426 bouyer-socketcan-base1
# 1.16 18-Apr-2017 maya

avoid calloc(1,0).
from clang static analyzer

ok christos


Revision tags: pgoyette-localcount-20170320 bouyer-socketcan-base pgoyette-localcount-20170107 pgoyette-localcount-20161104 localcount-20160914 pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base
# 1.15 10-Nov-2015 christos

branches: 1.15.2; 1.15.4;
fix compilation/lint


# 1.14 10-Nov-2015 christos

CID 1338520: Check NULL
CID 1338521: Fix error (realloc returns different pointer)


# 1.13 10-Nov-2015 christos

CID 1338517: Check negative returns


# 1.12 08-Nov-2015 christos

Add debugging for pollfd


# 1.11 08-Nov-2015 christos

Only do the compat cruft if we are compiling libc.


# 1.10 07-Nov-2015 christos

initialize revents too.


# 1.9 07-Nov-2015 christos

PR/50408: Pedro Giffuni: Provide a way for rpc to use poll(2) instead of
select(2), and the linux svc_pollfd and svc_maxpollfd members. Our select(2)
implementation does not suffer from the FD_SETSIZE limitation so this is
not turned on by default.


# 1.8 07-Nov-2015 christos

spell reserved.


# 1.7 07-Nov-2015 christos

Put back NULL tests for allocation failures.


# 1.6 07-Nov-2015 christos

simplify more.


# 1.5 07-Nov-2015 christos

Introduce a binary compatible __fd_set_256 that is what the original fdset
size was for libc. Now we can bump it.


# 1.4 06-Nov-2015 christos

Cleanup and simplify.
undef svc_fdset and svc_maxfd to get to the real data for the compat code.


# 1.3 06-Nov-2015 joerg

Don't use macros as types or variable names.


# 1.2 06-Nov-2015 christos

- Provide multi-threaded fdset's for everyone not just rump if requested.
- Abstract fd_set access, and don't limit the fd_set size.
- Maintain binary compatibility by keeping the old global variables around.


Revision tags: netbsd-7-1-RELEASE netbsd-7-1-RC2 netbsd-7-nhusb-base-20170116 netbsd-7-1-RC1 netbsd-7-0-2-RELEASE netbsd-7-nhusb-base netbsd-7-0-1-RELEASE netbsd-7-0-RELEASE netbsd-7-0-RC3 netbsd-7-0-RC2 netbsd-7-0-RC1 netbsd-7-base yamt-pagecache-base9 tls-earlyentropy-base riastradh-xf86-video-intel-2-7-1-pre-2-21-15 riastradh-drm2-base3 riastradh-drm2-base2 riastradh-drm2-base1 riastradh-drm2-base tls-maxphys-base agc-symver-base
# 1.1 05-Mar-2013 christos

branches: 1.1.4; 1.1.10;
make this usable from RUMP


Revision tags: pgoyette-localcount-20161104 localcount-20160914 pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base
# 1.15 10-Nov-2015 christos

fix compilation/lint


# 1.14 10-Nov-2015 christos

CID 1338520: Check NULL
CID 1338521: Fix error (realloc returns different pointer)


# 1.13 10-Nov-2015 christos

CID 1338517: Check negative returns


# 1.12 08-Nov-2015 christos

Add debugging for pollfd


# 1.11 08-Nov-2015 christos

Only do the compat cruft if we are compiling libc.


# 1.10 07-Nov-2015 christos

initialize revents too.


# 1.9 07-Nov-2015 christos

PR/50408: Pedro Giffuni: Provide a way for rpc to use poll(2) instead of
select(2), and the linux svc_pollfd and svc_maxpollfd members. Our select(2)
implementation does not suffer from the FD_SETSIZE limitation so this is
not turned on by default.


# 1.8 07-Nov-2015 christos

spell reserved.


# 1.7 07-Nov-2015 christos

Put back NULL tests for allocation failures.


# 1.6 07-Nov-2015 christos

simplify more.


# 1.5 07-Nov-2015 christos

Introduce a binary compatible __fd_set_256 that is what the original fdset
size was for libc. Now we can bump it.


# 1.4 06-Nov-2015 christos

Cleanup and simplify.
undef svc_fdset and svc_maxfd to get to the real data for the compat code.


# 1.3 06-Nov-2015 joerg

Don't use macros as types or variable names.


# 1.2 06-Nov-2015 christos

- Provide multi-threaded fdset's for everyone not just rump if requested.
- Abstract fd_set access, and don't limit the fd_set size.
- Maintain binary compatibility by keeping the old global variables around.


Revision tags: netbsd-7-0-2-RELEASE netbsd-7-nhusb-base netbsd-7-0-1-RELEASE netbsd-7-0-RELEASE netbsd-7-0-RC3 netbsd-7-0-RC2 netbsd-7-0-RC1 netbsd-7-base yamt-pagecache-base9 tls-earlyentropy-base riastradh-xf86-video-intel-2-7-1-pre-2-21-15 riastradh-drm2-base3 riastradh-drm2-base2 riastradh-drm2-base1 riastradh-drm2-base tls-maxphys-base agc-symver-base
# 1.1 05-Mar-2013 christos

branches: 1.1.4; 1.1.10;
make this usable from RUMP