History log of /dragonfly/share/man/man9/idr.9 (Results 1 – 7 of 7)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: v6.2.1, v6.2.0, v6.3.0, v6.0.1, v6.0.0, v6.0.0rc1, v6.1.0, v5.8.3, v5.8.2, v5.8.1, v5.8.0, v5.9.0, v5.8.0rc1, v5.6.3, v5.6.2, v5.6.1, v5.6.0, v5.6.0rc1, v5.7.0, v5.4.3, v5.4.2
# e4041605 16-Mar-2019 Sascha Wildner <saw@online.de>

idr.9: Fix idr_remove() prototype.


# d0975e24 09-Mar-2019 Matthew Dillon <dillon@apollo.backplane.com>

kernel - Fix IDR bugs

* Allow ptr to be NULL in idr_remove() and idr_replace().

* Note that linux ERR returns from idr_replace() still not implemented
(requires the related ERR macros to be moved

kernel - Fix IDR bugs

* Allow ptr to be NULL in idr_remove() and idr_replace().

* Note that linux ERR returns from idr_replace() still not implemented
(requires the related ERR macros to be moved out of drm). idr_replace()
still returns NULL when the id cannot be found.

Requested-by: aly

show more ...


Revision tags: v5.4.1, v5.4.0, v5.5.0, v5.4.0rc1, v5.2.2, v5.2.1, v5.2.0, v5.3.0, v5.2.0rc
# de78443e 21-Mar-2018 Sascha Wildner <saw@online.de>

idr.9: Improve this manual page a bit.

Based on a patch submitted by Aaron LI <aly@aaronly.me>.


Revision tags: v5.0.2, v5.0.1, v5.0.0, v5.0.0rc2, v5.1.0, v5.0.0rc1, v4.8.1, v4.8.0, v4.6.2, v4.9.0, v4.8.0rc, v4.6.1, v4.6.0, v4.6.0rc2, v4.6.0rc, v4.7.0, v4.4.3, v4.4.2, v4.4.1, v4.4.0, v4.5.0, v4.4.0rc, v4.2.4, v4.3.1, v4.2.3, v4.2.1, v4.2.0, v4.0.6, v4.3.0, v4.2.0rc, v4.0.5, v4.0.4, v4.0.3, v4.0.2, v4.0.1, v4.0.0, v4.0.0rc3, v4.0.0rc2, v4.0.0rc, v4.1.0, v3.8.2, v3.8.1, v3.6.3, v3.8.0, v3.8.0rc2, v3.9.0, v3.8.0rc, v3.6.2, v3.6.1, v3.6.0, v3.7.1, v3.6.0rc, v3.7.0
# 04876a76 25-Oct-2013 François Tigeot <ftigeot@wolfpond.org>

idr: Fix idr_get_new() and idr_get_new_above() return values

These functions are supposed to return -EAGAIN and not EAGAIN when
no more descriptors are available.


# c824b4f9 06-Oct-2013 François Tigeot <ftigeot@wolfpond.org>

idr: idr_pre_get() takes two arguments

Don't diverge from the well-known Linux API


Revision tags: v3.4.3, v3.4.2, v3.4.0, v3.4.1, v3.4.0rc, v3.5.0, v3.2.2
# f5f75637 24-Oct-2012 Sascha Wildner <saw@online.de>

idr.9: Clean up a bit.


Revision tags: v3.2.1, v3.2.0, v3.3.0
# 181ede86 23-Aug-2012 Vishesh Yadav <vishesh3y@gmail.com>

idr: Integer ID management library

Derived from fd code. Almost compatible with Linux. Differences
mentioned in man page.