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
3361 4062 d 14 h hidnplayr /kernel/branches/net/applications/zeroconf/ Zeroconfig: dont assume first received packet is the correct one.
Also fixed link-local IP assignment.
 
3360 4062 d 14 h hidnplayr /kernel/branches/net/network/ ARP_BLOCK now lets you choose if ARP_IP_to_MAC should block or not.  
3359 4063 d 18 h hidnplayr /kernel/branches/net/ Synced net branch with trunk (#3358)  
3356 4065 d 14 h mario79 /kernel/trunk/hid/ Fix for r.3355  
3355 4065 d 14 h mario79 /kernel/trunk/ F66.3 added indication pressing of keys: Win-left and Win-right.  
3354 4065 d 16 h hidnplayr /kernel/branches/net/network/ Fixed typo in ARP_IP_to_MAC (debug output displayed wrong IP)  
3351 4066 d 10 h hidnplayr /kernel/branches/net/drivers/ MII: only include code when its actually used.  
3350 4066 d 10 h hidnplayr /kernel/branches/net/drivers/ PHY and link detection for PCnet32 driver (no watchdog yet), added general mii code for ethernet drivers.  
3349 4066 d 20 h hidnplayr /kernel/branches/net/drivers/ 3c59x: enable RX/TX after enabling interrupts, not before.  
3348 4066 d 20 h hidnplayr /kernel/branches/net/ Netstat: redraw window on network subsystem event.
Kernel: send event when IP configuration changed.
 
3347 4066 d 21 h hidnplayr /kernel/branches/net/drivers/ Fixed pcnet32 driver  
3346 4066 d 21 h hidnplayr /kernel/branches/net/ Introduced new application event for network subsystem changes (link changed, ip changed, ...)
Removed get_mac and set_mac procedures from device structure, kernel does not need them.
Added link state detection capabilities for kernel and some drivers.
 
3345 4067 d 16 h yogev_ezra /kernel/trunk/core/ Group all Spanish translations in one place  
3344 4067 d 16 h yogev_ezra /kernel/trunk/core/ Fix iglobal directive usage try 3  
3343 4067 d 17 h yogev_ezra /kernel/trunk/core/ Fix iglobal directive usage try 2  
3342 4067 d 17 h yogev_ezra /kernel/trunk/core/ Fix iglobal directive usage  
3341 4067 d 19 h yogev_ezra /kernel/trunk/ Fix Spanish language selection  
3340 4067 d 20 h hidnplayr /kernel/branches/net/ Now Zeroconfig waits for driver to be initialised.  
3338 4068 d 10 h mario79 /kernel/trunk/docs/ Correct documentation for F73  
3337 4068 d 10 h hidnplayr /kernel/branches/net/applications/ircc/ private chat support for IRCC  
3333 4068 d 20 h hidnplayr /kernel/branches/net/ Updated readme.txt  
3332 4068 d 20 h hidnplayr /kernel/branches/net/applications/netstat/ Added missed and dumped TCP packet counters to netstat.  
3331 4068 d 20 h hidnplayr /kernel/branches/net/applications/ircc/ Mostly cosmetical updates for IRCC  
3325 4069 d 17 h clevermouse /kernel/trunk/ ability to create kernel threads  
3324 4069 d 18 h hidnplayr /kernel/branches/net/drivers/ Stub for forcedeth driver.  
3323 4069 d 19 h hidnplayr /kernel/branches/net/drivers/ Tied 3c59x network driver to new interface.  
3322 4069 d 19 h hidnplayr /kernel/branches/net/ Removed obsolete EthReceiver interface  
3320 4069 d 20 h clevermouse /kernel/trunk/ fix r2601  
3317 4070 d 12 h turbanoff /kernel/trunk/fs/ ext2 fix bug: bad error checking in ext2_get_inode_block and in ext2_HdRead  
3316 4070 d 14 h turbanoff /kernel/trunk/fs/ ext2 fix stack inconsistent in ext2_find_lfn  
3315 4070 d 16 h mario79 /kernel/trunk/docs/ Documentation for F73 to trunk kernel.  
3314 4070 d 16 h turbanoff /kernel/trunk/fs/ ext2 fix stack inconsistent in ext2_HdRead  
3313 4070 d 17 h turbanoff /kernel/trunk/fs/ ext2: fix bug in file read  
3310 4071 d 10 h esevece /kernel/trunk/ Correction for recent commit  
3309 4071 d 10 h esevece /kernel/trunk/ More spanish translation  
3307 4072 d 12 h hidnplayr /kernel/branches/net/network/ Fixed SOCKET_process_end (broken in #3264), Use mutexes for ring buffer reading/writing.  
3305 4072 d 19 h clevermouse /kernel/trunk/drivers/ fix FAT32 formatting in tmpdisk  
3304 4072 d 20 h clevermouse /kernel/trunk/core/ I'm sorry  
3303 4072 d 20 h clevermouse /kernel/trunk/ Protect thread from external terminate while running any syscall except 5,10,23.
Now 18.2/18.12 are really safe through kernel-colored glasses (however, you still
should not use them except for really critical cases),
although the protection is sometimes quite excessive.
 
3296 4073 d 9 h clevermouse /kernel/trunk/ protect thread from external terminate while running sysfn 70