Subversion Repositories Kolibri OS

Compare Revisions

No changes between revisions

Regard whitespace Rev 8120 → Rev 8130

/kernel/trunk/acpi/acpi.inc
Property changes:
Added: svn:keywords
+Revision
\ No newline at end of property
/kernel/trunk/crc.inc
5,6 → 5,8
;; ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 
$Revision$
 
; This crc32 routine doesn't use precomputed table to allow different
; polynomials, which is the first param.
; Partial hash in assumed to be eax (both in and out).
Property changes:
Added: svn:keywords
+Revision
\ No newline at end of property
/kernel/trunk/posix/futex.inc
5,7 → 5,7
;; ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 
$Revision: 6917 $
$Revision$
 
align 4
;struct futex* __fastcall create_futex(int *ptr)
Property changes:
Added: svn:keywords
+Revision
\ No newline at end of property
/kernel/trunk/posix/pipe.inc
5,7 → 5,7
;; ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 
$Revision: 6917 $
$Revision$
 
F_READ = 0x0001 ; file opened for reading
F_WRITE = 0x0002 ; file opened for writing
Property changes:
Added: svn:keywords
+Revision
\ No newline at end of property
/kernel/trunk/posix/posix.inc
5,7 → 5,7
;; ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 
$Revision: 6917 $
$Revision$
 
ENOENT = 2
EBADF = 9
Property changes:
Added: svn:keywords
+Revision
\ No newline at end of property
/kernel/trunk/unicode.inc
Property changes:
Added: svn:keywords
+Revision
\ No newline at end of property