index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
arch
/
ia64
Age
Commit message (
Expand
)
Author
2013-07-05
Take II, this time without flubbing off_t: : move several internal
Philip Guenther
2013-07-04
backout previous; off_t must be signed and there might be other C++ API
Otto Moerbeek
2013-07-04
To ease future changes, move several internal type definitions that are
Philip Guenther
2013-03-28
Add STRONG_ALIAS macros to be used from assembly code in libc and
Martynas Venckus
2013-03-28
Add __strong_alias macros for all architectures to be able to alias
Martynas Venckus
2013-03-25
ALIGNBYTES/ALIGN/ALIGNED_POINTER can move to the MI file.
Theo de Raadt
2013-03-23
refactor sys/param.h and machine/param.h. A lot of #ifdef _KERNEL is added
Theo de Raadt
2012-12-05
Remove excessive sys/cdefs.h inclusion
Theo de Raadt
2012-11-05
unifdef -D __HAVE_TIMECOUNTER
Miod Vallat
2012-09-11
Remove the 'OLF method' used for the transition from a.out to ELF and
Theo de Raadt
2012-06-26
create new machine/_float.h which is namespace clean. create a new
Theo de Raadt
2011-10-27
Specify the TLS variant for each platform.
Philip Guenthe
2011-09-08
Provide namespace-safe alignment macros in <machine/_types.h>, with
Philip Guenthe
2011-09-08
Make the INT_FAST*_{MIN,MAX} macros match the types they're defined to.
Philip Guenthe
2011-08-29
Only provide FLT_EVAL_METHOD for C99. Add missing DECIMAL_DIG for C99.
Mark Kettenis
2011-07-05
Add disklabel defines for ia64. Okay krw@.
Paul Irofti
2011-07-04
In fact using our own limits.h is the way to go. Okay kettenis@.
Paul Irofti
2011-07-04
Clean-up NETBSD specific defines. Prodded by kettenis@.
Paul Irofti
2011-07-04
Add ia64 kernel include files needed for userland.
Paul Irofti