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
/
lib
/
libc
/
stdio
Age
Commit message (
Expand
)
Author
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-02
<sys/stat.h>
Ben Gras
2013-02-28
VFS: add ability to open files O_CLOEXEC
Thomas Veerman
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-11-02
stdio: split vsprintf and vsnprintf
Ben Gras
2010-11-02
stdio/freopen.c: fill __iotab table with stream pointer
Ben Gras
2010-11-02
stdio/fclose.c: reset _buf
Ben Gras
2010-08-16
Add ftello function
Erik van der Kouwe
2010-08-16
Add fseeko function
Erik van der Kouwe
2010-07-22
vsprintf: fix special yet useful case for vsprintf where n < 1.
Ben Gras
2010-07-14
lib: mkdtemp(), contributed by by Gautam Tirumala
Ben Gras
2010-07-14
lib: don't give back the same temporary filenames even if removed.
Ben Gras
2010-07-11
Import asprintf() and vasprintf()
Arun Thomas
2010-07-06
lib: fixes for warnings that clang has for libraries.
Ben Gras
2010-06-22
stdio: j modifier for %d. (Contributed by Buccapatnam Tirumala, Gautam)
Ben Gras
2010-05-31
Remove those annoying $Id and $Revision tags
Erik van der Kouwe
2010-04-13
Remove the types Dev_t, _mnx_Gui, _mnx_Uid, and similar.
Kees van Reeuwijk
2010-02-25
- new pread(), fnmatch() calls
Ben Gras
2010-02-16
Incorporate bsdmake into buildsystem and reorganize libs
Arun Thomas