OSDN Git Service

mkostemp: fix implementation
[uclinux-h8/uClibc.git] / include / unistd.h
2014-08-18 Anthony G. Basilelibc: add issetugid()
2013-02-20 Markos Chandrastruncate: Use truncate64 if arch does not have the...
2013-02-20 Markos Chandrassymlink: Use symlinkat if arch does not have the symlin...
2013-02-20 Markos Chandrasreadlink: Use readlinkat if arch does not have the...
2013-02-20 Markos Chandraschown: Use fchownat if arch does not have the chown...
2013-02-20 Markos Chandrasunlink: Use unlinkat if arch does not have the unlink...
2013-02-20 Markos Chandraslink: Use linkat if arch does not have the link syscall
2013-02-20 Markos Chandrasaccess: Use faccessat if arch does not have the access...
2013-02-20 Markos Chandrasdup2: Use dup3 if arch does not have the dup2 syscall
2013-02-18 Henning Heinoldlibc: add non standard execvpe function
2012-11-18 Mike Frysingerdrop support for pre ISO-C compilers
2012-11-18 Mike FrysingerReplace FSF snail mail address with URLs
2012-11-14 Mike Frysingerlibc/sysdeps: add dup3 syscall wrapper
2012-06-15 Peter S. Mazingerlseek, lseek64: add cancellation for all THREADS
2012-06-15 Peter S. Mazingerfork: provide __libc_fork only if THREADS are enabled
2012-06-15 Peter S. Mazingeradd cancellation for read, write, close
2012-06-15 Peter S. Mazingergetpagesize.c, unistd.h: hide __pagesize
2012-06-15 Peter S. Mazingerunistd.h: partial update, mostly related to POSIX 2008
2012-06-15 Peter S. Mazingerno need for hidden lockf64
2012-06-15 Peter S. Mazingercleanup fork()
2012-06-15 Peter S. Mazingerposix_opt.h: update to glibc's NPTL version
2011-11-17 Bernhard Reutner... unistd: hide relocations
2011-06-24 Carmelo AmorosoMerge remote-tracking branch 'origin/master' into prelink
2011-05-12 Bernhard Reutner... linux_specific: handle accept4 and pipe2
2011-05-11 Bernhard Reutner... add pipe2()
2011-04-06 Carmelo AmorosoMerge remote-tracking branch 'origin/master' into prelink
2011-03-09 Peter S. Mazingerdisable _POSIX2_LOCALEDEF
2009-07-21 Denys Vlasenkos/UCLIBC_INTERNAL/_LIBC/g
2009-04-07 Mike Frysingerimplement daemon() using clone() on no-mmu systems...
2009-02-24 Rob LandleyFix __attribute__ (( __attribute__ ((noreturn)))),...
2009-02-13 Bernhard Reutner... - repair my r25322 that ment to deal with getdomainname...
2009-02-13 Bernhard Reutner... - we may need getdomainname internally
2008-12-31 Khem RajMerge some pre-work from branch, needed by NPTL.
2008-12-29 Bernhard Reutner... - expand SUSv3_LEGACY
2008-11-20 Denis VlasenkoLast portion of libc_hidden_proto removal.
2008-11-20 Denis Vlasenkonext portion of libc_hidden_proto removal
2008-11-18 Denis Vlasenkolibc_hidden_proto removal, just a few functions
2008-11-15 Bernhard Reutner... - Remove linux-specific prototypes if asked to.
2008-11-15 Bernhard Reutner... - revert wrong r24049
2008-11-15 Bernhard Reutner... - Remove linux-specific prototypes if asked to.
2008-07-08 Denis VlasenkoNew .config option UCLIBC_HAS_STUBS, enables fork(...
2008-06-05 Bernhard Reutner... - make libcrypt optional. Untested.
2008-06-03 Bernhard Reutner... - adds several config-options to allow for turning...
2008-06-01 Denis VlasenkoRework smallint machinery so that it will reliably...
2008-05-20 Denis VlasenkoIntroduce and use small[u]int type. Changes in size:
2007-01-28 Mike Frysingersync with glibc as pointed out by Bernhard Fischer
2006-02-21 Peter S. MazingerSync w/ glibc, we can leave __USE_ATFILE in, because...
2006-02-18 Mike Frysingertweak the idea between having a MMU and actually using it
2006-01-04 Peter S. MazingerSync w/ glibc, mostly REDIRECT_NTH,__wur
2005-11-15 Mike Frysingeras psm points out, we need to use bits/getopt.h in...
2005-11-15 Mike Frysingersync getopt headers with glibc
2005-11-04 Peter S. MazingerUse bits/getopt.h, getopt.h is not included if GNU_GETO...
2005-11-03 Peter S. MazingerSync w/ glibc
2005-10-04 Eric AndersenDo not stub out functions for mmu-less systems. Hide all
2005-04-06 Mike Frysingerremove pthread_atfork() prototype since SuSv3 doesnt...
2004-10-07 Eric AndersenRemove unimplemented non-SuSv3 function prototypes
2004-07-30 Eric AndersenCleanup some dead wood in the header files
2003-11-02 Eric AndersenAdd some missing prototypes
2003-09-08 Manuel Novoa III Add back in table-less ctype funcs for those interested...
2002-09-04 "Steven J. Hill"Added function 'get_current_dir_name' for Linux Test...
2002-01-10 Eric AndersenEliminate C++ style comments
2001-09-27 Eric AndersenRev all the header files to sync things with glibc...
2001-08-14 Eric AndersenPut a bandaid on getpgrp behavior
2001-06-27 Eric AndersenDon't include asm/unistd.h
2001-06-12 Eric AndersenCleanup the toploevel makefile handing of shared libs...
2001-03-19 Eric AndersenFix up breakage resulting from flipping the sense of...
2001-01-12 Eric AndersenPatch from James Graves <jgraves@deltamobile.com> to...
2000-12-13 Eric AndersenHandle fork and vfork on a per architecture basis...
2000-11-16 Eric AndersenRemove environ from _USE_GNU wrapper.
2000-11-15 Eric AndersenAdd in tmpnam() support from David Whedon <dwhedon...
2000-11-11 Eric AndersenFix up a few messes so it compiles cleanly again.
2000-11-04 Eric AndersenMore cleanups. Fix things so tinylogin compiles.
2000-10-23 Eric AndersenFix a few more screwups.
2000-10-23 Eric AndersenForgot a few things...
2000-10-09 Eric AndersenBug ugly formatting update
2000-08-11 Eric AndersenYet more updates. Getting closer....
2000-08-10 Eric AndersenMore stuff. Down to only 43 missing functions before...
2000-07-06 Eric AndersenLots and lots of cleanups.
2000-07-05 Eric AndersenMore header file cleanup.
2000-07-05 Eric AndersenMany bugfixes, header cleanups, etc. Added abort and...
2000-05-14 Erik AndersenPatch from "D. Jeff Dionne / VE3DJF" <jeff@rt-control...
2000-05-14 Erik AndersenInitial revision