History log of /minix3/include/stdlib.h (Results 1 – 25 of 26)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# d2532d3d 28-Oct-2015 David van Moolenbroek <david@minix3.org>

Start using sysctl(3) throughout userland

This patch mostly removes MINIX3-specific workarounds for missing
sysctl support.

Change-Id: I21e35e887359619ba72c252aa43d9017301a46ac


# 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 ...


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

include/stdlib.h: merged

Change-Id: I26b032566d1d7a816df56254c5f9e6dc82626a70


# d266a94f 18-Sep-2013 David van Moolenbroek <david@minix3.org>

Enable devname(3)

There is no support for a device name database yet, so this call is
expected to be fairly slow.

Change-Id: I73aa5f267e2b6921b7d3bbdcc4beac463931132c


# 74437819 16-Apr-2013 Lionel Sambuc <lionel@minix3.org>

Alignement on netbsd types, part 1

The following types are modified (old -> new):
* _BSD_USECONDS_T_ int -> unsigned int
* __socklen_t __int32_t -> __uint32_t
* blksize_t uint32

Alignement on netbsd types, part 1

The following types are modified (old -> new):
* _BSD_USECONDS_T_ int -> unsigned int
* __socklen_t __int32_t -> __uint32_t
* blksize_t uint32_t -> int32_t
* rlim_t uint32_t -> uint64_t
On ARM:
* _BSD_CLOCK_T_ int -> unsigned int
On Intel:
* _BSD_CLOCK_T_ int -> unsigned long

bin/cat is also updated in order to fix warnings.

_BSD_TIMER_T_ has still to be aligned.

Change-Id: I2b4fda024125a19901120546c4e22e443ba5e9d7

show more ...


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 ...


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

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


# ada0b4ca 05-Oct-2010 Erik van der Kouwe <erik@minix3.org>

Fix warnings due to missing __dead attribute on exit


Revision tags: v3.1.8
# 3211be5d 23-Aug-2010 Erik van der Kouwe <erik@minix3.org>

Avoid duplicate type definitions, especially wchar_t which was inconsstent and caused trouble in libarchive


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

Replace NULL macro defs with null.h include


# 8a0c10fc 14-Jul-2010 Ben Gras <ben@minix3.org>

lib: mkdtemp(), contributed by by Gautam Tirumala


# 652618e4 12-Jul-2010 Arun Thomas <arun@minix3.org>

shquote() from NetBSD's libnbcompat

Ported by Gautam Tirumala


# aa6ff4c8 26-Jun-2010 Ben Gras <ben@minix3.org>

lib: setprogname() + getsubopt()


# 2144b289 18-Jun-2010 Ben Gras <ben@minix3.org>

getprogname(), setprogname() prototypes


Revision tags: v3.1.7, v3.1.6
# 6adadade 09-Dec-2009 Erik van der Kouwe <erik@minix3.org>

Implementation of strto(u)ll, documentation and tests for strto(u)l(l)


# 5427ab41 04-Dec-2009 Erik van der Kouwe <erik@minix3.org>

Add realpath function


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

Removal of the executable flag from files that cannot be executed

- 755 -> 644


Revision tags: v3.1.5, v3.1.4, v3.1.3b, v3.1.3a, v3.1.3
# 3f297ffd 07-Jun-2006 Philip Homburg <philip@cs.vu.nl>

Added killpg to signal.h, rearranged getloadavg, putenv, and setenv in
stdlib.h and added unsetenv, added declaration of optreset to unistd.h.


Revision tags: v3.1.2a, v3.1.2
# 321f95f6 03-Apr-2006 Ben Gras <ben@minix3.org>

setenv()


# 65723cba 24-Mar-2006 Ben Gras <ben@minix3.org>

Fix compiler warnings for pax


# f9c1f317 14-Nov-2005 Ben Gras <ben@minix3.org>

getloadavg


Revision tags: v3.1.0
# 11cbb6fa 11-Jul-2005 Philip Homburg <philip@cs.vu.nl>

Many changes to simplify porting applications.


# 62f7f9e6 29-Jun-2005 Philip Homburg <philip@cs.vu.nl>

Added mkstemp function. Should use a secure random number generator.


12