5
I Use This!
Inactive

Commits : Listings

Analyzed about 17 hours ago. based on code collected 1 day ago.
Apr 17, 2023 — Apr 17, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Replaced gettimeofday check with clock_gettime check for CLOCK_MONOTONIC. This implies glibc 2.3.3 or newer, so remove the explicit check for 2.1.3. Also remove the completely outdated ELF check. More... over 11 years ago
Move Linux kernel version check to a place where it actually works. More... over 11 years ago
Remove all support code for kernels < 2.6.6. More... over 11 years ago
Remove workaround code for kernels without MREMAP_FIXED (<2.3.40) and ashm (<2.3.33). More... over 11 years ago
Use SA_SIGINFO for i386 just like for x86_64 (supported since kernel 2.2). More... over 11 years ago
Remove support for Linuxthreads. NPTL has been there since kernel 2.6.0, released Dec. 2003 (and RH9, released March 2003). More... over 11 years ago
Assume sigaltstack is always available (it has been since Linux kernel 2.2 and glibc 2.1). More... over 11 years ago
opl3: fix timer bug to allow testsb16 to finally pass More... over 11 years ago
Bump VERSION to 1.4.0.8; run autoconf. More... over 11 years ago
fix checking clang msg More... over 11 years ago
sb: fixes to allow testsb16 to pass More... over 11 years ago
dsp: fix a few corner cases More... over 11 years ago
dsp: dont err on "fifo exhausted while DMA still running": it is now possible while waiting for DACK, which wasnt the case before More... over 11 years ago
fluidsynth: added sequencer code More... over 11 years ago
adlib: change sequencer code so that it at least look more or less right :) More... over 11 years ago
sound: replace pcm_write_samples() with pcm_write_interleaved(). This required lots of reorgs in DSP code. More... over 11 years ago
sb: fix reset vs busy handling More... over 11 years ago
sb: use DMA even in silence mode More... over 11 years ago
fluidsynth: dont mlock soundfonts More... over 11 years ago
Regenerate configure for fluidsynth. More... over 11 years ago
Merge remote-tracking branch 'origin/fluidsynth' More... over 11 years ago
adlib: process samples by larger chunks for speedup More... over 11 years ago
midi: should use pcm_flush() properly More... over 11 years ago
Completed fluidsynth plugin. Wow! It really works rather well. More... over 11 years ago
added 2 missing files, BUGS and ChangeLog to line 233 in src/arch/linux/Makefile.main: More... over 11 years ago
Don't use the alias map for vgaemu memory. More... over 11 years ago
increase adlib timeout to fix music in Dune game More... over 11 years ago
Removed wrong code in codegen-sim.c that was only there for testing. More... over 11 years ago
sb: this works around the misconfigured prince2 demo More... over 11 years ago
fix to prev commit More... over 11 years ago