summaryrefslogtreecommitdiff
path: root/sys/arch/i386/stand/libz
AgeCommit message (Collapse)Author
1998-05-28cleanup the Makefiles a bit.Michael Shalayeff
make machine link in a smart way, remove unused bits.
1998-05-25more CLEANFILESMichael Shalayeff
1997-08-04dynamic crc32 table calculationMichael Shalayeff
1997-07-18proper variable handlingMichael Shalayeff
i386,machine links
1997-06-23remove @obj dependencykstailey
1997-04-21don't forget $(SACFLAGS)Michael Shalayeff
1997-04-17Hope this works...Tobias Weingartner
1997-03-31commit all my mods to the last imported libsa stuff....Michael Shalayeff
including: - disklabel support; - better boot cmd line - smaller size (using some compilation switches ;) - no more relocations in /boot, it's loaded in the place; - better disk performance (maybe were already in there) - installboot -n does not require write perms for device - more debugs - missing parts in libsa (such as cd9660 and so) - i don't like 2 files for exec_i386 (sorry, toby, let's discuss maybe?) tricks and tails: - joined .text and .data (saves you a page) - prot mode switching still in biosboot (it's freezed for awhile) - biosdisk internals changed - biosdev is not passed propery to the kernel (i'll fix it soon) - sure i missed smth here to note (use the source, Luke!)
1997-03-31Initial /boot stuff (from Mickey)Tobias Weingartner