Subversion Repositories HelenOS

Rev

Show changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
4647 5642 d 1 h jermar /branches/arm/ Branch out a new arm branch.  
4556 5669 d 11 h decky /trunk/ define endianess externally to be able to exactly specify whether we are using UTF-32LE or UTF-32BE
quit messing with BOM in UTF-32
 
4134 5762 d 20 h decky /trunk/ resurrect big endian support for mips32: switch from mips-sgi-irix5 toolchain to mips-linux-gnu
the kernel is working alright, the user space has some bugs yet
 
2798 6109 d 23 h jermar /trunk/uspace/ Replace all endian.h in uspace with a copy of the kernel's respective byteorder.h.  
2780 6129 d 7 h cejka /trunk/ Fixed broken context_offset.h symlinks for mips32eb and ia32xen.  
2586 6265 d 21 h jermar /trunk/uspace/lib/libc/ Unify implementations of TLS variant I and variant II __alloc_tls() and
__free_tls_arch().
 
2482 6390 d 19 h jermar /trunk/ Goodbye pseudo threads, welcome fibrils.
The renaming might still be incomplete.
 
2479 6395 d 6 h jermar /trunk/ New, better-structured, directory layout for uspace.  
2071 6551 d 23 h jermar /trunk/ (c) versus (C)  
1866 6686 d 23 h jermar /trunk/uspace/ Indentation and formatting facelift for libc.
Libc headers now have C99 compliant guards.
 
1863 6689 d 22 h jermar /trunk/ Allow architectures to decide between inlined and not inlined version of syscall wrapper.
Implement inlined syscall wrapper for sparc64.
 
1801 6736 d 19 h decky /trunk/uspace/libc/arch/mips32eb/include/ sync mips32eb with mips32  
1787 6742 d 1 h decky / move kernel/trunk, uspace/trunk and boot/trunk to trunk/kernel, trunk/uspace and trunk/boot  
1657 6775 d 18 h cejka /uspace/trunk/ Another doxygen comments.  
1656 6775 d 23 h cejka /uspace/trunk/libc/ Another doxygen comments.  
1314 6801 d 3 h cejka /uspace/trunk/libc/ Added limits.h with max and min values for integer types.
Added a few string functions.
 
1244 6817 d 7 h cejka /uspace/trunk/libc/arch/mips32eb/include/ Endianness for mips32eb properly defined.
Created links from mips32eb to mips32 libc/arch include files.