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 4072 d 1 h hidnplayr /kernel/branches/net/applications/zeroconf/ Zeroconfig: dont assume first received packet is the correct one.
Also fixed link-local IP assignment.
 
3360 4072 d 2 h hidnplayr /kernel/branches/net/network/ ARP_BLOCK now lets you choose if ARP_IP_to_MAC should block or not.  
3359 4073 d 6 h hidnplayr /kernel/branches/net/ Synced net branch with trunk (#3358)  
3356 4075 d 1 h mario79 /kernel/trunk/hid/ Fix for r.3355  
3355 4075 d 2 h mario79 /kernel/trunk/ F66.3 added indication pressing of keys: Win-left and Win-right.  
3354 4075 d 4 h hidnplayr /kernel/branches/net/network/ Fixed typo in ARP_IP_to_MAC (debug output displayed wrong IP)  
3351 4075 d 21 h hidnplayr /kernel/branches/net/drivers/ MII: only include code when its actually used.  
3350 4075 d 22 h hidnplayr /kernel/branches/net/drivers/ PHY and link detection for PCnet32 driver (no watchdog yet), added general mii code for ethernet drivers.  
3349 4076 d 7 h hidnplayr /kernel/branches/net/drivers/ 3c59x: enable RX/TX after enabling interrupts, not before.  
3348 4076 d 8 h hidnplayr /kernel/branches/net/ Netstat: redraw window on network subsystem event.
Kernel: send event when IP configuration changed.
 
3347 4076 d 9 h hidnplayr /kernel/branches/net/drivers/ Fixed pcnet32 driver  
3346 4076 d 9 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 4077 d 3 h yogev_ezra /kernel/trunk/core/ Group all Spanish translations in one place  
3344 4077 d 4 h yogev_ezra /kernel/trunk/core/ Fix iglobal directive usage try 3  
3343 4077 d 5 h yogev_ezra /kernel/trunk/core/ Fix iglobal directive usage try 2  
3342 4077 d 5 h yogev_ezra /kernel/trunk/core/ Fix iglobal directive usage  
3341 4077 d 6 h yogev_ezra /kernel/trunk/ Fix Spanish language selection  
3340 4077 d 7 h hidnplayr /kernel/branches/net/ Now Zeroconfig waits for driver to be initialised.  
3338 4077 d 21 h mario79 /kernel/trunk/docs/ Correct documentation for F73  
3337 4077 d 22 h hidnplayr /kernel/branches/net/applications/ircc/ private chat support for IRCC  
3333 4078 d 7 h hidnplayr /kernel/branches/net/ Updated readme.txt  
3332 4078 d 8 h hidnplayr /kernel/branches/net/applications/netstat/ Added missed and dumped TCP packet counters to netstat.  
3331 4078 d 8 h hidnplayr /kernel/branches/net/applications/ircc/ Mostly cosmetical updates for IRCC  
3325 4079 d 5 h clevermouse /kernel/trunk/ ability to create kernel threads  
3324 4079 d 6 h hidnplayr /kernel/branches/net/drivers/ Stub for forcedeth driver.  
3323 4079 d 6 h hidnplayr /kernel/branches/net/drivers/ Tied 3c59x network driver to new interface.  
3322 4079 d 6 h hidnplayr /kernel/branches/net/ Removed obsolete EthReceiver interface  
3320 4079 d 8 h clevermouse /kernel/trunk/ fix r2601  
3317 4080 d 0 h turbanoff /kernel/trunk/fs/ ext2 fix bug: bad error checking in ext2_get_inode_block and in ext2_HdRead  
3316 4080 d 2 h turbanoff /kernel/trunk/fs/ ext2 fix stack inconsistent in ext2_find_lfn  
3315 4080 d 4 h mario79 /kernel/trunk/docs/ Documentation for F73 to trunk kernel.  
3314 4080 d 4 h turbanoff /kernel/trunk/fs/ ext2 fix stack inconsistent in ext2_HdRead  
3313 4080 d 5 h turbanoff /kernel/trunk/fs/ ext2: fix bug in file read  
3310 4080 d 21 h esevece /kernel/trunk/ Correction for recent commit  
3309 4080 d 22 h esevece /kernel/trunk/ More spanish translation  
3307 4081 d 23 h hidnplayr /kernel/branches/net/network/ Fixed SOCKET_process_end (broken in #3264), Use mutexes for ring buffer reading/writing.  
3305 4082 d 7 h clevermouse /kernel/trunk/drivers/ fix FAT32 formatting in tmpdisk  
3304 4082 d 8 h clevermouse /kernel/trunk/core/ I'm sorry  
3303 4082 d 8 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 4082 d 21 h clevermouse /kernel/trunk/ protect thread from external terminate while running sysfn 70