History log of /minix3/include/stdio.h (Results 1 – 20 of 20)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 0a6a1f1d 15-Oct-2015 Lionel Sambuc <lionel.sambuc@gmail.com>

NetBSD re-synchronization of the source tree

This brings our tree to NetBSD 7.0, as found on -current on the
10-10-2015.

This updates:
- LLVM to 3.6.1
- GCC to GCC 5.1
- Replace minix/commands/z

NetBSD re-synchronization of the source tree

This brings our tree to NetBSD 7.0, as found on -current on the
10-10-2015.

This updates:
- LLVM to 3.6.1
- GCC to GCC 5.1
- Replace minix/commands/zdump with usr.bin/zdump
- external/bsd/libelf has moved to /external/bsd/elftoolchain/
- Import ctwm
- Drop sprintf from libminc

Change-Id: I149836ac18e9326be9353958bab9b266efb056f0

show more ...


Revision tags: v3.3.0
# 84d9c625 06-Dec-2013 Lionel Sambuc <lionel@minix3.org>

Synchronize on NetBSD-CVS (2013/12/1 12:00:00 UTC)

- Fix for possible unset uid/gid in toproto
- Fix for default mtree style
- Update libelf
- Importing libexecinfo
- Resynchronize GCC, mpc, gm

Synchronize on NetBSD-CVS (2013/12/1 12:00:00 UTC)

- Fix for possible unset uid/gid in toproto
- Fix for default mtree style
- Update libelf
- Importing libexecinfo
- Resynchronize GCC, mpc, gmp, mpfr
- build.sh: Replace params with show-params.
This has been done as the make target has been renamed in the same
way, while a new target named params has been added. This new
target generates a file containing all the parameters, instead of
printing it on the console.
- Update test48 with new etc/services (Fix by Ben Gras <ben@minix3.org)
get getservbyport() out of the inner loop

Change-Id: Ie6ad5226fa2621ff9f0dee8782ea48f9443d2091

show more ...


# 9335f807 02-Dec-2013 Lionel Sambuc <lionel@minix3.org>

include/stdio.h: merged

Change-Id: I7d5869ce25dfe9f2944ceef86464829d08830d24


# e9e08def 02-Dec-2013 Lionel Sambuc <lionel@minix3.org>

remove special handling of rename()

Change-Id: I69694e155250dc5f527dacbaf3f0ecbdc4873989


Revision tags: v3.2.1
# f14fb602 15-Nov-2012 Lionel Sambuc <lionel@minix3.org>

Libraries updates and cleanup

* Updating common/lib
* Updating lib/csu
* Updating lib/libc
* Updating libexec/ld.elf_so
* Corrected test on __minix in featuretest to actually follow the
mean

Libraries updates and cleanup

* Updating common/lib
* Updating lib/csu
* Updating lib/libc
* Updating libexec/ld.elf_so
* Corrected test on __minix in featuretest to actually follow the
meaning of the comment.
* Cleaned up _REENTRANT-related defintions.
* Disabled -D_REENTRANT for libfetch
* Removing some unneeded __NBSD_LIBC defines and tests

Change-Id: Ic1394baef74d11b9f86b312f5ff4bbc3cbf72ce2

show more ...


Revision tags: v3.2.0
# 2fe8fb19 11-Feb-2012 Ben Gras <ben@minix3.org>

Full switch to clang/ELF. Drop ack. Simplify.

There is important information about booting non-ack images in
docs/UPDATING. ack/aout-format images can't be built any more, and
booting clang/ELF-form

Full switch to clang/ELF. Drop ack. Simplify.

There is important information about booting non-ack images in
docs/UPDATING. ack/aout-format images can't be built any more, and
booting clang/ELF-format ones is a little different. Updating to the
new boot monitor is recommended.

Changes in this commit:

