Subversion Repositories HelenOS

Rev

Go to most recent revision | Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
4718 5431 d 15 h mejdrech /branches/network/ Net: merge with trunk head (0.4.1)  
4717 5431 d 15 h mejdrech /branches/network/uspace/srv/net/ Net: * ping fprintf fix, * ip arp address fix  
4716 5431 d 18 h mejdrech /branches/network/ Net: + ping  
4715 5431 d 18 h mejdrech /branches/network/uspace/srv/net/ Net: * icmp interface changed to internal, * icmp checksum fix, + icmp client connections isolated  
4714 5432 d 10 h mejdrech /branches/network/uspace/srv/net/ Net: client_connection refactored, applied previous changes  
4713 5432 d 10 h mejdrech /branches/network/uspace/srv/net/tl/udp/ Net: static functions removed  
4712 5432 d 10 h mejdrech /branches/network/uspace/srv/net/ Net: socket interface and definitions split  
4711 5432 d 10 h mejdrech /branches/network/uspace/srv/net/ Net: ip checksum extracted into crc  
4710 5432 d 10 h mejdrech /branches/network/uspace/srv/net/include/ ip client interface and definitions split  
4709 5432 d 10 h mejdrech /branches/network/uspace/srv/net/app/ Net: cli argument parsing functions extracted, echo help reorganized  
4708 5437 d 10 h mejdrech /branches/network/uspace/srv/net/ Net: warning fixes  
4707 5438 d 11 h mejdrech /branches/network/ Net: + basic ICMP (without echo), + ip_client_header_length, + received packet error notifications  
4706 5438 d 11 h mejdrech /branches/network/uspace/srv/net/structures/packet/ Net: default packet prefix and suffix increased  
4705 5438 d 12 h mejdrech /branches/network/uspace/srv/net/ Net: documentation fix  
4704 5448 d 6 h mejdrech /branches/network/uspace/ Net: documentation  
4703 5448 d 6 h mejdrech /branches/network/uspace/srv/net/ netif stats message inrterface implemented, netif auto probe message removed, documentation  
4702 5448 d 6 h mejdrech /branches/network/uspace/srv/net/il/ Net: message processing functions names unified, documentation  
4701 5448 d 6 h mejdrech /branches/network/uspace/srv/net/ Net: socket destroy fix, UDP socket isolation fix, code cleanup, documentation  
4700 5449 d 8 h mejdrech /branches/network/uspace/srv/net/ Net: udp socket autobind on send without bind or bind without positive port  
4699 5451 d 7 h mejdrech /branches/network/uspace/ Net: documentation fixes  
4698 5451 d 8 h mejdrech /branches/network/uspace/srv/net/netif/ Net: obsolete nil message handlers removed  
4697 5451 d 8 h mejdrech /branches/network/uspace/srv/net/ Net: documentation and style fixes  
4696 5451 d 8 h mejdrech /branches/network/ Net: dummy nil module  
4695 5451 d 9 h mejdrech /branches/network/uspace/srv/net/ Net: arp clear address message, mtu changed message, net_bundle include fix  
4694 5451 d 9 h mejdrech /branches/network/uspace/srv/net/ Net: Makefile fixes  
4693 5451 d 9 h mejdrech /branches/network/uspace/srv/net/ Net: documentation fixes  
4692 5471 d 9 h svoboda /branches/tracing/ Merge trunk changes up to r4686.  
4691 5471 d 9 h svoboda /branches/dynload/ Merge trunk changes up to r4686.  
4690 5483 d 18 h decky /branches/ cleanup: remove arm.old branch  
4689 5484 d 12 h decky /branches/ cleanup: remove cs branch  
4688 5485 d 15 h trochtova /branches/dd/ dd branch synchronized with trunk (revision 4687)  
4679 5489 d 12 h rimsky /branches/sparc/kernel/ Enhancing the way how even distribution of threads over processor cores is achieved.  
4678 5489 d 19 h trochtova /branches/dd/ dd branch synchronized with trunk (revision 4677)  
4677 5489 d 19 h trochtova /branches/dd/ parts of the serial port driver and its client  
4668 5496 d 8 h trochtova /branches/dd/ dd branch synchronized with trunk (revision 4667)  
4667 5496 d 8 h trochtova /branches/dd/uspace/srv/pci/ portions of simple hierarchical driver of pci, isa and serial port  
4666 5496 d 18 h pillai /branches/arm/kernel/arch/arm32/ Ticket #93 fix:
Exceptin handling re-written in assembly.
 
4665 5497 d 12 h pillai /branches/arm/kernel/arch/arm32/src/ Change the exception handling logic:
Exception handler switches from exception mode to kernel mode(supervisor mode) before proceeding to
the exc_dispatch() C function. This assures that exception handling is re-entrant and
kernel would not get confused with different processor modes inside the kernel.

Also fixes a kernel panic during nested interrupts.
 
4663 5497 d 14 h rimsky /branches/sparc/kernel/ Implemented detection of execution units, used in a heuristics which prevents the ready threads be unevenly distributed among physical cores by changing the order in which APs are woken up (and hence the order in which the CPUs will be running their kcpulb thread). Cleanup.  
4652 5504 d 10 h pillai /branches/arm/kernel/arch/arm32/src/ Fixed a logical error in checking the processor mode before enabling interrupts