Searched +hist:39 +hist:efd913 (Results 1 - 4 of 4) sorted by relevance

/haiku/headers/posix/
H A Dtime.hdiff 39efd913 Mon Jun 05 19:25:06 MDT 2017 Augustin Cavalier <waddlesplash@gmail.com> Switch to a 64-bit time_t everywhere except 32-bit x86.

Thus, BeOS compatibility is preserved (and there is no risk of
breaking GCC5<->GCC2 interoperation on hybrid builds.)

This commit only makes the actual change, the build fixes are
in the next commit.
diff 39efd913 Mon Jun 05 19:25:06 MDT 2017 Augustin Cavalier <waddlesplash@gmail.com> Switch to a 64-bit time_t everywhere except 32-bit x86.

Thus, BeOS compatibility is preserved (and there is no risk of
breaking GCC5<->GCC2 interoperation on hybrid builds.)

This commit only makes the actual change, the build fixes are
in the next commit.
diff 613757e6 Wed Mar 02 09:39:50 MST 2005 Jérôme Duval <korli@users.berlios.de> added a proto for strptime
replaced copyright header with author


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@11535 a95241bf-73f2-0310-859d-f6bbb57e9c96
diff 613757e677d3ceb106219b55e98a3e27459e9c82 Wed Mar 02 09:39:50 MST 2005 Jérôme Duval <korli@users.berlios.de> added a proto for strptime
replaced copyright header with author


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@11535 a95241bf-73f2-0310-859d-f6bbb57e9c96
/haiku/headers/os/support/
H A DSupportDefs.hdiff 39efd913 Mon Jun 05 19:25:06 MDT 2017 Augustin Cavalier <waddlesplash@gmail.com> Switch to a 64-bit time_t everywhere except 32-bit x86.

Thus, BeOS compatibility is preserved (and there is no risk of
breaking GCC5<->GCC2 interoperation on hybrid builds.)

This commit only makes the actual change, the build fixes are
in the next commit.
diff 39efd913 Mon Jun 05 19:25:06 MDT 2017 Augustin Cavalier <waddlesplash@gmail.com> Switch to a 64-bit time_t everywhere except 32-bit x86.

Thus, BeOS compatibility is preserved (and there is no risk of
breaking GCC5<->GCC2 interoperation on hybrid builds.)

This commit only makes the actual change, the build fixes are
in the next commit.
diff f2b20f88 Sun Nov 09 13:47:39 MST 2014 Alexander von Gluck IV <kallisti5@unixzen.com> SupportDef: Add B_COUNT_OF to get array element count.

* We implement this in a lot of places in a lot of
ways. Lets add it to the SupportDef
diff f2b20f8804f97fdfca901925f13869e509473fcc Sun Nov 09 13:47:39 MST 2014 Alexander von Gluck IV <kallisti5@unixzen.com> SupportDef: Add B_COUNT_OF to get array element count.

* We implement this in a lot of places in a lot of
ways. Lets add it to the SupportDef
/haiku/headers/build/
H A DHaikuBuildCompatibility.hdiff 39efd913 Mon Jun 05 19:25:06 MDT 2017 Augustin Cavalier <waddlesplash@gmail.com> Switch to a 64-bit time_t everywhere except 32-bit x86.

Thus, BeOS compatibility is preserved (and there is no risk of
breaking GCC5<->GCC2 interoperation on hybrid builds.)

This commit only makes the actual change, the build fixes are
in the next commit.
diff 39efd913 Mon Jun 05 19:25:06 MDT 2017 Augustin Cavalier <waddlesplash@gmail.com> Switch to a 64-bit time_t everywhere except 32-bit x86.

Thus, BeOS compatibility is preserved (and there is no risk of
breaking GCC5<->GCC2 interoperation on hybrid builds.)

