openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
FreeDOS
Settings
|
Report Duplicate
4
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
about 22 hours
ago. based on code collected
4 days
ago.
Jun 08, 2024 — Jun 08, 2025
Showing page 30 of 52
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Eliminate f_back field.
bartoldeman
More...
about 21 years ago
Revert accidental "changeline for hard disks" change.
bartoldeman
More...
about 21 years ago
Eliminated f_sector and f_boff fields from fnodes.
bartoldeman
More...
about 21 years ago
Remove add_far. adjust_far can do the job.
bartoldeman
More...
about 21 years ago
Remove the 65535 check for root directories. It's checked against
bartoldeman
More...
about 21 years ago
Make f_diroff an entry offset so it can be 16bits. Enforce the 65536
bartoldeman
More...
about 21 years ago
Echo input LF as CR-LF unless it's the first character. Never store LF
bartoldeman
More...
about 21 years ago
echo ^C to stdout, not stdin or stderr.
bartoldeman
More...
about 21 years ago
A few suggestions from Arkady. Saves 5 bytes.
bartoldeman
More...
about 21 years ago
add_far can get away with adding 16 bit offsets only. Saves ~200 bytes!
bartoldeman
More...
about 21 years ago
Eliminated long2para and avoided use of "long"s in DosExeLoader, using
bartoldeman
More...
about 21 years ago
fix: get_redirection(): double comment mark /* {Arkady V.Belousov}
skaus
More...
about 21 years ago
bugfix: get_redirection(): apostrophe used as quote
skaus
More...
about 21 years ago
Saved ~75 bytes in printf and by elimination of fstrlen. There's only one
bartoldeman
More...
about 21 years ago
Eliminate intr() from resident code. Saves ~200 bytes of HMA resident code.
bartoldeman
More...
about 21 years ago
talloc fix from Lucho
bartoldeman
More...
about 21 years ago
Remove wrong automatic "*.*" code from Lixing Yuan -- return DE_PATHNOTFND
bartoldeman
More...
about 21 years ago
int21/ah=26: new_psp now copies the old psp and just sets a few fields
bartoldeman
More...
about 21 years ago
Commit each close, even if the ref count is > 0.
bartoldeman
More...
about 21 years ago
From Lucho: move the lock/unlock simulation of success before the device
bartoldeman
More...
over 21 years ago
(with Lucho) -- remove the dosnames path 67 length check. Review the places
bartoldeman
More...
over 21 years ago
From Lucho: enable interactive re-execution of the SHELL.
bartoldeman
More...
over 21 years ago
From Lucho: move NLS #defines to nls.h. Move config structure to config.h.
bartoldeman
More...
over 21 years ago
From Lucho: update contributors list.
bartoldeman
More...
over 21 years ago
Borland C (unlike Turbo C) didn't like this pseudo register use.
bartoldeman
More...
over 21 years ago
Correct int25/26 pragmas. Need to explicitly preserve bp and pop flags.
bartoldeman
More...
over 21 years ago
Merge "suspect partition" copy/paste code into functions.
bartoldeman
More...
over 21 years ago
Save a couple bytes by moving the strncmp_retzero block.
bartoldeman
More...
over 21 years ago
Use memcpy instead of fmemcpy where possible.
bartoldeman
More...
over 21 years ago
Use asmsupt string and mem functions for the init code too.
bartoldeman
More...
over 21 years ago
←
1
2
…
26
27
28
29
30
31
32
33
34
…
51
52
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree