summaryrefslogtreecommitdiff
path: root/sys/arch/i386/stand
AgeCommit message (Expand)Author
2003-10-04(boot): device: filename -> device:filenameJason McIntyre
2003-09-20move the checks after we fixed the hd info.Federico G. Schwindt
2003-09-19- some bios return a valid geometry for inexistent hd's so beforeFederico G. Schwindt
2003-09-19add debug info around #41; toby@ ok.Federico G. Schwindt
2003-09-18- move checks earlier to catch inexistent devices before testing for edd.Federico G. Schwindt
2003-09-18- pass the correct device to bios_getdisklabel().Federico G. Schwindt
2003-09-16document extension support bitmap definition; requested by deraadt@.Federico G. Schwindt
2003-09-11handle case where bios EDD support only supports a subset; from fgsch,Theo de Raadt
2003-08-25rename struct dinode to ufs1_dinode. clears the namespace and makesTed Unangst
2003-08-15no newline in errx; andrushock@korovino.netTheo de Raadt
2003-08-11ansification and knf and protosTheo de Raadt
2003-08-08let us call COMPAT_UFS deadTheo de Raadt
2003-08-08ansiTheo de Raadt
2003-08-08put COPTS in CFLAGS; idea from miodTheo de Raadt
2003-07-19don't specify the leading "/" in MANSUBDIR (otherwise "//" occurs)David Krause
2003-07-07Fix for PR 3177.Tobias Weingartner
2003-07-05do not make bad machine@ linksTheo de Raadt
2003-06-27Cleanup biosboot to remove uneeded 32-bit opcodes, initializations ofTobias Weingartner
2003-06-27Fix hang in EDD detection routine.Tobias Weingartner
2003-06-06- section reorderJason McIntyre
2003-06-04fix some 3/4 for tobyTheo de Raadt
2003-06-03three four killsMichael Shalayeff
2003-06-03fix tree after mickey breakageTheo de Raadt
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-06-01strcpy/strcat/sprintf removal in all bootblocks. various testing byTheo de Raadt
2003-05-31Unpeeing as pointed out by Dries Schellekens.Tobias Weingartner
2003-05-31First lba support in /boot. Not complete lba boot support, but it's theTobias Weingartner
2003-05-08EXAMPLE -> EXAMPLES in .Sh section, as per mdoc template.Jason McIntyre
2003-04-17there is no reason to keep both around. just renameMichael Shalayeff
2003-04-17i386 ELF bootloader. developed with weingart@Dale Rahn
2003-02-07typos;Jason McIntyre
2003-02-01typos;Jason McIntyre
2003-01-29typos;Jason McIntyre
2003-01-17allow setting com baudrate up to 115200; req and testing by Sourabh Ladha <la...Michael Shalayeff
2002-12-02Import propolice (http://www.trl.ibm.com/projects/security/ssp), a stackMiod Vallat
2002-09-16It's more convinient to spell convinient as ``convenient'', actually.Miod Vallat
2002-08-28ancient file name in .file; from pbastos@rdc.puc-rio.brMichael Shalayeff
2002-06-25and kill a now bogus commentMichael Shalayeff
2002-06-25this monkey has not been a mbr for a couple of years alreadyMichael Shalayeff
2002-06-21Bump version to help distinquish new memory probe and fixes.Tobias Weingartner
2002-06-20Fix 4GB memory probing and other memory probing issues.Tobias Weingartner
2002-06-10Maintain my sanity.Tobias Weingartner
2002-05-03ptrdiff_t and size_t fixes.Marc Espie
2002-05-03no guarantee that ptrdiff_t is int and not long, so cast.Marc Espie
2002-03-14Final __P removal plus some cosmetic fixupsTodd C. Miller
2002-03-14First round of __P removal in sysTodd C. Miller
2002-03-12extraneous 'or'; from Sven Kirmess <sven.kirmess@gmx.net>Michael Shalayeff
2002-03-01Change a config(8) reference to a more appropriate boot_config(8) reference.Miod Vallat
2002-02-21Pasto. Ok mickey@Thierry Deval
2002-02-15fix the possible 4G overflow issuesMichael Shalayeff