This commit only makes the actual change, the build fixes are
in the next commit.
diff 3d4b8c87 Fri Jun 06 18:39:14 MDT 2008 Stephan Aßmus <superstippi@gmx.de> Added one more define that helps when host headers are included.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@25838 a95241bf-73f2-0310-859d-f6bbb57e9c96
diff 3d4b8c879e4b18194c97e543e91ce75690141e06 Fri Jun 06 18:39:14 MDT 2008 Stephan Aßmus <superstippi@gmx.de> Added one more define that helps when host headers are included.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@25838 a95241bf-73f2-0310-859d-f6bbb57e9c96
/haiku/headers/private/fs_shell/
H A Dfssh_api_wrapper.hdiff 39efd913 Mon Jun 05 19:25:06 MDT 2017 Augustin Cavalier <waddlesplash@gmail.com> Switch to a 64-bit time_t everywhere except 32-bit x86.

Thus, BeOS compatibility is preserved (and there is no risk of
breaking GCC5<->GCC2 interoperation on hybrid builds.)

This commit only makes the actual change, the build fixes are
in the next commit.
diff 39efd913 Mon Jun 05 19:25:06 MDT 2017 Augustin Cavalier <waddlesplash@gmail.com> Switch to a 64-bit time_t everywhere except 32-bit x86.

Thus, BeOS compatibility is preserved (and there is no risk of
breaking GCC5<->GCC2 interoperation on hybrid builds.)

This commit only makes the actual change, the build fixes are
in the next commit.
diff b2ec044c Tue Sep 30 08:16:39 MDT 2008 Axel Dörfler <axeld@pinc-software.de> * Added stat::st_blocks field as required by POSIX. This also closes ticket
#2261.
* Made at least BFS report it more or less correctly (the attributes are
ignored, though).


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@27791 a95241bf-73f2-0310-859d-f6bbb57e9c96
diff a121b8c8 Mon Mar 24 07:39:02 MDT 2008 Axel Dörfler <axeld@pinc-software.de> * Added a new flag for write stat: B_STAT_SIZE_INSECURE that allows a
file system to not fill newly created space with zeros.
BFile::SetSize() now uses this, while [f]truncate() does not. This
is only a temporary work-around until BFS supports sparse files.
* Apps that want to reserve space to fill up later should use
BFile::SetSize() for now, as this will be a lot faster than
[f]truncate().
* cache_io() and the functions below now use a special mode when you
pass in a NULL buffer: for read access, the cache is only populated
(useful for prefetching), for write access, the file is filled with
zeros.
* Implemented BFS's Inode::FillGapWithZeros() using this method now.
* Removed extraneous white space.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24555 a95241bf-73f2-0310-859d-f6bbb57e9c96
diff b2ec044cb8a930fe55b3a3d899f2e854d955f1d5 Tue Sep 30 08:16:39 MDT 2008 Axel Dörfler <axeld@pinc-software.de> * Added stat::st_blocks field as required by POSIX. This also closes ticket
#2261.
* Made at least BFS report it more or less correctly (the attributes are
ignored, though).


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@27791 a95241bf-73f2-0310-859d-f6bbb57e9c96
diff a121b8c83ceba34954e7c187e84c206539207b3c Mon Mar 24 07:39:02 MDT 2008 Axel Dörfler <axeld@pinc-software.de> * Added a new flag for write stat: B_STAT_SIZE_INSECURE that allows a
file system to not fill newly created space with zeros.
BFile::SetSize() now uses this, while [f]truncate() does not. This
is only a temporary work-around until BFS supports sparse files.
* Apps that want to reserve space to fill up later should use
BFile::SetSize() for now, as this will be a lot faster than
[f]truncate().
* cache_io() and the functions below now use a special mode when you
pass in a NULL buffer: for read access, the cache is only populated
(useful for prefetching), for write access, the file is filled with
zeros.
* Implemented BFS's Inode::FillGapWithZeros() using this method now.
* Removed extraneous white space.


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

Completed in 216 milliseconds