index
:
minix3
master
Git Repository for an attempted revival of the Minix 3 Operating System
magh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
stdlib.h
Age
Commit message (
Expand
)
Author
2016-01-13
Start using sysctl(3) throughout userland
David van Moolenbroek
2016-01-13
NetBSD re-synchronization of the source tree
Lionel Sambuc
2014-07-28
Synchronize on NetBSD-CVS (2013/12/1 12:00:00 UTC)
Lionel Sambuc
2014-03-03
include/stdlib.h: merged
Lionel Sambuc
2014-03-01
Enable devname(3)
David van Moolenbroek
2014-02-18
Alignement on netbsd types, part 1
Lionel Sambuc
2013-01-14
Libraries updates and cleanup
Lionel Sambuc
2012-02-14
Full switch to clang/ELF. Drop ack. Simplify.
Ben Gras
2011-01-28
<ansi.h> -> <minix/ansi.h>
Ben Gras
2010-10-05
Fix warnings due to missing __dead attribute on exit
Erik van der Kouwe
2010-08-23
Avoid duplicate type definitions, especially wchar_t which was inconsstent an...
Erik van der Kouwe
2010-07-22
Replace NULL macro defs with null.h include
Arun Thomas
2010-07-14
lib: mkdtemp(), contributed by by Gautam Tirumala
Ben Gras
2010-07-12
shquote() from NetBSD's libnbcompat
Arun Thomas
2010-06-26
lib: setprogname() + getsubopt()
Ben Gras
2010-06-18
getprogname(), setprogname() prototypes
Ben Gras
2009-12-09
Implementation of strto(u)ll, documentation and tests for strto(u)l(l)
Erik van der Kouwe
2009-12-04
Add realpath function
Erik van der Kouwe
2009-11-09
Removal of the executable flag from files that cannot be executed
Tomas Hruby
2006-06-07
Added killpg to signal.h, rearranged getloadavg, putenv, and setenv in
Philip Homburg
2006-04-03
setenv()
Ben Gras
2006-03-24
Fix compiler warnings for pax
Ben Gras
2005-11-14
getloadavg
Ben Gras
2005-07-11
Many changes to simplify porting applications.
Philip Homburg
2005-06-29
Added mkstemp function. Should use a secure random number generator.
Philip Homburg
2005-04-21
Initial revision
Ben Gras