aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/err.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-04-03err.h: use bool for IS_ERR and IS_ERR_OR_NULLJoe Perches1-3/+4
2013-07-15PTR_RET is now PTR_ERR_OR_ZERORusty Russell1-1/+4
2013-07-03err.h: IS_ERR() can accept __user pointersDan Carpenter1-5/+5
2011-03-22include/linux/err.h: add a function to cast error-pointers to a return valueUwe Kleine-König1-0/+8
2010-05-25err.h: add __must_check to error pointer handlersJani Nikula1-5/+5
2009-12-15err.h: add helper function to simplify pointer error checkingPhil Carmody1-0/+5
2008-02-07Add an ERR_CAST() function to complement ERR_PTR and co.David Howells1-0/+13
2006-09-27[PATCH] consistently use MAX_ERRNO in __syscall_returnRandy Dunlap1-0/+4
2006-07-01[PATCH] Fix IS_ERR Threshold ValueRalf Baechle1-1/+3
2005-05-19Fix get_unmapped_area sanity testsLinus Torvalds1-1/+3
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+31