summaryrefslogtreecommitdiff
path: root/sys/arch/i386/stand/installboot
AgeCommit message (Collapse)Author
2000-06-08MANSUBDIR is common for this whole dirMichael Shalayeff
2000-05-26more portable manual pagesTheo de Raadt
2000-05-25cause traversal into arch & subdirectories for the purposes of manual page ↵Theo de Raadt
install...
2000-05-25man subdirTheo de Raadt
1999-07-09- remove all trailing whitespaceAaron Campbell
* except when it is escaped with a `\' at the end of the line - fix remaining .Nm usage as well - this is from a patch I received from kwesterback@home.com, who has been working on some scripts for fixing formatting errors in mdoc'd man pages Ok, so there could be a cost/benefit debate with this commit, but since I have the patch we might as well commit it...
1999-07-08flesh out .DtTheo de Raadt
1999-07-03remove redundant .Pp macrosAaron Campbell
1999-07-02consistent .Dd usage; proper format is: .Dd Month DD, YYYYAaron Campbell
1999-05-23getopt(3) returns -1, not EOFAaron Campbell
1999-05-23remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-commonAaron Campbell
is used instead; kwesterback@home.com
1999-05-16Cleanup xrefs under SEE ALSO. Specifically:Alex Feldman
- Sort xrefs by section, and then alphabetically. - Add missing commas between xref items. - Remove commas from the last xref entry. - Remove duplicate entries.
1999-01-24applied s/then/than/ from krw@tcn.net; even better grammar nowMichael Shalayeff
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-08-18s/dec/dev/ryker
1998-04-25fix some more printf's where a long arg was specified that is u_int32_tTodd C. Miller
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-18i386 bootblocks that work for 2.3. A tale too long to tellTheo de Raadt
1998-04-02remove the last uses of spt and tpcTheo de Raadt
1998-03-11make usage message much prettierTheo de Raadt
1998-03-01Fix int overflowTobias Weingartner
1997-10-28use RAW_PART, not 0Theo de Raadt
1997-10-26don't freak out on old kernelsMichael Shalayeff
1997-10-25fix install on unit!=0Michael Shalayeff
1997-10-25use geometryMichael Shalayeff
1997-10-24use real boot deviceMichael Shalayeff
1997-10-22newer, better stuff; some parts by toby@Michael Shalayeff
1997-10-15Honour users request for geo all the time.Tobias Weingartner
1997-10-12One more sanity check. If no blocks to load,Tobias Weingartner
complain bitterly.
1997-10-07better fix for floppy bootMichael Shalayeff
1997-10-07explain machine diskinfo betterTheo de Raadt
1997-10-07describe how to update from 2.1Theo de Raadt
1997-10-03if we booted from the floppy, the geometry is for the hard diskTheo de Raadt
bail completely if the geometry information is not available
1997-10-03avoid sign extension on bios geometry!Theo de Raadt
1997-09-30EXAMPLESTheo de Raadt
1997-09-30fix sysctl() call. This code was never tested was itTheo de Raadt
1997-09-30Don't blithely use geometry from the disk. Get it from sysctl orTodd C. Miller
the user.
1997-09-24avoid bogus warningsMichael Shalayeff
1997-09-24Document how things (more or less) work.Jason Downs
1997-09-24correct device arg descriptionMichael Shalayeff
1997-09-21machdep.biosMichael Shalayeff
1997-09-20- add 'stty [baudrate]' command to /boot, for serial consolesflipk
- switch baud rates using i/o instead of bios, since bios commands have only a limited bitwidth for baudrate, and max out at 9600 - when switching console devices, print msg to both old device and new - fix timeout bug in com_getc() (dev | 0x80 was reading gobbledygook) - document 'stty' command in boot(8) - wording and cleanup in man pages
1997-09-14print used geometry when verboseMichael Shalayeff
1997-09-04more detailsTheo de Raadt
1997-09-04fix spellingTheo de Raadt
1997-09-04warn about unknown disklabel types, doc it in BUGSMichael Shalayeff
1997-09-02sync usage() to manMichael Shalayeff
1997-08-30don't muck w/ MBR on !hdMichael Shalayeff
1997-08-29missed from last ci, add -lutilMichael Shalayeff
1997-08-29mostly real as i amMichael Shalayeff
1997-08-29install on raw partitionMichael Shalayeff
accept short device names (ie sd0) print -v output on stderr