root/Whitix/branches/khorben-libc

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @1972 [1972] 3 years khorben Also compile architecture-dependant functions
(edit) @1971 [1971] 3 years khorben Added #include <unistd.h>
(edit) @1970 [1970] 3 years khorben Use libpthread from the libc
(edit) @1969 [1969] 3 years khorben Set DESTDIR explicitly
(edit) @1968 [1968] 3 years khorben Minor typos
(edit) @1967 [1967] 3 years khorben Minor compilation fixes
(edit) @1966 [1966] 3 years khorben Merge from upstream
(edit) @1902 [1902] 3 years khorben Force gcc -m32 like everywhere
(edit) @1901 [1901] 3 years khorben Fixed path to -lc
(edit) @1900 [1900] 3 years khorben Use explicit path to libgcc
(edit) @1899 [1899] 3 years khorben Use pthread from the libc
(edit) @1898 [1898] 3 years khorben No longer link with libpthread (not necessary)
(edit) @1897 [1897] 3 years khorben Use pthread from the libc
(edit) @1896 [1896] 3 years khorben Adding pthread support (just a stub for now)
(edit) @1895 [1895] 3 years khorben Merge from upstream
(edit) @1894 [1894] 3 years khorben Adding pthread support
(edit) @1893 [1893] 3 years khorben Adding pthread support
(edit) @1892 [1892] 3 years khorben Using pthread from the libc
(edit) @1891 [1891] 3 years khorben Merge from upstream
(edit) @1761 [1761] 3 years khorben Does not need -lpthread afaik
(edit) @1760 [1760] 3 years khorben Does not need -lpthread afaik
(edit) @1758 [1758] 3 years khorben Merge from upstream
(edit) @1757 [1757] 3 years khorben Merge from upstream
(edit) @1756 [1756] 3 years khorben Merge from upstream
(edit) @1755 [1755] 3 years khorben More portable Makefile
(edit) @1754 [1754] 3 years khorben Fixed modules loading at startup
(edit) @1553 [1553] 4 years khorben icfs.sys is probably the actual binary name
(edit) @1552 [1552] 4 years khorben Cleanup
(edit) @1551 [1551] 4 years khorben Let icfs.sys compile
(edit) @1550 [1550] 4 years khorben Do not print every shell loop from the Makefile as it is evaluated
(edit) @1453 [1453] 4 years khorben -m32 belongs to $(CC)
(edit) @1413 [1413] 4 years khorben Coherently build with -m32
(edit) @1302 [1302] 4 years khorben More portable with other versions of make
(edit) @1301 [1301] 4 years khorben -m32 belongs to $(CC)
(edit) @1300 [1300] 4 years khorben Require <syscalls.h>
(edit) @1299 [1299] 4 years khorben Let it see the include files for libm
(edit) @1298 [1298] 4 years khorben Requires <strings.h>
(edit) @1297 [1297] 4 years khorben -freestanding already assumes -fno-builtin
(edit) @1296 [1296] 4 years khorben Using pthread support from the original posix directory
(edit) @1295 [1295] 4 years khorben Requires <syscalls.h>
(edit) @1294 [1294] 4 years khorben Requires <syscalls.h>
(edit) @1293 [1293] 4 years khorben Give it a chance to compile
(edit) @1292 [1292] 4 years khorben Give it a chance to compile
(edit) @1291 [1291] 4 years khorben Merge from upstream
(edit) @1290 [1290] 4 years khorben -m32 belongs to $(CC)
(edit) @1289 [1289] 4 years khorben -m32 belongs to $(CC)
(edit) @1288 [1288] 4 years khorben -ffreestanding already assumes -no-builtin
(edit) @1287 [1287] 4 years khorben Avoid a warning during compilation
(edit) @1286 [1286] 4 years khorben Nicer Makefile
(edit) @1285 [1285] 4 years khorben Nicer Makefile
(edit) @1284 [1284] 4 years khorben Install in the CdRoot
(edit) @1273 [1273] 4 years khorben Merge from upstream
(edit) @1272 [1272] 4 years khorben Requires <stdlib.h> and replaced strndup() with strdup()
(edit) @1271 [1271] 4 years khorben Requires <ctype.h> and <string.h>
(edit) @1270 [1270] 4 years khorben Nicer Makefile (with icfs disabled for now though)
(edit) @1269 [1269] 4 years khorben Slightly nicer Makefile
(edit) @1268 [1268] 4 years khorben Almost compiling
(edit) @1267 [1267] 4 years khorben Cleaned up Makefile
(edit) @1266 [1266] 4 years khorben More portable with other versions of make
(edit) @1265 [1265] 4 years khorben Unifying use of -m32
(edit) @1264 [1264] 4 years khorben Such generated files should not be in the repository
(edit) @1263 [1263] 4 years khorben Merge from upstream
(edit) @1262 [1262] 4 years khorben Such generated files should not be in the SVN tree
(edit) @1261 [1261] 4 years khorben Updated dependencies
(edit) @1260 [1260] 4 years khorben Added <sys/un.h>
(edit) @1259 [1259] 4 years khorben Merge from upstream
(edit) @1258 [1258] 4 years khorben Really belongs to libsocket
(edit) @1257 [1257] 4 years khorben Added FD_CLR, FD_ISSET, FD_SET and FD_ZERO (untested)
(edit) @1256 [1256] 4 years khorben Merge from upstream
(edit) @1255 [1255] 4 years khorben Added sys/ipc.c and sys/shm.c
(edit) @1254 [1254] 4 years khorben Added sys/ipc.c and sys/shm.c
(edit) @1253 [1253] 4 years khorben Merge from upstream
(edit) @1252 [1252] 4 years khorben Added <sys/shm.h>
(edit) @1251 [1251] 4 years khorben Merge from upstream
(edit) @1250 [1250] 4 years khorben Merge from upstream
(edit) @1249 [1249] 4 years khorben Merge from upstream
(edit) @1248 [1248] 4 years khorben Merge from upstream
(edit) @1247 [1247] 4 years khorben Merge from upstream
(edit) @1246 [1246] 4 years khorben Give it a chance to compile
(edit) @1245 [1245] 4 years khorben Give it a chance to compile
(edit) @1244 [1244] 4 years khorben Added prototypes for atof(), strtod() and strtof()
(edit) @1243 [1243] 4 years khorben Give it a chance to compile
(edit) @1242 [1242] 4 years khorben Give it a chance to compile
(edit) @1241 [1241] 4 years khorben Let it compile for now
(edit) @1240 [1240] 4 years khorben Let libsocket includes be visible
(edit) @1239 [1239] 4 years khorben Added some kernel-specific values
(edit) @1238 [1238] 4 years khorben More portable Makefile
(edit) @1237 [1237] 4 years khorben More portable Makefile
(edit) @1236 [1236] 4 years khorben Added getwd()
(edit) @1235 [1235] 4 years khorben Merge from upstream
(edit) @1234 [1234] 4 years khorben Added key_t
(edit) @1233 [1233] 4 years khorben Code cleanup
(edit) @1232 [1232] 4 years khorben uintmax_t is already defined in <stdint.h>
(edit) @1231 [1231] 4 years khorben Added connect(), setsockopt() and shutdown()
(edit) @1230 [1230] 4 years khorben Added strpbreak(), merge from upstream
(edit) @1229 [1229] 4 years khorben Added intmax_t and uintmax_t
(edit) @1228 [1228] 4 years khorben Added fabs() and pow()
(edit) @1227 [1227] 4 years khorben Added nl_langinfo()
(edit) @1226 [1226] 4 years khorben Added suseconds_t and useconds_t
(edit) @1225 [1225] 4 years khorben Added suseconds_t and useconds_t
Note: See TracRevisionLog for help on using the revision log.