Searched +hist:2 +hist:c97a8d1 (Results 1 - 5 of 5) sorted by path

/haiku/build/jam/
H A DHelperRulesdiff 47320dd0 Tue Oct 06 21:46:18 MDT 2020 Augustin Cavalier <waddlesplash@gmail.com> configure & build: Rework legacy GCC detection to parse versions outside of Jam.

Jam comparison logic is string-based, and so was detecting GCC >= 10
as being < 2. This rectifies that by removing the GCC version parsing
from Jam logic entirely, and setting various BuildConfig variables
instead.

Change-Id: I0c0ae3b9002fb5e77f9ca7a78600c91871657f03
Reviewed-on: https://review.haiku-os.org/c/haiku/+/3293
Reviewed-by: Adrien Destugues <pulkomandy@gmail.com>
Reviewed-by: Jérôme Duval <jerome.duval@gmail.com>
Reviewed-by: Alex von Gluck IV <kallisti5@unixzen.com>
diff 2c97a8d1 Wed Mar 14 14:36:42 MDT 2007 Ingo Weinhold <ingo_weinhold@gmx.de> Use -I instead of -isystem for system header directories when building
with gcc 4. Fixed resulting build errors (gcc is more lenient for
headers in -isystem directories).


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@20386 a95241bf-73f2-0310-859d-f6bbb57e9c96
diff 2c97a8d1 Wed Mar 14 14:36:42 MDT 2007 Ingo Weinhold <ingo_weinhold@gmx.de> Use -I instead of -isystem for system header directories when building
with gcc 4. Fixed resulting build errors (gcc is more lenient for
headers in -isystem directories).


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@20386 a95241bf-73f2-0310-859d-f6bbb57e9c96
diff 2c97a8d164b49c7e608ac1eb1a9dd4b7496b2dd4 Wed Mar 14 14:36:42 MDT 2007 Ingo Weinhold <ingo_weinhold@gmx.de> Use -I instead of -isystem for system header directories when building
with gcc 4. Fixed resulting build errors (gcc is more lenient for
headers in -isystem directories).


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@20386 a95241bf-73f2-0310-859d-f6bbb57e9c96
/haiku/headers/os/interface/
H A DInterfaceDefs.hdiff 2c97a8d1 Wed Mar 14 14:36:42 MDT 2007 Ingo Weinhold <ingo_weinhold@gmx.de> Use -I instead of -isystem for system header directories when building
with gcc 4. Fixed resulting build errors (gcc is more lenient for
headers in -isystem directories).


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@20386 a95241bf-73f2-0310-859d-f6bbb57e9c96
diff 2c97a8d1 Wed Mar 14 14:36:42 MDT 2007 Ingo Weinhold <ingo_weinhold@gmx.de> Use -I instead of -isystem for system header directories when building
with gcc 4. Fixed resulting build errors (gcc is more lenient for
headers in -isystem directories).


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@20386 a95241bf-73f2-0310-859d-f6bbb57e9c96
diff 2ba29ed5 Thu Oct 07 09:14:29 MDT 2004 Jérôme Duval <korli@users.berlios.de> R5 needs a 3 buttons map only


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9247 a95241bf-73f2-0310-859d-f6bbb57e9c96
diff 2c97a8d164b49c7e608ac1eb1a9dd4b7496b2dd4 Wed Mar 14 14:36:42 MDT 2007 Ingo Weinhold <ingo_weinhold@gmx.de> Use -I instead of -isystem for system header directories when building
with gcc 4. Fixed resulting build errors (gcc is more lenient for
headers in -isystem directories).


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@20386 a95241bf-73f2-0310-859d-f6bbb57e9c96
diff 2ba29ed5146aa3697975597c87422bfe55b54cb4 Thu Oct 07 09:14:29 MDT 2004 Jérôme Duval <korli@users.berlios.de> R5 needs a 3 buttons map only


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9247 a95241bf-73f2-0310-859d-f6bbb57e9c96
/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 65ed4fa9 Wed Apr 03 20:05:37 MDT 2013 Pawel Dziepak <pdziepak@quarnos.org> vm: implement B_RANDOMIZED_IMAGE_ADDRESS address specification

On some 64 bit architectures program and library images have to be mapped in
the lower 2 GB of the address space (due to instruction pointer relative
addressing). Address specification B_RANDOMIZED_IMAGE_ADDRESS ensures that
created area satisfies that requirement.
diff 190423a6 Wed Mar 20 12:15:28 MDT 2013 Alexander von Gluck IV <kallisti5@unixzen.com> cpu_type: Add model 2 AMD FX CPU
diff 2a2b528e Sat Jun 19 08:07:26 MDT 2010 Wim van der Meer <wpjvandermeer@gmail.com> Report ignored memory pages seperately, thanks to bonefish for the patch review. Closes ticket #6178

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37175 a95241bf-73f2-0310-859d-f6bbb57e9c96
diff 2c1e463c Wed Nov 05 11:11:58 MST 2008 Axel Dörfler <axeld@pinc-software.de> * Removed B_{MIN|MAX}_PRIORITY from OS.h - they were never really intended
as public defines. They are now called THREAD_{MIN|MAX}_SET_PRIORITY to
better reflect what they are for. Minimum priority is now 1, ie. you no
longer can set another thread to the idle priority. This fixes part of
ticket #2959.
* set_thread_priority() will no longer allow to change the priority of the
idle thread to something else. This fixes the rest of ticket #2959.
* Automatic whitespace cleanup in OS.h.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28521 a95241bf-73f2-0310-859d-f6bbb57e9c96
diff 7a66a9b8 Fri Mar 21 10:44:05 MDT 2008 Bruno G. Albuquerque <bga@bug-br.org.br> - Added support in system info for extended cpu family and model.
- Take extended family and model into account when generating the cpu
type and revision.
- Added Intel Core 2 Extreme to the cpu list.

