Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-06-08 | MANSUBDIR is common for this whole dir | Michael Shalayeff | |
2000-05-26 | more portable manual pages | Theo de Raadt | |
2000-05-25 | cause traversal into arch & subdirectories for the purposes of manual page ↵ | Theo de Raadt | |
install... | |||
2000-05-25 | man subdir | Theo de Raadt | |
1999-07-09 | - remove all trailing whitespace | Aaron 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-08 | flesh out .Dt | Theo de Raadt | |
1999-07-03 | remove redundant .Pp macros | Aaron Campbell | |
1999-07-02 | consistent .Dd usage; proper format is: .Dd Month DD, YYYY | Aaron Campbell | |
1999-05-23 | getopt(3) returns -1, not EOF | Aaron Campbell | |
1999-05-23 | remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-common | Aaron Campbell | |
is used instead; kwesterback@home.com | |||
1999-05-16 | Cleanup 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-24 | applied s/then/than/ from krw@tcn.net; even better grammar now | Michael Shalayeff | |
1998-12-16 | cast multipliers in boot record byte offset calculation to | Michael Shalayeff | |
off_t to avoid overflow for partitions starting at high cylinders. spotted and tested by WHS <wouters@cistron.nl>, 10x! | |||
1998-08-18 | s/dec/dev/ | ryker | |
1998-04-25 | fix some more printf's where a long arg was specified that is u_int32_t | Todd C. Miller | |
1998-04-20 | fix the problem w/ /boot being fragmented in a non-contig | Michael Shalayeff | |
blocks. fixed by flushing the previous blocks completely before starting new record for a new block(s) location. | |||
1998-04-18 | i386 bootblocks that work for 2.3. A tale too long to tell | Theo de Raadt | |
1998-04-02 | remove the last uses of spt and tpc | Theo de Raadt | |
1998-03-11 | make usage message much prettier | Theo de Raadt | |
1998-03-01 | Fix int overflow | Tobias Weingartner | |
1997-10-28 | use RAW_PART, not 0 | Theo de Raadt | |
1997-10-26 | don't freak out on old kernels | Michael Shalayeff | |
1997-10-25 | fix install on unit!=0 | Michael Shalayeff | |
1997-10-25 | use geometry | Michael Shalayeff | |
1997-10-24 | use real boot device | Michael Shalayeff | |
1997-10-22 | newer, better stuff; some parts by toby@ | Michael Shalayeff | |
1997-10-15 | Honour users request for geo all the time. | Tobias Weingartner | |
1997-10-12 | One more sanity check. If no blocks to load, | Tobias Weingartner | |
complain bitterly. | |||
1997-10-07 | better fix for floppy boot | Michael Shalayeff | |
1997-10-07 | explain machine diskinfo better | Theo de Raadt | |
1997-10-07 | describe how to update from 2.1 | Theo de Raadt | |
1997-10-03 | if we booted from the floppy, the geometry is for the hard disk | Theo de Raadt | |
bail completely if the geometry information is not available | |||
1997-10-03 | avoid sign extension on bios geometry! | Theo de Raadt | |
1997-09-30 | EXAMPLES | Theo de Raadt | |
1997-09-30 | fix sysctl() call. This code was never tested was it | Theo de Raadt | |
1997-09-30 | Don't blithely use geometry from the disk. Get it from sysctl or | Todd C. Miller | |
the user. | |||
1997-09-24 | avoid bogus warnings | Michael Shalayeff | |
1997-09-24 | Document how things (more or less) work. | Jason Downs | |
1997-09-24 | correct device arg description | Michael Shalayeff | |
1997-09-21 | machdep.bios | Michael Shalayeff | |
1997-09-20 | - add 'stty [baudrate]' command to /boot, for serial consoles | flipk | |
- 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-14 | print used geometry when verbose | Michael Shalayeff | |
1997-09-04 | more details | Theo de Raadt | |
1997-09-04 | fix spelling | Theo de Raadt | |
1997-09-04 | warn about unknown disklabel types, doc it in BUGS | Michael Shalayeff | |
1997-09-02 | sync usage() to man | Michael Shalayeff | |
1997-08-30 | don't muck w/ MBR on !hd | Michael Shalayeff | |
1997-08-29 | missed from last ci, add -lutil | Michael Shalayeff | |
1997-08-29 | mostly real as i am | Michael Shalayeff | |
1997-08-29 | install on raw partition | Michael Shalayeff | |
accept short device names (ie sd0) print -v output on stderr |