aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/stdint.h
Commit message (Expand)AuthorAgeFilesLines
* sys/sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Implement the memset_s(3) function as specified by the C11 ISO/IECKonstantin Belousov2017-03-301-0/+7
* Move intmax_t and uintmax_t type declarations to sys/_stdint.h to giveKonstantin Belousov2015-11-071-9/+0
* Make the wchar_t type machine dependent.Andrew Turner2012-06-241-0/+4
* Add a pointless and superfluous GNUism that people at a certain large dataDavid Chisnall2011-12-151-0/+7
* Don't duplicate define the stdint types.David E. O'Brien2011-05-051-45/+6
* o Merge <machine/ansi.h> and <machine/types.h> into a new headerMike Barcroft2002-08-211-1/+1
* Create a new header <machine/_stdint.h> for storing MD parts ofMike Barcroft2002-07-291-16/+1
* o Implement <sys/_types.h>, a new header for storing types that areMike Barcroft2002-04-011-0/+33
* o Add new header <sys/stdint.h>.Mike Barcroft2001-11-021-0/+88