#
8b5cc9cf |
| 31-Oct-2024 |
Jérôme Duval <jerome.duval@gmail.com> |
libroot: move memmem for POSIX.1/2024
Change-Id: I1b051586c993cd0e3d43abaa22a3722699f7134e Reviewed-on: https://review.haiku-os.org/c/haiku/+/8517 Tested-by: Commit checker robot <no-reply+buildbot@
libroot: move memmem for POSIX.1/2024
Change-Id: I1b051586c993cd0e3d43abaa22a3722699f7134e Reviewed-on: https://review.haiku-os.org/c/haiku/+/8517 Tested-by: Commit checker robot <no-reply+buildbot@haiku-os.org> Reviewed-by: waddlesplash <waddlesplash@gmail.com>
show more ...
|
#
c5a740cd |
| 22-May-2024 |
Jérôme Duval <jerome.duval@gmail.com> |
gnu: add pthread_setaffinity_np()/pthread_getaffinity_np()
* also sched_setaffinity/sched_getaffinity() added. * add a test
Change-Id: Id8c308788f6364f5340b4991def2fbb9a05da728 Reviewed-on: https:/
gnu: add pthread_setaffinity_np()/pthread_getaffinity_np()
* also sched_setaffinity/sched_getaffinity() added. * add a test
Change-Id: Id8c308788f6364f5340b4991def2fbb9a05da728 Reviewed-on: https://review.haiku-os.org/c/haiku/+/7675 Reviewed-by: waddlesplash <waddlesplash@gmail.com> Tested-by: Commit checker robot <no-reply+buildbot@haiku-os.org>
show more ...
|
#
efbeada7 |
| 21-Aug-2023 |
Jérôme Duval <jerome.duval@gmail.com> |
gnu: add sched_getcpu()
on x86_64 implemented with rdtscp or rdpid, generically with a syscall.
Change-Id: I8f776848bf35575abec8a8c612c4a25d8550daea Reviewed-on: https://review.haiku-os.org/c/haiku
gnu: add sched_getcpu()
on x86_64 implemented with rdtscp or rdpid, generically with a syscall.
Change-Id: I8f776848bf35575abec8a8c612c4a25d8550daea Reviewed-on: https://review.haiku-os.org/c/haiku/+/6866 Reviewed-by: waddlesplash <waddlesplash@gmail.com> Tested-by: Commit checker robot <no-reply+buildbot@haiku-os.org>
show more ...
|
#
125b2626 |
| 08-Feb-2023 |
David Karoly <karolyd577@gmail.com> |
libroot: introduce crypt_r
Change-Id: Ieacd1b383ac078a440227c7954f5531a36fbbd62 Reviewed-on: https://review.haiku-os.org/c/haiku/+/5827 Tested-by: Commit checker robot <no-reply+buildbot@haiku-os.or
libroot: introduce crypt_r
Change-Id: Ieacd1b383ac078a440227c7954f5531a36fbbd62 Reviewed-on: https://review.haiku-os.org/c/haiku/+/5827 Tested-by: Commit checker robot <no-reply+buildbot@haiku-os.org> Reviewed-by: Adrien Destugues <pulkomandy@pulkomandy.tk>
show more ...
|
#
5c325120 |
| 02-Apr-2020 |
CodeforEvolution <secundaja@gmail.com> |
GNU Compatibility: Implement qsort_r
This is a version of the qsort function allowing you to pass a "cookie" to the function.
Change-Id: I60c645213b9c9590e38b112634fcac1d7969b6d9 Reviewed-on: https
GNU Compatibility: Implement qsort_r
This is a version of the qsort function allowing you to pass a "cookie" to the function.
Change-Id: I60c645213b9c9590e38b112634fcac1d7969b6d9 Reviewed-on: https://review.haiku-os.org/c/haiku/+/2449 Reviewed-by: Adrien Destugues <pulkomandy@gmail.com>
show more ...
|
#
1a59e1d9 |
| 15-Jan-2018 |
Leorize <alaviss@users.noreply.github.com> |
gnu: introduce memmem(3)
Implementation imported from OpenBSD
Change-Id: If2620dc7ed373650bb3dabb0f22c2cd84b9e0ef9
|
#
9f81ca83 |
| 27-Sep-2013 |
Ingo Weinhold <ingo_weinhold@gmx.de> |
Merge branch 'package-management'
Conflicts: src/preferences/network/Jamfile
|
#
225b6382 |
| 05-Aug-2013 |
Ingo Weinhold <ingo_weinhold@gmx.de> |
Support building most system libraries for secondary arch
Also adjust the HaikuImageGet[Private]SystemLibs rules to support to return the library targets matching the current architecture.
|
#
8bc24c13 |
| 17-Aug-2009 |
Ingo Weinhold <ingo_weinhold@gmx.de> |
* Moved termcap.h to headers/libs/termcap/, where it belongs. * Removed the headers/gnu from the default headers (the Jamfiles needing it use it explicitly, now) and moved it under headers/compatib
* Moved termcap.h to headers/libs/termcap/, where it belongs. * Removed the headers/gnu from the default headers (the Jamfiles needing it use it explicitly, now) and moved it under headers/compatibility/. * Added libgnu.so to the image. Still untested, though.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32481 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|
#
9996b69b |
| 15-Aug-2009 |
Ingo Weinhold <ingo_weinhold@gmx.de> |
* Added new library libgnu.so, which will contain GNU compatibility interfaces (analoguously to libbsd.so). * Added an implementation of the GNU/Linux xattr interface. xattrs are mapped to Haiku
* Added new library libgnu.so, which will contain GNU compatibility interfaces (analoguously to libbsd.so). * Added an implementation of the GNU/Linux xattr interface. xattrs are mapped to Haiku attributes with type B_XATTR_TYPE. Haiku attributes are mapped to xattrs by moving them into the "user.haiku." namespace and appending the type to their name. Complete, but utterly untested yet.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32427 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|