haiku/src/system/libroot
Oliver Tappe af2da315dc Fix the larger problem that was hiding behind the build problem of set_haiku_revsion on FreeBSD:
* the length of the sHaikuRevision character array symbol needs to be set explicitly,
  as using either _SYS_NAMELEN or sizeof(utsname::version) will only return the values
  for the host, which may not match ours, thus potentially causing problems when using
  sHaikuRevision
* add headers/private/system_revision.h which defines SYSTEM_REVISION_LENGTH to 128
* adjust definitions of sHaikuRevision in libroot and kernel accordingly
utsname::version is shorter than SYSTEM_REVISION_LENGTH, but that doesn't cause any harm
until we have indeed switched to a DVCS (in which case longer revision strings will be 
cut off by 'uname').


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41421 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-05-10 15:35:04 +00:00
..
add-ons * fix support for influencing tzset() via TZ environment variable 2011-03-03 00:34:51 +00:00
os Interpret a year like 10 as 2010 and not as 1910 if the now time is near 2010. Add test case for that. 2011-03-31 04:55:08 +00:00
posix Fix the larger problem that was hiding behind the build problem of set_haiku_revsion on FreeBSD: 2011-05-10 15:35:04 +00:00
Jamfile * replace glibc-base wcwidth() and wcswidth() with the one from 2010-10-10 17:49:09 +00:00
libroot_init.c now correctly init the thread id in the pthread struct for main thread and threads spawned with spawn_thread(). This definitely helps for #7235. 2011-02-24 17:28:59 +00:00
libroot_versions Added version scripts for the kernel, libroot, and libbe. ATM each has two 2009-05-22 14:53:31 +00:00