Searched +hist:9 +hist:c7b2520 (Results 1 - 1 of 1) sorted by relevance

/haiku/headers/os/kernel/
H A DOS.hdiff 9a50e01e Wed Nov 15 10:28:04 MST 2017 Augustin Cavalier <waddlesplash@gmail.com> set_real_time_clock: Change parameter from uint32 to uint64.

This should have been done along with the time_t change, but I forgot
to check this then.

Technically this breaks ABI against BeOS, but:
1. BeOS used an int32, so we'd already slightly broken ABI here
2. Only one thing at HaikuArchives (VMwareAddons) and one recipe at HaikuPorts
(samba) uses this function at all.

If it turns out some critical BeOS app uses this, then I guess we can enclose
GCC2 guards around it, but since I can't find any evidence of that, I'm
pushing it without them for now.
diff 9a5503d0 Wed Aug 01 04:13:14 MDT 2012 Alex Smith <alex@alex-smith.me.uk> Different uname machine type for x86_64.

* Added B_64_BIT_PC_PLATFORM platform type.
* Return "x86_64" as the machine type for that platform in uname.
diff 9fb2d737 Wed Jun 23 07:29:25 MDT 2010 Ingo Weinhold <ingo_weinhold@gmx.de> Replaced B_32_BIT_MEMORY by B_32_BIT_FULL_LOCK and B_32_BIT_CONTIGUOUS, so
the constraint can be expressed more precisely. ATM B_32_BIT_FULL_LOCK is
implemented as B_32_BIT_CONTIGUOUS when B_HAIKU_PHYSICAL_BITS > 32, though.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37226 a95241bf-73f2-0310-859d-f6bbb57e9c96
diff 9c7b2520 Sat Nov 07 01:19:24 MST 2009 Ingo Weinhold <ingo_weinhold@gmx.de> Added get_pthread_thread_id() function returning the Haiku thread_id of a
pthread.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33927 a95241bf-73f2-0310-859d-f6bbb57e9c96
diff 9c7b2520 Sat Nov 07 01:19:24 MST 2009 Ingo Weinhold <ingo_weinhold@gmx.de> Added get_pthread_thread_id() function returning the Haiku thread_id of a
pthread.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33927 a95241bf-73f2-0310-859d-f6bbb57e9c96
diff 9c383d98 Sun Apr 13 01:27:12 MDT 2008 Bruno G. Albuquerque <bga@bug-br.org.br> Applied patch by Hervé W.

- Updated Intel processor IDs.
- Only take extended family/model into account on Intel processors.




git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24958 a95241bf-73f2-0310-859d-f6bbb57e9c96
diff 9de96900 Wed Oct 13 09:54:47 MDT 2004 Axel Dörfler <axeld@pinc-software.de> Added two experimental release_sem_etc() flags (both should stay, but they
may be renamed):
- B_RELEASE_ALL: the semaphore count is set to 0, all waiting threads are released
(the "count" argument of release_etc_sem() is ignored then)
- B_RELEASE_IF_WAITING_ONLY: the semaphore count is only decreased if there
are any waiting threads; ie. the semaphore is signaled
Together, they will make the pthread_cond_*() functions easy to implement, and
they come in handy at other places, too.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9329 a95241bf-73f2-0310-859d-f6bbb57e9c96
diff 9fdf5bbb Sun Jul 04 18:30:46 MDT 2004 Axel Dörfler <axeld@pinc-software.de> Resolved an old ToDo item; thanks to Rogier van der Hee for pointing this out.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8294 a95241bf-73f2-0310-859d-f6bbb57e9c96
diff 9a7fc048 Fri Jun 13 12:12:26 MDT 2003 shatty <shatty@nowhere.fake> used xeon name directly, left IV_MODEL2 as another alias


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3499 a95241bf-73f2-0310-859d-f6bbb57e9c96
diff 9a5503d01c41c7afc680c30256fba28700fc8b60 Wed Aug 01 04:13:14 MDT 2012 Alex Smith <alex@alex-smith.me.uk> Different uname machine type for x86_64.

* Added B_64_BIT_PC_PLATFORM platform type.
* Return "x86_64" as the machine type for that platform in uname.

Completed in 81 milliseconds