aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/_null.h
Commit message (Expand)AuthorAgeFilesLines
* sys/sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Define NULL to nullptr in C++11 mode (not strictly required, but it makesDavid Chisnall2011-12-271-1/+3
* *sigh*, while the kernel built, userland C did not. Revert the previousJohn Baldwin2009-05-111-4/+4
* Always use __null to define NULL for GCC 4+. Use '0' rather thanJohn Baldwin2009-05-111-4/+4
* Define NULL to be __null in a case of gnu c++. This makes sentinel attributeRoman Divacky2009-01-291-0/+4
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+1
* Make NULL a (void*)0 whereever possible, and fix the warnings(-Werror)Mark Murray2004-03-051-5/+5
* GC the AMD64 special handling.David E. O'Brien2003-12-261-2/+1
* Add a reminder note about removing the amd64 test here once the gcc33 portPeter Wemm2003-12-231-0/+1
* Don peril sensitive sunglasses and set NULL to an actual pointer type,Peter Wemm2003-12-231-0/+4
* amd64 doesn't define __LP64__ in the compiler, but it definately needsPeter Wemm2003-12-151-1/+1
* Change the definition of NULL on ia64 (for LP64 compilations) fromMarcel Moolenaar2003-12-071-0/+37