Searched +hist:7 +hist:d8eb4d7 (Results 1 - 3 of 3) sorted by relevance

/haiku/src/system/libroot/os/
H A Dtime.cppdiff 7d8eb4d7 Thu Nov 16 12:53:14 MST 2017 Augustin Cavalier <waddlesplash@gmail.com> time: Address review comments.

* Use ENOSYS not B_DONT_DO_THAT (thanks korli)
* Use unsigned long not uint64 (thanks axeld)
diff 7d8eb4d7 Thu Nov 16 12:53:14 MST 2017 Augustin Cavalier <waddlesplash@gmail.com> time: Address review comments.

* Use ENOSYS not B_DONT_DO_THAT (thanks korli)
* Use unsigned long not uint64 (thanks axeld)
diff 7af3465e Thu Jul 02 08:07:46 MDT 2009 Axel Dörfler <axeld@pinc-software.de> * Made set_timezone() argument const - it's not supposed to mess with it.
* Renamed time.c to time.cpp.
* set_timezone() now uses localtime_r() instead of localtime(), and will also
no longer fail in case there was no timezone symlink before.
* Cleaned up OS.h header.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@31371 a95241bf-73f2-0310-859d-f6bbb57e9c96
7af3465eb53310c250f3544eadf7acab160237c5 Thu Jul 02 08:07:46 MDT 2009 Axel Dörfler <axeld@pinc-software.de> * Made set_timezone() argument const - it's not supposed to mess with it.
* Renamed time.c to time.cpp.
* set_timezone() now uses localtime_r() instead of localtime(), and will also
no longer fail in case there was no timezone symlink before.
* Cleaned up OS.h header.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@31371 a95241bf-73f2-0310-859d-f6bbb57e9c96
/haiku/src/system/kernel/
H A Dreal_time_clock.cppdiff 7d8eb4d7 Thu Nov 16 12:53:14 MST 2017 Augustin Cavalier <waddlesplash@gmail.com> time: Address review comments.

* Use ENOSYS not B_DONT_DO_THAT (thanks korli)
* Use unsigned long not uint64 (thanks axeld)
diff 7d8eb4d7 Thu Nov 16 12:53:14 MST 2017 Augustin Cavalier <waddlesplash@gmail.com> time: Address review comments.

