index
:
uClibc-alpine
0.9.32
0.9.32-alpine
master
Where we track our uclibc patches
gitolite
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libc
/
unistd
/
sysconf.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rip the guts out of the dynamically generated sysconf.c, and live with a simple
Eric Andersen
2003-11-05
1
-162
/
+0
*
For now, always claim we have exactly one cpu. It should
Eric Andersen
2002-12-04
1
-2
/
+4
*
Clean up CLK_TCK situation. clock() and sysconf() now use an
Manuel Novoa III
2002-07-15
1
-4
/
+5
*
Oops. Lets try that again.
Eric Andersen
2001-11-20
1
-0
/
+2
*
Can't use CLK_TCK in here since /usr/include/bits/time.h now
Eric Andersen
2001-11-20
1
-7
/
+6
*
Erwin Authried <eauth@softsys.co.at> noticed that _XOPEN_SOURCE is
Eric Andersen
2001-10-14
1
-1
/
+2
*
Update to accomodate the header file changes
Eric Andersen
2001-09-27
1
-1
/
+6
*
Fix include/errno.h to not use kernel header, and instead use bits/errno.h.
Eric Andersen
2001-04-06
1
-4
/
+4
*
Implement getdtablesize(), which is used by the rpc crap.
Eric Andersen
2001-02-09
1
-1
/
+1
*
Enable auto-generation of a size-optimized sysconf function (saves .5k on i386).
Manuel Novoa III
2001-01-27
1
-110
/
+305
*
Clean up atexit.c; make sure sysconf and atexit agree; link in ref'd libgcc.a
Manuel Novoa III
2001-01-25
1
-2
/
+2
*
Added missing _SC_2_FORT_RUN case. Fixed _SC_ATEXIT_MAX to match atexit.c.
Manuel Novoa III
2001-01-17
1
-2
/
+9
*
Bad Erik. Repeat after me: "I will always compile before I commit".
Eric Andersen
2000-11-16
1
-1
/
+0
*
Doh!!! I am an idiot. I had broken malloc by disabling getpagesize(), and I
Eric Andersen
2000-11-16
1
-4
/
+1
*
More cleanups. Fix things so tinylogin compiles.
Eric Andersen
2000-11-04
1
-0
/
+855