summaryrefslogtreecommitdiff
path: root/include/bsd/sys
AgeCommit message (Collapse)AuthorFilesLines
2011-05-14Add support for transparent compilationGuillem Jover1-0/+4
This means that software being ported should not need to be modified in the usual case, as the libbsd headers will take over the standard namespace and fill the missing gaps, and include the system headers. To use this the new libbsd-transparent.pc file can be used through pkg-config, which should end up doing the right thing.
2011-05-14Add new <bsd/sys/bitstring.h> headerGuillem Jover1-0/+146
Taken from FreeBSD.
2010-01-10Replace setproctitle dummy macro with a function stubGuillem Jover1-4/+0
This way we can replace it later on with a real implementation so that applications can immediately benefit from it w/o the need to recompile them.
2009-12-10Make RCS macros take argumentsThorsten Glaser1-3/+3
This was breaking code actually using those macros. Signed-off-by: Thorsten Glaser <tg@mirbsd.org>
2009-12-10Track bug IDs for __unused collisionThorsten Glaser1-0/+1
Signed-off-by: Thorsten Glaser <tg@mirbsd.org>
2009-10-24Add new <bsd/sys/tree.h> headerGuillem Jover1-0/+765
2009-10-24Move <bsd/queue.h> to <bsd/sys/queue.h>Guillem Jover1-0/+622
This maps more closely the location of the real header. For transitional purposes keep a <bsd/queue.h> that warns and includes <bsd/sys/queue.h>.
2009-10-24Move <bsd/cdefs.h> to <bsd/sys/cdefs.h>Guillem Jover1-0/+92
This maps more closely the location of the real header. For transitional purposes keep a <bsd/cdefs.h> that warns and includes <bsd/sys/cdefs.h>.