* Use ENOSYS not B_DONT_DO_THAT (thanks korli)
* Use unsigned long not uint64 (thanks axeld)
diff 7e965f50 Tue Aug 03 17:02:57 MDT 2010 Oliver Tappe <zooey@hirschkaefer.de> More consolidation of timezone code:
* dropped DaylightSavingTime from real_time_clock code in kernel, it was
never really being used for what it meant (and just being referred to by
gettimeofday(), which put a different meaning to it
* adjusted the syscalls get_timezone() & set_timezone() as well as their callers
accordingly
* got rid of get_rtc_info() and rtc_info struct in kernel, as it was only
being referred to by the FAT add-on and that one (like gettimeofday()) put a
different meaning to tz_minuteswest. Added a comment to FAT's util.c
showing a possible solution, should the hardcoded GMT timezone pose a problem.
* fixed declaration of gettimeofday() to match POSIX base specs, issue 7
* changed implementation of gettimeofday() to not bother trying to fill struct
timezone - it was using wrong values before, anyway.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37888 a95241bf-73f2-0310-859d-f6bbb57e9c96
diff 7e965f50 Tue Aug 03 17:02:57 MDT 2010 Oliver Tappe <zooey@hirschkaefer.de> More consolidation of timezone code:
* dropped DaylightSavingTime from real_time_clock code in kernel, it was
never really being used for what it meant (and just being referred to by
gettimeofday(), which put a different meaning to it
* adjusted the syscalls get_timezone() & set_timezone() as well as their callers
accordingly
* got rid of get_rtc_info() and rtc_info struct in kernel, as it was only
being referred to by the FAT add-on and that one (like gettimeofday()) put a
different meaning to tz_minuteswest. Added a comment to FAT's util.c
showing a possible solution, should the hardcoded GMT timezone pose a problem.
* fixed declaration of gettimeofday() to match POSIX base specs, issue 7
* changed implementation of gettimeofday() to not bother trying to fill struct
timezone - it was using wrong values before, anyway.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37888 a95241bf-73f2-0310-859d-f6bbb57e9c96
diff 7e965f506df723e0253980218bc3ce819b7736e4 Tue Aug 03 17:02:57 MDT 2010 Oliver Tappe <zooey@hirschkaefer.de> More consolidation of timezone code:
* dropped DaylightSavingTime from real_time_clock code in kernel, it was
never really being used for what it meant (and just being referred to by
gettimeofday(), which put a different meaning to it
* adjusted the syscalls get_timezone() & set_timezone() as well as their callers
accordingly
* got rid of get_rtc_info() and rtc_info struct in kernel, as it was only
being referred to by the FAT add-on and that one (like gettimeofday()) put a
different meaning to tz_minuteswest. Added a comment to FAT's util.c
showing a possible solution, should the hardcoded GMT timezone pose a problem.
* fixed declaration of gettimeofday() to match POSIX base specs, issue 7
* changed implementation of gettimeofday() to not bother trying to fill struct
timezone - it was using wrong values before, anyway.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37888 a95241bf-73f2-0310-859d-f6bbb57e9c96
diff 7e965f506df723e0253980218bc3ce819b7736e4 Tue Aug 03 17:02:57 MDT 2010 Oliver Tappe <zooey@hirschkaefer.de> More consolidation of timezone code:
* dropped DaylightSavingTime from real_time_clock code in kernel, it was
never really being used for what it meant (and just being referred to by
gettimeofday(), which put a different meaning to it
* adjusted the syscalls get_timezone() & set_timezone() as well as their callers
accordingly
* got rid of get_rtc_info() and rtc_info struct in kernel, as it was only
being referred to by the FAT add-on and that one (like gettimeofday()) put a
different meaning to tz_minuteswest. Added a comment to FAT's util.c
showing a possible solution, should the hardcoded GMT timezone pose a problem.
* fixed declaration of gettimeofday() to match POSIX base specs, issue 7
* changed implementation of gettimeofday() to not bother trying to fill struct
timezone - it was using wrong values before, anyway.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37888 a95241bf-73f2-0310-859d-f6bbb57e9c96
/haiku/headers/os/kernel/
H A DOS.hdiff 7c2c355f Thu Sep 10 14:27:43 MDT 2020 Jérôme Duval <jerome.duval@gmail.com> kernel: add frequency in cpu_info

use this in sysinfo.

Change-Id: I270ef1ab18c27c4804cb0cca2cb5088a17162636
Reviewed-on: https://review.haiku-os.org/c/haiku/+/3214
Tested-by: Commit checker robot <no-reply+buildbot@haiku-os.org>
Reviewed-by: Adrien Destugues <pulkomandy@gmail.com>
diff 7d8eb4d7 Thu Nov 16 12:53:14 MST 2017 Augustin Cavalier <waddlesplash@gmail.com> time: Address review comments.

* Use ENOSYS not B_DONT_DO_THAT (thanks korli)
* Use unsigned long not uint64 (thanks axeld)
diff 7d8eb4d7 Thu Nov 16 12:53:14 MST 2017 Augustin Cavalier <waddlesplash@gmail.com> time: Address review comments.

* Use ENOSYS not B_DONT_DO_THAT (thanks korli)
* Use unsigned long not uint64 (thanks axeld)
diff 7c28f773 Tue Jan 14 19:08:30 MST 2014 Alexander von Gluck IV <kallisti5@unixzen.com> system: Improve AMD CPU detection

* Several CPUID's were thrown into the Athlon 64
catch all. Add Sempron 64 and correct CPUIDs
solves #9553
* Add better AMD A-Series detection
diff 7af3465e Thu Jul 02 08:07:46 MDT 2009 Axel Dörfler <axeld@pinc-software.de> * Made set_timezone() argument const - it's not supposed to mess with it.
* Renamed time.c to time.cpp.
* set_timezone() now uses localtime_r() instead of localtime(), and will also
no longer fail in case there was no timezone symlink before.
* Cleaned up OS.h header.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@31371 a95241bf-73f2-0310-859d-f6bbb57e9c96
diff 7e11596a Sat Mar 29 18:27:41 MDT 2008 Jérôme Duval <korli@users.berlios.de> added athlon 64 model 3


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24677 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 7ba272b8 Sun Feb 22 20:32:44 MST 2004 Axel Dörfler <axeld@pinc-software.de> Added a B_CURRENT_TEAM constant - it's not available in BeOS, but it's
actually used at several places (like get_next_thread_info(), ...).


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6682 a95241bf-73f2-0310-859d-f6bbb57e9c96
diff 7aae8aac Fri Jun 13 12:22:17 MDT 2003 shatty <shatty@nowhere.fake> not all iv_model2 are xeon so I am taking it back out...


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3500 a95241bf-73f2-0310-859d-f6bbb57e9c96
diff 7c28f7733231247e8b55e2e52f80d445deb8589c Tue Jan 14 19:08:30 MST 2014 Alexander von Gluck IV <kallisti5@unixzen.com> system: Improve AMD CPU detection

* Several CPUID's were thrown into the Athlon 64
catch all. Add Sempron 64 and correct CPUIDs
solves #9553
* Add better AMD A-Series detection

Completed in 702 milliseconds