Subversion Repositories HelenOS-historic

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
1312 6597 d 22 h palkovsky /kernel/trunk/genarch/src/fb/ Fixed incorrect tabulator in framebuffer (could write outside framebuffer
memory).
 
1311 6598 d 0 h jermar /kernel/trunk/arch/ia32/src/drivers/ Fix number of frames allocated for VESA frame buffer in the singular
case when the frame buffer size is below FRAME_SIZE.
 
1310 6598 d 2 h jermar /kernel/trunk/ Change coding style in vesa.c and do some minor changes.  
1309 6598 d 20 h jermar /kernel/trunk/generic/src/mm/ On as_area_destroy(), mark the area as partial before unlocking and free its
structure after unlocking.
 
1308 6598 d 20 h jermar /uspace/trunk/libc/ Support for SYS_CAP_GRANT and SYS_CAP_REVOKE syscalls.  
1307 6598 d 22 h jermar /uspace/trunk/ SYS_AS_AREA_DESTROY support for uspace.

Formatting fixes in libpci.
 
1306 6598 d 23 h jermar /kernel/trunk/generic/ Add SYS_AS_AREA_DESTROY syscall.
Add few error codes to errno.h
and change as.c accordingly.
 
1305 6600 d 1 h decky /kernel/trunk/arch/ppc64/ make ppc64 compile again  
1304 6600 d 20 h palkovsky /kernel/trunk/arch/ Fix zone_merge_all in ppc architectures.  
1303 6600 d 20 h palkovsky /kernel/trunk/arch/ zone_merge_all must be called after frame_init is completed - otherwise
new zone information can be allocated over the not-yet-blacklisted areas.
 
1302 6601 d 4 h jermar /uspace/trunk/pci/libpci/ Change libpci coding style.  
1301 6601 d 20 h jermar /uspace/trunk/ Port libpci to HelenOS.
List PCI devices on PCI driver startup.
 
1300 6602 d 3 h vana /boot/trunk/arch/ Comment unsupported build targets  
1299 6602 d 3 h vana /boot/trunk/arch/ Move grub.conf outside the image  
1298 6602 d 23 h vana /kernel/trunk/ FB endian fix  
1297 6602 d 23 h jermar /kernel/trunk/ Add SYS_CAP_GRANT and SYS_CAP_REVOKE syscalls.
Move SYS_PREEMPT_CONTROL to ddi.c.
Add some comments and fix some small issues.
 
1296 6603 d 0 h vana /kernel/trunk/arch/ia32/src/drivers/ new line only if no clrscr  
1295 6604 d 2 h jermar /kernel/trunk/arch/ia64/ Complete implementation of memcpy_from_uspace() and memcpy_to_uspace().
The memcpy() variants are based on the assembler output of the generic
_memcpy().
 
1294 6604 d 3 h jermar /kernel/trunk/generic/src/syscall/ Remove unused variable.  
1293 6604 d 23 h palkovsky /kernel/trunk/ Implemented mips memcpy (copy from gcc builtin memcpy).  
1292 6604 d 23 h vana /kernel/trunk/arch/ VESA FB cut unwanted  
1291 6605 d 0 h vana /kernel/trunk/arch/amd64/src/boot/ VESA detection failure fix on amd64  
1290 6605 d 1 h vana /kernel/trunk/arch/ VESA detection failure fix.

(Some headers)
 
1289 6605 d 1 h vana /kernel/trunk/arch/ Amd64 framebuffer  
1288 6605 d 3 h jermar /kernel/trunk/ Complete implementation of copy_from_uspace() and copy_to_uspace()
for amd64 and ia32. Other architectures still compile and run,
but need to implement their own assembly-only memcpy(), memcpy_from_uspace(),
memcpy_to_uspace() and their failover parts. For these architectures
only dummy implementations are provided.
 
1287 6605 d 4 h vana /kernel/trunk/ ia32 VESA FB support  
1286 6606 d 4 h decky /uspace/trunk/libc/arch/ppc32/ preliminary TLS & pthread support for ppc32  
1285 6607 d 6 h palkovsky /uspace/trunk/ns/ Added commented example to ns.c how to access i8042 from uspace.  
1284 6607 d 6 h palkovsky /kernel/trunk/generic/ Added commands for accessing ia32 portspace in irq top-half.  
1283 6607 d 16 h decky /kernel/trunk/arch/ppc32/include/ fix nasty CR clobber bug
change coding style
 
1282 6607 d 17 h palkovsky /uspace/trunk/ Added way to do an action upon interrupt.
ns.c contains a commented example on how to access keyboard in msim.
 
1281 6607 d 17 h palkovsky /kernel/trunk/ Added means to make a simple action upon interrupt.  
1280 6607 d 19 h jermar /kernel/trunk/arch/ Get rid off obsolete ddi_int_control_arch() on ia64, sparc64 and ppc32.  
1279 6607 d 20 h palkovsky /uspace/trunk/ Changed interrupt_control to preemption_control.  
1278 6607 d 20 h palkovsky /kernel/trunk/ Changed interrupt_control to preemption_control.  
1277 6607 d 23 h decky /kernel/trunk/arch/ppc32/ ppc32 work:
(hopefully) final exception entry and exit rewrite
don't use FPU instructions in the kernel
syscall support
 
1276 6607 d 23 h decky /uspace/trunk/libc/arch/ppc32/ ppc32: updates reflecting the kernel syscall API change  
1275 6607 d 23 h decky /boot/trunk/arch/ppc32/loader/ ppc32: don't use FPU instructions in boot loader  
1274 6608 d 0 h decky /kernel/trunk/arch/ppc32/src/ ppc32: fix starting stack address  
1273 6608 d 3 h cejka /kernel/trunk/ Comments update.
Printing functions moved from debug/ to printf/.