summaryrefslogtreecommitdiffstats
path: root/sys/sys/_null.h
Commit message (Expand)AuthorAgeFilesLines
* Define NULL to nullptr in C++11 mode (not strictly required, but it makestheraven2011-12-271-1/+3
* *sigh*, while the kernel built, userland C did not. Revert the previousjhb2009-05-111-4/+4
* Always use __null to define NULL for GCC 4+. Use '0' rather thanjhb2009-05-111-4/+4
* Define NULL to be __null in a case of gnu c++. This makes sentinel attributerdivacky2009-01-291-0/+4
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
* Make NULL a (void*)0 whereever possible, and fix the warnings(-Werror)markm2004-03-051-5/+5
* GC the AMD64 special handling.obrien2003-12-261-2/+1
* Add a reminder note about removing the amd64 test here once the gcc33 portpeter2003-12-231-0/+1
* Don peril sensitive sunglasses and set NULL to an actual pointer type,peter2003-12-231-0/+4
* amd64 doesn't define __LP64__ in the compiler, but it definately needspeter2003-12-151-1/+1
* Change the definition of NULL on ia64 (for LP64 compilations) frommarcel2003-12-071-0/+37
OpenPOWER on IntegriCloud