History log of /dflybsd-src/lib/libc/sys/pselect.2 (Results 1 – 5 of 5)
Revision Date Author Comments
# 78897f0b 15-Nov-2019 Sascha Wildner <saw@online.de>

Remove the old libc_r.

Nothing is using it, if it even works, and no one has been working
on it for a long time.

Approved-by: dillon


# 98b3d9ad 22-Jul-2013 Franco Fichtner <franco@lastsummer.de>

add .Mt to man pages in lib/


# a68e0df0 28-Mar-2010 Sascha Wildner <saw@online.de>

Sort sections in various manual pages.


# 2aedbc49 12-Jan-2008 Sascha Wildner <swildner@dragonflybsd.org>

Use .Fx and .Dx.


# ae7cb1b5 10-Jan-2008 Nicolas Thery <nth@dragonflybsd.org>

Add pselect syscall.

Add pselect man page (obtained from FreeBSD).

Add pselect wrapper in libthread_xu that calls pselect syscall.

Add pselect wrapper in libc_r that calls poll syscall (see XXX in

Add pselect syscall.

Add pselect man page (obtained from FreeBSD).

Add pselect wrapper in libthread_xu that calls pselect syscall.

Add pselect wrapper in libc_r that calls poll syscall (see XXX in code
and BUGS in pselect man page).

Changed libbind to use pselect syscall instead of locally defined wrapper.

show more ...