Please review.



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24509 a95241bf-73f2-0310-859d-f6bbb57e9c96
diff 2c97a8d1 Wed Mar 14 14:36:42 MDT 2007 Ingo Weinhold <ingo_weinhold@gmx.de> Use -I instead of -isystem for system header directories when building
with gcc 4. Fixed resulting build errors (gcc is more lenient for
headers in -isystem directories).


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@20386 a95241bf-73f2-0310-859d-f6bbb57e9c96
diff 2c97a8d1 Wed Mar 14 14:36:42 MDT 2007 Ingo Weinhold <ingo_weinhold@gmx.de> Use -I instead of -isystem for system header directories when building
with gcc 4. Fixed resulting build errors (gcc is more lenient for
headers in -isystem directories).


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@20386 a95241bf-73f2-0310-859d-f6bbb57e9c96
diff 1e8adb7d Thu Aug 24 04:33:50 MDT 2006 Jérôme Duval <korli@users.berlios.de> added core and core 2 ids


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@18603 a95241bf-73f2-0310-859d-f6bbb57e9c96
diff 2a03a60a Sun Dec 08 09:50:28 MST 2002 François Revol <revol@free.fr> Added some B_CPU_ defines, compatible against R5.1.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2184 a95241bf-73f2-0310-859d-f6bbb57e9c96
/haiku/headers/os/support/
H A DErrors.hdiff 2c97a8d1 Wed Mar 14 14:36:42 MDT 2007 Ingo Weinhold <ingo_weinhold@gmx.de> Use -I instead of -isystem for system header directories when building
with gcc 4. Fixed resulting build errors (gcc is more lenient for
headers in -isystem directories).


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@20386 a95241bf-73f2-0310-859d-f6bbb57e9c96
diff 2c97a8d1 Wed Mar 14 14:36:42 MDT 2007 Ingo Weinhold <ingo_weinhold@gmx.de> Use -I instead of -isystem for system header directories when building
with gcc 4. Fixed resulting build errors (gcc is more lenient for
headers in -isystem directories).


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@20386 a95241bf-73f2-0310-859d-f6bbb57e9c96
diff 343b352f Sat Oct 26 07:31:22 MDT 2002 lillo <lillo@nowhere.fake> Signals, 2nd pass: syscall restarting now only works on EINTR (removed other exotic retcodes like ERESTARTSYS); signal handlers now receive 3 args, and the vregs struct is used to save the signal context, making the system beos compatible.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1681 a95241bf-73f2-0310-859d-f6bbb57e9c96
diff 2c97a8d164b49c7e608ac1eb1a9dd4b7496b2dd4 Wed Mar 14 14:36:42 MDT 2007 Ingo Weinhold <ingo_weinhold@gmx.de> Use -I instead of -isystem for system header directories when building
with gcc 4. Fixed resulting build errors (gcc is more lenient for
headers in -isystem directories).


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@20386 a95241bf-73f2-0310-859d-f6bbb57e9c96
diff 343b352fe164af9bf4f481fb9dca952298cb6a6c Sat Oct 26 07:31:22 MDT 2002 lillo <lillo@nowhere.fake> Signals, 2nd pass: syscall restarting now only works on EINTR (removed other exotic retcodes like ERESTARTSYS); signal handlers now receive 3 args, and the vregs struct is used to save the signal context, making the system beos compatible.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1681 a95241bf-73f2-0310-859d-f6bbb57e9c96
/haiku/headers/posix/
H A Dctype.hdiff 2c97a8d1 Wed Mar 14 14:36:42 MDT 2007 Ingo Weinhold <ingo_weinhold@gmx.de> Use -I instead of -isystem for system header directories when building
with gcc 4. Fixed resulting build errors (gcc is more lenient for
headers in -isystem directories).


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@20386 a95241bf-73f2-0310-859d-f6bbb57e9c96
diff 2c97a8d1 Wed Mar 14 14:36:42 MDT 2007 Ingo Weinhold <ingo_weinhold@gmx.de> Use -I instead of -isystem for system header directories when building
with gcc 4. Fixed resulting build errors (gcc is more lenient for
headers in -isystem directories).


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@20386 a95241bf-73f2-0310-859d-f6bbb57e9c96
diff 2c97a8d164b49c7e608ac1eb1a9dd4b7496b2dd4 Wed Mar 14 14:36:42 MDT 2007 Ingo Weinhold <ingo_weinhold@gmx.de> Use -I instead of -isystem for system header directories when building
with gcc 4. Fixed resulting build errors (gcc is more lenient for
headers in -isystem directories).


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@20386 a95241bf-73f2-0310-859d-f6bbb57e9c96

Completed in 148 milliseconds