Subversion Repositories SvarDOS

Rev

Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
1964 20 d 18 h mateusz.viste /pkg/trunk/ removed malloc() for unzip operations, replaced by a static (reusable) buffer  
1959 21 d 15 h mateusz.viste /pkg/trunk/ healthcheck prototype  
1893 28 d 1 h mateusz.viste /pkg/trunk/ using direct DOS print to avoid printf() buffering  
1892 28 d 2 h mateusz.viste /pkg/trunk/ boot drive is no longer autodetected, but configured through PKG.CFG (defaults to C)  
1678 225 d 21 h mateusz.viste /pkg/trunk/ list of files belonging to packages are appended to appinfo/package.lsm instead of creating an extra LST file  
995 927 d 19 h mateusz.viste /pkg/trunk/ replaced my custom strtolower() by strlwr() provided by the OpenWatcom standard lib  
614 952 d 14 h mateuszviste /pkg/ moved head files to trunk  
270 1317 d 22 h mateuszviste /pkg/ dead code removal  
269 1317 d 22 h mateuszviste / moved pkginst to pkg  
255 1318 d 22 h mateuszviste /pkginst/ dead code removal  
252 1318 d 22 h mateuszviste /pkginst/ removed useless function  
248 1319 d 22 h mateuszviste /pkginst/ refactored loadconf() so it relies on freadtokval() - to be reused in other modules as well in the future  
231 1322 d 0 h mateuszviste /pkginst/ constify a few arguments  
225 1322 d 2 h mateuszviste /pkginst/ removed mapdrv, repositories support and local pkg database  
219 1328 d 22 h mateuszviste /pkginst/ fdinst import from fdnpkg trunk