5
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 13, 2023 — May 13, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
add argument to iocallback functions. use that for serial to speedup. More... almost 12 years ago
ser: polling optimizations to get some speedup More... almost 12 years ago
Convert DOS pointers to linear address integers. More... almost 12 years ago
add pic_print2 macro to print 64bit values properly More... almost 12 years ago
ser: fix slowdown because of the recent LSR.dr screwup ser: cleanup uart_fill ser: update maintainer info More... almost 12 years ago
just remove the struct that causes alignment problems for gcc More... almost 12 years ago
get_IIR_val() was not properly reading the bitfields, and even the __attribute__((packed)) doesn't help. This is probably a gcc bug, add a hack to work around. More... almost 12 years ago
ser: timeout have no corelation with fifo trigger and with fifo filling: it counts when fifo have at least one byte, and no matter what. More... almost 12 years ago
move most of the serial defines to the private ser_defs.h only those accessable by parser are left in serial.h More... almost 12 years ago
more serial cleanups and IIR simplifications. Introduce get_IIR_val() to get full IIR value More... almost 12 years ago
Fix EMS Partial Get Size function. More... almost 12 years ago
Implement (rep) cmps/scas emulation for planar VGA memory in simx86. More... almost 12 years ago
Eliminate TrapVgaOn; simplify unmapped VGA memory. More... almost 12 years ago
Fix release date in man pages. More... almost 12 years ago
Fixing minus-sign-not-dash warnings in manpages. More... almost 12 years ago
fix minor spelling mistakes in the source. More... almost 12 years ago
Run autoconf (forgotten for previous commit). More... almost 12 years ago
Fix regressions (75949cf) and improve version handling. More... almost 12 years ago
ser: recalculate IIR only if the matching interrupt status cleared More... almost 12 years ago
ser: call modstat_engine() before get_msr() More... almost 12 years ago
ser: introduce serial_update() and use it when recalculating IIR ser: call receive_engine() before reading from the receiver This gives a speedup. More... almost 12 years ago
Reduce cpuemu RDTSC dependency even further. More... almost 12 years ago
Move cpuemu profiling to debug level 1e from default. More... almost 12 years ago
remove wishfull thoughts More... almost 12 years ago
Implement EMS OS handle support. More... almost 12 years ago
Use partial map functions and emm_map_unmap_multi for DPMI's msdos.c EMS frame usage. More... almost 12 years ago
Implement EMS partial page map functions. More... almost 12 years ago
EMS cleanups. More... almost 12 years ago
avoid extra calls to SLtt_set_cursor_visibility More... almost 12 years ago
simx86: Optimize op #imm, reg for ADD, SUB, etc. More... almost 12 years ago