summaryrefslogtreecommitdiff
path: root/sys/arch/i386/stand
AgeCommit message (Collapse)Author
1998-12-16cast multipliers in boot record byte offset calculation toMichael Shalayeff
off_t to avoid overflow for partitions starting at high cylinders. spotted and tested by WHS <wouters@cistron.nl>, 10x!
1998-09-27some inlineMichael Shalayeff
1998-09-27#ifdef and if() debugging stuffMichael Shalayeff
1998-09-25from Martin Fredriksson <martin@gbg.netman.se>:Michael Shalayeff
clean NT bit in eflags after switching back into prot mode. solves bug in 2940UW and HP recent motherboards bios combination. some more flags should be set/clean at that point. leave that for later investigation. light optimize.
1998-09-16fix commentsMichael Shalayeff
1998-09-07More man page fixes. Particularly fix uses of it's/its, affect/effect,Aaron Campbell
then/than and such. Other miscellaneous problems fixed across these source files.
1998-08-31better debug printfsMichael Shalayeff
1998-08-18s/dec/dev/ryker
1998-07-20new exec frameworkMichael Shalayeff
1998-07-13alloca() is in stand.h noMichael Shalayeff
1998-07-11Roll-back previous commit; someone is working on getting all the boot*Angelos D. Keromytis
pages make some sense.
1998-07-11Rename boot.8 to boot-second-stage.8, so it's possible to get itAngelos D. Keromytis
through man (it conflicted with the boot_$arch.8 page); wsimpson@greendragon.com
1998-07-08reflect MI boot changes; remove dead time_print() prototypeMichael Shalayeff
1998-07-04add nop; fixes Kapok Computer AMI WinBIOS boot sector detection garbageTheo de Raadt
1998-06-11nice DEBUGFLAGS handlingMichael Shalayeff
1998-06-11put missed changes that support booting from floppy (;Michael Shalayeff
i applodgize for any inconvinience this memory hole caused to people. ps. i would like to know the snapshots schedule to issue extra testing cycles to ensure i did not forget anything.
1998-06-09there is no such thing as dprintf''Michael Shalayeff
1998-06-08use named constatntsMichael Shalayeff
1998-06-08typosMichael Shalayeff
1998-05-30no math needed for cd9660 any moreMichael Shalayeff
1998-05-30kill the hack!Michael Shalayeff
1998-05-30compile ctime.cMichael Shalayeff
1998-05-28cleanup the Makefiles a bit.Michael Shalayeff
make machine link in a smart way, remove unused bits.
1998-05-27conditional LD definitionMichael Shalayeff
1998-05-25put support for test /boot environment back; some CLEANFILES and spacesMichael Shalayeff
1998-05-25more CLEANFILES; oopsMichael Shalayeff
1998-05-25more CLEANFILESMichael Shalayeff
1998-05-19cross-compile readyMichael Shalayeff
1998-05-18start using new apiver thingsMichael Shalayeff
1998-05-16shorten device probe messages to 2 linesTheo de Raadt
1998-05-14change debug poke colorsMichael Shalayeff
1998-04-25fix some more printf's where a long arg was specified that is u_int32_tTodd C. Miller
1998-04-20no need for debug options by default, now that the bug is deadTheo de Raadt
1998-04-20fix the problem w/ /boot being fragmented in a non-contigMichael Shalayeff
blocks. fixed by flushing the previous blocks completely before starting new record for a new block(s) location.
1998-04-18%0x support went awayTheo de Raadt
1998-04-18i386 bootblocks that work for 2.3. A tale too long to tellTheo de Raadt
1998-04-13the problem is in /boot, not in biosbootTheo de Raadt
1998-04-11Well, the changes make do not workTheo de Raadt
1998-04-03new changes from weingart: -DDEBUG not needed anymoreTheo de Raadt
1998-04-02remove the last uses of spt and tpcTheo de Raadt
1998-03-30temporary fixes to the bootblocksTheo de Raadt
1998-03-18${DEBUG} var propagationMichael Shalayeff
1998-03-16doc machine commandsMichael Shalayeff
1998-03-11make usage message much prettierTheo de Raadt
1998-03-11change CPPFLAGS= to CPPFLAGS+= - so that the definition of -DSERIALThomas Graichen
in mbr/Makefile will not be overridden (seems like nobody is using a serial console)
1998-03-11remove wrong end of comment which breaks compilation with -DSERIALThomas Graichen
enabled
1998-03-11delete blank lineTheo de Raadt
1998-03-01Fix int overflowTobias Weingartner
1998-02-2532bit carenessMichael Shalayeff
1998-02-24Ooops, forgot these two here.Tobias Weingartner