Subversion Repositories HelenOS

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
4420 5603 d 11 h trochtova /branches/dd/ dd branch synchronized with trunk (revision 4419)  
4419 5603 d 12 h trochtova /branches/dd/uspace/srv/ Adding srv directories deleted by mistake.  
4418 5603 d 12 h trochtova /branches/dd/uspace/srv/pci/ minor changes  
4417 5603 d 17 h decky /trunk/ add simple devfs filesystem and mount it as /dev
add generic NULL device "null"
 
4416 5603 d 17 h decky /trunk/uspace/ improve devmap interface
remove spared device
 
4415 5603 d 18 h decky /trunk/uspace/lib/libc/ add list_count()
cstyle
 
4414 5603 d 18 h decky /trunk/uspace/lib/libfs/ cstyle  
4413 5604 d 13 h decky /trunk/uspace/ add space before $@  
4412 5604 d 14 h decky /trunk/uspace/srv/ remove obsolete reference to libipc  
4411 5605 d 2 h svoboda /trunk/ Experimental GXemul disk driver (device 'disk0').  
4410 5605 d 3 h svoboda /trunk/uspace/srv/rd/ Fix type definition.  
4409 5605 d 3 h jermar /trunk/uspace/ Rudimentary support for non-root mounts.  
4408 5605 d 3 h svoboda /trunk/uspace/app/bdsh/ Add 'bdd' shell command (block device dump) for testing block device drivers.  
4407 5605 d 3 h jermar /trunk/ Add IPC_M_CONNECTION_CLONE and IPC_M_CONNECT_ME.  
4406 5605 d 3 h jermar /trunk/uspace/srv/vfs/ Remove unused and non-functional code.  
4405 5605 d 3 h jermar /trunk/kernel/generic/src/ipc/ Do not test the same condition twice.  
4404 5605 d 3 h jermar /trunk/uspace/lib/libc/generic/ Fix ipc_forward_slow().  
4403 5605 d 5 h svoboda /trunk/uspace/lib/libc/generic/ pio_enable() was not allocating address space properly (unless sz <= PAGE_SIZE).  
4402 5606 d 3 h decky /trunk/ remove the confusing "Improved support for hyperthreading" configuration option  
4401 5606 d 5 h svoboda /trunk/uspace/ C binding for devmap. Gets rid of duplicate code.  
4400 5606 d 7 h svoboda /trunk/uspace/ Rename ramdisk protocol -> block device protocol.  
4399 5607 d 2 h trochtova /branches/dd/uspace/srv/pci/ Directory structure fix.  
4398 5607 d 2 h trochtova /branches/dd/uspace/ Fragments of pci bus driver.  
4397 5607 d 5 h rimsky /trunk/kernel/arch/sparc64/src/mm/ TLB demap optimalization for US3.  
4396 5607 d 14 h mejdrech /branches/network/uspace/srv/net/il/arp/ Net: ARP build fix  
4395 5608 d 3 h mejdrech /branches/network/uspace/srv/net/structures/packet/ Net: *packet addresses length equals the previously stored length, *packet server clears the packets (bzero)  
4394 5608 d 4 h mejdrech /branches/network/uspace/srv/net/il/arp/ Net: ARP +packet queue processing, *packet reuse fix, *improved processing error checks  
4393 5608 d 15 h svoboda /branches/tracing/ Sync definition of ia32 istate in debugger with the kernel.  
4392 5608 d 16 h svoboda /branches/tracing/kernel/arch/ia32/include/ Add the symlink.  
4391 5608 d 16 h svoboda /branches/tracing/kernel/arch/ Kernel breakpoint handler for amd64 (not working yet).  
4390 5609 d 2 h svoboda /branches/tracing/ Start porting debugger to amd64 (not done yet).  
4389 5609 d 4 h svoboda /branches/dynload/ Merge trunk changes up to r4388 to dynload.  
4388 5609 d 4 h svoboda /branches/dynload/uspace/ Fix build.  
4387 5609 d 4 h svoboda /trunk/kernel/generic/src/ Reduce Udebug overhead with some nifty tricks.  
4386 5610 d 3 h svoboda /trunk/kernel/generic/src/udebug/ udebug_stoppable_begin/end() should always proceed. In any case they must not use independet prechecks, as this could unbalance them.  
4385 5610 d 3 h svoboda /trunk/kernel/generic/src/syscall/ Revert accidental change.  
4384 5610 d 3 h svoboda /trunk/kernel/generic/src/ Clean up various log messages, mostly udebug.  
4383 5611 d 11 h rimsky /branches/sparc/kernel/arch/sparc64/ Fixed instruction access exception and data access exception in the trap table. Added new traps defined by UltraSPARC Architecture 2007 (which UltraSPARC T2 follows).  
4382 5612 d 3 h svoboda /trunk/uspace/app/tester/ Add IPC ping-pong benchmark to tester.  
4381 5613 d 3 h jermar /trunk/uspace/lib/libc/generic/ msg->wdata.inlist needs to be allocated before the reply_received()
callback can be called.