|  |  | @1c99eae | 14 years | martin | cstyle
(no change in functionality)
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @8c15255 | 14 years | sucha14 | Add support for i486/vortex86 processor
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @cb4f078 | 15 years | martin | unify kernel byte string implementations
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @1d3d2cf | 15 years | martin | rename gdtselector to GDT_SELECTOR to make explicit it is a macro …
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @91ef7cfd | 15 years | jakub | Remove obsolete comment.
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @c8cd9a8 | 15 years | jakub | Preallocate space for the istate structure on the stack for the use by …
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @d029434 | 15 years | jakub | Use symbolic representation for selectors.
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @246f939 | 15 years | jakub | Allocate space for the fake error word and the istate structre at …
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @0cd21bf | 15 years | jakub | Sanitize EFLAGS in sysenter_handler.
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @8269769 | 15 years | jakub | Fix copyright year.
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @35599c9 | 15 years | jakub | Use the proper condition code with the CMOVcc instruction.
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @8078180 | 15 years | jakub | Replace a branch instruction with conditional move.
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @b539f54 | 15 years | jakub | Do not clobber preserved register EBX.
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @efbd094 | 15 years | jakub | No need to clear the NT flag before IRET if the kernel never sets it …
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @f4946de | 15 years | jakub | Use trap gate instead of interrupt gate for the syscall int handler.
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @4e91239 | 15 years | jakub | Move comment to a better location.
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @44c69b66 | 15 years | jakub | Make the code in asm.S independent of the interrupt vector used for …
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @b808660 | 15 years | jakub | Do not align ia32 int handlers on any pre-defined power-of-two …
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @9097982f | 15 years | jakub | Remove outdated comment.
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @ed7998b | 15 years | jakub | Rewrite the SYSENTER syscall handler to use istate_t for parameter …
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @0737078 | 15 years | jakub | Rewrite the slow ia32 syscall handler to use istate_t for parameter …
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @77385fe | 15 years | jakub | Reorganize the ia32 istate_t slightly so that it can also be used by …
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @22c3444 | 15 years | martin | improve early printout scrolling speed
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @ca8f84f | 15 years | martin | it might be handy for early_putchar to also interpret backspace
(i.e. …
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @b5382d4f | 15 years | martin | fix off-by-one mistake when interpreting newline
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @da52547 | 15 years | martin | add early_putchar() which can be used to do early kernel console …
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @6dce6af | 15 years | martin | switch to C-style comments
improve indentation
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @eee047c | 15 years | jakub | Interrupt handlers should clear the direction flag too.
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @5cca935 | 15 years | jakub | Optimize CLEAR_NT_FLAG.
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @9110ff0 | 15 years | jakub | Bump up INTERRUPT_ALIGN as the new interrupt handler would not fit in …
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @6473d41 | 15 years | jakub | Alter the ia32 istate_t so that the stack trace printed upon a panic …
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @62baed17 | 15 years | jakub | Switch ia32 to use the unified panic architecture.
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @b8230b9 | 15 years | martin | coding style changes, no change in functionality
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @8fb47ec0 | 16 years | jakub | Add EBP to ia32 istate.
Add interface to extract frame pointer from istate.
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @1f7cb3a | 17 years | jakub | Get rid of CONFIG_DEBUG_ALLREGS.
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @08b6836 | 17 years | jakub | The IA-32 manual is very secretive about the fact that the SYSENTER …
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @f2ef7fd | 17 years | jakub | Support for SYSENTER on ia32.
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @da349da0 | 17 years | jakub | memcpy(), memmove() and similar functions return dst instead of src. …
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @3d6c468 | 17 years | jakub | Some inline functions in memstr.h seem to be of uncertain origin …
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @e13daa5d | 18 years | jakub | Fortify ia32 and amd64 kernels against mallicious uspace applications …
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @6c383b0 | 18 years | jakub | Support for six syscall arguments for ia32.
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @df4ed85 | 19 years | jakub | © versus ©
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export | 
            
              |  |  | @11675207 | 17 years | Jakub Jermář | Move everything to kernel/.
                lfn
                serial
                ticket/834-toolchain-update
                topic/msim-upgrade
                topic/simplify-dev-export |