index
:
uclibc-ng.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libc
/
unistd
/
sysconf.c
Age
Commit message (
Expand
)
Author
2002-07-15
Clean up CLK_TCK situation. clock() and sysconf() now use an
Manuel Novoa III
2001-11-20
Oops. Lets try that again.
Eric Andersen
2001-11-20
Can't use CLK_TCK in here since /usr/include/bits/time.h now
Eric Andersen
2001-10-14
Erwin Authried <eauth@softsys.co.at> noticed that _XOPEN_SOURCE is
Eric Andersen
2001-09-27
Update to accomodate the header file changes
Eric Andersen
2001-04-06
Fix include/errno.h to not use kernel header, and instead use bits/errno.h.
Eric Andersen
2001-02-09
Implement getdtablesize(), which is used by the rpc crap.
Eric Andersen
2001-01-27
Enable auto-generation of a size-optimized sysconf function (saves .5k on i386).
Manuel Novoa III
2001-01-25
Clean up atexit.c; make sure sysconf and atexit agree; link in ref'd libgcc.a
Manuel Novoa III
2001-01-17
Added missing _SC_2_FORT_RUN case. Fixed _SC_ATEXIT_MAX to match atexit.c.
Manuel Novoa III
2000-11-16
Bad Erik. Repeat after me: "I will always compile before I commit".
Eric Andersen
2000-11-16
Doh!!! I am an idiot. I had broken malloc by disabling getpagesize(), and I
Eric Andersen
2000-11-04
More cleanups. Fix things so tinylogin compiles.
Eric Andersen