Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Show changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
9874 622 d 16 h turbocat /contrib/sdk/sources/newlib/libc/ newlib: Try to unify wrappers. And get rid of kos32sys.h  
9865 654 d 6 h turbocat /contrib/sdk/sources/newlib/libc/include/sys/ newlib ksys.h synchronized with libc.obj  
9836 701 d 1 h turbocat / ksys.h:
- Fixed formatting;
- Added wrapper for sysfunction 65.
 
9830 711 d 3 h vitalkrilov / ksys.h:
- KSYS_SLOT_STATE_FREE has right value (9, not 6) now
- few style changes (snake_case)
 
9829 711 d 13 h vitalkrilov / sysfuncr.txt: added missing docs for SysFn77.10, SysFn77.11, SysFn77.13 from wiki
ksys.h:
- libc.obj's file synced with newlib's (r9788)
- added scancodes enum
- added wrappers for SysFn66.4 and SysFn66.5 (sys. hotkeys)
- added wrappers for SysFn77.0 -- SysFn77.3 (futexes)
 
9788 751 d 4 h turbocat /contrib/sdk/sources/newlib/libc/include/sys/ ksys.h:
- Added SF 68.1 and SF 68.14 wrappers
- Added SLOT_STATE enum.
 
9784 751 d 16 h turbocat /contrib/sdk/sources/newlib/libc/include/sys/ ksys.h:
- Fixed thread info struct;
- Added SF 63.3 wrapper;
- Added SF 18.19 universal wraper;
- Fixed ksys_pos_t.
 
9767 761 d 21 h turbocat / ksys.h:
- Added to Newlib and should be in sync with the file from libc.obj;
- Added new wrappers.
 
9757 770 d 21 h maxcodehack /contrib/sdk/sources/newlib/libc/include/sys/ Refactoring sys/kos.h  
9716 822 d 22 h turbocat /contrib/sdk/sources/newlib/libc/ Newlibc: Added wrapper for all console.obj functions.  
9583 860 d 16 h vitalkrilov / Fixed all misuse of "/rd/1" (changed to "/sys"; all except "/programs/*" and "/kernel/*")
ati2d: fixed log creation
 
9354 895 d 16 h turbocat /contrib/sdk/sources/newlib/libc/ Newlibc: Added con_set_title wrapper  
9346 899 d 0 h Coldy /contrib/sdk/sources/newlib/libc/sys/ newlib: fixed incorrect work with relative path
(previously /sys/open.c buildpath added an extra slash
after the current working directory)
 
8930 1057 d 14 h turbocat /contrib/sdk/sources/newlib/libc/sys/ Newlibc:
- Added a wrapper over con_init (for set console title);
 
8880 1061 d 15 h turbocat /contrib/sdk/sources/newlib/libc/ Newlibc:
Update Tupfile
 
8879 1061 d 15 h turbocat /contrib/sdk/sources/newlib/libc/ Newlibc:
Added getcwd and dirname
 
8777 1073 d 19 h turbocat /contrib/sdk/sources/newlib/libc/ Newlibc:
- Fixed bug with input to the console (when clicking on "backspace" characters were not deleted).
- Added _NO_STDERR macro for redirecting "stderr" to the console
 
8759 1079 d 11 h turbocat /contrib/sdk/sources/newlib/libc/ newlibc:
Added new functions:
- dir.h: mkdir, rmdir, chdir
- dirent.h: alphasort, opendir, closedir, readdir, rewinddir, seekdir, telldir, scandir
 
8723 1089 d 17 h dunkaist / Autobuild: use (only?) double dots operator to interpolate strings  
8611 1177 d 2 h maxcodehack /contrib/sdk/sources/newlib/libc/include/sys/ sys/kos.h: more neat +sysfn36 +ZPOS  
8610 1177 d 3 h maxcodehack / Add new syscall wrapper - sys/kos.h
Fridge: improve and move to sys/kos.h
 
8595 1184 d 16 h turbocat /contrib/sdk/sources/newlib/libc/include/ - Fix max_screen_size() function in kos32sys.h  
8580 1195 d 14 h superturbocat2001 /contrib/sdk/sources/newlib/libc/include/ - Rollback to revision 8543  
8573 1196 d 20 h superturbocat2001 /contrib/sdk/sources/newlib/libc/sys/ Fixed date in time() function newlibc  
8544 1207 d 16 h superturbocat2001 /contrib/sdk/sources/newlib/libc/include/ - Added enumeration of kolibri events  
8538 1216 d 3 h superturbocat2001 /contrib/sdk/sources/newlib/libc/include/sys/ svn commit -m " newlibc reverted to revision 8522"  
8537 1216 d 13 h superturbocat2001 /contrib/sdk/sources/newlib/libc/include/sys/ - Fixed error codes for socket.h  
8522 1226 d 19 h superturbocat2001 /contrib/ - Fixed network headers in newlibc and C_layer  
8519 1227 d 1 h maxcodehack /contrib/sdk/sources/newlib/libc/include/sys/ Fix autobuild  
8453 1243 d 18 h maxcodehack /contrib/sdk/sources/newlib/libc/include/ kos32sys.h improvement  
8441 1245 d 3 h maxcodehack /contrib/sdk/sources/newlib/libc/include/ kos32sys.h: Add proc_info struct for SysFn 9 and system_color struct for get system colors  
8343 1254 d 17 h superturbocat2001 /contrib/sdk/sources/newlib/libc/include/sys/ Added functions for working with sockets in newlibc (socket.h)  
7171 2265 d 10 h serge /contrib/sdk/sources/newlib/libc/ and again  
7170 2265 d 10 h serge /contrib/sdk/sources/newlib/libc/ newlib: fix autobuild  
6897 2557 d 15 h ashmew2 /contrib/sdk/sources/newlib/libc/include/ Add heap_init() for Netsurf (and others)  
6777 2723 d 13 h siemargl /contrib/sdk/sources/newlib/libc/ add set_fileinfo()  
6765 2727 d 17 h serge /contrib/sdk/sources/newlib/libc/ newlib: fix static build again  
6749 2730 d 20 h serge /contrib/sdk/sources/newlib/libc/include/ newlib: fix static build  
6744 2731 d 0 h siemargl /contrib/sdk/sources/newlib/ fix fopen handle leak, static build  
6714 2738 d 15 h serge /contrib/sdk/sources/newlib/libc/ newlib: now supported CP437, CP720, CP737, CP775, CP850, CP852, CP855, CP857, CP858, CP862, CP866,
CP874, CP1125, CP1250, CP1251, CP1252, CP1253, CP1254, CP1255, CP1256, CP1257, CP1258,
CP20866, CP21866, CP101 (GEORGIAN-PS), CP102 (PT154 Kazakhstan)