. drop boot monitor -> allowing dropping ack support
. facility to copy ELF boot files to /boot so that old boot monitor
can still boot fairly easily, see UPDATING
. no more ack-format libraries -> single-case libraries
. some cleanup of OBJECT_FMT, COMPILER_TYPE, etc cases
. drop several ack toolchain commands, but not all support
commands (e.g. aal is gone but acksize is not yet).
. a few libc files moved to netbsd libc dir
. new /bin/date as minix date used code in libc/
. test compile fix
. harmonize includes
. /usr/lib is no longer special: without ack, /usr/lib plays no
kind of special bootstrapping role any more and bootstrapping
is done exclusively through packages, so releases depend even
less on the state of the machine making them now.
. rename nbsd_lib* to lib*
. reduce mtree

show more ...


# f984dbba 04-Aug-2011 Ben Gras <ben@minix3.org>

increase system-wide filename limit to 255

. move mfs-specific struct, constants to mfs/, so
mfs-specific, on-disk format structs and consts are
fully isolated from generic structs and functi

increase system-wide filename limit to 255

. move mfs-specific struct, constants to mfs/, so
mfs-specific, on-disk format structs and consts are
fully isolated from generic structs and functions
. removes de and readfs utils

show more ...


# dc1cc91d 28-Jan-2011 Ben Gras <ben@minix3.org>

<ansi.h> -> <minix/ansi.h>


Revision tags: v3.1.8
# 551374c2 16-Aug-2010 Erik van der Kouwe <erik@minix3.org>

Add ftello function


# a3e4dcaf 16-Aug-2010 Erik van der Kouwe <erik@minix3.org>

Add fseeko function


# 008cc7c1 26-Jul-2010 Ben Gras <ben@minix3.org>

stdio.h - define P_tmpdir


# dbde088d 22-Jul-2010 Arun Thomas <arun@minix3.org>

Replace NULL macro defs with null.h include


# 1cee6fe9 11-Jul-2010 Arun Thomas <arun@minix3.org>

Import asprintf() and vasprintf()

Ported from libnbcompat by Gautam Tirumala


# d78494cd 20-Jun-2010 Ben Gras <ben@minix3.org>

fgetln() prototype


Revision tags: v3.1.7, v3.1.6
# 32ad26e6 18-Jan-2010 Erik van der Kouwe <erik@minix3.org>

Use _POSIX_SOURCE rather than _MINIX to protect popen, pclose and snprintf


# ae75f9d4 09-Nov-2009 Tomas Hruby <tom@minix3.org>

Removal of the executable flag from files that cannot be executed

- 755 -> 644


# 0b8e20c8 06-Nov-2009 Tomas Hruby <tom@minix3.org>

Changes to the include files in order to make cross-compilation possible.

- The primary reason is that mkfs and installboot need to run natively during
the cross compilation (host and target versi

Changes to the include files in order to make cross-compilation possible.

- The primary reason is that mkfs and installboot need to run natively during
the cross compilation (host and target versions are compiled). There is a
collision of include files though. E.g. a.out.h is very minix-specific.
Therefore some files we moved and replaced by stubs that include the original
file if compiling on or for Minix :

include/a.out.h -> include/minix/a.out.h
include/sys/dir.h -> include/minix/dir.h
include/dirent.h -> include/minix/dirent.h
include/sys/types.h -> include/minix/types.h

- This does not break any native compilation on Minix. Other headers that were
including the original files are changed according to include directly the
new, minix specific location not to pick up the host system includes while
cross-compiling.

- role of this patch is to make rebasing of the build branch simpler until the
new build system is merged

show more ...


Revision tags: v3.1.5, v3.1.4, v3.1.3b, v3.1.3a, v3.1.3
# 5c55d940 06-Jul-2006 Ben Gras <ben@minix3.org>

Bigger BUFSIZ for bigger fs block size.


Revision tags: v3.1.2a, v3.1.2, v3.1.0
# 3f6cd154 01-Sep-2005 Ben Gras <ben@minix3.org>

Joren l'Ami's fixes to includes for gcc


# 9865aeaa 21-Apr-2005 Ben Gras <ben@minix3.org>

Initial revision